.dr-pnl-h {
	background: #003A79;
	color:#FFFFFF;
}

.dr-stglpnl-h {
	background: #003A79;
	color:#FFFFFF;
}

.dr-table-header {
	background: #CC1D1C;
	color: #CC1D1C;
}

.dr-table-subheadercell {
	background: #CC1D1C;
}

.invisible {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.rich-table {
	width: 100%;
}

.filter-table input[type='text'], select {
	/*border: 1px solid red;*/
  width: 250px;
}

input[type='submit']:disabled {
	color:#808080;
	font-style: italic;
}

.name {
	vertical-align: top;
	font-weight: bold;
	align: right;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	margin-top: 3px;
	align: left;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

td.top {
	vertical-align: top;
}

.even {
	background: #F0F8FF;
	color: black;
}

.odd {
	background: #DDDDDD;
	color: black;
}
