/*

	MAIN PAGE ELEMENTS
	
*/

BODY
{
	background: url('../images/back.jpg');
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

TABLE, #page
{
	margin: 0 auto;
	width: 950px;
	padding:0px;
}

A {
	color: #003CD4;
	text-decoration: none;
	border-bottom: 1px dotted #7D00D4;
	background-color: #CFF;
}

A:hover{
	color: #89A200;
	text-decoration: none;
	border-bottom: 1px dotted #687B00;
	background-color: #F8FFD3;
}

a img { border: none; }

/*
	
	HEADER ELEMENTS
	
*/

#header #headerzone
{
	display: block;
	height: 27px;
	color: #7C5500;
	font-size: 9pt;	
	margin-top: 4px;
	margin-right: 20px;
}

	#header #headerzone #datezone
	{
		float: left;
	}

	#header #headerzone #logged
	{
		float: right;
	}
	
	.logout
	{
		font-weight: bold;
		color: #D96600;
		background-color: transparent;
		font-size: 8pt;
		text-decoration: none;
	}
	
	.logout:hover
	{
		font-weight: bold;
		color: #B30000;
		background-color: transparent;
		font-size: 8pt;
	}
	
#header #logo
{
	margin-top: -4px;
	padding: 0px;
	text-align: right;
}

#header IMG
{
	margin-right: -20px;
	padding: 0px;
}

/*

	MENU ELEMENTS
	
*/
#menu UL
{
	margin:0;
	margin-top: 8px;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
}

#menu UL LI
{
	list-style:none;
	padding:5px 10px;
}

#menu UL LI.leaf
{
	border-bottom: 1px solid #cfcfcf;
	background:url(../images/menu.png) transparent no-repeat scroll 4px 8px;
	padding-left: 24px;
}

#menu UL LI.leaf:hover
{
	background-color: #D7F2C1;
}

#menu UL LI.leaf A
{
	border-bottom: 0px;
	background-color: transparent;
	text-decoration: none;
	color: #007ECB;
}

#menu UL LI.leaf A:hover
{
	text-decoration: underline;
	background-color: #D7F2C1;
}

#menu .login FIELDSET, FORM, P {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#menu .login P {
	padding-bottom: 10px;
}

#menu .login A {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #658B00;
	font-size: 9pt;
	background-color: transparent;
	border-bottom: 1px dotted #909C07;
}

#menu .login A:hover {
	background-color: #FCFFD6;
}

#menu .login DIV.error {
	background-color: #FFDBD6;
	border: 1px solid #B85F53;
	color: #952819;
	font-size: 8pt;
	padding: 4px;
	margin-bottom: 10px;
}

#menu .login LABEL {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #7A1515;
	font-size: 10pt;
	
}

#menu .login #login {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
	font-size: 12px;
	color: #444;
	font-weight: bold;
}

#menu .login #user_name, #password {
	width: 140px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #008ADE;
	font-size: 10pt;
}

/*

	CONTENT ELEMENTS
	
*/

