/*-- members1 
--------------------------------------------------------*/
#table_info .title2 a{
	color:#ffffff;
}

#table_info_center{
	text-align:center;
}

#table_info .title2 td{
	padding-top:6px;
	padding-bottom:8px;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
	padding-right:1px;
	color:#ffffff;
	background-color:#71AB31;
	white-space:nowrap;
}

#table_info .title2 th{
	padding-top:6px;
	padding-bottom:8px;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
	padding-right:1px;
	color:#ffffff;
	background-color:#71AB31;
	white-space:nowrap;
}


#table_info .approved td {
	border-bottom:1px solid #ffffff;
	padding-top:6px;
	padding-bottom:7px;
	font-weight:normal;
	background-color:#E4F4D1;
	padding-right:1px;
}

#table_info .not_approved td {
	border-bottom:1px solid #ffffff;
	padding-top:6px;
	padding-bottom:7px;
	font-weight:normal;
	background-color:#FFFFFF;
	padding-right:1px;
}

#table_info .waiting td {
	border-bottom:1px solid #ffffff;
	padding-top:6px;
	padding-bottom:7px;
	font-weight:normal;
	background-color:#F8F2D3;
	padding-right:1px;
}

#table_info .test td {
	border-bottom:1px solid #ffffff;
	padding-top:6px;
	padding-bottom:7px;
	font-weight:normal;
	background-color:#EFEFEF;
	padding-right:1px;
}


#table_info .totals2 td{
	border-top:1px solid #D4E6C1;
	border-bottom:1px solid #D4E6C1;
	padding-top:5px;
	padding-bottom:7px;
	padding-right:1px;
	font-weight:bold;
	color:#CF0902;
	background-color:#ffffff;
}

#table_info .totals2 .status {
	font-weight:normal;
	color:#BFBFBF;
}	

#table_info .totals2 .status .green{
	font-weight:bold;
	color:#71AB31;
}

#table_info .totals2 .status .red{
	font-weight:bold;
	color:#CF0902;
}

#table_info .totals2 .status .yellow{
	font-weight:bold;
	color:#FFC000;
}

#table_info .totals2 .status .gray{
	font-weight:bold;
	color:#B0B0B0;
}

#determinants {
	white-space:nowrap;
	margin-left:12px;
	width:450px;
	padding-top:2px;
}

#determinants .a{
	background-image:url('../img/approved2.gif');
	background-repeat:no-repeat;
	padding-left:19px;
	margin-right:12px;
	float:left;
}

#determinants .b{
	background-image:url('../img/not_approved2.gif');
	background-repeat:no-repeat;
	padding-left:19px;
	margin-right:12px;
	float:left;
}

#determinants .c{
	background-image:url('../img/waiting2.gif');
	background-repeat:no-repeat;
	padding-left:19px;
	margin-right:12px;
	float:left;
}

#determinants .d{
	background-image:url('../img/test2.gif');
	background-repeat:no-repeat;
	padding-left:19px;
	float:left;
}


#table_info .br{
	border-bottom:1px solid #D4E6C1;
	text-align:left;
	padding-left:12px; 
	padding-right:20px;
	vertical-align:middle;
	
}
	
