/*
Default Style for Discuz!(R)
URL: http://www.discuz.net
(C) 2001-2007 Comsenz Inc.
<style type="text/css">
*/

/* base */

form,img  {border:0;margin:0;padding:0;}
img {vertical-align:middle;}
button,input,select,textarea  {color: #333;font-size: 12px;}
select  {height:20px;}
blockquote  {line-height: 24px;}
hr  {height:0;border-width:1px 0 0;border-style: dashed;border-color: #999;}
.hidehr {display:none;}
h1,h2,h3,h4,h5,h6,ul {margin:0;padding:0;}
ul  {list-style:none;}
a,a:hover {color: #000;text-decoration: none;}
a:hover {text-decoration: underline;}
label {cursor: pointer;}

ul, li {
	margin:0pt;
	padding:0pt;
}

/* header */
#nav_bbs{
	width:100%;
	height:49px;
	background:url(../../images/default/background.gif);
}
#navContainer{
	width:996px;
	height:49px;
	margin:0 auto;
}
#login{
	text-align:right;
	padding-right:50px;
	width:926px;
	height:14px;
	padding-top:25px;
}
.loginFont{
	color:#ffffff;
	font-family:Verdana;
	font-size:10pt;
}
#logo{
	width:117px;
	height:49px;	
	float:left;
	margin-left:1px;
}
#navmenuContainer{
	float:right;
	height:49px;
	margin-left:35px;
}
/*
#navmenu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#navmenu ul li{
	float:left;
	width:105px;
	height:46px;
	line-height:150%;
	font-weight:bold;
	padding-top:20px;
	color:#fff;
	font-size:14px;
}*/
#subMenu {
	display:none;
	position:absolute;
	width:104px;
	height:83px;
	background:#0d93f2;
	left:525px;
	top:50px;
}
.p_menu{
	width:84px;
	height:23px;
	border-bottom:1px solid #6dc4f9;
	text-align:left;
	line-height:23px;
	background:url(../images/menu_point.gif) no-repeat;
	padding-left:20px;
}
.p_menu2{
	width:84px;
	height:23px;
	text-align:left;
	line-height:23px;
	background:url(../images/menu_point.gif) no-repeat;
	padding-left:20px;
}
.p_menu a,.p_menu a:hover{
	font-size:12px;
	color:#efefef;
}
.p_menu2 a,.p_menu2 a:hover{
	font-size:12px;
	color:#efefef;
}
#head_line{
	height:51px;
	width:100%;
}
/****************************/
#mosplorer{
    margin-left:15px;
    width:963px;
    height:104px;
    background:url(../../images/mosplorer/m.gif) repeat-x;	
}
#mos_1{
    width:51px;
    float:left;
	height:104px;
	background:url(../../images/mosplorer/d.gif) no-repeat;
}
#mos_2{
	width:908px;
	float:left;		
	text-align:left;	
}
#mos_2_t{
    wwidth:908px;
	height:23px;
	background:url(../../images/mosplorer/t.gif) no-repeat;
	text-align:left;
}
#mos_2_b{
    width:908px;
    height:76px;
	
    text-align:left;	
}
.mos_2_b_in{
    height:76px;
	margin-top:5px;
	width:151px;
	float:left;
}
.mos_2_b_in_t{
    height:41px;
	width:151px;
	cursor:pointer;
}
.mos_2_b_in_m{
    height:17px;
	width:151px;	
	text-align:center;
}
.mos_2_b_in_b{
    height:18px;
	width:151px;	
	text-align:center;	
}
/* bottom */
#bottom_line{
	clear:both;
	height:20px;
	width:100%;
}
#bottom{
	clear:both;
	width:100%;
	height:72px;
	background:url(../../images/default/bottom_bg.gif) repeat-x;
}
#bottomContainer{
	width:996px;
	margin:0 auto;
	height:72px;
}
#bottom_copyright{
	float:left;
	text-align:center;
	width:100%;
	color:#fff;
	height:32px;
	margin-top:40px;
	font-family:Verdana;
}
#bottom_info{
	float:left;
	width:499px;
	height:32px;
	color:#fff;
	margin-top:40px;
	font-family:Verdana;
}
#bottom_analytics{
	float:left;
	width:130px;
	height:32px;
	color:#fff;
	margin-top:40px;
	font-family:Verdana;
}

#mainContent{
	width:996px;
	margin:0 auto;
}
.clear{
	clear:both;
}
a.toplogin:link,a.toplogin:visited{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	margin:0 5px;
	font-family:Verdana;
}
/* my navmenu start */
#navmenu li {
	float:left;
	margin-right:10px;
	height:50px;
}
#navmenu li a.top {
	display:block;
	line-height:50px;
}
#navmenu li a.top:hover {
	display:block;
	line-height:50px;
}

