@charset "UTF-8";
.tableBorder {
	border: 1px solid #847B6F;
}
.tableBorder th {
	color: #FFFFFF;
	background-color: #727373;
	border: 1px solid #A09C96;
	font-size: 12px;
}
.tableBorder td {
	background-color: #F9F9F7;
	border-style: solid;
	border-width: 1px;;
	border-color: #999999 #D5D3D0;
}
.tableBorderH th {
	color: #FFFFFF;
	background-color: #727373;
	border: 1px solid #A09C96;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.tableBorderH th, .tableBorderH td {
	padding: 6px 10px 6px 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666 #EEEEEE;
}
.tableBlue,.tableBlueHb {
	border: 1px solid #000000;
}
.tableBlue th,.tableBlueHb th {
	font-weight: bold;
	text-align: left;
	background-color: #BDD0E8;
}
.tableBlue td,.tableBlueHb td {
	background-color: #f5f5f5;
	vertical-align: top;
	padding: 3px 8px;
}
.tableBlueHb th, .tableBlueHb td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.outline th {
	font-weight: bold;
	text-align: right;
}
.outline th, .outline td {
	vertical-align: top;
	padding: 6px 10px 6px 6px;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.tableNoBorder, .tableNoBorder td, .tableNoBorder th{
	background-color: transparent;
}