#content {
	width: 781px;
	background: url('../images/content.jpg');
	background-repeat: no-repeat;
	position: relative;
	top: -53px;
	min-height: 600px;
}

	#content #toplinks {
		float: right;
		margin-top: 24px;
		margin-right: 40px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		color: #008ADE;
		font-size: 10pt;
		text-align: center;
		width: 691px;
	}
	
		#content #toplinks A {
			color: #008ADE;
			text-decoration: none;
			border-bottom: 0px;
			background-color: transparent;
		}
		
		#content #toplinks A:hover {
			color: #DE9700;
			text-decoration: underline;
		}
	
	#formerror {
		border: 1px solid #D61E00;
		background-color: #FFE7E3;
		padding: 10px;
		margin-bottom: 10px;
	}		
	#formerror P {
		color: #AA1800;
		font-size: 8pt;
		padding: 4px;
		font-style: italic;
	}
	#content #text {
		float: left;
		display: block;
		width: 691px;
		margin-top: 30px;
		margin-left: 40px;
		margin-right: 40px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
		color: #444;
		font-size: 10pt;
	}

	
	#content #text UL LI
	{
		padding:0px 2px;
	}	
	
	#content #text H1,LEGEND
	{
		background:url(../images/icon_check.jpg) transparent no-repeat scroll 0px 2px;
		font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
		color: #2587C3;
		font-size: 18pt;
		font-weight: normal;
		border-bottom: 1px solid #B8C9E6;
		height: 28px;
		padding-left: 30px;
	}	
	
	#content #text H1.error
	{
		background:url(../images/error.png) transparent no-repeat scroll 0px 2px;
		color: #D21E00;
	}	
	
	#content #text H2
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
		color: #5474A8;
		font-size: 12pt;
		font-weight: normal;
		border-bottom: 1px solid #B8C9E6;
	}
	
	#content #text H2.home {
		border: 1px solid #B8C9E6;
		color: #C00;
		font-size: 15pt;
		padding: 10px;
		text-align: center;
	}	
	
	#content #text H3
	{
		background: #EDFFD6 url(../images/icon_slot.png) no-repeat scroll 0 0;
		background-position: 4px 7px;
		font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
		color: #85B100;
		font-size: 14pt;
		font-weight: normal;
		border-top: 1px solid #B0BF83;
		border-bottom: 3px solid #B0BF83;
		min-height: 23px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 24px;
	}	
		
	#content #text H3 P
	{
		font-size: 8pt;
		position: relative;
		left: -9px;
		top: -5px;
		color: #74818A;
		font-weight: bold;
		padding: 10px;
		padding-bottom: 0px;
	}
	
	#content #text .breadcrumb {
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
		color: dimgray;
		font-size: 9pt;
	}
	
	#content #text .breadcrumb A{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
		color: #ff9900;
		font-size: 9pt;
		text-decoration: none;
		border-bottom: 1px dotted #FFB830;
		background-color: transparent;
	}
	
	#content #text .breadcrumb A:hover{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
		color: #AC0000;
		font-size: 9pt;
		text-decoration: none;
		border-bottom: 1px dotted #AC0000;
	}
	
	/*
	REGISTRATION FORM
	*/
		#content #text #register DIV, FIELDSET, FORM, P {
			padding: 10px;
			border: 0px;
			margin: 0px;
		}

		#content #text #register DIV {
			border: 1px solid dimgray;
		}
		
		#content #text #register P {
			display: block;
			padding-bottom: 2px;
		}

		#content #text #register A {
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			color: #658B00;
			font-size: 9pt;
			background-color: transparent;
			border-bottom: 1px dotted #909C07;
		}

		#content #text #register A:hover {
			background-color: #FCFFD6;
		}

		#content #text #register DIV.error {
			border: 0px;
			color: #5FA200;
			font-size: 8pt;
			padding: 4px;
			padding-left: 10px;
		}

		#content #text #register LABEL {
			display: block;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			color: #7A1515;
			font-size: 10pt;
			width: 250px;
			
		}
		
		#content #text #register IMG,TEXTAREA, SELECT {
			display: block;
		}
		
		#content #text #register #reg, #regcancel {
			width: 140px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			color: #555;
			font-size: 10pt;
		}

	#content #text #browse_crag .login {
		border: 1px solid #ccc;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		color: #555;
		font-size: 9pt;
		padding: 4px;
		margin-top: 10px;
	}
	
	#content #text #browse_crag .login A{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		color: #ff9900;
		font-size: 9pt;
		font-weight: bold;
		border-bottom: 1px dotted #D64C00;
		background-color: transparent;
	}
	
	#content #text #browse_crag .login A:hover{
		color: #D64C00;
		background-color: transparent;
	}
	
		#content #text #mainContent DIV, FIELDSET, FORM, P {
			padding: 10px;
			border: 0px;
			margin: 0px;
		}

		#content #text #mainContent DIV {
			border: 1px solid dimgray;
		}
		
		#content #text #mainContent P {
			display: block;
			padding-bottom: 2px;
		}

		#content #text #mainContent A {
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			color: #658B00;
			font-size: 9pt;
			background-color: transparent;
			border-bottom: 1px dotted #909C07;
		}

		#content #text #mainContent A:hover {
			background-color: #FCFFD6;
		}

		#content #text #mainContent DIV.error {
			border: 0px;
			color: #5FA200;
			font-size: 8pt;
			padding: 4px;
			padding-left: 10px;
		}

		#content #text #mainContent LABEL {
			display: block;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			color: #7A1515;
			font-size: 10pt;
			width: 250px;
			
		}
		
		#content #text #mainContent IMG,TEXTAREA, SELECT {
			display: block;
		}
		
		#content #text #mainContent #reg, #regcancel {
			width: 140px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			color: #555;
			font-size: 10pt;
		}	