/* navmenu */
/*CSS Code for Menu Begin:*/ 
ul#navmenu { 
border: 0 none; 
padding: 0; 
list-style: none; 
} 
ul#navmenu li { 
position: relative; 
} 
ul#navmenu ul { 
margin: 0; 
border: 0 none; 
padding: 0; 
list-style: none; 
display: none; 
position: absolute; 
top: 24px; 
left: -250px; 
width:600px;
}
ul#navmenu li ul{
	/*background:#efefef;*/
	padding:10px 0 0 5px;
}
ul#navmenu li ul li {
	float:left;
	margin:0;
	padding-right:10px;
	background:#efefef;
	height:20px;
	line-height:20px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
ul#navmenu ul li { 
float: none; /*For Gecko*/ 
display: block !important; 
display: inline; /*For IE*/
} 
/* Root Menu */ 
ul#navmenu a {
float: none !important; /*For Opera*/ 
float: left; /*For IE*/ 
display: block;
text-decoration: none; 
height: auto !important; 
height: 1%; /*For IE*/ 
} 
/* Root Menu Hover Persistence */ 
ul#navmenu a:hover, 
ul#navmenu li:hover a, 
ul#navmenu li.iehover a { 
color: #FFF; 
} 
/* 2nd Menu */ 
ul#navmenu li:hover li a, 
ul#navmenu li.iehover li a { 
float: left; 
color: #000; 
} 
/* 2nd Menu Hover Persistence */ 
ul#navmenu li:hover li a:hover, 
ul#navmenu li:hover li:hover a, 
ul#navmenu li.iehover li a:hover, 
ul#navmenu li.iehover li.iehover a { 
color: #49aef6; 
} 
} 
/* Do Not Move - Must Come Before display:block for Gecko */ 
ul#navmenu li:hover ul ul, 
ul#navmenu li:hover ul ul ul, 
ul#navmenu li.iehover ul ul, 
ul#navmenu li.iehover ul ul ul { 
display: none; 
} 
ul#navmenu li:hover ul, 
ul#navmenu ul li:hover ul, 
ul#navmenu ul ul li:hover ul, 
ul#navmenu li.iehover ul, 
ul#navmenu ul li.iehover ul, 
ul#navmenu ul ul li.iehover ul { 
display: block; 
}

.login_wel{
	color:#FFFF99;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}
.login_wel a,.login_wel a:hover {
	color:#FFFF99;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}

/* pupup */
.popDiv {
	width:201px;
}
.pop_head {
	width:201px;
	background:url(../images/pop/header.gif) no-repeat;
	height:28px;
}
.pop_con {
	clear:both;
	width:191px;
	background:url(../images/pop/con_bg.gif) repeat-y;
	padding:5px;
}
.pop_bottom {
	width:201px;
	background:url(../images/pop/bottom.gif) no-repeat;
	height:8px;
}
.pop_title{
	color:#3f87c1;
	float:left;
	width:80px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 10px;
}
.pop_close{
	float:right;
	margin:10px 5px 0 0;
}
.pop_icon {
	float:left;
	margin-top:10px;
}
.pop_text {
	float:left;
	margin-left:5px;
	font-size:12px;
}
.pop_btn_div {
	clear:both;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
}
/***********************/
#mj_con{
	width:1000px;
	text-align: left;
	margin: 0 auto;
}
.mj_con_i{
	width:169px;
	text-align: left;
	margin-top:25px;
	margin-left:13px;
	margin-right:12px;
	float:left;
	
}
.mj_ul{
	width:171px;
	
	height:500px;
	background-color:#FF99CC;
	
}
.mj_cate_o{
	width:169px;
	text-align: left;
}
.mj_cate{
	width:169px;
	
	float:left;
}
.mj_cate_t{
	width:169px;
	height:90px;
	margin-top:25px;
}
.mj_cate_m{
	width:165px;
	border-left:1px solid #979797;
	border-right:1px solid #979797;
	margin-left:1px ;
}
.mj_cate_m_i{
	width:165px;
}
.mj_cate_b{
	width:169px;
	height:11px;
	background:url(../../images/mosjoy/cate_b.gif) no-repeat center;
}
.mj_cate_fn{
	font-weight:bold;
	color:#A3A3A3;
	margin-left:5px;
	margin-top:5px;
}
#mj_top{
	width:996px;
	height:300px;
	margin: 0 auto;
	text-align: left;	
}
#mj_top_l{
	width:192px;
	height:300px;
	margin-left:13px;
	border-top:1px solid #979797;
	
	float:left;
}
#mj_top_l_t{
	width:190px;
	height:32px;
	float:left;
	border-left:1px solid #979797;
	border-right:1px solid #979797;
	background:url(../../images/mosjoy/tag2.gif) repeat-x;
}
#mj_top_l_m{
	width:190px;
	height:250px;
	float:left;	
	border-left:1px solid #979797;
	border-right:1px solid #979797;
}
#mj_top_l_m_i{
	width:178px;
	height:220px;
	float:left;
	margin-left:10px !important;*margin-left:5px;
	margin-top:10px;
}
.mj_text{
	margin-left:5px;
}
#mj_top_img{
    width:90px;
	height:82px;
}
#mj_top_l_b{
	width:192px;
	height:20px;	
}
#mj_top_l_b_c{
	width:172px;
	height:20px;
	float:left;
	border-bottom:1px solid #979797;
}
.mj_top_bottom_l{
	width:10px;
	height:20px;
	float:left;
	background:url(../../images/mosjoy/bl.gif) no-repeat ;
}
.mj_top_bottom_r{
	width:10px;
	height:20px;
	float:left;
	background:url(../../images/mosjoy/br.gif) no-repeat ;
}
#mj_top_c{
	width:560px;
	height:300px;
	margin-left:2px;
	margin-right:2px;
	float:left;
}
#mj_top_c_m{
	width:558px;
	height:282px;
	float:left;
	border-top:1px solid #979797;
	border-left:1px solid #979797;
	border-right:1px solid #979797;	
}
#mj_top_c_b{
	width:560px;
	height:20px;	
}
#mj_top_c_b_c{
	width:540px;
	height:20px;
	float:left;
	border-bottom:1px solid #979797;	
}
#mj_top_r{
	width:192px;
	height:300px;
	margin-right:13px;
	float:left;
}
#mj_top_r_t{
	width:188px;
	height:32px;
	float:left;
	border-left:1px solid #979797;
	border-right:1px solid #979797;
	background:url(../../images/mosjoy/tag2.gif) repeat-x;
}
#mj_top_r_m{
	width:188px;
	height:250px;
	float:left;
	border-left:1px solid #979797;
	border-right:1px solid #979797;
}
#mj_top_r_b{
	width:190px;
	height:20px;
}
#mj_top_r_b_c{
	width:170px;
	height:20px;
	float:left;
	border-bottom:1px solid #979797;	
}
/*************************/
/*
div,ul,li{
 margin:0 auto;
 padding:0;
}
*/

