@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/sky.jpg);
	background-repeat: repeat;
}

/*Nav Bar*/
/*#container {
	width:800px;
	height:35px;
	padding:0px;
}*/
ul#navbar {
	background:url(../images/navbar_bg.jpg) repeat-x left top;
	margin:0;
/*	border-bottom:3px solid #98CB00;
	border-top:1px solid #00CCFF;*/
	list-style-type:none;
	height:30px;
	/*height:31px;*/
	
}
ul#navbar li {
	float:left;
}
ul#navbar li a {
	display:block;
	padding:5px 15px 4px;
	font:bold 16px "Trebuchet MS";
	font-stretch:condensed;
	text-decoration:none;
	color:#00CCFF;
	letter-spacing: -0.1em;
}
ul#navbar li a:hover {
	color:#98CB00;
}
ul#navbar li a#current {
	color:#98CB00;
	background-image: url(../preview/images/navbar_bg_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*End Nav Bar*/
.calendar {
	background-color: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #59DDB9;
	border-left-color: #59DDB9;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0C3420;
}
.calendar_title {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #59DDB9;
}
.calendar_daynames {
	background-color: #B7ECE6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #59DDB9;
	border-bottom-color: #59DDB9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #59DDB9;
	padding-left: 2px;
	padding-right: 2px;
}
.calendar_date_notbooked {
	background-color: #B7ECE6;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #59DDB9;
	border-bottom-color: #59DDB9;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.calendar_date_booked {
	background-color: #FF9F9F;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #59DDB9;
	border-bottom-color: #59DDB9;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.dateColoursDisplay {
	border: 1px solid #666;
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.contentbox_main {
	width: 702px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentbox_middle {
	background-image: url(../images/content-box_6.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}
.contentbox_middle_accom {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #253700;
	font-size: 15px;
}
.contentbox_bottom {
	background-image: url(../images/content-box_09.gif);
	height: 27px;
}


.contentbox_header {
	background-image: url(../images/content-box_03.gif);
	height: 48px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #253700;
}
.shadow {
	background-image: url(../images/shadow_3.png);
	background-repeat: repeat-y;
	background-position: center;
}
.mainbody {
	background-image: url(../images/stripe.png);
	background-repeat: repeat;
}
.mainbody_bottom {
	background-image: url(../images/shadow_bottom_3.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 12px;
	text-align: center;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
.form_main {
	background-color: #F7FAEF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDE8B3;
	border-bottom-color: #CDE8B3;
	border-left-color: #CDE8B3;
}
.form_main tr td {
	background-color: #EBF1E0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDE8B3;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}
.msgText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.msgHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-indent: 10px;
}
.msgBox {
	border: 1px solid #666;
}
.calAdmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
