td,p,div {	font-size:9pt; font-family:宋体}
/*  设定 td p div 内的字体和大小 */

			
form { margin:0px }


select{	font-size:9pt;  }
/*  设定选择框内的字体大小及背景颜色 */
		
textarea {  font-size:9pt;  }				
/*  设定文本框内的字体大小及背景颜色 */  
textarea.compose {  width: 530px;  height: 250px;  padding: 8px;}
/*  设定编辑文本框内的字体大小及背景颜色 */  

				  
input {	height:20px;  font-size:9pt;
           border-style:groove}
/*  设定input内的字体大小及背景颜色、风格 */  
input.check {	border : 0px;  height:20px;
	                        background : transparent;}
/*  设定checkbox的边框为0，高度及背景为透明  */
input.compose {	width: 420px;}

input.radio{	border-style: none; 	
	                      }
/*  设定radiobox无边框及背景为白色  */
						  



body.top{ margin-left:0px; margin-top:0px;  }
/*  设定top.html中背景颜色 */
body.left{	margin-left:0px; margin-top:0px;background-color:cadetblue}
/*  设定left.html中的背景 */
					
img.banner{	width:468px; height:60px }
img.logo{ width:184px; height:75px }
img.tag1{ width:33px; height:25px; border:0px }
img.tag2{ width:16px; height:16px; border:0px }
img.tag3{ width:25px; height:16px; border:0px }
img.tag4{ width:28px; height:26px; border:0px }
img.tag5{ width:19px; height:23px; border:0px }
img.help{ width:21px; height:22px  }
/*  设定不同图标的尺寸 */


table.big{ background-color:#cccccc }
table.small{ background-color:#ffffff}
/*  设定不同大小表格的背景颜色  */
table.button{	width: 100%; background-color: #efefef ;border-style:solid;border-width:1px;
                           border-color: #ffffff #000000 #000000 #ffffff  }
/*  设定构成按纽的表格的风格，背景颜色，边框颜色  */
table.bar{	border: 0; 	background-color: #efefef}


td.big{ background-color:#ffffff }
td.small{ background-color:#ebebeb }
td.small2{ background-color:#cccccc }
td.mainmenu{ height:17px; background-color:#bccede }
/*  设定不同栏的背景颜色 */
td.leftbutton {	width : 25%;	text-align : right;	height : 16px; }
/*  设定构成按纽的表格内栏的背景颜色  */
td.read {  text-align:center;  padding:10px;}


tr.button {	text-align:center; background-color: #efefef }
tr.foldertitle{	width:560px; height:30px; background-color:#cdcdcd }
tr.listtitle{ width:580px; height:30px; text-align : center; background -color:#e6e6e6 }
tr.title{ background-color : #FFFFFF; }
tr.bar{ background-color:#cccccc }
/*  设定不同行的背景颜色*/

span.address{	font-size:12pt }
span.title{ font-size: 10pt; color :#ff0000 }





/*  设定左菜单的按纽链接的显示风格  */

a.action:link { text-decoration :none}
a.action:visited{ text-decoration : none }
a.action:hover{ text-decoration : none }
a.action:active{ text-decoration : none }

a.action:link {  color:#373737 }
a.action:visited{  color:#373737 }
a.action:hover{  color:black }
a.action:active{  color:#373737 }



