/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
body { filter: gray;}/*网站变灰*/
a:link          { text-decoration: none;CURSOR: hand;color:Black }
a:visited       { text-decoration: none;CURSOR: hand;color:Black}
a:active        { text-decoration: none;CURSOR: hand;color:Black}
a:hover         { text-decoration: underline; color:Black; CURSOR: hand;}
a.equhot:hover  { text-decoration: none;CURSOR: hand;color:Green}
a.more:visited   { text-decoration: none;CURSOR: hand;color:Green}
a.more:hover    { text-decoration: underline; color:Blue; font-weight:bold; CURSOR: hand;}

.amenu:link     { color: #000000; text-decoration: none }
.amenu:visited       { color: #000000; text-decoration: none }
.amenu:active        { color: #000000; text-decoration: none }
.amenu:hover         { color: #ff0000; text-decoration: none; position: relative}

.amenuup { CURSOR: hand;}
.amenuover { text-decoration: underline; color:Blue; font-weight:bold; CURSOR: hand; }

/*login界面#ff5400*/
.aheadinit { color:White; CURSOR: hand; background-color:Transparent; }
.aheadbtninit { color:White; background-color:#511d02; border-color: White; border-width: 1px; CURSOR: hand; }
.aheadup { CURSOR: hand;}
.aheadover { text-decoration: underline; color:White; background-color:#511d02; border-color: White; border-width: 1px; CURSOR: hand; }
.aheadout { color:white; CURSOR: hand; background-color:#181818}
.aheadbtnout { color:White; background-color:#511d02; border-color: White; border-width: 1px; CURSOR: hand} 

/*主页面顶部btn*/
.abtnover { text-decoration: underline; color:White; background-color:Black; border-color: White; border-width: 1px; CURSOR: hand; }
.abtnout { color:White; CURSOR: hand; }
.abtninit { color:Black; cursor: hand; text-decoration: underline;}

/*昨日回顾btn*/
.azrhgover {color:Blue; text-decoration: underline; border-color: White; border-width: 1px; CURSOR: hand; }
.azrhgout { color:Blue; CURSOR: hand;}
.azrhgout_init { color:#666666; CURSOR: hand;}

/*显示右边图形btn*/
.achartover {color:#ff5400; text-decoration: underline; border-color: White; border-width: 1px; CURSOR: hand; }
.achartout { color:White; CURSOR: hand;}

body {
	COLOR: Black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:9pt;
	scrollbar-face-color: #f5f5f5;/*#ff5400;*/
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #fcfcfc;
	scrollbar-arrow-color: gray;/*white;*/
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: #f2f2f2;
	overflow:auto;
}

TD {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 9pt;
}

.InputCss {  
    font-size: 9pt; 
    color: #003399; 
    font-family: "宋体";  
}
.WhiteInputCss {  
    font-size: 9pt; 
    color: #003399; 
    font-family: "宋体"; 
    font-style: normal; 	
    border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE ; 
    border: 1px #EEEEEE solid;        
}
/*蓝色按钮样式*/
.ButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003399;
    border: 1px #003399 solid;
    color:006699;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../img/bluebuttonbg.gif);
    background-color: #e8f4ff;
    CURSOR: hand;
    font-style: normal ;
}

/*蓝色按钮样式*/
.blueButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003366;
    border: 1px #93bee2 solid;
    /*
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
	*/
    background-image:url(../img/blue_button_bg.gif);
    background-color: #ffffff;
    CURSOR: hand;
    font-style: normal ;
}
/*红色按钮样式*/
.redButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #0066cc;
    border: 1px #ff5400 solid;
    color: Red;
    BORDER-BOTTOM: #ff5400 1px solid; 
    BORDER-LEFT: #ff5400 1px solid; 
    BORDER-RIGHT: #ff5400 1px solid; 
    BORDER-TOP: #ff5400 1px solid;        
    background-color: #ffffff;
    CURSOR: hand;
    font-style: normal ;
}
/*灰色色按钮样式*/
.garyButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: White;
    border: 1px Black solid;
    /*
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
	*/
    background-image:url(../img/blue_button_bg.gif);
    background-color: Gray;
    CURSOR: hand;
    font-style: normal ;
}
/*绿色按钮样式*/
.greenButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: Green;
    border: 1px Lime solid;
    BORDER-BOTTOM: Green 1px solid; 
    BORDER-LEFT: Green 1px solid; 
    BORDER-RIGHT: Green 1px solid; 
    BORDER-TOP: Green 1px solid;
    background-image:url(../img/greenbuttonbg.gif);
    background-color: #ffffff;
    CURSOR: hand;
    font-style: normal ;
}
