/* 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:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: 17px;
}

ul, li{
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

/* headers */
.h1, h1, .title {
	font-size: 18px;
	font-weight: bold;
	color: #C20101;

}

.h2, h2, .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #C20101;

}

.h3, h3 .subsubtitle{

}

/* links */
a:link, a:visited, a:active{color: ; : ;
	color: #333333;
	text-decoration: underline;
}
a:hover{color: ; text-decoration: ;
	color: #C20101;
	text-decoration: underline;
}

/*
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;	
	
}
.boxbg {
	background-image: url(../images/smallbg.gif);
	background-repeat: no-repeat;
}

#dropmenudiv{
position: absolute;
background-color: #f3f3f3;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px #e5e5e5;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e5e5e5;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #e5e5e5;
}
