/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY
{
 
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left:1px;
    margin-top:0;
    margin-bottom:0;
}
td
{
	font-size: 12px;
}

TH, THEAD, TFOOT
{
    COLOR: #003366;
}
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:bold;
	word-spacing:normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

		
A:visited{text-decoration:none;	color:#0000AA;}			
A:active{text-decoration:none; color:#0000AA;}		
A:hover	{text-decoration:underline;	color:#0000AA;}
A:link	{text-decoration:none; color:#0000AA;}	

A.whitelink:visited {text-decoration: none; color: #E7E7E7; font-family: "??";}
A.whitelink:active {text-decoration: none; color: #CC0000; font-family: "??";}
A.whitelink:hover {text-decoration: none; color: #CC0000; font-family: "??";}
A.whitelink:link {text-decoration: none; color:#E7E7E7; font-family: "??";}

A.xablacklink:visited {text-decoration: none; color: #000000; font-family: "??";}
A.xablacklink:active {text-decoration: none; color: #ff6000; font-family: "??";}
A.xablacklink:hover {text-decoration: none; color: #ff6000; font-family: "??";}
A.xablacklink:link {text-decoration: none; color:#000000; font-family: "??";}

A.white12link:visited {text-decoration: none; color: #ffffff; font-family: "??"; font-weight:bold; font-size:12px;}
A.white12link:active {text-decoration: none; color: #ff6000; font-family: "??";font-weight:bold; font-size:12px;}
A.white12link:hover {text-decoration: none; color: #ff6000; font-family: "??";font-weight:bold; font-size:12px;}
A.white12link:link {text-decoration: none; color:#ffffff; font-family: "??";font-weight:bold; font-size:12px;}


A.yellowlink:visited {text-decoration: none; color: #FFF000; font-family: "??";}
A.yellowlink:active {text-decoration: none; color: #CC0000; font-family: "??";}
A.yellowlink:hover {text-decoration: none; color: #CC0000; font-family: "??";}
A.yellowlink:link {text-decoration: none; color:#FFF000; font-family: "??";}

IMG 	
{
	border-style:none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.border
{
	border:Solid 1px #FFFFFF;}

.black14bold
{
	font-size:14px;
	color:#000000;
	font-weight:bold;}

.yellow12bold
{
	font-size:12px;
	color:#ff6000;
	font-weight:bold;}
	
.red13bold
{
	font-size:13px;
	color:red;
	font-weight:bold;}	
	
.greyborder
{
 border-right-style:solid;
 border-right-color:#D8D8D8;
 border-right-width:1px;
 border-bottom-color:#D8D8D8;
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-left-color:#D8D8D8;
 border-left-style:solid;
 border-left-width:1px;
 border-top-color:#D8D8D8;
 border-top-style:solid;
 border-top-width:1px;
 }	
 
 .grey2border
{
 border-right-style:solid;
 border-right-color:#ababab;
 border-right-width:1px;
 border-bottom-color:#ababab;
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-left-color:#ababab;
 border-left-style:solid;
 border-left-width:1px;
 border-top-color:#ababab;
 border-top-style:solid;
 border-top-width:1px;
 }	
 
.grey2pxborder
{
 border-right-style:solid;
 border-right-color:#cdcdcd;
 border-right-width:2px;
 border-bottom-color:#cdcdcd;
 border-bottom-style:solid;
 border-bottom-width:2px;
 border-left-color:#cdcdcd;
 border-left-style:solid;
 border-left-width:2px;
 border-top-color:#cdcdcd;
 border-top-style:solid;
 border-top-width:2px;
 }	
 
 
 
 .bold{
 font-weight:bold;
 
 }

.gray1{

filter:progid:DXImageTransform.Microsoft.Gradient(gradienttype=0, startcolorstr=#e0e0e0, endcolorstr=#f2f2f2)

}


.xcztblack14bold
{
	font-size:14px;
	color:#000000;
	font-weight:bold;}
	


