table.fade{background:url(/images/navBG.jpg) top left repeat-x; }
table.fade tr.tablehead{margin:0;padding:0;}
/* table.list tr.alt td{ background-color:#E0E0E0} */
table.fade tr.tablehead td{
 	background:transparent url(/images/navbreak.jpg)  no-repeat center left; 
	border-collapse:collapse;
	padding:0;
	margin:0;
	height:25px;
}
table.fade tr.tablehead td.first{background:transparent;}
tr.tablehead td {
 /* 	background:transparent url(/images/navBG.jpg) repeat-x center left;  */
	height:25px; 	
 	color:#444444; 
	background-color:#BDC7D0;
	font-weight:bold;
	font-size: 11px;
/* 	background-position: center bottom;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	background-image:url(/images/bgGrey.gif);
	border-color:#999999;
	color:#444444; 
	border-style:solid none;
	border-width:1px medium;*/
	padding:3px 5px;
	text-align:left;
}

/* Table List of Records */
table.list{
	border-bottom: rgb(23,74,124) 2px solid;
	border-top: rgb(23,74,124) 2px solid;
	border-collapse: collapse;
}
table.list div.table_sub_content{margin:5px;}
table.list tr td{
	 border-bottom: rgba(23,74,124,0.3) 2px groove;
	 padding: 5px;
}
table.list tr td.label {
	background: #E7ECF1;
	color: rgb(23,74,124);
	margin-top: 5px;
	width: 200px;
}
table.list tr td a{
	text-decoration:none;
}

table.list  tr.total td{
	/* border-top:1px solid #585858 */
	font-weight:bold;
}
table.list tr{border-bottom:rgb(150,150,150) 1px solid;height:30px;}
/* table.list tr:hover{background-color:#CECECE} */
table.list tr.tablehead {
/* border-top:1px solid #585858; */
border:1px solid #969696;
}
table.list tr.tablehead td {
	padding: 0px 5px;
	color:#444444;
}

table.sublist {
	border-collapse:collapse;
	border:1px solid #BFBFBF;	
}

table.sublist td {
	padding:3px 5px;
}

table.sublist tr.tablehead td {
	background:#CFCFCF;
	border-bottom:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	color:#000000;
	font-weight:bold;	
	padding:3px 5px;
}


/* List Styles */
ul.missinginfo li {
	list-style:url(/img/bullet1.gif);
	margin-bottom:3px;
}

table#businessTable tr td{padding:0 5px;}
div#commDisplay{padding:0 5px;}

