@charset "utf-8";
/* CSS Document */
BODY{
	background-color: #333333;
}
A{
	font-family: "宋体";
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
	padding: 5px;
}
A:hover{
	color: #000000;
	background-color: #FF6600;
}

/*定义表格样式*/
.orderTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #3F3F3F;
	border-left-color: #3F3F3F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F3F3F;
}
/*定义表头样式*/
.orderTrHeader{
	font-size: 14px;
	color: #FF6600;
	background-color: #000000;
	text-align: center;
	font-family: "宋体";
}
.orderTrHeader>td{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
}
.orderTrUp{
	background-color: #353535;
}
.orderTrUp>td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*定义鼠标在表格上的样式*/
.orderTrUp:hover{
	background-color: #555555;
}
/*定义底部样式*/
.orderTrBottom{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F3F3F;
	background-color: #000000;
}
.orderTrBottom>td{
	padding: 10px;
	text-align: center;
}

