/* Template CSS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/main_bg_91c1df.jpg);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #91c1df;
	background-repeat: repeat-x;
}

span, div, ul, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* headers */
.h1, h1, .title {
	color: #004fc5;
	font-size: 16px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;
}

.h2, h2, .subtitle {
	color: #004fc5;
	font-size: 14px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;
}

.h3, h3, .subsubtitle {
	color: #004fc5;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

/* links */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.h3, h3, .subsubtitle a:link {
	color: #004fc5;
	font-size: 11px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;

}

.h3, h3, .subsubtitle a:visited {
	color: #004fc5;
	font-size: 11px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;

}

.h3, h3, .subsubtitle a:hover {
	color: #004fc5;
	font-size: 11px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;

}

.h3, h3, .subsubtitle a:active {
	color: #004fc5;
	font-size: 11px;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;

}

.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

.price {
	color: #35A299;
	font-size: 16px;
	margin: 0px, 0px, 0px, 0px;
	font-weight: bold;
}

.price-bg {
	background-image:url(../images/prices-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

/*
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: #5A84B2;
	color: White;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.table_header a:hover
{
	text-decoration: underline;
}


.table_alt_row
{
	background-color:#FFFFFF;
	
}
.table_row
{
	background-color:#E8E7E6;
	
}
.table_alt_2_row
{
	background-color:#F0F0F0;
	
}

.table_grid 
{
	border-collapse:collapse;
	border: 1px solid #999999;
	
}

.table_presetners
{
	font-size:12px;
	line-height:16px;
}
