/*样式表文件
 * UPDATE HISTORY:                                                             *
 * Author				Time					Memo                           *
 * Linh  			    2004-08-10				Modify                         *
 *******************************************************************************
说明:
1.已经标注各浏览器不支持的样式,高于标注版本的浏览器可以正常显示
2.检验的浏览器版本有:IE6 . IE5.2(Mac) . Mozilla . Netscape7 . Opera7,及更低版本
 *******************************************************************************
*/

/*通用链接*/
A{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    TEXT-DECORATION: none;
    list-style-type:none;
	cursor: hand;/*不被NS7支持*/
    color:blue;
}
/*链接处于激活状态时 A 元素的样式*/
A:active {
    COLOR: #990000; TEXT-DECORATION: underline
}
/*将鼠标指针悬停在链接上时 A 元素的样式*/
A:hover {
	COLOR: #0099dd; TEXT-DECORATION: underline
}
/*最近没有访问过时 A 元素的样式*/
A:link {
	COLOR: blue; TEXT-DECORATION: none
}
/*最近访问过时 A 元素的样式*/
A:visited {
	COLOR: #990000; TEXT-DECORATION: none
}

/*链接样式：Menu*/
A.menu:active
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
}
A.menu:hover
{
    COLOR: #ffffcc;
/*	font-weight:bold;*/
    TEXT-DECORATION: underline;
}
A.menu:link
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
A.menu:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
/* 所有class属性值等于（包含）"menu"的对象字体样式 */
.menu
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}

/*链接样式：more*/
A.more:link
{
    COLOR: #bc0021;
    TEXT-DECORATION: none
}
A.more:hover
{
    COLOR: #bc0021;
    TEXT-DECORATION: underline
}

A.lzjl{
    color:blue;
    TEXT-DECORATION: none
    }

/* 所有class属性值等于（包含）"text1"的对象字体样式 */
.text1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #314294;
    TEXT-DECORATION: none
}

/*链接样式：text2*/
/* 所有class属性值等于（包含）"text2"的对象字体样式 */
.text2
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.text2:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.text2:hover
{
    COLOR: #bc0021;
    TEXT-DECORATION: underline
}

/*链接样式：text3*/
/* 所有class属性值等于（包含）"text3"的对象字体样式 */
.text3
{
    FONT-SIZE: 13px;
    COLOR: #7f7f7f;
    TEXT-DECORATION: none
}
A.text3:link
{
    COLOR: #7f7f7f;
    TEXT-DECORATION: none
}
A.text3:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none
}

/*链接样式：text4*/
/* 所有class属性值等于（包含）"text4"的对象字体样式 */
.text4
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.text4:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.text4:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none
}

/* 所有class属性值等于（包含）"footer"的对象字体样式 */
.footer
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
/*链接处于激活状态时 A 元素的样式*/
A.footer:active {
    COLOR: #FFFFFF; TEXT-DECORATION: underline
}
/*将鼠标指针悬停在链接上时 A 元素的样式*/
A.footer:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: underline
}
/*最近没有访问过时 A 元素的样式*/
A.footer:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
/*最近访问过时 A 元素的样式*/
A.footer:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}

/*只取首字母的缩写词*/
acronym{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
    border-bottom: 1px dashed #000;
    cursor: help;
}

/*页面*/
BODY {
	FONT-SIZE: 13px;
    MARGIN: 0px 0pt;
    padding:0;
    COLOR: #000000;
    FONT-FAMILY: 幼圆,simsun,Arial;
	scrollbar-face-color:ffffff; scrollbar-shadow-color:C1C1BB; scrollbar-highlight-color:C1C1BB;
	scrollbar-3dlight-color:EBEBE4; scrollbar-darkshadow-color:EBEBE4; scrollbar-track-color:F4F4F0;
	scrollbar-arrow-color:666666;/*IE5,NS7,OP6 */
	background-color:#ffffff;
}

/*code样式*/
code{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
}

/*通用区域DIV*/
div{
    margin: 0px 0px;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
}

