@charset "utf-8";
/* CSS Document */

/*Checklist Table */

#main_content table.cltable  a
{
	text-decoration: none;
	font-weight: normal;
} 
#main_content table.cltable  a:hover
{
	text-decoration: underline;
	font-weight: normal;
} 
table.cltable
{
 	width: 775;
	height: auto;
	border: none;
	margin-bottom: 5px;
	padding-right: 5px;
}
td.cltableh
{
 	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #e4d6be;
	padding: 3px 0px 3px 0px;
}
td.cltablehs
{
 	font-size: 12px;
	font-weight: normal;
	background-color: #e4d6be;
	padding: 3px 0px 3px 0px;
	vertical-align: bottom;
	text-align: right;
}
td.cltablel,td.cltablels
{
 	font-size: 12px;
	background-color: #fefbf7;
	padding: 2px 0px 2px 0px;
}

td.cltabled,td.cltableds 
{
 	font-size: 12px;
	background-color: #f7f0e4;
	padding: 2px 0px 2px 0px;
}

td.cltablels,td.cltableds
{	
	line-height: 1.5em;
}
input.disabled 
{
	color:#F00000; 
	background-color:#000000;
}


