body {
	background-color: #001824;
	background-image: url('/fixed_images/bk_fade.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p { /* general rows for text boxes */
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 17px;
}
a:link {
	color: #004A8C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004A8C;
}
a:hover {
	text-decoration: underline;
	color: #004A8C;
}
a:active {
	text-decoration: none;
	color: #004A8C;
}

h1 {
	color:#FF9900;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 25px;
	margin:0px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin:0px;
	line-height: 22px;
}
.sub_title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.small {
	font-size:11px;
}
.link_light {
	color:#6C9ECA;
}
.bk_right {
	background-color:#002638;
	background-image: url('/fixed_images/right_bk_fade.jpg');
	background-position:bottom;
	background-repeat: repeat-x;
}
.black {
	color:#000000;
}
.white {
	color:#FFFFFF;
}
.orange {
	color: #FF9900;
}
.light_link {
	color:#6C9ECA;
}


/* --------------- Booking Steps --------------- */
#steps {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	color: #909090;
	font-size: 12px;
	text-decoration: none;
	height: 24;
	line-height: 1.8em;
	background-image: url(/images/stepgrey.gif);
}
#steps a:link, #steps a:hover, #steps a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	height: 24;
	line-height: 1.8em;
	background-image: url(/images/step_current.gif);
}
/*
#steps a:hover {
	color: #669999;
	text-decoration: none;
	font-size: 12px;
	background-image: url(/images/stepblue.gif);
}
*/
#steps2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
	color: #909090;
	font-size: 12px;
	text-decoration: none;
	height: 24;
	line-height: 1.8em;
	background-image: url(/images/step_past.gif);
}
#steps2 a:link, #steps2 a:hover, #steps2 a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #909090;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-image: url(/images/step_past.gif);
	line-height: 1.8em;
	height: 24;
}
/*
#steps2 a:hover {
	color: #669999;
	text-decoration: none;
	font-size: 12px;
	background-image: url(/images/stepblue.gif);
}
*/
.stephd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	padding: 10px 0px 3px 0px;
}
.stepdesc {
	font-family : Arial, Helvetica;
	color: #003333;
	font-size : 12px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2em;
}
.stepslight {
	font-family: Arial;
	color: #003333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.stepslight a:link {
	color: #669999;
	text-decoration: none;
}
.stepslight  a:visited {
	color: #669999;
	text-decoration: none;
}
.stepslight  a:hover {
	color: #990066;
	text-decoration: none;
}


/* --------------- Availability --------------- */
.avail_summary td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 15px;
	color: white;
	text-align: center;
	font-size: 10px;

	border: 1px solid #eee;
}
.avail_summary th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: normal;
}
.avail_summary .status0
{
	background-color: #166906;
}
.avail_summary .status1
{
	background-color: #A52712;
}
.avail_summary .status2
{
	background-color: #16509A;
}
.avail_summary .status3
{
	background-color: Maroon;
}
.avail_summary .status5
{
	background-color: #FFFF00;
}
.avail_summary .status0-sel
{
	background-color: Aquamarine;
	color: black;
}
.avail_summary .status1-sel
{
	background-color: red;
}
.avail_summary .status2-sel
{
	background-color: BlueViolet;
}
.avail_summary .status3-sel
{
	background-color: Maroon;
}
.avail_summary .status5-sel
{
	background-color: Yellow;
}
.avail_summary .statusGrey
{
	background-color: #cccccc;
}