/* id 为 header 的区域*/
div#header {
    background-color: #fea;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 10px 30px 15px;
    margin: 10px 10px ;
}
/* id 为 header 区域中的 UL */
div#header ul{
    margin: 10px 0 0 0;
}
/* id 为 header 区域中 UL 下的 LI */
div#header ul li{
    list-style-type: none;
    float: left;
    padding: 0 10px 0 0;
    font-weight: bold;
}
/* id 为 header 区域中 UL 下的 LI 中的 链接样式*/
div#header ul li a{
    display: block;
    color: #f00;
    border-left: 1px solid red;
    padding-left: 5px;
}
div#header ul li a:hover{
    border-left: 1px solid #000;
}

/* id 为 body 区域 */
div#body {
    margin: 0 5% 20px 5%;
    padding: 20px 20px 20px 20px;
    border: 1px dashed #666;
}

/* id 为 validxhtml 区域 */
div#validxhtml {
    float: right;
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px;
    margin: 5px 10px;
    width:100px;
    text-align: center;
}

/* id 为 footer 区域 */
div#footer {
    border-top: 1px solid #666;
    padding: 5px 5px 5px 5px;
    margin: 5px 10px;
    text-align:right;
}
/* id 为 footer 区域 中的 span*/
div#footer span {
    float: left;
}

/* 所有class属性值等于（包含）"exportlinks"的div对象样式 */
div.exportlinks {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    margin: 0px 10px 10px 10px;
    width: 96%;
}

/*定义列表中的title*/
dt {
    font-weight: bold;
}

/*通用表单*/
form{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
}

/*标题样式*/
h1, h2, h3, h4, h5, h6{
    margin:10px 0 0 0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
    text-align:center;
	color:#000;
}
/*H1标题中的链接样式*/
h1 a{
    color: #000;
}

/*水平线*/
hr {
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
    height: 1px;
    color: #213e92;
    clear:both;
}

/*在文档中嵌入的图像或视频剪辑*/
img{
    border:none;
}

/*表单输入控件*/
input{
 font-size: 13px;
 font-family: 宋体;
 color:expression(this.type=="submit"?'white':(this.type=="button"?'white':(this.type=="reset"?'white':'#000000')));
 height: 17px;
 background-color:expression(this.type=="submit"?'#508CFC':(this.type=="button"?'#508CFC':(this.type=="reset"?'#508CFC':'#ffffff')));
 border-left: 1px solid rgb(153,153,153);
 border-right: 1px solid rgb(153,153,153);
 border-top: 1px solid rgb(153,153,153);
 border-bottom: 1px solid rgb(153,153,153)}

textarea{
line-height:20px;
}

 /*复选框控件*/
INPUT > checkbox {
	border:0;
}

/*标签*/
label{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
}

/*段落*/
p{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
    margin: 0 0 10px 0;
}

/*以编辑器所见输出，即不忽略空白*/
pre {
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
}

