.standard_table { padding: 0; margin: 0;font-size:11px;	margin-bottom:7px; }

table.standard_table tr td input { 
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	padding:2px 1px;
	margin:2px 0;
	text-align:center;
	width:20px!important; 
	font-size:11px; 
}
table.standard_table tr th {
	font: bold 12px tahoma;
	color: #FFFFFF;
	border-right:1px solid #9C9C9C;
	border-bottom: 1px solid #9C9C9C;
	border-top: 1px solid #9C9C9C;
	letter-spacing:0px;
	padding: 6px 10px 6px 10px;
	background: #6CB3B3 url(../images/tables/bg_header.gif) repeat-x;
}
table.standard_table tr td {
	border-right: 1px solid #9C9C9C;
	border-bottom: 1px solid #9C9C9C;
	padding: 6px 6px 6px 12px;	
}
table.standard_table tr td.no_border { border-bottom:0; }
table.standard_table tr td.left_right { border-left:0; border-right:0; }

/* start of second table */

th.left_half_bg { border-left:1px solid #9C9C9C!important; }
td.right_align { text-align:right; }
td.left_border { border-left: 1px solid #9C9C9C; }
td.right_border { border:0; border-right: 1px solid #C1DAD7; }
th.center, td.center { text-align:center;}

