@charset "utf-8";
*{margin:0;padding:0;font-size:9pt;line-height:13pt;word-break:break-all;}
table caption{ height:0px;} /* 兼容Opera浏览器 */
table td{padding:4px;}
/* 表格样式tableWg部份 */
.tableWg {border: 1px solid #9bbde6;margin-bottom:2px;}
.tableWg tr{text-align:center;}
.tableWg tbody tr:hover {background-color:#FFF0FF;}
.tableWg td{ border-bottom:1px dotted #9bbde6; border-right:1px dotted #9bbde6;}
.tableWg thead{background-color:#EEF5FC;font-weight:bold;color:#014390;}
.tableWg thead a{border:1px solid #0000FF;background-color: #9CBEF7;font-size: 9pt;padding:4px;cursor:pointer;}
.tableWg tfoot{background-color:#EEF5FC;}
/* 表格样式tableLine部份 */
.tableLine {border: 1px solid #9bbde6; margin-bottom:2px;}
.tableLine thead{background-color:#EEF5FC;font-weight:bold;color:#014390;}
.tableLine thead a{border:1px solid #0000FF;background-color: #9CBEF7;font-size: 9pt;padding:4px;cursor:pointer;}
.tableLine td{border-bottom: 1px dotted #9bbde6; }
.tableLine tbody tr:hover {background-color:#FFF0FF;}
.tableLine tfoot{background-color:#EEF5FC; text-align:center;}
.box{border: 1px solid #9bbde6;}
.huise {color: #999999;}
.red{color:#FF0000;}
.btn {border:1px solid #0000FF;background-color: #9CBEF7;font-size: 9pt;padding-top:2px;padding-right: 2px;padding-left: 2px;cursor:pointer;}
.title1{height:28px;color:#014390;border-bottom:1px solid #9bbde6;font-size:14px; font-weight:bold;padding-left:8px;background:url(title1.gif) bottom repeat-x #FFF;}
.Left{text-align:left;}
/* 超链接的样式 */
a{cursor:pointer; color:#00F;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color:red;	text-decoration: underline;}

/* 模态窗口------------------------------------- */
.mdl_overlay {
    top:0;left:0;background: #000000;z-index:100;position:fixed;
    _position:absolute;
    _top: expression( documentElement.scrollTop );
}
.mdl_dialog {
    padding: 5px; background: #f8f0e9; display: none; border: solid 10px #707070;
    position: fixed; width: auto; height: auto; z-index:101;
    _position:absolute;
    _top: expression( documentElement.scrollTop );
}
.mdl_bar {
    margin: -25px; width: 20px; height: 20px; position: relative;
}
/* -----------------------------------------------------模态窗口 */

/* 主体的宽度和背景图 */
#bodyer {
	width:980px; margin:3px auto;
	background:url(main980.gif);
}
/* 顶部 */
#header {
	border: 1px solid #9bbde6; height:70px; line-height:70px;
	color:#000099; font-size:24px; font-weight:bold; padding-left:20px;
	background: url(header_bg.gif); font-family:"黑体";
}
/* 底部 */
#footer {
	border: 1px solid #9bbde6; height:60px; padding-top:10px;
	BACKGROUND: url(footer_bg.gif); text-align:center; clear:both;
}
/* 用户成功登录后的信息显示部分 */
#loginUserInfo{
	background-image:url(title1.gif);padding:4px 20px; color:#060;
	border-left:1px solid #9bbde6;border-right:1px solid #9bbde6;
}
/* 左部 */
#left{
	width:150px; float:left;border-left:1px solid #9bbde6;
	border-right:1px solid #9bbde6;
}
/* 左部导航菜单 */
.menu{
	list-style-type: none; margin:0px;padding:10px;
	background-color:#F4F8FD;
}
.menu li{
	text-align:center; margin:2px 2px 5px 5px;
	border:1px solid #9bbde6; padding:4px;
	background:url(title1.gif) repeat-x #FFFFFF bottom;
}
.menu .cMenu{
	color:#F00;	font-weight:bold;
}
.menu a{color:#009; font-size:13px;}
.menu a:hover{color:#f00;}
.titleNav{
	border-top:1px solid #9bbde6;
	border-bottom:1px solid #9bbde6;
	height:29px;line-height:29px;color:#014390;
	font-size:14px; font-weight:bold;text-align:center;
	background:url(title2.gif);
	cursor:pointer;
	margin:0px auto 3px;
}

/* 内容部份 */
#content{
	float:right;width:826px;
}
.titleMain{
	border:1px solid #9bbde6;height:29px;line-height:29px;color:#014390;
	font-size:14px; font-weight:bold;padding-left:8px;background:url(titleMain.gif);
}

/* 公告部分 */
#bulletin{
	width:800px;margin:5px auto;
	border:1px solid #9bbde6; margin-bottom:2px;
}
#bulletinTitle{
	height:30px;line-height:30px;color:#014390; padding-left:15px;
	border-bottom:1px dotted #9bbde6;
	font-size:14px; font-weight:bold;
	background:url(title1.gif) bottom repeat-x #FFF;
}
#bulletinTime{
	color:#999;font-weight:normal; margin-left:50px;
	font-size:12px;
}
#bulletinContent{
	padding:15px;line-height:20px;
}

/* 登录页的文本框 */
.boxLogin {height:16px;width:110px;border:1px solid #9bbde6;}
/* 软件注册页的文本框 */
.boxZuce {height:16px;width:240px;border:1px solid #9bbde6;}
/* 用于JQuery要找的标签 */
.chaozuo{border:1px solid #0000FF;background-color: #9CBEF7;cursor:pointer;margin-top:2px;}
