/* ************** */
/* Generic Styles */
/* ************** */

body { 
	background: #EFEFEF; 
	margin: 0px; 
	font-family: Arial, Verdana; 
	}
	
img	{ 
	border: 0px; 
	}

h1	{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 20px;
	color: #82110D;
	}

h4	{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #333;
	}
	
form {
	margin: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	}	
	
input, textarea, select {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	}
	
.required { color: #990000; }
	
	
/* ******** */
/* Top Menu */
/* ******** */

#topmenu { 
	height: 90px; 
	background: url("images/menu-back.gif"); 
	border-bottom: 1px solid #82100E; 
	}
	
#topmenu ul	{ 
	font-size: 10px; 
	font-weight: bold; 
	padding: 0px; 
	margin: 0px; 
	}

#topmenu li	{
	text-align: center;
	float: left;
	list-style-type: none;
	padding: 8px 20px 0px 0px; 
	}
	
#topmenu li	a { 
	color: #FFF; 
	text-decoration: none; 
	display: inline;
	font-weight: bold;
	}
	
#topmenu li	a:hover	{
	color: #FFF; 
	text-decoration: underline; 
	}

/* ******** */
/* Alphabet */
/* ******** */

#alphabet { 
	padding: 0px 0px 20px 0px;
	width: 760px;
	text-align: center;
	}
	
#alphabet ul { 
	font-size: 11px; 
	font-weight: bold; 
	padding: 0px; 
	margin: 0px; 
	}

#alphabet li {
	height: 17px;
	list-style: none;
	display: inline;
	padding-right: 5px;
	margin: 0px;  
	}
	
#alphabet li a { 
	color: #908585; 
	text-decoration: none; 
	padding: 0px; 
	margin: 0px; 
	}
	
#alphabet li a:hover {
	color: #E42F2C; 
	text-decoration: underline;
	padding: 0px;
	margin: 0px;  
	}

#alphabet input {
	font-size: 11px;
	padding: 0px;
	margin: 0px;  
	}

		
/* **************** */
/* Alternating Rows */
/* **************** */	

tr.display-header {
	background: #E42F2C;	
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	}

tr.odd	{
	background: #EFEFEF;
	font-size: 12px;
	}

tr.even	{
	background: #F7F7F7;
	font-size: 12px;
	}
	
tr.normal {
	font-size: 12px;
	}
	
tr.oddsmall	{
	background: #EFEFEF;
	font-size: 11px;
	}	
	
/* ********************* */
/* Form Columns and Rows */
/* ********************* */	

td.left-column {
	background: #EFEFEF;
	text-align: right;
	width: 15%;
	padding-right: 10px;
	font-size: 12px;
	border-right: 1px solid #C2B8B7;
	border-bottom: 1px solid #C2B8B7;
	height: 38px;
	}

td.title-column{
	width: 70%;
	background: #EFEFEF;
	text-align: center;
	padding-right: 10px;
	font-size: 12px;
	border-right: 1px solid #C2B8B7;
	border-bottom: 1px solid #C2B8B7;
	height: 38px;
	}	
	
td.right-column {
	background: #F7F7F7;
	padding-left: 10px;
	border-bottom: 1px solid #E7E7E7;
	font-size: 12px;
	}
	
td.data-column {
	width: 70%;
	background: #F7F7F7;
	padding-left: 10px;
	border-bottom: 1px solid #E7E7E7;
	font-size: 12px;
	}	

td.far-right {
	width: 15%;
	background: #EFEFEF;
	text-align: center;
	border-left: 1px solid #C2B8B7;
	border-bottom: 1px solid #C2B8B7;
	}		
	
table.formtable input {
	width: 200px;
	border: 1px solid #D7BEBE;
	padding: 2px;
	}

table.formtable select {
	width: auto;
	border: 1px solid #D7BEBE;
	padding: 1px;
	}	
	
table.formtable input.checkbox {
	width: auto;
	border: none;
	}

table.formtable input.radio {
	width: auto;
	border: none;
	}
	
table.formtable textarea {
	border: 1px solid #D7BEBE;
	padding: 2px;
	}			

table.formtable td {
	padding: 5px 5px 5px 10px;
	}
	
table.formtable2 input {
	width: auto;
	border: 1px solid #D7BEBE;
	padding: 2px;
	}

table.formtable2 select {
	width: auto;
	border: 1px solid #D7BEBE;
	padding: 1px;
	}	
	
table.formtable2 input.checkbox {
	width: auto;
	border: none;
	}

table.formtable2 input.radio {
	width: auto;
	border: none;
	}
	
table.formtable2 textarea {
	border: 1px solid #D7BEBE;
	padding: 2px;
	}			

table.formtable2 td {
	padding: 5px 5px 5px 10px;
	}	
		
/* ****** */
/* Footer */
/* ****** */	

#footer	{
	padding: 10px;
	font-size: 10px;
	color: #C1473D;
	}
	
#step {
	float: left;
	margin-left: 3px;
	padding: 2px;
	background: #FFCC33;
	color: black;
	font-size: 10px;
	font-weight: bold;
	width: 10px;
	text-align: center;
	border: 1px solid #333;
	}	
	
#report-frame {
	width: 680px;
	background: #FFF;	
	}	
	
/* ************** */	
/* Simple Bit CSS */	
/* ************** */

#tabnav
	{
		height: 27px;
		margin: 0px 12px 0px 12px;
		padding-left: 0px;
		background: url('./images/tab_bottom.gif') repeat-x bottom;
	}

ul.tabnav
	{
		margin:0;
		padding: 5px 0;
		border-bottom: 1px solid #C4A1A1;
		font: 12px Arial, sans-serif;
		font-weight: normal;
	}
	
#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		border: 1px solid #C4A1A1;
        border-bottom: none;
        background: #F1E2E2;
        text-decoration: none;
 		padding: 5px 0.5em;
		margin-right: 10px;
		float: left;
		background: #F1E2E2;
		font-size: 12px;
		color: black;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #E42F2C;
		color: #fff;
	}

#tabcontainer 
	{	
		 padding: 5px;
		 border:1px solid #C4A1A1;
		 background: #FFF;
		 font-size: 90%;
		 margin: 0px 12px 12px 12px;
 	}

