#table {
	width:550px;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	text-align:left;
    position:relative;
    overflow:hidden;
}

/*--- [Begin row header] ---*/
.row_header1{
	width:250px;
	background-color: #EFEFEF;
	color: #5375B2;
	font-weight: bold;
	float:left;
	position:relative;
    overflow:hidden;
	height:25px;
	text-align: center;
	padding-top:5px;
}

.row_header2{
	width:150px;
	background-color: #EFEFEF;
	color: #5375B2;
	font-weight: bold;
	float:left;
	position:relative;
    overflow:hidden;
	height:25px;
	padding-top:5px;
	text-align: center;
}
/*--- [End row header] ---*/

/*--- [begin row #1] ---*/
.row_color1{
	width:250px;
	background-color: #e7f1f8;
	float:left;
	position:relative;
    overflow:hidden;
	height:25px;
	padding-top:5px;
}

.row_color1_1{
	width:150px;
	background-color: #e7f1f8;
	float:left;
	position:relative;
    overflow:hidden;
	height:25px;
	padding-top:5px;
	text-align: center;
}
/*--- [end row #1] ---*/

/*--- [begin row #1 different height] ---*/
.row_color3{
	width:250px;
	background-color: #e7f1f8;
	float:left;
	position:relative;
    overflow:hidden;
	height:50px;
}

.row_color3_1{
	width:150px;
	background-color: #e7f1f8;
	float:left;
	position:relative;
    overflow:hidden;
	height:50px;
	text-align: center;
}
/*--- [end row #1 different height] ---*/

/*--- [begin row #2] ---*/
.row_color2{
	width:250px;
	background-color: #FFFFFF;
	float:left;
	position:relative;
    overflow:hidden;
	height:25px;
	padding-top:5px;
}

.row_color2_1{
	width:150px;
	background-color: #FFFFFF;
	float:left;
	position:relative;
    overflow:hidden;
	height:25px;
	padding-top:5px;
	text-align: center;
}
/*--- [begin row #2] ---*/

/*--- [end row #2 different height] ---*/
.row_color4{
	width:250px;
	background-color: #FFFFFF;
	float:left;
	position:relative;
    overflow:hidden;
	height:50px;
}

.row_color4_1{
	width:150px;
	background-color: #FFFFFF;
	float:left;
	position:relative;
    overflow:hidden;
	height:50px;
	text-align: center;
}
/*--- [end row #2 different height] ---*/

/*--- [begin large row] ---*/
.large_row{
	width:550px;
	background-color: #EFEFEF;
	float:left;
	position:relative;
    overflow:hidden;
	height:25px;
	text-align:center;
	padding-top:5px;
}
/*--- [begin row #2 different height] ---*/