/* CSS Document */

body {margin-top: 0px; margin-bottom: 0px; background-color: #BABA97;}

table.mainTable {border-collapse: collapse; border-left: 1px solid black; border-right: 1px solid black; font-size: 11px; background-color: white; 
				font-family: verdana, times new roman; height: 100%;}
table.blankTable {border-collapse: collapse; font-family: verdana, times new roman; font-size: 11px;}

table.genTable {border-collapse: collapse; font-family: verdana, times new roman; font-size: 11px;}
table.genTable th {background-color: #971415; color: white; padding: 3px;}
table.genTable td {padding: 3px;}
		
.title {line-height: 25px; font-family: Times New Roman, verdana; font-size: 18px; color: #971415; font-weight: bold;}		
				 
table.navBar {border-collapse: collapse; background-color: #971415; font-size: 11px;}
td.navBar {border: 1px solid black; border-collapse: collapse; font-size: 11px;}
a:link.navBar {display: block; width: 100%; line-height: 20px; color: white; font-family: verdana, tahoma; 
		text-decoration: none;}
a:visited.navBar {display: block; width: 100%; line-height: 20px; color: white; font-family: verdana, tahoma; 
		text-decoration: none;}
a:active.navBar {display: block; width: 100%; line-height: 20px; color: white; font-family: verdana, tahoma; 
		text-decoration: none; }
a:hover.navBar {display: block; width: 100%; line-height: 20px; background-color: black; color: #ffffff; 
		font-family: verdana, tahoma; text-decoration: none;}
		
table.searchList {font-family: verdana, tahoma; font-size: 11px;}
table.searchList th {background-color: #971415; color: white; font-weight: normal; padding: 3px;}
table.searchlist td {padding: 3px;}
table.searchList td.div {width: 1px; background-color: white; padding: 0px;}
table.searchList td.divVer {height: 1px; background-color: white; padding: 0px;}

table.dataTable {font-family: verdana, times new roman; font-size: 11px;}
table.dataTable th {padding: 3px; background-color:  #971415; text-align: left; color: white; font-weight: normal;}
table.dataTable td {padding: 3px;}	
table.dataTable td.div {padding: 0px; color: white; background-color: white; width: 1px;}

table.formTable {font-family: verdana, times new roman; font-size: 11px;}
table.formTable th {background-color: #971415; padding: 3px; color: white; text-align: left; font-weight: normal;}
table.formTable td {padding: 3px;}

table.leftContent {border: 1px solid black; font-size: 11px; border-collapse: collapse;}
table.leftContent th {background-color: #971415; color: white; font-size: 11px; text-align: center; padding: 3px;}
table.leftContent td {font-size: 11px; padding: 3px;}

a:link {color: black;}
a:active {color: black;}
a:visited {color: blue;}
a:hover {color: #971415;}

input {font-family: verdana, tahoma; font-size: 10px;}
select {font-family: verdana, tahoma; font-size: 10px;}
option {font-family: verdana, tahoma; font-size: 10px;}
textarea {font-family: verdana, tahoma; font-size: 10px;}
hr {color: #971415;}


