html {
	width: 100%
}

h1{
color: #003d4c;
font-size: 180%;
}

h2{
  color:#9ED546;
  margin:0.3em 0;
  font-size: 180%;
}

h3{
	color:#81C712;
	font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #3D3535;
	background-color: #E4E5E0;
	margin: 20px;
	padding: 0px;
	line-height: 140%;
}

.active_page {
	font-weight: bold;			  
}

/* 
 *	Edit/Add Form
 */
 
#frmEdit {
	font-family: verdana, arial, helvetica, "Times New Roman";
	font-size: 10pt;
	width: 95%;	
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 15px;	
	margin-top: 15px;	
	color: #000000;
}

#frmEdit td {
	height: 25px;
}

#frmEdit td.header {
	color: #000000;
	height: 25px;
}

#frmEdit span.note {
	color: #999999;	
	margin-left: 10px;
}

#frmEdit span.required {
	color: #D50000;
	margin-right: 5px;
}

#frmEdit td.header {
	color: #000000;
	background-color:#C3D9FF;	
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12pt;		
	font-weight: bold;			
}

#frmEdit td.group_header {
	background-color:#E0ECFF;	
	padding-left: 20px;
	text-align: left;
	font-size: 10pt;		
	font-weight: bold;		
}

#block1 {
  color: black; 
  background-color: #C7ECAE;
  border: 2px solid #81C712; 
  margin-top: 10px;    
  margin-bottom: 10px;   
	padding: 5px 5px 5px 5px;
}

#block1 .header {
  font-size: 18px;    
	font-weight: bold;	
  background-color: #C7ECAE;	
  padding: 5px 5px 5px 5px;
} 

#block1 span.required {
	color: #D50000;
	margin-right: 5px;
}

#block2 {
  color: black; 
  background-color: #eecc99;
  border: 2px solid #dd8844; 
  margin-top: 10px;    
  margin-bottom: 10px;     
	padding: 5px 5px 5px 5px;
}

#block2 .block2_header {
  font-size: 18px;    
	font-weight: bold;	
  background-color: #eecc99;	
  padding: 5px 5px 5px 5px;  
} 

#block2 span.required {
	color: #D50000;
	margin-right: 5px;
}

#block3 {
  color: black; 
  background-color: #eecc99;
  border: 2px solid #dd8844; 
  margin-top: 10px;    
  margin-bottom: 10px;      
	padding: 5px 5px 5px 5px;
}

#block3 .header {
  font-size: 18px;    
	font-weight: bold;	
  background-color: #eecc99;	
  padding: 5px 5px 5px 0px;  
} 

#block3 span.required {
	color: #D50000;
	margin-right: 5px;
}

/* 
 *	Login
 */
#frmLogin {
  color: black; 
  background-color: #eecc99;
  border: 2px solid #dd8844; 
  margin-top: 10px;    
  margin-bottom: 5px;      
	padding: 5px 5px 5px 5px;
  width: 300px;
  height: 140px;  	
}

#frmLogin .header {
  font-size: 18px;    
	font-weight: bold;	
  background-color: #eecc99;	
} 
/* 
 *	Style for displaying a list of records 
 */

#list {
	margin-left: 10px;	
	font-family: verdana, arial, helvetica, "Times New Roman";
	margin-top: 10px;	
	margin-bottom: 10px;		
}

#list .inner_table {
	color: #000000;	
	width: 100%;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
}

#list .inner_table .row0 {
  background-color : #F6F6F6;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  
}

#list .inner_table .row1 {
  background-color : #FFFFCC;
}

#list .outer_table {
	color: #000000;	
	width: 100%;
	font-size: 10pt;
}

#list td.header {
	color: #000000;
	background-color:#C3D9FF;	
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 10pt;		
	font-weight: bold;			
}

#files {
	margin-left: 10px;	
	font-family: verdana, arial, helvetica, "Times New Roman";
	margin-top: 10px;	
	margin-bottom: 10px;			
	font-size: 8pt;			
}

#files td.main_header {
	color: #000000;
	background-color:#E6D46E;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 10pt;		
	font-weight: bold;			
}

.box1 {
		font-family: verdana, arial, helvetica, "Times New Roman";
    font-size: 9pt;
    background-color: #9999FF;
		color: #000000;    
    border: 0px solid #254C91; 
    width:90%;
    padding: 0px 0px 0px 0px;
    margin: 1px 1px 5px 1px;
    text-align: center;
}

