@charset "utf-8";

/* 文字颜色 */
.red {
	color: #F00;
}
.gray {
	color: #888;
}

.form-textbox {
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	height: 19px;
	line-height: 18px;
}
.form-textarea {
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	line-height: 18px;
}
.form-button {
	margin-right: 10px;
	padding: 3px 19px 0 19px;
	*padding: 3px 10px 0 10px;
	height: 28px;
	border: 1px solid;
	border-color: #009EEA #0088CA #0088CA #009EEA;
	background: url(../img/images/form_btn.gif) repeat-x top;
	font-weight: bold;
	color: #FFF;
}
.form-button-small {
	padding: 2px 12px 0 13px;
	*padding: 3px 5px 0 6px;
	height: 21px;
	border: 1px solid;
	border-color: #CCC #999 #999 #CCC;
	background: url(../images/form_btn.gif);
}
.form-selectlist {
	border: 0;
}

/* ---------------左侧菜单--------------- */
.menu {
	position: absolute;
	_position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	_margin-top: -40px;
	padding-bottom: 40px;
	_height: 100%;
}
.menu h2 {
	padding: 3px 0 0 44px;
	background: url(../images/menu_ico.gif) no-repeat 20px 13px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	line-height: 37px;
}
.menu_list {
	position: absolute;
	_position: relative;
	top: 40px;
	_top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	_height: 100%;
	overflow: auto;
	overflow-x: hidden;
}
.menu_list ul {
	padding: 10px 0 0 10px;
	margin:0;
}
.menu_list li {
	padding-bottom: 5px;
	list-style: none;
}
.menu_list li a {
	display: block;
	padding: 2px 0 0 35px;
	width: 145px;
	height: 24px;
	background: url(../images/menu_arrow.gif);
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
}
.menu_list li a:hover {
	background: url(../images/menu_over.gif);
	color: #FFF;
	text-decoration: none;
}
.menu_list li a.current {
	background: url(../images/menu_over.gif);
}
.menu_list ul ul {
	padding-top: 0;
	padding-left: 20px;
}
.menu_list ul ul li {
	padding-bottom: 0;
}
.menu_list ul ul li a {
	padding-left: 35px;
	width: 125px;
	background: url(../images/menu_sub_arrow.gif);
	line-height: 20px;
}
.menu_list ul ul li a:hover {
	background: url(../images/menu_sub_arrow.gif);
	color: #CF0;
}

/* 邮件菜单 */
.mail_menu {
	padding: 10px 0 0 10px;
	width: 180px;
	height: 40px;
}
.mail_menu li {
	float: left;
	width: 90px;
}
.mail_menu a {
	display: block;
	padding: 2px 0 0 42px;
	width: 48px;
	height: 28px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
}
.mail_menu a.receive {
	background: url(../images/mail_menu.gif) no-repeat 0 0;
}
.mail_menu a.send {
	background: url(../images/mail_menu.gif) no-repeat -90px 0;
}
.mail_menu a:hover.receive {
	background: url(../images/mail_menu.gif) no-repeat 0 -30px;
	color: #FFF;
}
.mail_menu a:hover.send {
	background: url(../images/mail_menu.gif) no-repeat -90px -30px;
	color: #FFF;
}

.mail_menu_list {
	position: absolute;
	_position: relative;
	top: 85px;
	_top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	_height: 100%;
	overflow: auto;
	overflow-x: hidden;
}
.mail_menu_list ul {
	padding: 10px 0 0 10px;
}
.mail_menu_list li {
	padding-bottom: 5px;
}
.mail_menu_list li a {
	display: block;
	padding: 5px 0 0 15px;
	width: 165px;
	height: 21px;
	color: #FFF;
}
.mail_menu_list li a img {
	margin-right: 8px;
	vertical-align: middle;
	_vertical-align: text-bottom;
}
.mail_menu_list li a:hover {
	background: url(../images/menu_over.gif);
	color: #FFF;
}
.mail_menu_list li a.current {
	background: url(../images/menu_over.gif);
}

/* ---------------二级页面--------------- */
.title {
	position: relative;
	_margin-top: -40px;
	padding: 9px 0 0 15px;
	height: 31px;
	background: url(../images/title.gif);
}
.title h2 {
	padding-left: 25px;
	background: url(../images/title_ico.gif) no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #009;
	line-height: 25px;
}
.my_container {
	top: 40px;
	_top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	_height: 100%;
	border-left: #D5E3F4 1px solid;
	overflow: auto;/**/
	overflow-x: hidden;
	padding-bottom: 10px;
	width: 100%;
}


