/* base */
html,body  {color: #333;font:12px Arial, Helvetica, sans-serif;margin:0;padding:0;text-align: center;background:#FFF;height:100%; }
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: #007AB7;text-decoration: none;}
a:hover {text-decoration: underline;}
label {cursor: pointer;}
* { word-wrap: break-word; }

ul, li {
	margin:0pt;
	padding:0pt;
}
/* body{background:url(../images/login/login_bg.gif) repeat-x;}*/
/* header */
#nav{
	width:100%;
	height:49px;
	background:url(../images/header/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;
}
#login1{
	width:200px;
	height:29px;
	float:left;
	margin-left:60px !important;*margin-left:1px;
	margin-top:20px;
	text-align:left;
}
#navmenuContainer{
	float:right;
	height:49px;
	margin-left:35px;
	/*margin-top:20px;	*/
}
/*
#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:2px;
	width:100%;
}
#head_line1{
	height:51px;
	width:100%;
}
/* bottom */
#bottom_line{
	clear:both;
	height:1px;
	width:100%;
}
#bottom_line2{	
	width:100%;
	margin-top:50px;
}
#bottom{	
	width:100%;
	height:17px;
	margin:0 auto;
	/*border-top:1px solid #575757;
	border-bottom:1px solid #575757;*/
}
#bottomContainer{
	width:996px;
	margin:0 auto;
	height:17px;	
}
#bottom_logo{
	width:31px;
	height:17px;
	float:left;	
	background:url(../images/home/logo2.gif) no-repeat center;
}
#bottom_text_l{
	width:150px;
	font-weight:bold; text-align:left;
	float:left;
	*padding-top:5px;
	
}
#bottom_text_r{
	 text-align:right;
	 float:right;
	*padding-top:5px;
	
}
#bottom_copyright1{
	float:left;
	text-align:center;
	width:100%;
	color:#fff;
	height:30px;
	
	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;
	width:100%;
	margin:0 auto;
	text-align: left; margin: 0 auto;	
}
#mainContent1{
	width:996px;
	width:100%;
	margin:0 auto;
	
	
	background:url(../images/login/login_bg.gif) repeat-x;
}
.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;
	
	height:49px;
}
#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:30px 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;
}
.top1{
    width:87px;
	height:31px;
	background:url(../images/menu/m_home.gif) no-repeat;
}
a.top1:link{
	 background:url(../images/menu/m_home.gif) no-repeat;	
}
a.top1:hover,a.top1:visited{
	 background:url(../images/pop/menu/m_home.gif) no-repeat;
}
/*¥Î¤_???©³*/
#wrapper1 {
 min-height:100%;
 _height:100%;
}

#mj_mes{
	width:996px;
	height:26px;
	float:left;
	margin-top:20px;
}
#mj_mes_l{
	width:13px;
	height:26px;
	background:url(../images/home/mes_back_l.gif) no-repeat;	
	float:left;
}
#mj_mes_c{
	width:970px;
	height:26px;
	background:url(../images/home/mes_back_c.gif) repeat-x;
	float:left;
}
#mj_mes_r{
	width:13px;
	height:26px;
	background:url(../images/home/mes_back_r.gif) no-repeat;
	float:left;
}
