/* CSS Document */



table	
{
width:734px;
border-collapse:collapse;
background-color:#f3f7e8;



}
thead th {
	font:bold 11px Arial;
	text-align:center;
	background: url(images/bg_cell.gif) repeat-x;
	color:#5c5f53;
	
	padding:5px 3px 8px 8px;
	border-top:1px solid #c7ccbc;
	border-left:1px solid #c7ccbc;
	border-right:1px solid #c7ccbc;
	border-bottom:1px solid #c7ccbc;
}


thead th.null {background:#f3f7e8;}

tbody th {
	font:bold 11px Arial;
	text-align:left;
	background: url(images/bg_cell.gif) repeat-x;
	color:#5c5f53;
	width: 150px;
	padding:5px;
	border-top:1px solid #c7ccbc;
	border-left:1px solid #c7ccbc;
	border-right:1px solid #c7ccbc;
	border-bottom:1px solid #c7ccbc;
}


tbody td {
	font:normal 12px/15px Arial;
	color:#333;
	padding:8px;
	border-right:1px solid #c7ccbc;
	border-bottom:1px solid #c7ccbc;
}

/*

tbody td.on {background:#e5f0c8;}
thead th.on {background:#e5f0c8;}
tbody th.on {background:#e5f0c8;}

*/

tbody td.on {background: url(images/bg_cell_highlted.gif) repeat-x;}
thead th.on {background: url(images/bg_cell_highlted.gif) repeat-x;}
tbody th.on {background: url(images/bg_cell_highlted.gif) repeat-x;}


.link_table{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5c5f53;
	text-decoration: underline;

}


.link_table:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5c5f53;
	text-decoration: underline;

}