ul{
 list-style:none;
}
.main{
 clear:both;
 padding:8px;
 text-align:left;
}

#tabs1{
 text-align:left;
 width:558px;
 height:229px;
}
.menu1box{
 position:relative;
 overflow:hidden;
 height:32px;
 width:558px;
 text-align:left;
background:url(../../images/mosjoy/tag2.gif) repeat-x;
}
#menu1{
 position:absolute;
 top:0;
 left:0;
 z-index:1;
}
#menu1 li{
 float:left;
 display:block;
 cursor:pointer;
 width:60px;
 text-align:center;
 line-height:28px;
 height:32px;
 background:url(../../images/mosjoy/tag2.gif) repeat-x;
}
#menu1 li.hover{
 /*background:#4DC4E8;*/
 /*border-left:1px solid #333;
 border-top:1px solid #333;
 border-right:1px solid #333;*/
 border-bottom:1px solid #fff;
 background:url(../../images/mosjoy/tag1.gif) no-repeat;
 color:#FFFFFF;
}
#menu1 li.hover2{
	 background:url(../../images/mosjoy/tag2.gif) repeat-x;
}
.main1box{
 clear:both;
 margin-top:-1px;
 /*border:1px solid #333;
 border-left:1px solid #333;
 border-bottom:1px solid #333;
 border-right:1px solid #333;*/
 height:245px;
 width:558px;

}
#main1 ul{
 display: none;
}
#main1 ul.block{
 display: block;
}
.tab_text1{
	width:540px;	
	text-align:left;
	overflow:hidden;
}
.tab_text2{
	background:#c9e2ea;
	width:540px;	
	text-align:left;
	overflow:hidden;
}
.test{
	width:200px;
	float:left;
}
.test2{
	width:100px;
	float:left;
}
.tab_text11{
	width:180px;	
	text-align:left;
	overflow:hidden;
	margin-left:5px;
}
.tab_text12{
	background:#c9e2ea;
	width:180px;	
	text-align:left;
	overflow:hidden;
	margin-left:5px;
}
/****************************/
#bottom_lineb{
	clear:both;
	height:1px;
	width:100%;
}
#bottom_line2{	
	width:100%;
	margin-top:50px;
}
#bottomb{	
	width:100%;
	height:17px;
	margin:0 auto;
	/*border-top:1px solid #575757;
	border-bottom:1px solid #575757;*/
}
#bottomContainerb{
	width:996px;
	margin:0 auto;
	height:17px;	
}
#bottom_logob{
	width:31px;
	height:17px;
	float:left;	
	background:url(../../images/default/logo2.gif) no-repeat center;
}
#bottom_text_lb{
	width:150px;
	font-weight:bold; text-align:left;
	float:left;
	*padding-top:5px;
	
}
#bottom_text_rb{
	 text-align:right;
	 float:right;
	*padding-top:5px;
	
}