body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #252525;
	/*background-image: url(../images/test.jpg);*/
	}
h1 {
    font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #252525;
	}
form {
	margin: 0px;
	padding: 0px;
	}
a {
	cursor: pointer;
	color: #0066FF;
	text-decoration: none;
	}
.yellow_highlight {
	background-color:#FFFF99;
	}
.pink_highlight {
	color: #ff125a;
	}
.error {
	padding: 5px; 
	margin: 2px;
	border: 1px solid #000000;
	border-left: 5px solid #990000;
	background-color: #333333;
	color: #ffffff;
	}
/* Page Loader */
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
}
#loading {
	color: #252525;
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	position:absolute;
	text-align:center;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -150px;
	}
#loading_table {
	width: 100%;
	}
.cancel_options_item {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	font-size: 9px;
	cursor: default;
	}
.cancel_options_item_hover {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	background-color: #eeeeee;
	font-size: 9px;
	cursor: pointer;
	}
#loading_cancel {
	background-image: url(../images/close_tab.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 39px;
	height: 32px;
	position: absolute;
	left: 50%;
	margin-left: 90px;
	margin-top: -25px;
	cursor: pointer;
	}
/* White Box Properties */
.white_box_tl {
	background-image: url(../images/white_box_01.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.white_box_t {
	background-image: url(../images/white_box_02.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 20px;
	}
.white_box_tr {
	background-image: url(../images/white_box_03.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.white_box_ml {
	background-image: url(../images/white_box_04.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 20px;
	}
.white_box_m {
	background-color: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	}
.white_box_mr {
	background-image: url(../images/white_box_06.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 20px;
	}
.white_box_bl {
	background-image: url(../images/white_box_07.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.white_box_b {
	background-image: url(../images/white_box_08.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
	}
.white_box_br {
	background-image: url(../images/white_box_09.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
/* Black Box Properties */
.black_box {
	z-index: 98;
	}
.black_box_tl {
	background-image: url(../images/black_box_01.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.black_box_t {
	background-image: url(../images/black_box_02.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 20px;
	}
.black_box_tr {
	background-image: url(../images/black_box_03.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.black_box_ml {
	background-image: url(../images/black_box_04.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 20px;
	}
.black_box_m {
	background-image: url(../images/black_box_bg.png);
	}
.black_box_mr {
	background-image: url(../images/black_box_06.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 20px;
	}
.black_box_bl {
	background-image: url(../images/black_box_07.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.black_box_b {
	background-image: url(../images/black_box_08.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
	}
.black_box_br {
	background-image: url(../images/black_box_09.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
/* Loaders */
.generic_loader {
	width: 100%;
	text-align: center;
	}
.slide_modal_loader {
	margin-top: 230px;
	}
/* Cover */
#main_content {
	position: absolute;
	width: 1024px;
	height: 600px;
	left: 50%;
	margin-top: 30px;
	margin-left: -505px;
	background-image: url(../images/ud_cover_001.jpg); /* Cover Art Work */
	}
#login {
	color: #ffffff;
	background-image: url(../images/black_box_bg.png);
	width: 984px;
	margin-left: 13px;
	margin-top: 9px;
	padding: 5px;
	height: 17px;
	position: absolute;
	z-index: 99;
	}
#login a {
	color: #ffffff;
	text-decoration: underline;
	}
#close_already_a_member {
	text-align: right;
	}
#new_members {
	position: absolute;
	right: 20px;
	bottom: -60px;
	width: 108px;
	height: 160px;
	text-align: center;
	overflow: hidden;
	}
#new_members2 {
	position: absolute;
	right: 130px;
	bottom: -60px;
	width: 108px;
	height: 160px;
	text-align: center;
	overflow: hidden;
	}
#new_members3 {
	position: absolute;
	right: 240px;
	bottom: -60px;
	width: 108px;
	height: 160px;
	text-align: center;
	overflow: hidden;
	}
.photo {
	border: 1px solid #dddddd;
	padding: 3px;
	background-color: #ffffff;
	background-image: url(../images/soft_gradient_y_base.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#footer_text {
	position: absolute;
	width: 980px;
	margin-top: 600px;
	left: 50%;
	margin-left: -500px;
	}
#details1 {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 130px;
	margin-left: -200px;
	margin-top: -115px;
	border: 1px solid #333333;
	background-image: url(../images/black_box_bg.png);
	}
#details2 {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 110px;
	margin-left: -200px;
	margin-top: -95px;
	border: 1px solid #333333;
	background-image: url(../images/black_box_bg.png);
	}
#details3 {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 310px;
	margin-left: -200px;
	margin-top: -205px;
	border: 1px solid #333333;
	background-image: url(../images/black_box_bg.png);
	}
#details4 {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 350px;
	margin-left: -200px;
	margin-top: -175px;
	border: 1px solid #333333;
	background-image: url(../images/black_box_bg.png);
	}
#details5 {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 480px;
	margin-left: -200px;
	margin-top: -240px;
	border: 1px solid #333333;
	background-image: url(../images/black_box_bg.png);
	}
#details6 {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 205px;
	margin-left: -200px;
	margin-top: -152px;
	border: 1px solid #333333;
	background-image: url(../images/black_box_bg.png);
	}
.details_options {
	margin-top: 20px; 
	}
#tour_box {
	position: absolute;
	margin-top: 250px;
	margin-left: 520px;
	z-index: 1;
	}
#tour_box_content {
	color: #ffffff;
	}
#tour_box_content h1 {
	color: #ffffff;
	}
#join_box {
	position: absolute;
	margin-top: 250px;
	margin-left: 720px;
	color: #ffffff;
	z-index: 2;
	}
#join_box_content h1 {
	color: #ffffff;
	}
#sign_up_area {
	border: 1px solid red;
	width: 400px;
	background-color: #ffffff;
	}
#thanks_log_in {
	position: absolute;
	margin-left: 30px;
	margin-top: 50px;	
	}
#footer {
	width: 980px;
	margin-top: 20px;
	background-color: #ffffff;
	font-size: 9px;
	color: #999999;
	text-align: center;
	border-top: 1px solid #999999;
	}
	
#about_kat {

	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;

}

#about_kat a {
	
	color: #ffffff;
	text-decoration: underline;

}

#about_kat h1 {
	
	color: #ffffff;

}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #000000;
padding: 2px;
background-color: #454545;
visibility: hidden;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
z-index: 98;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 99;
visibility: hidden;
}