/*列表框或下拉框*/
select{
    font-family:宋体, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/*内嵌文本*/
span{font-size: 12px;
    margin:0 10px;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
}
/*首页各栏目标题*/
span.column {	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
/*首页脚注版权信息*/
span.footer {font-size: 9pt; color: #003366; }
/*首页局名样式*/
span.dwmc {
	font-size: 16;
	font-family: "宋体";
	color: #FF0000;
	font-weight: 900;
}
/*首页单位字体样式*/
span.gs12315 {
	font-size: 18;
	color: #FF0000;
	font-weight: 900;
	font-family: "仿宋_GB2312";
}
/**/
span.export {
    padding: 0 10px 1px 10px;
    display:inline;/*IE5*/
    cursor: pointer;
}
/**/
span.excel {
    background-image:  url(../templates/img/ico_file_excel.png);
}
/**/
span.csv {
    background-image:  url(../templates/img/ico_file_csv.png);
}
/**/
span.xml {
    background-image:  url(../templates/img/ico_file_xml.png);
}
/**/
span.pagebanner {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    width:98%;
    margin: 5px 0 0 10px;
    display:block;
    border-bottom: none;
}
/**/
span.pagelinks {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    width:98%;
    display:block;
    border-top: none;
    margin: 0 0px 5px 10px;
}

/*粗体文本*/
strong{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
}

/*表格*/
TABLE {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: 宋体,simsun,Arial;empty-cells : show;
}

/*广告信息表*/
table.ggxx{
    border: 0;
    margin: 20px 0 20px 0;
	border-collapse : collapse;/*NS6*/
    background-color : transparent ;
}
/*广告详细信息的标题格*/
td.ggxx_title{
    border-bottom:1px solid #213e92;
    }
/*标题格*/
td.title{
    border-bottom:1px solid #213e92;
    }
/*广告信息底部线*/
td.ggxx_content{
    border-bottom:1px solid #213e92;
    }
/**/
table.ggxx tr.oprt{
    text-align:center;
}
/**/
table.ggxx tr.title{
    text-align:center;
}
/**/
table.ggxx tr.content{
    text-align:center;
}
/**/
table.ggxx tr.content table.ggjbxx{
    margin:0;
	width:100%;
    border: 0;
    background-color: transparent ;
    border-collapse: collapse;
}
/**/
table.ggxx tr.content table.ggwgxx{
    margin:0;
	width:98%;
    border: 1px solid #666;
    background-color: #69c;
    border-collapse: collapse;
}
/**/
table.ggxx tr.content table.ggdjr{
    margin:0;
	width:98%;
    border: 1px solid #666;
    background-color: #69c;
    border-collapse: collapse;
}
/**/
table.ggxx input textarea{
    overflow-y:hidden;
    border: 0;
    background-color: #f9f9f9;
}
/**/
table.ggxx td{
    border: 0;
    background-color: #fff;
}

/*class为common的表格*/
table.common {
    font-family:宋体;
    border: 1px solid #213e92;
    width: 650px;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
}

/*出错页面的样式*/
table.errormsg {
    font-family:宋体;
    border: 1px solid #213e92;
    width: 96%;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F7f7f7;
    list-style-type:none;
}

/*class为list的表格*/
table.list{
    border: 1px solid #000;
    margin: 20px 0 20px 0;
    background-color:#000;
	border-collapse : collapse;
}
/*list表格内tbody范围内的表格行*/
table.list tbody tr{
    height:25px;
    background-color:expression((this.sectionRowIndex%2==0)?"#fff":"#eee")/*IE5.2(Mac)*/
	}
/*list表格内thead（表头）范围内的表格行*/
table.list thead tr{
    height:25px;
    background-color:#bbb;
    padding: 2px 4px 2px 4px;
	font-weight : bold;
}
/*标题列，单元格*/
table.list th,table.list td {
    border: 1px solid #000;
    padding: 2px 4px 2px 4px;
}

/*查询页面*/
table.query{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:650px;
}

/*定制功能页面 20040809*/
table.dzgn td{
	height:25px;
	border-left:0px;
	border-top:0;
	border-right:0px;
	border-bottom:1px solid #000;
}
table.dzgn{
	border:1px solid #000;
	border-collapse:collapse;
	background-color:#f7f7f7;
}
table.dzgn td.selmid{
	height:25px;
	border-left:0px;
	border-top:0;
	border-right:0px;
	border-bottom:0px;
}
table.dzgn td.selmidbot{
	border-left:0px;
	border-top:0;
	border-right:0px;
	border-bottom:1px solid #000;
}

/*以下是20040808整理*/
/*发布统计查询页*/
table.query_fbtj{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:750px;
	height:100%;
}
table.ggtj_content{
    background-color : #ffffff;
    border: 1px dotted #213e92;
}

/*查询结果在iframe中的页面的样式,没有相关操作的*/
table.query_iframe{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:96%;
	height:100%;
}
table.query_iframe2{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color:#D7EBFF; color:#006699;
    list-style-type:none;
    width:1000;
	height:100%;
}
/*查询结果在iframe中的页面的样式,有相关操作的*/
table.query_iframe_ref{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:650px;
	height:100%;
}
td.result_iframe{
    border: 1px dotted #213e92;
}

/*保存成功页面内的样式*/
table.saveok{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:300px;
}

/*上传页面内的样式*/
table.upload{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:450px;
}
table.uploadok{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:450px;
}
/*广告识别_广告列表*/
table.gglb_frame{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:750px;
}
/*媒体信息*/
table.mtxx{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:300px;
}
/*添加良好信息*/
table.lhxx_add{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:430px;
}

/*流转记录*/
table.lzjl_pop{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:640px;
}
/*广告信息_弹出窗口*/
table.ggxx_pop{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:580px;
}
/*任务分派_弹出窗口*/
table.rwfp_pop{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:610px;
	height:96%;
}
/*媒体反馈_弹出窗口*/
table.mtfk_pop{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:96%;
    height:94%;
}

/*一般弹出窗口内的表格*/
table.general_pop{
    font-family:宋体;
    border: 1px solid #213e92;
    padding:0;
    margin: 10px 10px 10px 10px;
    background-repeat:no-repeat;
    background-color : #F3F6FF;
    list-style-type:none;
    width:96%;
    height:95%;
}

/**/
table.query tr.title{
    background-color : #F3F6FF;
}
/**/
table.query tr.title h3{
    background-color : #F3F6FF;
  text-align:center;
}
/**/
table.query tr.queryitems{
    background-color : #F3F6FF;
}
/**/
table.query tr.queryitems td{
  padding:5px 0px 5px 5px;
}
/**/
table.query tr.result{
    background-color : #F3F6FF;
}
/**/
table.query tr.oprt{
    background-color : #F3F6FF;
  text-align:center;
}

/*文书*/
/*class为的input控件*/
input.wenshu{
    border: none;
    background-color: #f9f9f9;
}
/*标题input*/
input.aj_title_h2{
    border:0;
    height:26px;
	font-size:24px;
    text-align:center;
    font-family :黑体,宋体;
	color:white;
    background-color: #213e92;
    }
input.aj_title_h5{
    border:0;
    height:16px;
	font-size:13px;
	color:white;
    text-align:center;
    font-family :黑体,宋体;
    background-color: #213e92;
    }
input.aj_title_h4{
    border:0;
    height:19px;
	font-size:18px;
    text-align:center;
    font-family :黑体,宋体;
	color:white;
    background-color: #213e92;
    disabled;/*IE5.2(Mac)*/
    }
/*文书表格*/
table.wenshu{
    border: 1px solid #000;
    font-size:12px;
    border-collapse:collapse ;
    font-family:宋体;
    border: 1px solid #213e92;
    width: 650px;
    padding:0;
    margin: 0px 10px 20px 10px;
    background-repeat:no-repeat;
    background-color : #f7f7f7;
    list-style-type:none;
}
/*整体的背景色用：F3F6FF;12号字;字体的颜色就用213e92;工商总局立案审批表可以大几号。。用黑体;每一项底下加上一个1px的线条区分
*/
h1.wenshu,h2.wenshu{
    border: 0;
    width:650px;
    text-align:center;
    font-family :黑体,宋体;
	color:white;
}
h4.wenshu,h5.wenshu,h3.wenshu{
    border: 0;
    text-align:center;
    font-family :宋体;
	color:white;
}
/*内容区*/
table.wenshu td{
    padding:0;
    }
table.wenshu td.content{
    border-bottom:1px solid  #213e92;
    }
table.wenshu td.content_t{
    border-right:1px solid  #213e92;
    }
/*Title行*/
table.wenshu tr.title{
    background-color : #213e92;
}
/*操作区*/
table.wenshu td.oprt{
    text-align:center;
	height:30px;
	border-top:1px solid  #213e92;
}
/*文书页脚*/
table.wenshu td.wenshu_footer{
    text-align:left;
	height:30px;
	border-top:1px solid  #213e92;
}
/**/
table.wenshu input textarea{
    overflow-y:hidden;/*IE5.2,OP7,NS7*/
    border: 0;
    background-color: #f9f9f9;
}
/*文书中的表格*/
table.tb_wenshu{
    margin:0;
    width:100%;
    border: 0px solid #213e92;
    border-collapse: collapse;
}
/*文书中的表格的单元格*/
table.tb_wenshu td{
    border-bottom: 1px solid #213e92;
    background-color: #fff;
}
/*文书中的表格的单元格*/
table.tb_wenshu td.wenshu_head{
    border-right: 1px solid #213e92;
    background-color: #fff;
}
/*
textarea{
    overflow-y:hidden;
    border: 0;
    background-color: #f9f9f9;
}*/

/*一级菜单样式*/
table.menu td.head{
    /*background-color: #fff;*/
}
/**/
table.menu td{
    FONT-SIZE: 13px;
    /*background-color: #fff;*/
    cursor:hand;/*NS7*/
}


/*原displaytag*/
table.its{
    border:1px solid #000;
    margin:5px 10px;
    width:97%;
}
input checkbox {
  border:0;
}
table.its thead tr {
  background-color: #69c;
}
table.its tr.even {
  background-color: #def;
}
table.its th {
  text-align:center;
}

table.mars thead tr {
  background-color: #9c9;
  text-align:center;
}
/**/
table.mars tr.even {
  background-color: #ccb;
}
/**/
table.mars tr.odd {
  background-color: #eec;
}

/**/
table.mark td.tableCellError {
    background-color: #d00;
    color: #fff;
}
/**/
table.simple thead tr {
  background-color: #eee;
}
/**/
table.simple tr.even {
  background-color: #fff;
}
/**/
table.simple {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
/**/
table.simple td,table.simple th{
    border: 1px solid #ccc;
}
/**/
table.simple td.textRed {color: #b11;}

/**/
table.nocol tbody td,table.nocol tbody th{
    border-left: none;
    border-right: none;
}

/**/
table.report td, table.report th{
    font:menu;
}
/**/
table.report th{
    background:   buttonface;
    border-width: 1px;
    border-style: solid;
    border-color: threedhighlight threedshadow threedshadow threedhighlight;
    cursor:       hand;/*NS7*/
}
/**/
table.report idcol {
    background: buttonface;
}

/**/
table.report tr.even{
    background-color: #399;
}
/**/
table.report tbody {
    height: 100px;
    overflow: auto;
}
/**/
table.report {
    height: 120px;
    overflow: auto;
}
/**/
table.report tbody tr{
    height: 10px;
}

/**/
table.sublist {
    margin: 0 0 0 0;
    width: 100%;
}
/**/
table.sublist td, table.sublist th {
    width: 50%;
}

/*单元格*/
td{
    FONT-FAMILY: 宋体,simsun,Arial;
    font-size: 13px;
    list-style-type:none;
}
/*查询结果列表中的列的样式*/
/*广告编号*/
td.adno{
width:150px;
}
/*操作栏，带checkbox*/
td.listop_4{
    width:54px;
    color:red;
}
/*3－4字标题*/
td.4wordstitle{
    width:70px;
}
/**/
td.adstate{
width:30px;
}
/**/
td.time{
width:70px;
}

/*标题列*/
th{
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    list-style-type:none;
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: top;
}
/**/
th.sorted {
    background-color: orange;/*IE5.5*/
}
/**/
th a, th a:visited {
  color: black;
}
/**/
th a:hover {
  text-decoration: underline;
  color: black;
}
/**/
th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    width: 100%;
}
/**/
th.sortable a {
    background-image:  url(../templates/img/arrow_off.png);
}
/**/
th.order1 a {
    background-image:  url(../templates/img/arrow_down.png);
}
/**/
th.order2 a {
    background-image:  url(../templates/img/arrow_up.png);
}

/**/
thead tr {
  background-color: #fc0;
}

/**/
tr.odd {
  background-color: #fff
}
/**/
tr.tableRowEven, tr.even {
  background-color: #fea
}

/*id为stylelist的*/
ul#stylelist {
    margin:0 0 30px 0;
}
/**/
ul#stylelist li {
    list-style-type: none;
    float:left;
    width:100px;
    border: 1px solid #ccc;
    background-color: #eee;
    padding:2px;
    margin-right: 2px;
}
/**/
ul#showsource {
    float: right;
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    margin: 5px;
    width:100px;
    list-style-type: none;
}

/**/
.clear {
    clear: both;
}
/*.changed {
    background-color: #ee0;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}*/

/*美工的样式*/
.text {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}
.input1 {
	font-size: 12px;
	color: #000000;
	height: 22px;
	width: 100px;
	border: 1px solid #003399;
}
.bg {
	font-size: 12px;
	background-attachment: fixed;
	background-color: #213e92;
	background-image: url(../images/second_in_08.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 150px;
}
.sec_menu {	BORDER-RIGHT: #d6dff7 1px solid; BACKGROUND: #d6dff7; OVERFLOW: hidden; BORDER-LEFT: #d6dff7 1px solid; BORDER-BOTTOM: #d6dff7 1px solid;
}
.16pxb {
	font-size: 16px;
	font-weight: bold;
}
