table {
	font:10px "Verdana,Arial", sans-serif;
	padding: 0;
	border-collapse: collapse;
	color: #666;
	background: #F3F5F7;
	width: 550px;
	
}

table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  

table a:visited {color: #777;}

table a:hover {color: #000;}  

table caption {
	font-size:10px;
	text-align: left;
	color: #999;
	margin-top: 10px;
	height: 18px;
	
	
}

table thead th {
	background: #73758C;
	padding: 15px 10px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	
}

table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table tbody {border-bottom: 1px solid #EAECEE;}
                      
table tbody td, table tbody th {padding: 10px; background: url("../img/td_back.gif") repeat-x; text-align: left;}

table tbody tr {background: #F3F5F7;}

table tbody tr.odd {background: #F0F2F4;}

table tbody  tr:hover {background: #EAECEE; color: #111;}

table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}


/*-----------------------------FormGARA----------------------*/

#FormGara {
	margin: 0px;
	padding: 0px;
}
#FormGara label{
	font: 9px "Verdana,arial", sans-serif;
	display: block;
	width: 100px;
}
#FormGara select{
	width: 80px;
	display: block;
	clear: left;
	font-size: 10px ;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
#FormGara submit{}