.box_error {
		font-family: verdana, arial, helvetica, "Times New Roman";
    font-size: 10pt;
    background-color: #FFCEBF;
		color: #000000;    
    border: 2px solid #A53512; 
    width:70%;
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.box_error .title {
    font-size: 10pt;	
		font-weight: bold;	    
    padding: 10px 10px 10px 10px;
}

.box_error .content1 {
    font-size: 10pt;	
    padding: 10px 10px 10px 10px;
}

.error {
	height: 20px;
	color: #D50000;
	background-image: url(../images/error.gif); 
	background-repeat: no-repeat; 	
}

.invalid {
	color: #D50000;
	background-image: url(../images/invalid.gif); 
	background-repeat: no-repeat; 	
	width: auto;
	display: inline;	
	font-weight: bold;			  	
}

.invalid_user {
	color: #D50000;
	width: auto;
	display: inline;	
	font-weight: bold;			  	
}

.debug_info {
	color: #72A633;
  border: 2px solid #72A633; 	
  margin: 4px 4px 4px 4px;
  padding: 4px 4px 4px 4px;  
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */


/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	padding: 10px; 
	text-align: left; 
	width: 90%;
}

.maintenance {
	color: red;
	background-color: #FFFFFF;
	text-align: center; 	
	font-weight: bold;				
	border: 2px dashed red;
	width: 200px;
	padding: 6px 6px 6px 6px; 	
}

/* holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
	background-color: #FFFFCC;
	padding: 10px; 
	margin-top:3px;
}

/*the footer, with copyright*/
.footer {
  clear:both;
	background-color: #D6D8CF;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

.commands {
	background-color: #EDEEEA;
	padding: 10px; 
	margin-top:3px;
	height: 25px;
}

a.simple_link {
	text-decoration: none;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(../images/corner.gif) no-repeat right top;
	color: #3D3535;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #D6D8CF url(../images/corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .Clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-right: 255px;
	padding: 20px;
}

.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #A53512;
}

/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 40px;
	width: 245px;
	float: right;
}

.newsbar h1 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: 10px;
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* sets the link colours and style*/
a:link, a:active, a:visited {
	color: #A53512;
}

a:hover {
	color: #A53512;
	text-decoration: none;
}
        
.link1 a:link {
	text-decoration: none;
}

#results {
	font-family: verdana, arial, helvetica, "Times New Roman";
	font-size: 10pt;
	color: #000000;  
  background-color: #eecc99;
  border: 2px solid #dd8844;   
	margin-top: 15px;
	margin-bottom: 15px;	
}

#results table{
  height: 100%;
  width: 100%; 
}

/* 
 *	Page navigator
 */
 
#page_navigator {
	margin: 0px 0px 5px 5px;
}

#page_navigator table {
	border: 2px solid #DD8844;	
}

#page_navigator .pn_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background: #EECC99;
	color: #000000;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;	
}

#page_navigator .pn_current {
	font-weight: bold;	
	background: #EDEEEA;	
}

#page_navigator .pn_button {
	font-weight: bold;	
	background: #D6D8CF;	
}

#page_navigator .pn_button a {
	text-decoration: none;		
}

/* 
 *	Style for displaying a list of records 
 */

#browse {
	color: #000000;  
	margin-top: 15px;
	margin-bottom: 15px;	
}

#browse table{
  height: 100%;
  width: 100%; 
}

#browse td.header{
  border-left: 0px solid #D6D8CF;
	background: #EDEEEA;
}

#browse td {
  border-left: 1px solid #D6D8CF;
  border-bottom: 1px solid #D6D8CF;  
}

#data {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#data tr:hover, tr.over tr { background-color: #DDDDDD; }

/* 
 *	Style for displaying the reports
 */

#report {
	font-family: verdana, arial, helvetica, "Times New Roman";
	font-size: 10pt;
	color: #000000;  
  background-color: #eecc99;
  border: 2px solid #dd8844;   
	margin-top: 15px;
	margin-bottom: 15px;	
  width: 80%;
}

#report table{
  height: 100%;
  width: 100%; 
}

#report td.header{
  height: 25px;
  background-color: #eecc99;
	font-weight: bold;			  	
}

.hint {
  text-decoration: none;
  border-bottom:1px dashed #A53512;
}

#timer_secs {
	font-size: 14pt;
  width: 50px;
	font-weight: bold;			
  float: left;	
}

#timer_button {
  width: 200px;
  float: left;

}

#timer_options {
  width: 300px;
  float: left;
  display: none;
}

#total_secs {
  display: none;
}