/*
	
	CALENDAR FORMATTING
	
*/	
#calmain
{
	border: 0px;
	margin: 0px;
	width: 400px;
}

	#calmain TH {
		font-size: 13px;
		font-weight: bold;
		padding: 8px;
		background: #b9c9fe url('../images/gradhead.png') repeat-x;
		border-top: 2px solid #d3ddff;
		border-bottom: 1px solid #afafaf;
		color: #039;
	}

	#calmain TH  A{
		font-size: 12pt;
		font-weight: bold;
		color: #0069AA;
		text-decoration: none;
		border-bottom: 0px;
		background-color: transparent;
	}

	#calmain TH  A:hover{
		text-decoration: underline;
	}

	#calmain TD DIV.weekdayname {
		font-size: 10pt;
		font-weight: bold;
		color: #777777;
		text-align: center;
		background-color: #DEE3FF;
		border: 1px solid #BFC2D2;
		padding: 4px;
	}
	
	#calmain TD DIV.day {
		font-size: 11pt;
		font-weight: normal;
		color: #6F9300;
		text-align: center;
		background: #fff url('../images/day.jpg') no-repeat;
		border: 1px solid #ccc;
		padding: 4px;
	}
	
	#calmain TD DIV.daynow {
		font-size: 11pt;
		font-weight: bold;
		color: #2715A9;
		text-align: center;
		background: #F9CFFF url('../images/daynow.jpg') no-repeat;
		border: 1px solid #B658D3;
		padding: 4px;
	}
	
	#calmain TD DIV.blank {
		background-color: #F3FFD9;
		border: 1px solid #C7CDBB;
		padding: 4px;
	}
	
#content #text  .slot {
}

	#content #text  .slot TABLE{
		margin: 0px;
		padding: 0px;
		width: 700px;
	}
	
	#content #text .slot .slotinfo {
		font-size: 8pt;
		font-weight: bold;
	}
	
		#content #text .slot .slotinfo .header {
			font-size: 10pt;
			font-weight: bold;
			color: #A34A0F;
			padding: 4px;
		}
		
		#content #text .slot .slotinfo .label {
			font-weight: normal;
			font-size: 8pt;
			color: #096EC3;
		}
		
		#content #text .slot .slotinfo .legend {
			font-size: 10pt;
			font-weight: bold;
			color: #697500;
			border-bottom: 1px solid #ccc;
			padding-bottom: 4px;
		}
		

		#content #text .slot .slotinfo UL LI
		{
			list-style:none;
			padding: 5px 10px;
		}

		#content #text .slot .slotinfo UL LI
		{
			padding-left: 24px;
			font-weight: normal;
		}
		
		#content #text .slot .slotinfo UL LI.available
		{
			background:url(../images/available.png) transparent no-repeat scroll 4px 5px;
			color: #3C64D9;
		}
		
		#content #text .slot .slotinfo UL LI.reserved
		{
			background:url(../images/reserved.png) transparent no-repeat scroll 4px 5px;
			color: #A32E00;
			font-weight: bold;
		}
		
		#content #text .slot .slotinfo UL LI.booked
		{
			background:url(../images/booked.png) transparent no-repeat scroll 4px 5px;
			color: #638300;
			font-weight: bold;
		}
		

	#content #text .slot .slotcalendar 
	{
	
	}
		
		#content #text .slot .slotcalendar .slotcal
		{
			border: 0px;
			margin: 0px;
			width: 300px;
		}

			#content #text .slot .slotcalendar .slotcal TH {
				font-size: 11px;
				font-weight: bold;
				padding: 2px;
				background: #b9c9fe url('../images/gradhover.png') repeat-x;
				border-top: 2px solid #d3ddff;
				border-bottom: 1px solid #afafaf;
				color: #6600FF;
			}

			#content #text .slot .slotcalendar .slotcal TH  A{
				border-bottom: 0px;
				background-color: transparent;
				font-size: 12pt;
				font-weight: bold;
				color: #0069AA;
				text-decoration: none;
			}

			#content #text .slot .slotcalendar .slotcal TH  A:hover{
				text-decoration: underline;
			}

			#content #text .slot .slotcalendar .slotcal TD DIV.weekdayname {
				font-size: 9pt;
				font-weight: bold;
				color: #FFFAC3;
				text-align: center;
				background-color: #5B8D20;
				border: 1px solid #BFC2D2;
				padding: 4px;
			}
						
			#content #text .slot .slotcalendar .slotcal TD DIV.day {
				font-size: 9pt;
				font-weight: normal;
				color: #3C64D9;
				text-align: center;
				background-color: #fff;
				border: 1px solid #ccc;
				padding: 4px;
			}
			
			#content #text .slot .slotcalendar .slotcal TD DIV.day.reserved{
				color: #A32E00;
				background-color: #FFB2B2;
				border: 1px solid #aaa;
				font-weight: bold;
			}
			
			#content #text .slot .slotcalendar .slotcal TD DIV.day.booked{
				color: #638300;
				background-color: #FFD21C;
				border: 1px solid #914B00;
				font-weight: bold;
			}
			
			#content #text .slot .slotcalendar .slotcal TD DIV.blank {
				background-color: #eee;
				border: 1px solid #C7CDBB;
				padding: 4px;
				font-size: 9pt;
			}