.btn_bar {
	padding: 15px 15px 0 15px;
	zoom: 1;
	overflow: hidden;
}

/* 内容区 */
.containerbox {
	padding: 15px 15px 0 15px;
	overflow: hidden;
}

/* 列表 */
.tableStyle {
	border-collapse: collapse;
	margin-bottom: 0.5em;
}
.tableStyle th {
	padding: 3px 10px;
	border: #C8DAF0 1px solid;
	background: url(../images/table_th.gif);
	font-weight: bold;
	line-height: 25px;
	text-align: left;
}
.tableStyle td {
	padding: 3px 10px;
	border: #C8DAF0 1px solid;
	line-height: 25px;
}
.tableStyle a {
	color: #009;
	text-decoration: none;
}
.tableStyle b {
	margin-right: 5px;
}
.tableStyle .center{
    text-align:center;
}
.tableStyle tr:hover{
    background-color:#ffffdd;
}

/* 分页 */
.web_page {
	clear: both;
	padding: 5px 0;
	overflow: hidden;
}
.web_page a {
	margin-right: 5px;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	height: 15px;
	border: #C8DAF0 1px solid;
	background: #F6FAFE;
	line-height: 15px;
	vertical-align: middle;
	text-decoration: none;
}
.web_page a:hover {
	border: #92B4E2 1px solid;
	background: #B5CDEC;
	color: #FFF;
}
.web_page a.current {
	border: #92B4E2 1px solid;
	background: #B5CDEC;
	color: #FFF;
	font-weight: bold;
}
.web_page a.disable {
	border: #C8DAF0 1px solid;
	background: #F6FAFE;
	color: #999;
}

/* 表单 */
.formtable {
	border-collapse: collapse;
}
.formtable td {
	padding: 5px 10px;
	border: #C8DAF0 1px solid;
	line-height: 20px;
}
.formtable td img {
	vertical-align: middle;
}
.submit_bar {
	padding: 15px 0;
}

/* 树 */
.tree {
	margin: 15px 0 0 15px;
	padding: 10px;
	width: 180px;
	min-height: 450px;
	_height: 450px;
	height: auto;
	border: #C8DAF0 1px solid;
	background: #F6FAFE;
	overflow: auto;
}

/* 文件上传 */
.file_upload {
	padding: 5px 0;
	overflow: hidden;
}
.file_upload ul {
	padding-bottom: 5px;
}
.file_upload li {
	padding-bottom: 5px;
}
.file_upload li a {
	text-decoration: underline;
}
.file_upload li b {
	margin-right: 5px;
}

/* 底部操作链接 */
.btmbar {
	padding: 10px 0 0 10px;
	border: #C8DAF0 1px solid;
	border-top: 0;
	background: url(../images/btm_bar.gif);
	height: 25px;
}
.btmbar a {
	margin-right: 10px;
}
.btmbar img {
	vertical-align: middle;
}

.file_operate {
	padding: 10px 0 0 10px;
	border: #C8DAF0 1px solid;
	height: 25px;
}
.file_operate a {
	margin-right: 10px;
}
.file_operate img {
	vertical-align: middle;
}

/* 电子邮件 */
.mail_info {
	padding: 15px 15px 10px 15px;
}
.mail_info a {
	color: #009;
	text-decoration: underline;
}

.mail_btnbar {
	margin: 0 15px;
	height: 35px;
	background: url(../images/mail_btnbar.gif);
}
.mail_btnbar_l {
	float: left;
	padding: 7px 0 0 10px;
}
.mail_btnbar_r {
	float: right;
	padding: 7px 10px 0 0;
}
.mail_btnbar a {
	float: left;
	margin-right: 5px;
	padding-left: 10px;
	background: url(../images/mail_btn.gif);
}
.mail_btnbar a span {
	float: left;
	padding: 2px 10px 0 0;
	background: url(../images/mail_btn.gif) no-repeat right;
	color: #009;
	line-height: 19px;
}
.mail_btnbar a:hover span {
	color: #F00;
	cursor: pointer;
}
.mail_btnbar select {
	float: left;
	margin-right: 5px;
}
.mail_search {
	width: 165px;
	height: 21px;
	background: url(../images/mail_searh.gif);
}
.mail_search_text {
	float: left;
	padding-left: 5px;
	width: 135px;
	height: 21px;
	background: none;
	border: 0;
	line-height: 21px;
}
.mail_search_btn {
	float: left;
	width: 25px;
	height: 21px;
	background: none;
	border: 0;
}

.containermail {
	padding: 0 15px;
	zoom: 1;
}

