/*========页面字体样式定义========*/
body, div{
   SCROLLBAR-FACE-COLOR: #E9E9E9; 
   SCROLLBAR-HIGHLIGHT-COLOR: #E9E9E9; 
   SCROLLBAR-SHADOW-COLOR: #E9E9E9; 
   SCROLLBAR-3DLIGHT-COLOR: #BFBFBF; 
   SCROLLBAR-ARROW-COLOR:  #BFBFBF; 
   SCROLLBAR-TRACK-COLOR: #E9E9E9; 
   SCROLLBAR-DARKSHADOW-COLOR: #BFBFBF;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}
input,select,td,textarea,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.FontSize_9 {
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
    /*9号字体定义*/	
}

.FontSize_10 {
	font-family: "宋体";
	font-size: 10pt;
	font-weight: bold;
	color: #000000;

    /*10号字体定义，加粗*/	
}

.FontSize_12 {
    /*12号字体定义，加粗*/	
}

.FontSize_14 {
	/*成功、失败页面，14号字体定义，红色加粗*/	
}

.FontSizeTitle {
    /*标题字体定义*/	
}

.InputReadOnlyFont {
    /*只读域文字定义*/	
    $inputReadOnlyFont
}

.InputWriteFont {
    /*可写域文字定义*/	
    $inputWriteFont
}


/*========body区域样式单设置========*/

.BodyBgColor {
	background-color: #F0F0F0;
    /*页面整体背景色定义*/	
}

/*========Table区域样式单定义========*/
 /*需要页面手工设置cellpading=3,cellspace=1*/
 
.OuterBorderLine {
	background-color: #ffffff;
    /*最外层边框线颜色*/  
}

.OutBorderBgColor {
	background-color: #ffffff;
    /*最外层边框中间背景色*/   
}

.TableLineBgColor {
	background-color: #c0c0c0;
	width: 100%;
    /*表格背景色间隔线颜色定义*/	
}

.TableTitleImgA {
	background-image: url(../images/tab/tabA1.gif);
    /*标题左侧圆角图片A*/	
}

.TableTitleImgB {
	background-image: url(../images/tab/tabA2.gif);
    /*标题中间背景图片B*/	
}

.TableTitleImgC {
	background-image: url(../images/tab/tabA3.gif);
    /*标题右侧圆角图片C*/	
}

.TableTitleFont {
	font-family: 宋体;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
 
/*========表格tr样式单定义========*/

.TrBgColor1 {
	background-color: #FFFFFF;
    /*tr背景色定义1*/	
}

.TrBgColor2 {
    /*tr背景色定义2*/	
}

.TrTopBackGround {
	background-image: url(../images/table_topbk.gif);
     /*显示列表tr表头背景图片定义*/	
}

.TrBackGround1 {
    /*显示tr背景图片定义*/	
}

/*========表格td样式单定义========*/

.TdDataNameBgColor {
	background-color: #ffffff;
    /*td数据项名称背景色定义*/	
}

.TdDataInputBgColor {
	background-color: #ffffff;
    /*td数据项输入区域背景色定义*/	
}

.TdBottomBackGround {
	background-image: url(../images/table_bottombk.gif);
    /*td底部背景图片定义*/	
}

/*========Tab菜单样式单定义========*/

.TabLeftTabBgSlant {
	/*需要定义背景图片的url*/
	BACKGROUND: url(../images/tab/tabB1.gif) no-repeat left top
}
.TabLeftTabForeSlant {
	/*需要定义背景图片的url*/
	BACKGROUND: url(../images/tab/tabA1.gif) no-repeat left top
}
.TabRightTabBgCurve {
	/*需要定义背景图片的url*/
	BACKGROUND: url(../images/tab/tabB3.gif) no-repeat right top
}
.TabRightTabForeCurve {
	/*需要定义背景图片的url*/
	BACKGROUND: url(../images/tab/tabA3.gif) no-repeat right top
}
.TabForePropertyTab {
	/*需要定义背景图片的url*/
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: "Arial", "Helvetica";
	BACKGROUND: url(../images/tab/tabA2.gif);
	FONT-FAMILY: "宋体";
	BORDER-RIGHT: #336699 0px solid;
	BORDER-LEFT: #336699 0px solid;
	BORDER-TOP: #336699 0px solid;
	BORDER-BOTTOM: #336699 0px solid;
	height: 20px;
}
.TabBackPropertyTab {
	/*需要定义背景图片的url*/
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: "Arial", "Helvetica";
	BACKGROUND: url(../images/tab/tabB2.gif);
	FONT-FAMILY: "宋体";
	BORDER-RIGHT: #336699 0px solid;
	BORDER-LEFT: #336699 0px solid;
	BORDER-TOP: #336699 0px solid;
	BORDER-BOTTOM: #336699 0px solid;
	height: 20px;
}


.TabTableTitleFontA {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: none;
	color: #ffffff;
}

.TabTableTitleFontB{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: none;
	color: #000000;
}

/*========Button按钮样式单定义：如果实现按钮的移动变换，需要用js脚本实现========*/

.Button_2A {
	background-image: url(../images/button/2but.gif);
	background-color: #F3F8FF;
    font-family: "宋体"; 
    font-size: 12px; 
    color: #000000;  
    WIDTH: 52px; 
    HEIGHT: 19px;
    background-repeat: no-repeat;  border-style: none
    /*二个字的按钮（参考示例中的定义），按钮默认状态*/	
}

.Button_2B {
    /*二个字的按钮（参考示例中的定义），鼠标移动到按钮上按钮变化*/	
}

.Button_3A {
    /*二个字的按钮（参考示例中的定义），按钮默认状态*/	
    background-image: url(../images/button/3but.gif);
	background-color: #F3F8FF;
    font-family: "宋体"; 
    font-size: 12px; 
    color: #000000;  
    WIDTH: 81px; 
    HEIGHT: 19px;
    background-repeat: no-repeat;  border-style: none
}

.Button_3B {
    /*二个字的按钮（参考示例中的定义），鼠标移动到按钮上按钮变化*/	
}

.Button_4A {
    /*二个字的按钮（参考示例中的定义），按钮默认状态*/	
}

.Button_4B {
    /*二个字的按钮（参考示例中的定义），鼠标移动到按钮上按钮变化*/	
}

.Button_5A {
    /*二个字的按钮（参考示例中的定义），按钮默认状态*/	
	background-image: url(../images/button/5but.gif);
	background-color: #F3F8FF;
    font-family: "宋体"; 
    font-size: 12px; 
    color: #000000;  
    WIDTH: 81px; 
    HEIGHT: 19px;
    background-repeat: no-repeat;  border-style: none
}

.Button_5B {
    /*二个字的按钮（参考示例中的定义），鼠标移动到按钮上按钮变化*/	
	
}

.Button_6A {
    /*二个字的按钮（参考示例中的定义），按钮默认状态*/	
}

.Button_6B {
    /*二个字的按钮（参考示例中的定义），鼠标移动到按钮上按钮变化*/	
}

/*示例：
.button_2 {  
    background-color: #F3F8FF;
    font-family: "宋体"; 
    font-size: 12px; 
    color: #000000;  
    WIDTH: 52px; 
    HEIGHT: 19px; 
    background-image: url(../images/2but.gif); 
    background-repeat: no-repeat;  border-style: none
}
*/

/*========页面文字超链接样式单定义========*/
.ALink {
    /*超链接样式定义A*/	
}

.BLink {
    /*超链接样式定义B*/	
}

.CLink {
    /*超链接样式定义C*/	
}

.TreeLink {
    /*控制竖向树状菜单样式*/	
}

.ButtonLink{  font-family: "宋体", "Arial Narrow", "Times New Roman"; font-size: 9pt; 
/*控制没有变化的按钮样式*/}
.ButtonLink:link		{ text-decoration:none; font-size: 9pt; color: #255595}
.ButtonLink:alink		{ text-decoration:none; font-size: 9pt; color: #255595}
.ButtonLink:visited	{ text-decoration:none; font-size: 9pt; color: #255595}
.ButtonLink:active	{ text-decoration:none; font-size: 9pt; color: #255595}
.ButtonLink:hover		{ text-decoration: none; font-size: 9pt; color: #000000}


.MenuLink {
    /*控制横向导航栏菜单文字链接样式*/	
}

.ContentLink {
    /*控制数据列表中的文字链接*/	
}


/*========数据列表分页文字超链接样式单定义========*/
.FirstLink {
    /*首页文字样式*/    	
}

.PreviousLink {
    /*上一页文字样式*/ 	
}

.NextLink {
    /*下一页文字样式*/ 	
}

.LastLink {
    /*末页文字样式*/ 	
}

.PerRecordNo {
    /*每页记录数文字控制*/ 	
}

.TotalRecord {
    /*数据总记录数文字控制*/ 	
}

.CurrentPageNo {
    /*当前第几页文字控制（分母使用TotalRecord样式）*/ 
	
}
thead tr {
	background-image: url(../images/table_topbk.gif);
	margin: 0 0 0 0;
	width: 100%;
	height:24;
	PADDING-TOP: 2px;
	TEXT-ALIGN: center;	
	height:22;
	vertical-align: middle;
}
th.HeaderSortable {
	color: #000000;
	
}
th.HeaderSorted {
	color: #000000;
	
}
th.HeaderSorted a{
	color: #000000;
}

th a{
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.HeaderSorted a,th.HeaderSortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.HeaderSortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
}

th.HeaderOrderASC a {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
}

th.HeaderOrderDEC a {
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
}
tr.RowEven {
	background-color: #F5F5F5;
}
tr.empty {
	background-color: #FFFFFF;
}
tr.RowOdd {
	background-color:  #FFFFFF;
}
tr.RowSelected {
	background-color:  #CFE9F8;
}
div.exportlinks {
	background-image: url(../images/table_bottombk.gif);
	border:  0px solid #5D82B4; 
	margin: 0 0 0 0;
	width: 100%;
	height:25;
	PADDING-TOP: 4px;
	TEXT-ALIGN: center;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.gif);
}

span.csv {
	background-image: url(../images/ico_file_csv.gif);
}

span.xml {
	background-image: url(../images/ico_file_xml.gif);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.gif);
}

span.rtf {
	background-image: url(../images/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	align:left;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

.TreeButtonBgDown {
	background-image: url(../images/onelevelBg.gif);
    /*树状一级菜单背景图片，按钮默认状态*/	
}
.TableLeftBackground {
	background-image: url(../../images/left_bk2.gif);

    /*页面左侧树状菜单背景图片定义*/	
}
.FontSize_9LeftMenu {
	font-family: "宋体";
	font-size: 9pt;
	color: #FFEAE6;
    /*9号字体定义*/	
}
.ALink {font-family: "宋体", "Arial Narrow", "Times New Roman"; font-size: 9pt;
    /*超链接样式定义A*/	
}
.ALink:link		{ text-decoration:none; font-size: 9pt; color: #000000}
.ALink:alink		{ text-decoration:none; font-size: 9pt; color: #000000}
.ALink:visited	{ text-decoration:none; font-size: 9pt; color: #000000}
.ALink:active	{ text-decoration:none; font-size: 9pt; color: #000000}
.ALink:hover	        { text-decoration:none; font-size: 9pt; color: #ff0000}

.TableTopInfoBgColor1 {
	background-image: url(../images/top_info_bk.gif);

    /*表格顶部信息位置颜色定义*/	
}
.TableTopInfoBgColor {
	background-image: url(../images/top_info_bk.gif);

    /*表格顶部信息位置颜色定义*/	
}
.TableTitleBackGround {
	background-image: url(../images/tableTitleBackGround.gif);
     /*表单表头背景图片定义*/	
}
.TableTopInfoBgColor {
	background-image: url(../images/top_info_bk.gif);

    /*表格顶部信息位置颜色定义*/	
}
.ButtonStyle {
	background-image: url(../../images/but_bkB.gif);
    font-family: "宋体"; 
    font-size: 12px; 
    color: #000000;  
    height:20px;
    border:0;
    cursor:hand
    /*二个字的按钮（参考示例中的定义），按钮默认状态*/	
}
.ButtonStyleDis {
	background-image: url(../../images/but_bkB.gif);
    font-family: "宋体"; 
    font-size: 12px; 
    color: #000000;  
    height:20px;
    border:0;
    /*二个字的按钮（参考示例中的定义），按钮默认状态*/	
}
.CLink {
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
    /*超链接样式定义A*/	
}
.CLink:link		
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
 }
.CLink:alink
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.CLink:visited	
{ 
   font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.CLink:active	
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.CLink:hover
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
}

.DLink 
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
    /*超链接样式定义A*/	
}
.DLink:link		
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.DLink:alink		
{
   font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.DLink:visited	
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.DLink:active	
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.DLink:hover
{
    font-family: 宋体;
	font-size: pt;
	;
	color: ;
}
.MenuLink {font-family: "宋体", "Arial Narrow", "Times New Roman"; font-size: 9pt;
    /*控制横向导航栏菜单文字链接样式*/	
}
.MenuLink:link		{ text-decoration:none; font-size: 9pt; color: #ffffff}
.MenuLink:alink		{ text-decoration:none; font-size: 9pt; color: #ffffff}
.MenuLink:visited	{ text-decoration:none; font-size: 9pt; color: #ffffff}
.MenuLink:active	{ text-decoration:none; font-size: 9pt; color: #ffffff}
.MenuLink:hover	        { text-decoration:none; font-size: 9pt; color: #FFE400}
.smallInput{
      border-left:1 solid #333333;
      border-top:1 solid #333333;
      border-right:1 solid #CCCCCC;
      border-bottom:1 solid #CCCCCC;
      FONT-SIZE: 9pt; 
      FONT-STYLE: normal; 
      FONT-VARIANT: normal; 
      FONT-WEIGHT: normal; 
      height: 18px; 
      LINE-HEIGHT: normal
}