
table.theme_table 
{
	border-collapse: collapse;
	border:1px #777777 solid;
	color: whitesmoke;
	cursor: pointer;
	font-family:Arial; 
	font-size:12px;
}

table.theme_table tr#th_row 
{
	color: #777777;
	margin-bottom: 10px;
	border-left: 1px #777777 solid;
	border-right: 1px #777777 solid;
	border-bottom: 1px #777777 solid;
}

table.theme_table tr#th_row:hover 
{
   background: #whitesmoke !important;
}

table.theme_table tr#full
{
	color: #777777;
	border-left: 1px #777777 solid;
	border-right: 1px #777777 solid;
	border-bottom: 1px #777777 dashed;
	margin-bottom: 20px;
}

table.theme_table tr#full:hover 
{
   background: white !important;
}

table.theme_table td 
{
	text-align: left;
	background: white;
	padding-bottom: 0px;
}

table.theme_table td#full 
{
	text-align: left;
}

table.theme_table th 
{
	background: #777777 !important;
	text-align: center;
	padding: 2px 5px 3px 10px;
	width: 20%;
	height: 25px;
	border: 1px #666666 solid;
	border-top: 5px lightgray solid;
	white-space: nowrap;
}

table.theme_table caption 
{
  margin-left: inherit;
  margin-right: inherit;	
}

table.theme_table label
{
	color:#760000;
	font-size:11px;
	width:auto;
	padding-left: 10px;
}
