/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-SIZE: .12px;
    margin:0px;
	color: #011557;  
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a {
	text-decoration: none;
	line-height:150%;
} /* 链接无下划线,有为underline */
a:link {
	color: #011557;
	line-height:150%;
} /* 未访问的链接 */
a:visited {
	color:#990000;
	line-height:150%;
} /* 已访问的链接 */
a:hover {
	color: #ff0000;
	line-height:150%;
	text-decoration: underline;
} /* 鼠标在链接上#009900 */
a:active {
	color: #011557;
	line-height:150%;
} 
body,table,tr,td,div,buttom
{
	font-size:12px;
	line-height:150%;
	color:011557;
}

/*input{
	height:expression(this.type=="submit"?22:'');
}

input[type="text"]
{
	padding:0px;
	font-size:12px;
	height:20px;
	margin:0px;
}

input[type="button"]
{
	padding:0px;
	height:20px;
	margin:0px;
}

input[type="submit"]
{
	background-color:#000000;
	padding:0px;
	font-size:12px;
	height:10px;
	margin:0px;
}*/

.rowEnable
{
	background-color:#FFE4C4;
	cursor:hand;
}
.rowNotEnable
{
	background-color:#ffffff;
}