/*
	FORM ELEMENTS
*/

#content #text  #formcontainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
	#content #text  #formcontainer TABLE {
		width: 100%;
	}
	
	#content #text  #formcontainer TD {
		border-bottom: 1px solid #ddd;
		padding: 6px;
	}
	
	#content #text  #formcontainer TD.label {
		width: 100;
		font-size: 9pt;
		text-align: right;
		color: #777;
		
	}
	
	#content #text  #formcontainer TD.input {
		font-size: 8pt;
	}	
	
		#content #text  #formcontainer TD.input INPUT, SELECT{
			background-color: #DEF5FF;
			border: 1px solid #A4B2B8;
			width: 150px;
			float: left;
			margin-right: 4px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
			color: #217BA1;
			font-size: 9pt;
		}
		
		#content #text  #formcontainer TD.input SELECT {
			background-color: #FFE8B2;
			border: 1px solid #D1966F;
			width: 350px;
			color: #444;
		}
		
		#content #text  #formcontainer TD.input textarea {
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
			font-size: 14px;
			background-color: #F1F4F7;
			border: 1px solid #98A8C6;
		}
	
	#content #text  #formcontainer TD.check {
		font-size: 8pt;
	}		
		#content #text  #formcontainer TD.input.check LABEL {
			display: block;
			font-style: italic;
			color: #5A7700;
		}
		
	#content #text  #formcontainer TD.formfooter {
			vertical-align: middle;
			text-align: left;
			height: 40px;
			border-top: 3px solid #ccc;
			background-color: #E5E5E5;
		}
		
		#content #text  #formcontainer TD.formfooter INPUT{
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif,  Verdana;
			font-size: 12px;
			color: #444;
		}
		
		#content .three-column {}
		
			#content .three-column .column {
				border: none;
				display: block;
				float: left;
				width: 227px;
			}
			
			#content .three-column .column-one {
				margin-right: 5px;
			}
			
			#content .three-column .column-two {}
			
			#content .three-column .column-three {
				float: right;
			}
		
		#content .four-column {}
		
			#content .four-column .column {
				border: none;
				display: block;
				float: left;
				width: 170px;
			}
			
			#content .four-column .column-one {
				margin-right: 3px;
			}
			
			#content .four-column .column-two {
				margin-right: 2px;
			}
			
			#content .four-column .column-three {}
			
			#content .four-column .column-four {
				float: right;
			}
		
		#content .image-frame {
			border: #999 1px solid;
			float: right;
			margin: 0 0 10px 15px;
			padding: 3px;
		}
	
	/* Reservation Listings */
	
	#content #text .note
	{
		font-size: 9pt;
		font-weight: bold;
		padding: 4px;
		border: 1px solid red;
		background-color: #FFDFDF;
		color: red;
		text-align:center;
	}
	
	#content #text TABLE
	{
		width: 100%;
		margin: auto;
	}
	
	#content #text TABLE TD
	{
		font-size: 8pt;
		padding: 4px;
	}

		#content #text TABLE .header
		{
			font-size: 8pt;
			font-weight: bold;
			background-color: #BDDDFC;
			color: navy;
		}
	
		#content #text TABLE .status
		{
			font-weight: bold;
			color: navy;
			border-top: 1px solid #E3E3E3;
			border-bottom: 1px solid #E3E3E3;
			text-align: right;
		}
		
		#content #text TABLE .pagination
		{
			font-weight: bold;
			background-color: #FCECBD;
			color: navy;
			border: 1px solid #E3E3E3;
			text-align: right;
		}
		
		#content #text TABLE .odd
		{
			background-color: #fff;
			color: dimgray;
			border: 1px solid #E3E3E3;
		}
		
		#content #text TABLE .even
		{
			background-color: #EDFFA7;
			color: #6F7A42;
			border: 1px solid #E3E3E3;
		}
/*
	FOOTER ELEMENTS
*/

#footer {
	margin: 0px;
    clear: both;
    background:#333;
	color: #FFEB63;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	padding: 6px;
}

	#footer a {
		background-color: transparent !important;
		color: #FFF;
	}

