/*默认样式定义star*/
/*================================================*/

body { font-family: "Verdana", "宋体"; font-size: 12px; color:#3A474E; }

td, tbody, p, div { font-family:"Verdana", "宋体"; font-size: 12px; color:#3A474E; }

/*表单控件样式定义开始*/
/*================================================*/
.input { 
   font-family: "Arial", "宋体";
   font-size: 12px; 
   color: #203748; 
   text-decoration: none; 
   height: 16px; 
   border: 0px;
   }
.select { 
   font-family: "Arial", "宋体";
   font-size: 12px; 
   color: #203748; 
   text-decoration: none; 
   height: 16px; 
   border: 0px;
   }
TextArea {
    BORDER: 1px solid #CCCCCC;
    BACKGROUND-COLOR: #ffffff;
    PADDING: 1px;
    FONT-SIZE: 12px;
 }
select {
    BACKGROUND-COLOR: #efefef;
    PADDING: 1px;
    FONT-SIZE: 12px;
}


/*修改系统默认超连接样式*/
/*================================================*/
a, a:visited, a:link
     { font-family: "Verdana"; font-size:12px; color:#3A474E; text-decoration: none }
a:hover, a:active
     { font-family: "Verdana"; font-size:12px; color:#1B2327; text-decoration: underline }

/*行间距离样式定义开始*/
/*================================================*/
.line18 { line-height: 18px;}
.line19 { line-height: 19px;}
.line20 { line-height: 20px;}
.line21 { line-height: 21px;}
.line22 { line-height: 22px;}
.line23 { line-height: 23px;}
.line24 { line-height: 24px;}
.line25 { line-height: 25px;}
.line26 { line-height: 26px;}
.line27 { line-height: 27px;}
.line28 { line-height: 28px;}
/*定义文字颜色开始*/
/*================================================*/
.f12hui, .f12hui:visited, .f12hui:link
     { font-family: "Verdana","宋体"; font-size:12px; color:#6F7579; text-decoration: none }
.f12hui:hover, .f12hui:active
     { font-family: "Verdana","宋体"; font-size:12px; color:#3A474E; text-decoration: underline }
	 
.f12blue, .f12blue:visited, .f12blue:link
     { font-family: "Verdana","宋体"; font-size:12px; color:#203748; text-decoration: none }
.f12blue:hover, .f12blue:active
     { font-family: "Verdana","宋体"; font-size:12px; color:#000000; text-decoration: underline }
	 
.f12orange, .f12orange:visited, .f12orange:link
     { font-family: "Arial","宋体"; font-size:12px; color:#FF6600; text-decoration: none }
.f12orange:hover, .f12orange:active
     { font-family: "Arial","宋体"; font-size:12px; color:#FF6600; text-decoration: underline }
.space { letter-spacing: 3px; }
/*定义菜单样式*/
/*================================================*/
/*
 * 菜单样式
 */
.parStyle {
	background-color: #3399FF;
	background-position: left top;
	margin: 0px;
	width:100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	border: 0px ridge #f0f0f0;
}
.itemStyle {
	/*background-color: #FFFFFF;*/
	color:#FF00F0;
	height:18px;
	width: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor:hand;
	white-space: normal;
	border-bottom-width:1px;
	border-top-width:1px; 
	/*border: 0px ridge #f0f0f0;*/
	overflow: normal;
	TEXT-OVERFLOW: ellipsis;
}
.hoverStyle	{
	background-color:#CCCCDC;
	border-bottom-width:0px;
	color:#FF0000;
}
/*
 * 菜单样式结束
 */
