/*************

BASE HTML TAGS

*************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a
{
	color: #2D6BBE;
	font-weight: bold;
}

a:visited
{
	color: #2D6BBE;
	font-weight: bold;
}

a:active
{
	color: #2D6BBE;
	font-weight: bold;
}

a:hover
{
	color: #FFCC00;
}

h1
{
	color: #2D6BBE;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
	border-top-color:#CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;		
}

h2
{
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	color: #FFC602;
	font-size: 14px;
}

ul {
	list-style: url(images/bullet_square.gif);
	margin-left: 10px;
	padding-left: 1em;
	}

/*************

CONTAINER DIVS

**************/

#header
{
	width: 800px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	border: 0;
	background-image: url(images/header4.jpg);
}

#menu
{
	width: 800px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	/*background-image:url(images/menu_background.jpg);*/

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	text-align: center;
}

#content
{
	width: 800px;
	padding: 10px;
	background-color: #FFFFFF;
}

#footer
{
	width: 780px;
	height: 25px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;	
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	clear: both;
}

#containers
{
	width: 780px;
}

#latest
{
	float: left;
	width: 248px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	margin: 5px;
}

#latest #top
{
	background-color: #2D6BBE;
	font-weight: bold;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

#weather
{
	float: left;
	width: 248px;
	height: auto;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	margin: 5px;

}

#weather #top
{
	background-color: #FFCC00;
	font-weight: bold;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2D6BBE;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

#weather #weather_details
{
	font-size: 11px;
	padding:5px;
}

#weather #weather_details img
{
	border-width: 0px;
	border-style:none;
}

#availability
{
	float: left;
	width: 248px;
	height: auto;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	margin: 5px;
}

#availability #top
{
	background-color:#00CC00;
	font-weight: bold;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

#availability #availability_items
{
	font-size: 11px;
	padding:5px;
	text-align: left;
}


/*************

OTHER CLASSES

/*************/

	#menu a
	{
		font-size: 14px;
		color: #508fc4;
		text-decoration: none;
		margin-right: 15px;
		margin-left: 15px;
		line-height: 35px;
		padding-top: 5px;
		border-top-style: solid;
		border-top-width: 4px;
		border-top-color: #FFCC00;
	}

	#menu a:hover 
	{
		border-top-color: #508fc4;
	}

	#monoSlideShow
	{
		border-top-color:#999999;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-color: #999999;
		border-bottom-width: 1px;
		border-bottom-style: solid;	
	}

	#latest #news_items
	{
		padding: 5px;
		font-size: 11px;
	}
	
	#latest #news_items p.title 
	{
		display: block;
		margin-top: 2px;
		margin-bottom: 5px;
		color: #0099FF;
		font-weight: bold;
	}
	
	#latest #news_items p.description 
	{
		display: block;
		margin-top: 0px;
		margin-bottom: 5px;
	}

.comment
{
	font-size: 12px; 
	color: #999999;
}

#content img
{
	border-color: #999999;
}

.required { font-style: normal; font-weight: normal; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000 }

#legend p 
{
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

/* CALENDAR STYLES */

.calendarHeader
{
	background-color: #2D6BBE;
	padding: 10px;
	color: white;
	font-weight: bold;
}

.calendar
{
	padding: 10px;
	border: 0px;
	height: 192px;
}

.calendarBooked
{
	background-color: #FF6666;
}

.calendarFree
{
}

.calendarBookedStart
{
	background-image: url("images/calendarStart.gif");
	background-position:center;
	background-repeat:no-repeat;
}

.calendarBookedEnd
{
	background-image: url("images/calendarEnd.gif");
	background-position:center;
	background-repeat:no-repeat;
}

.calendarBookedStartAndEnd
{
	background-image: url("images/calendarStartAndEnd.gif");
	background-position:center;
	background-repeat:no-repeat;
}

.dates
{
	color: #00CC00;
	font-weight: bold;
}

/*************

ADMIN CLASSES

/*************/

#admin_header td
{
	background-color: #006699;
	color: white;
	padding: 4px;
	font-weight: bold;
}

#admin_data td
{
	background-color: #99CCFF;
	color: black;
	padding: 4px;	
}

#admin_bar
{
	margin-top: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#CC0000;
	height: 20px;
	vertical-align: middle;
	color: white;
	font-size: 15px;
	font-family: Century Gothic, Verdana;
}

#admin_bar a
{
	color: white;
}

#admin_bar a:hover
{
	color: black;
}