@charset "utf-8";
/* CSS Document */

body {
	background-color: #82AADA;
	background-image: url(../images/stripe.png);
	background-repeat: repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#12157D;
}
html {overflow:auto;}

a:link{
	color:#12157D;
}
a:visited{
	color:#12157D;
}

.adminLink a:hover{
	color:#12157D;
	background-color:#FFFFFF;
}
/*adminLink a:visited{
	color:#12157D;
	background-color:#FFFFFF;	
}*/

.mainContent{
	vertical-align:top;
	background-color:#D9E6F4;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../images/content_stripe.png);
	background-repeat:repeat-x;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	height:512px;
	text-align:center;
}
.header{
	background-color:#FFFFFF;
/*	padding-right:10px;*/
	border-left:2px #FFFFFF solid;
	border-right:2px #FFFFFF solid;
	height:144px;
/*	width:760px;*/
}

/*********************MENU LAYOUT*************************/

.menu_item_left{
	background-image:url(../images/menu_item_left.gif);
	background-repeat:no-repeat;
}
.menu_item_right{
	background-image:url(../images/menu_item_right.gif);
	background-repeat:no-repeat;
}
.menu_item_middle{
	background-image:url(../images/menu_item_middle.gif);
	background-repeat:repeat-x;
}
.menu_item_end{
	background-image:url(../images/menu_item_right_end.gif);
	background-repeat:no-repeat;
}

/*********************MENU LAYOUT*************************/

#menu{
	text-align:right;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight:bold;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: none;
	color:#FFCACA;
}
#menu a:active {
	text-decoration: none;
}
#numDiv{
	margin-left:22px;
	margin-top:10px;
	padding:0;
	float:left;
	width:234px;
	height:24px;
}
.box_blue_header{
	color:#FFFFFF;
	font-size:1.4em;
	padding-left:10px;
}
.daysRow{
	background-color:#12157D;
	border-left:4px #FFFFFF solid;
	color:#FFFFFF;
	font-size:0.7em;
	text-align:center;
	white-space:nowrap;
	padding:3px;
}
.ratesRow{
	border-left:4px #FFFFFF solid;
	padding:8px;
	font-size:1.5em;
	text-align:center;
	color:#5C5C5C;
}
.redText{
	color:#FE1B14;
}
.textField{
	border:#12157D 2px solid;
	margin-bottom:5px;
}
.textField_error{
	border:#12157D 2px solid;
	background-color:#7DA7D9;
	margin-bottom:5px;
}
#formError{
	margin:0;
	padding:0;
}
#booking_info{
	overflow-y:scroll;
	overflow-x:hide;
	height:380px;
	padding-right:10px;
	scrollbar-arrow-color: #70B5D6;
	scrollbar-face-color: #12157D;
	scrollbar-highlight-color: #EAF2F9;
	scrollbar-track-color: #D3E3F3;
}
#details{
	float:right;
	width:190px;
/*	margin-left:60px;*/
}
#daysRequired{
	font-size:1.6em;
	color:#FE1B14;	
}
#cost{
	font-size:1.6em;
	color:#FE1B14;	
}
#booking_days{
	font-weight:bold;
	width:40px;
}
#booking_cost{
	font-weight:bold;
	width:40px;
}
#daysRequired{
	width:50px;
}

#cost{
	width:50px;
}
#procs p{
	margin-top:0px;
	margin-bottom:4px;
	padding:0px;
}