/* CSS Document */
.BackgroundGreyHeight25 { 
	background-color : #CCCCCC;
	font-weight : bold;
	color : #000000;
	height:25px;
}

.BackgroundLightGreyHeight25 { 
	background-color:#E8E8E8;
	font-weight : bold;
	color : #000000;
	height:25px;
}

.BackgroundDarkGrey{
	background-color:#B4B4B4;
	color:#ffffff;
}

.BackgroundAlternateRowColor1 {
	background-color:#eeeeee;
	height:24px;
}

.BackgroundAlternateRowColor2 {
	background-color:#F6F6F6;
	height:24px;	
}

.BackgroundForBox{
	background-color:#243D58;
	color:#ffffff;
}

.BorderForBox{
	border: #243D58 2px solid;
}

