/* ************************************************** global ************************************* */
html, body{
	width:100%;
	height:100%;
	margin:0;padding:0;
	font:8pt Tahoma;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #efefef;
}

ul#menu{
	list-style:none inside none;
	padding:0px;
	margin:0px 0px 5px 0px;
	width: 100%;
	height:36px;
	background-image: url(./images/new/menu_back.jpg);
}
ul#menu li{
	margin:0px;
	padding:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float:left;
}

ul#menu li:hover {
	padding-top: 0px;
	padding-bottom: 0px;
}

ul#menu li#fixed:hover {
	padding-top: 0px;
}

ul#menu a{
	display:block;
	height:36px;
	background-repeat:no-repeat;
	background-position:right top;
	text-decoration: none;
}

ul#menu a:hover{
	background-position:right bottom;
}

ul#menu a:hover b{
	acolor: #ffffff;
	
}

ul#menu li#fixed a:hover{
	background-position:right top;
	text-decoration: none;
}

ul#menu li#fixed a:hover b{
	color: #707173;
}

ins, ins a, ins a b {
	text-decoration: none;
}
ul#menu a b {
	display:none;
	color: #707173;
	padding-top: 5px;
	text-align: center;
	vertical-align:bottom;
	text-transform:uppercase;
	text-decoration: none;
}

#m_ho{width:57px;background-image:url(./images/new/menu_home.jpg); }
#m_ac{width:103px;background-image:url(./images/new/menu_myaccount.jpg); }
#m_ma{width:58px;background-image:url(./images/new/menu_mail.jpg);}
#m_se{width:58px;background-image:url(./images/new/menu_search.jpg); }
#m_wh{width:101px;background-image:url(./images/new/menu_whosonline.jpg); }
#m_ch{width:48px;background-image:url(./images/new/menu_chat.jpg); }
#m_vi{width:59px;background-image:url(./images/new/menu_videos.jpg); }
#m_ex{width:56px;background-image:url(./images/new/menu_extras.jpg); }
#m_sh{width:51px;background-image:url(./images/new/menu_shop.jpg); }
#m_he{width:50px;background-image:url(./images/new/menu_help.jpg); }
#m_li{width:64px;background-image:url(./images/new/menu_login.jpg); }
#m_lo{width:64px;background-image:url(./images/new/menu_logout.jpg); }



#menu .dropdown {
position:absolute;
width: 120px;
display: none;
background-color:#000000;
abackground: transparant;
apadding: 10px;
text-align:left;
color: #ffffff;
afont-weight: bold;
text-transform:uppercase;
border: 1px solid #cccccc;
white-space: nowrap;
opacity: 0.9;
filter:alpha(opacity=90); /* IE's opacity*/
z-index:2;
}
ul#menu li:hover .dropdown {
	display: block;
}
#menu .dropdown a{
display: block;
color: #ffffff;
font-size: 6.5pt;
padding: 5px;
line-heidght:100%;
height: 14px;
border-bottom: 1px solid #666666;
}
#menu .dropdown a:hover{
display: block;
background-color: #ff0000;
color: #ffffff;
}

#m_left {width:23px;background-image:url(./images/new/left2.jpg); display: block; height:36px}
#m_right {width:191px;background-image:url(./images/new/right2.jpg) no-repeat right; display: block;}


input#username { width: 150px; border: 2px solid #999999;}
input#password { width: 150px; border: 2px solid #999999;}
input#email { width: 150px; border: 2px solid #999999;}
input#verifyemail { width: 150px; border: 2px solid #999999;}
#location select { width: 210px; border: 2px solid #999999;}
#bd1 select { width: 100px; border: 2px solid #999999;}
#bd2 select { width: 40px; border: 2px solid #999999;}
#bd3 select { width: 60px; border: 2px solid #999999;}
#bd4 { width: 90px; border: 2px solid #999999;}
#bd5 { width: 90px; border: 2px solid #999999;}


.img_online {
	display:block;
	height: 21px;
	width:134px;
	background:#333333 url('./images/new/online.png');
	opacity: 0.85;
	filter:alpha(opacity=85); /* IE's opacity*/
}


.profile_name {
	color:#990000;
}

.pic_info {
	position: relative;
	top: 114px;
	font-size: 7pt;
}

.pic_info3 {
	font-size: 6pt;
}

#go_btn {
	border: 0px solid #000000;
	width: 30px;
	aheight: 20px;
	background-color: #636363;
	margin: 0px;
}

#min_age, #max_age {
	width: 50px;
	border: 0px solid #ffffff;
	margin: 0px;
}

.img_online2 {
	display:block;
	height: 21px;
	width:80px;
	background:#333333 url('./images/new/online2.png');
	opacity: 0.85;
	filter:alpha(opacity=85); /* IE's opacity*/
}

.mem_btn a{
	display:block;
	height:23px;
	width:112px;
	
	background-repeat:no-repeat;
	background-position:right top;
	text-decoration: none;
	
	background-image:url(./images/new/buttons.jpg);
	text-align: center;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	font-size: 7pt;
	padding-top: 6px;
}

.mem_btn a:hover{
	background-position:right bottom;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.ftext {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}