/* Template CSS */
html, body {
	background-image:;
	background-color:;
	background-repeat:;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

td, body, th, span, div, ul, p{ 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

/* headers */
.h1, h1, .title {
	font-size: 18px;
	font-weight: bold;
	color: #202453;
}

.h2, h2, .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #202453;
}

.h3, h3, .subsubtitle{
	font-size: 12px;
	font-weight: bold;
	color: #202453;

}

/* links */
a:link, a:visited, a:active{color: ; : ;}
a:hover{color: ; text-decoration: ;}

/*
input.btn
{
   font-size:;
   font-family:;
   color:;
   background-color:;
   border:;
   
}

input.btn_hover
{
color:;
background-color:;
}
*/


/* shows alert msg, also used to for form validation, i.e the text "*required"*/
.alert 
{
	color:Maroon;
	font-weight:bold;
	font-size: 11px;	
}


/* input items*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox_search {
	width: 120px;
	height: 18px;
	font-size:10px;
}

.textbox_standard {
	width: 150px;
}

.textbox_thin {
	width: 23px;
}

.textbox_thin_alert
{
	background-color: #FF9999;
	width: 44px;
}

.textbox_wider {
	width: 240px;
}

.textbox_widest {
	width: 400px;
}

/* tables */
.table_header, .table_header td, .table_header a, table_header a:visited, .table_header a:link, .table_header a:active
{
	background-color: #A3C380;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.table_header a:hover
{
	text-decoration: underline;
}


.table_alt_row
{
	background-color:#FFFFFF;
	
}
.table_row
{
	background-color:#E8E7E6;
	
}
.table_alt_2_row
{
	background-color:Silver;
	
}

.table_grid 
{
	border-color:#A3C380;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;	
	
}
.boxborder {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.formelement {
	font-size: smaller;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.output_table
{
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	border-color:blue blue blue blue;
	border-collapse: separate;
}
