﻿body 
{	
	color:#646464;
	font-family:宋体,Arial,Helvetica,sans-serif;  
	margin:0 auto; 
	padding:0; 
	font-size:12px;	

	background-color: #EFF6FD;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

/*取消默认属性*/
div,form,ul,ol,li,span,p {margin:0; padding:0; border:0;}
img,a img{border:0; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
input {font-size:12px}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 颜色属性 */
.blue {COLOR: #0457a7}
.red {COLOR: #ff0000}

/* 表单样式 */
.border1c {border:1px #93c3f3 solid;margin:2px 0;}
.width130 {width:130px;}
.width250 {width:250px;}
.wcsi {width:180px;}
.height16 {height:16px;}
.height130 {height:130px;}


/* 链接属性 */
a:link {color: #0457a7; text-decoration: none}
a:visited {color: #0457a7; text-decoration: none}
a:hover {color: #ff6600; text-decoration: underline}
a:active {color: #ff6600; text-decoration: underline}
a.red:link {color: #ff0000; text-decoration: none}
a.red:visited {color: #ff0000; text-decoration: none}
a.red:hover {color: #ff6600; text-decoration: underline}
a.red:active {color: #ff6600; text-decoration: underline}
a.grayl:link {color: #888888; text-decoration: none}
a.grayl:visited {color: #888888; text-decoration: none}
a.grayl:hover {color: #0457a7; text-decoration: underline}
a.grayl:active {color: #0457a7; text-decoration: underline}
a.orangel:link {color: #ec5802; text-decoration: none}
a.orangel:visited {color: #ec5802; text-decoration: none}
a.orangel:hover {color: #ec5802; text-decoration: underline}
a.orangel:active {color: #ec5802; text-decoration: underline}

/*通用属性*/
.left { float: left;}
.right { float: right;}
.lg3 {margin-left:3px}
.rg3 {margin-right:3px}
.lg20 {margin-left:20px}
.mg10 {margin-top:10px}
.mg15 {margin-top:15px}
.mb8 {margin-bottom:8px;}
.mb15{margin-bottom:15px;}

/*图片文本垂直居中 加在图片上方生效*/
valight {vertical-align:middle;}

/* 导航样式 */
#pagenav {width:1000px; height:85px; text-align:left; border-bottom: 1px solid #93c3f3; margin:0 auto 10px auto; }
.logo { width:180px; height:81px;background:url(); position:absolute;z-index:1;margin:3px 0 0 150px; }
#nav {width:600px;height:30px;padding:0px 5px;position:absolute;z-index:1;margin:50px 0 0 365px;float:left; }
#nav ul,li{margin:0px;padding:0px;}
#nav li{display:inline;list-style:none;list-style-position:outside;text-align:center;font-weight:bold;float:left;}
#nav a:link{color:#078bd7;text-decoration:none;width:100px;padding:3px 5px 0px 5px;}
#nav a:visited{color:#078bd7;text-decoration:none; padding:3px 5px 0px 5px;width:100px;}
#nav a:hover{color:white;padding:3px 3px 0px 0px;width:88px;text-decoration:none;background-color:#4ba6ec;}
#nav a:active{color:white;padding:3px 3px 0px 0px;width:88px;text-decoration:none;background-color:#BD06B4;}

#nav .list{line-height:20px;text-align:center;padding:4px;font-weight:normal;}
#nav .top_menu_a{width:120px;height:auto;margin:6px 4px 0px 0px;border:1px solid #6bd0ff;background:#F5F5F5 url(/images/focus/dot1.gif) no-repeat 100px 10px ;color:#078bd7;
padding:6px 0px 0px 0px;cursor:hand;overflow-y:hidden;filter:Alpha(opacity=90);-moz-opacity:0.9;}
#nav .top_menu_b{width:120px;height:18px;margin:6px 4px 0px 0px;background:#F5F5F5 url(/images/focus/dot3.gif) no-repeat 100px 10px ;color:#999999;
border:1px solid #EEE8DD;padding:6px 0px 0px 0px;overflow-y:hidden;cursor:hand;}

/* 用户登陆状态栏 */
.estate { position:absolute;top:30px;right:200px;width:500px;height:20px;text-align:right;color:black}

/* 版权信息 */
.format_bottom {font-family:Arial,Helvetica,sans-serif,宋体; margin:15px auto 0 auto; width:748px;height:35px; text-align:center; font-size:14px ; line-height:35px; border-top: 1px solid #93c3f3; }

/* 按钮样式背景图片 */
.button1{ width:96px; height:25px; border:none; color:#333;  font-size:12px; cursor:hand; background:url(/images/focus/button_bg.gif) no-repeat center;}

/* 按钮文字垂直兼容性样式 */
*:lang(zh) .button1{vertical-align: middle;}/* Moz */
* html .button1 { padding-top:3px; } /* IE6 */
*+html .button1 { padding-top:3px; } /* IE7 */