/* 邮件列表 */
.maillist {
	border-collapse: collapse;
}
.maillist th {
	padding: 3px 10px 0 10px;
	background: url(../images/mail_th.gif);
	font-weight: normal;
	line-height: 22px;
	text-align: left;
}
.maillist td {
	padding: 4px 10px;
	border-bottom: #E4EDF8 1px solid;
	line-height: 25px;
}

/* 底部条 */
.mail_btmbar {
	height: 30px;
	background: url(../images/btm_bar.gif);
}

.mail_select {
	float: left;
	padding-left: 10px;
	color: #666;
	line-height: 30px;
}
.mail_select a {
	color: #666;
	text-decoration: underline;
}
.mail_select a:hover {
	color: #F00;
}

.mail_page {
	float: right;
	padding-right: 10px;
	line-height: 30px;
}
.mail_page a {
	color: #666;
	text-decoration: underline;
}
.mail_page a:hover {
	color: #F00;
}

/* 写信表单 */
.formmail {
	border-collapse: collapse;
}
.formmail td {
	padding: 5px 10px;
	border: 0;
}
.formmail td a {
	color: #009;
}
.formmail td a:hover {
	color: #F00;
}
.formmail td img {
	vertical-align: middle;
}

/* tab切换 */
.my_tab {
	margin: 15px 15px 0 15px;
	background: url(../images/solid.gif) repeat-x bottom;
	height: 26px;
}
.my_tab ul {
	padding:0;
    list-style-type: none;
}
.my_tab li {
	float: left;
}
.my_tab li a {
	float: left;
	margin-right: 5px;
	padding-left: 15px;
	background: url(../images/label.gif);
	text-decoration: none;
}
.my_tab li a span {
	float: left;
	display: block;
	padding: 5px 15px 0 0;
	height: 20px;
	background: url(../images/label.gif) no-repeat right;
	color: #009;
	text-align: center;
	cursor: pointer;
}
.my_tab li a:hover span {
	color: #000;
}
.my_tab li a.current {
	background: url(../images/label_current.gif);
}
.my_tab li a.current span {
	background: url(../images/label_current.gif) no-repeat right;
	font-weight: bold;
	color: #FFF;
}
.my_tab li a img {
	vertical-align: middle;
}

/* 提示标题 */
.content_tip {
	padding: 15px 15px 0 15px;
	color: #009;
}
.content_tip img {
	vertical-align: middle;
}

/* 通知浏览 */
.notice_title {
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 1.8em;
	color: #009;
	line-height: 35px;
}
.notice_info {
	height: 25px;
	border-top: #E4EDF8 1px solid;
	border-bottom: #E4EDF8 1px solid;
	background: #F6FAFE;
	color: #666;
	line-height: 25px;
}
.notice_content {
	padding: 15px 0;
	font-size: 1.2em;
	line-height: 28px;
}
.notice_content p {
	padding-bottom: 15px;
}

/* 选择人员 */
.form-div {
	padding: 4px;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	background: #FFF;
	overflow: auto;
}
.select_btn_l {
	padding: 2px 0 0 15px;
	width: 60px;
	height: 26px;
	border: 0;
	background: url(../images/select_btn_l.gif);
	font-weight: bold;
	color: #009;
}
.select_btn_r {
	padding: 2px 9px 0 0;
	width: 60px;
	height: 26px;
	border: 0;
	background: url(../images/select_btn_r.gif);
	font-weight: bold;
	color: #009;
}

/* 通讯录 */
.address_menu {
	margin: 15px 0 0 15px;
	width: 200px;
	border-bottom: 1px solid #9FC0E6;
}
.address_menu_title {
	padding: 2px 0 0 25px;
	height: 28px;
	background: url(../images/address_menu_title.gif);
	font-weight: bold;
	color: #009;
	line-height: 28px;
	cursor: pointer;
}
.address_menu_sub li {
	padding: 2px 0 0 40px;
	height: 28px;
	background: url(../images/address_menu_list.gif);
	line-height: 28px;
}
.address_menu_sub li.current {
	background: url(../images/address_menu_current.gif);
}
.address_menu_sub li.current a {
	color: #009;
}
/* 全选/全不选  */
.checkAllON {
	background:url(../images/checkAllON.gif) no-repeat ;
}
.checkAllOff {
	background:url(../images/checkAllOff.gif) no-repeat ;
}
/* ckeditor 样式 */
.ckeditor td{
	padding:0; border:0;
}
/** no_record 显示 */
.no_record td{
  text-align:center;
}

