@charset "utf-8";
/* CSS Document */

#mainContent { 
	padding:5px;
}


table, td {
	font-weight: normal;
	font-size: 11px;
}

th {
	font-weight: bold;
	font-size: 11px;
}

.row1 {

	font-size: 12px;
	color : #000000;

}
.row2 {

	font-size: 12px;
	color : #000000;

}

td.row1	{ 
	background-color: #EFEFEF; 
	
}
td.row2	{ 
	background-color: #DEE3E7; 
}
td.row3	{ 
	background-color: #D1D7DC; 
}

/* Status Messages */
.statusError {

	font-weight: bold;
	color : #FF0000;

}
.statusBad {

	font-weight: bold;
	color : #FF0000;

}

.statusWarning {

	font-weight: bold;
	color:#FF9900;

}

.statusGood {

	font-weight: bold;
	color : #008000;

}
.status {

/*	font-weight: bold; */
	color : #000000;

}

