/* template CSS */
html {
	background-image:url(../images/page_bg.gif);
	background-color:#2991d1;
	background-repeat:repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

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;
	
}

/* headers */
.h1, h1, .title {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}


.h2, h2, .subtitle {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}

.h3, h3, .subsubtitle{
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}

/* links */


a {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b9db3;
}
a:visited {
	font-weight:bold;
	color: #356473;
}
a:hover {
	font-weight:bold;
	color: #356473;
}
a:active {
	font-weight:bold;
	color: #356473;
}
.subnav a:link, .subnav a:visited, .subnav a:active {
	text-decoration: none;
}

.subnav a:hover {
	text-decoration: none;
}

/* lists */
li {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}


/* BUTTONS 
To work in IE needs javascript, function already included in the common.js file.
SEE P:\V\VirtualAtlantic\template\domain.com\styles\IEHoverBtn.html*/

input.btn
{
   font-size:;
   font-family:;
   color:;
   background-color:;
   border:;
   
}

input.btn_hover
{
color:;
background-color:;
}

.alert 
{
	color:Maroon;
	font-weight:bold;
	font-size: 11px;	
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox_standard, .textboxStandard {
	width: 150px;
}

.textbox_medium, .textboxMedium {
	width:85px;
}

.textbox_thin, .textboxThin {
	width: 23px;
}

.textbox_thin_alert, .textboxThinAlert
{
	background-color: #FF9999;
	width: 44px;
}

.textbox_wider, .textboxWide {
	width: 240px;
}

.textbox_widest, .textboxWidest {
	width: 400px;
}

.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;	
	
}


.subtitle 
{
	font-weight: bold;
	color: #FF9C0F;
	
}

.form_field {
	background-color:#FFFFFF;
	border: #A2C3FF 1px solid;
	padding-left: 3px;
}


.seperator {
	font-size:9px;
	font-weight:bolder;
}

.textbox_search {
	width: 120px;
	height: 18px;
	font-size:10px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #344760;
}
.content_BG {
	background-image: url(../images/2ndtier_content.jpg);
	background-repeat: no-repeat;
}

.content_BG2 {
	background-image:url(../images/fullpageBG.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.body {
	background-image:;
	background-repeat: repeat-y;
	background-position: center;
	vertical-align:top;
}
.columnHeaderLinks {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#344760;
}