/* ---------------图片列表--------------- */
.piclist {
	height: 100%;
	overflow: hidden;
}
.piclist ul {
	padding: 0;
}
.piclist li {
	float: left;
	padding: 0 10px 10px 0;
	list-style: none;
}
.piclist li a {
	display: block;
	width: 140px;
	padding: 4px;
	border: #EAEAEA 1px solid;
	line-height: 25px;
	text-align: center;
}
.piclist li a:hover {
	border: #FC0 1px solid;
	background: #FFC;
	color: #F00;
}
.piclist li a span {
	display: block;
}
.infoTab, .infoTab td, .infoTab th{
	border:1px #333 solid;border-collapse:collapse;
	font-family:"仿宋";
}
.infoTab td,.infoTab th {height: 38px;line-height: 28px;padding: 0 5px;}

/** 分页2，用于快速提示 */
.sub-foot{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px;
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 1px solid #F6F6F6;
	height: 27px;
	overflow: hidden;
	clear: both;
}
 .ui-pager-hover {
 	background: none repeat scroll 0 0 #FFFFFF;
 	border: 1px solid #999999;
 	cursor:pointer;
 	height:18px;
 	line-height:18px;
 	padding:0 5x;
 }
 
 .ui-pager {
     display: inline;
     float: left;
     margin: 3px 0 0 3px;
 	font-family: STHeiti,SimSun;
 	font-size:12px;
 }
 .ui-pager li {
     display: inline;
     float: left;
     margin: 0px 1px;
 	list-style: none outside none;
 }
 .ui-pager span {
     display: inline-block;
     height: 20px;
     line-height: 20px;
     padding: 0px 6px;
 }
 .ui-pager-disabled {
     color: #CCCCCC;
 }
 .ui-pager-selected {
     background: none repeat scroll 0 0 #999999;
     color: #FFFFFF;
     font-weight: 700;
 }
 .list-table-info {
     display: inline;
     float: right;
     margin: 3px 10px 0 0;
 }
 .table-sumary {
     line-height: 19px;
 }
 
 /** 快速提示 */
.required-icon{float:left;margin-right:3px;color:red;}
.cur-def{color:rgb(204,204,204)}
.richsel-sub{width:475px;clear: both;line-height: normal;display:none;}
.ui-combobox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7E9DB9;
    font-family: STHeiti,SimSun;
    font-size: 12px;
    padding: 1px;
	float: left;
	clear:both;
}
.ui-combobox-cur {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    cursor: pointer;
    float: left;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding: 0 0 0 2px;
    text-align: left;
}
.ui-combobox-btn {
    background: url("../images/BlockSprites.png") no-repeat scroll 0 -316px #7E9DB9;
    cursor: pointer;
    float: right;
    height: 16px;
    width: 16px;
} 

/** 快速提示大框 */
.sub-head{height:27px;background:rgb(199,222,237);}
.sub-title{
	float: left;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 0 10px;
	font-family: Arial,Helvetica,sans-serif;
	border-style: solid;
	color: #35608C;
	font-weight:bold;
}
.table-search{
	display: inline;
	float: right;
	margin: 1px 10px 0 0;
}
.search-text{
	background: none repeat scroll 0 0 #FFFFFF;
       border: 1px solid #7E9DB9;
       display: inline;
       float: left;
       font-family: STHeiti,SimSun;
       font-size: 12px;
       padding: 1px 2px;
       text-align: left;
	width:150px;
	margin-right:5px		
}
.search-buttom{
	margin-top:3px;
	height:22px;
}
   .table-head {
       background: none repeat scroll 0 0 #EEEEEE;
   }

   .table-sub {
   	border-collapse: collapse;
   	margin-bottom: 0px;
   }
   .table-sub th {
   	padding: 3px 10px;
   	border: #CCCCCC 1px solid;
   	background: none repeat scroll 0 0 #EEEEEE;
   	font-weight: bold;
   	line-height: 25px;
   	text-align: left;
   }

   .table-sub a {
   	color: #009;
   	text-decoration: none;
   }
   .table-sub b {
   	margin-right: 5px;
   }
   .table-sub .center{
       text-align:center;
   }
.table-row{background: none repeat scroll 0 0 #fff7da;}

span.order_asc {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/order.gif) no-repeat 0 0;
	vertical-align: middle;
}
span.order_asc:hover {
	background: url(../images/order.gif) no-repeat 0 -16px;
}
span.order_desc {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/order.gif) no-repeat -16px 0;
	vertical-align: middle;
}
span.order_desc:hover {
	background: url(../images/order.gif) no-repeat -16px -16px;
}