	.tablelistview  {
		color: black;
		/*background-color: #dfdfdf; */
 		width: 100%;
		
	}
	.tablelistview table {
		left: 0;
		border: 0px;
		border-collapse: collapse;
		display: block;
                width: 100%;
	}

  	/* this is NOT for regular errors. this is only for when teh site fails. */
	.site_error {
		text-align:left;
		background-color: #c7cef0;
		border-bottom: 2px solid #b6bddf;
		color:red;
	}	


	.tablehead  {
		text-align: left;
		background-color: #dfdfdf;
		font-family: verdana;
		font-weight: normal;
		font-size: 10px;
		margin-top: 1px;
		margin-bottom: 1px;
		margin-left: 1px;
		margin-right: 1px;

	}

	.tablehead a {
		link-decoration: none;
		width: 100%;
		text-decoration: none;
		color: black;
		text-transform: uppercase;
	}
		
	.tablehead a:visited {
		border-bottom: none;	
	}

	.tablehead a:hover {
		display: block;
		text-align: left;
		background-color: #efefef;
		text-decoration: none;
	}

	.tableroweven, .tableroweven td {
		text-align: left;
	
		color: black;
		vertical-align: top;
		border-top: 0px;
		font-size: 10px;
	}
	.tablelistview tr:hover {
		background-color: #dfdfdf;
	}
	.tablerowodd {
		text-align: left;
		color: black;
		vertical-align: top;
		border-top: none;		
		top: 0px;
		margin-top: 0px;
		font-size: 10px;
	}

	.tablelistview ul {
		float: right;
		display: inline;
	}
	.tablelistview li {
		font-size: 10px;
		display: inline;
		margin-left: 0;
		padding: 2px 15px;
		border-left: 1px solid #000;
		list-style: none;
		display: inline;
	}
	.tablelistview h4 {
		display: inline;
	}	
	

