
/* Layout Stylesheet */ 
*{
 padding:0;
 margin:0;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 list-style:none;
}
a *{
	border:none;
}
.clear{clear:both; float:none; height:1px; margin-top:-1px; overflow:hidden;}
body {
 margin:0;
 color: #004F9C;
 text-align:center;
 padding:0;
 background:url(../p_images/background/blue/bodybg_blue.jpg) repeat-x left -1px;
 }
A,A:link,A:visted{
 text-decoration:underline;
 color:#004F9C; 
 }
A:hover{
 text-decoration:underline;
 color:#F30;
}
#outer {
 text-align:left;
/* border:1px solid #DDD;*/
 width:960px;
 margin:auto;
 }

#pHeader {
 height:85px;
 color: #222;
 margin-top:5px;
 background:url(../p_images/background/headerbg.gif) no-repeat;
 position:relative;
 }

#pMeuner {
 background:url(../p_images/other/cssplay_0.gif);
 width:960px;
 height: 38px;
 text-align:center;
}
#main_menu {
 padding:0px;
 background:url(../p_images/other/cssplay_0.gif) no-repeat right top;
 margin:0px 19px;
 width:922px;
 list-style-type: none;
 height:36px;
}
#main_menu li {
 display:inline;
 background: url(../p_images/other/cssplay_1.gif);
 float:left;
 width:120px;
}
#main_menu li A {
 display:block;
 font-size:14px;
 font-weight:bold;
 background: url(../p_images/other/cssplay_0.gif);
 width:120px;
 color:#FFF;
 line-height:36px;
 font-family:Arial, Helvetica, sans-serif,"宋体";
 height: 36px;
 text-decoration:none;
}
#main_menu li A:visited {
 display:block;
 font-size:14px;
 font-weight:bold;
 background:url(../p_images/other/cssplay_0.gif);
 width:120px;
 color:#FFF;
 line-height:36px;
 font-family:Arial, Helvetica, sans-serif,"宋体";
 height:36px;
 text-decoration:none;
}
#main_menu li A:hover {
 background:url(../p_images/other/cssplay_1b.gif);
 color: #fff;
}
#main_menu li A.chosen {
 background:url(../p_images/other/cssplay_2.gif);
 color: #fff;
}
#main_menu li A.chosen:visited {
 background:url(../p_images/other/cssplay_2.gif);
 color:#fff;
}
#main_menu li A:active {
 background:url(../p_images/other/cssplay_2.gif);
 color:#fff;
}
#main_menu li A:unknown {
 background:url(../p_images/other/cssplay_2.gif);
 color:#fff;
}
#main_menu li.java A:hover {
 background: url(../p_images/other/cssplay_2.gif);
 color:#fff;
}

#pConter{
 width:100%;
 height:auto;
 background:none;
 position:relative;
}

#pAdprocess{
 width:960;
 padding:5px 0;
 font-size:12px;
 text-align:left;
/* border:1px solid #A9CCE8;
 border-width:1px 1px 0 1px;*/
}

#bodyblock {
 color: #333;
 width:960px;
 padding:0;
 margin-right:auto;
 margin-left:auto; 

 }

#pContLeft{
 float:left;
 background:#FFF;
 color:#333;
 width:200px;
 padding:10px;
 }

#pContCenter{
 float:left;
 width:490px;
 border:dotted #d5d5d5;	
 border-width:0 1px 0 1px;
 padding:10px;
 margin:auto;
 text-align:center;
 }

#pContRight {
 float:left;
 width:200px;
 background:#FFF;
 color: #333;
 text-align:left;
 padding:10px;
 }

#pFooter {
 clear:both;
 height:35px;
 line-height:35px;
 text-align:center;
 font-size:12px;
 background:#F5F5F5;
 color: #333;
 border:solid #DDD;
 border-width:1px 0 0 0;
 margin:0;
 }
 
/*file框设定样式*/
.inptfiles{
	border:1px solid #DDD;
	height:22px;
	line-height:22px;
}

/*按钮样式*/
.butOut{border:0; background-image:url(../../images/buttom/but_out.gif); background-repeat:no-repeat; height:22px; line-height:22px; width:70px; cursor:pointer; text-align:center;}
.butHref{border:0; background-image:url(../p_images/button/but_href.gif); background-repeat:no-repeat; height:21px; line-height:21px; width:50px; cursor:pointer; text-align:center;}
.userLoginBut{background:url('../../images/userLogin_bg.gif') no-repeat; height:23px; line-height:23px; border:0; width:65px; cursor:pointer; text-align:center; margin-right:2px;}

/*用户登陆*/
.eduuserlogin{
	height:30px; line-height:30px; border:1px solid #A9CCE8;
	border-width:0 1px 1px 1px;
	background:#E9F3F9; margin:0 0 5px 0; text-align:right;
	padding-right:10px; _padding-top:3px;
	color:#004F9C;
	}
.eduuserlogin .edutelogin{
	height:20px; line-height:20px;
	padding:0 5px;
	background:#FFF;
	border:1px solid #87B2D5;
}
.eduuserlogin .edubutOn{
	background:#99C55D;
	border:1px solid #61892A;
	padding:0 8px;
	color:#FFF;
}
.eduuserlogin .edubutOut{
	background:#FFED6A;
	border:1px solid #DB6F09;
	padding:0 8px;
	color:#DB6F09;
}