#content {
	position: absolute;
	/*left: 190px;*/
	left: 10px;
	top: 120px;
	width: 680px;
	font-size: 1em;
	color: #333;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
}

#content a {
	font-size: 1em;
	
}

#content h1 {
	font-size: 1.2em;
	
}


#content a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #E60600;
	}

#content a:hover, #content a:active {
	text-decoration: underline;	
}

td {
	font-size: .9em;
	color: #333;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	padding: 2px;
}

/*
.avail_table {
	width: auto;
}
*/

.avail_table td, .booking_table td {
	font-size: .9em;
	color: #333;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	padding: 4px;

}

.booking_table td {
	padding: 2px;
	}


.avail_table th {
	font-weight: normal;
	background-color: #e60600;
	text-align: left;
	font-size: .8em;
	color: #FFF;
	padding: 3px;
	margin-top: 20px;

}

.booking_table th {
	font-weight: bold;
	background-color: #e60600;
	text-align: left;
	font-size: .8em;
	color: #FFF;
	padding: 3px;
	margin-top: 20px;

}

th.calhead {
	font-weight: bold;
	color: #333;
	text-align: left;
	font-size: .8em;
}

.calcell a {
	color: #333
}

.button {
   padding : 2px;
   text-decoration : none;

	background:#333333;
   color : #FFFFFF;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #808080;
   border-right : 1px solid #808080;
	margin-bottom: 20px;

}

.button:hover {
  
   border-top : 1px solid #808080;
   border-left : 1px solid #808080;
   border-bottom : 1px solid #808080;
   border-right : 1px solid #808080;
	cursor: pointer;
	background:#545256;

}

.button-disabled {
  
   padding : 2px;
   text-decoration : none;

	background:#DDDDDD;
   color : #FFFFFF;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #808080;
   border-right : 1px solid #808080;
	margin-bottom: 20px;


}

.table-subhead th {
	background-color: #CCC;
	font-weight: bold;
	color: #000;
	font-size: 0.7em;
}

.filter_bar td {
	background-color: #DDD;

}

.calendar {
	width:30%;
	border: 1px solid #336600;
	padding:0;
	
}

.calendar th {
	background-color: #333;
	color: #fff;
	font-size: 0.6em;
	padding: 3px;
	}
	
.calendar td {
	/* border: 1px solid #336600; */
	color: #FFF;
	width: 14.2%;
	margin:0;
	vertical-align:top;
	background-color: #CCC5C4;
	line-height: 1.4em;
	}
	
.calendar td a, .calendar td a:hover, .calendar td a:active, .calendar td a:visited {
	text-decoration: underline !important;
	color: #FFF !important;
}
	
.hilite {
	background-color:yellow;
}

.weekend {
	background-color:#eee !important;
}

.pad {
	background-color:#fff !important;
}

.booked {
 	background-color: #e60600 !important;
	color: #FFF;
}

.booked a {
	color: #FFF;
}
.available {
 	background-color: green !important;
	color: #FFF;
}

.available a {
	color: #FFF;
}
.map_container {
	width: 700px;
	margin: auto;
	
}
.map_box {
	border: 1px solid red;
	width: 640px;
	height: 540px;
	padding: 2px;
}	

.map_box_header {
	font-weight: bold;
	background-color: #e60600;
	text-align: left;
	font-size: .8em;
	color: #FFF;
	padding: 3px;
	margin-top: 20px;

}
.bub_text {
overflow: auto;	
font-size: 0.85em;
padding-right:5px;
width:150px;
}

.bub_text_noavail {
overflow: auto;	
font-size: 0.85em;
padding-right:5px;
color:#666666;
width:150px;
}

.bub_description {
overflow: auto;	
font-size: 0.6em;
padding-right:5px;

}

.bub_description_noavail {
overflow: auto;	
font-size: 0.6em;
padding-right:5px;
color:#666666;

}

.bub_text a {
	text-decoration:underline;
	font-weight:normal;
}

.bub_name {
	font-weight:bold;
	color: black;
	font-size:110%;
}

.bub_address {
	
	color:black;
	
}

.bub_pic {
	
	border: 1px solid black;
	padding: 2px;
	margin: 2px;
}

/* Temp to remove side bar */
.bgDiv {
	
	background: none;
}



.errorList {
	color: red;
	font-weight: bold;
	}


.form_field_hilite {
	background-color: yellow;
}

.tip_box {
	border: 1px solid #CCC;
	float:right;
	width: 250px;
	padding: 5px;
	
}

.tip_box p {
	 padding: 0;
	 margin: 0;
	}
.flabel, .ffield {
	vertical-align: top;
	
}

#map_link  img {
		vertical-align:middle;	
	
}

#map_link a {
		margin:0;
margin-top:-20px;
		color: #FFFFFF;
		text-decoration:underline;
		vertical-align:middle;
		
}

#map_link a img {
border: none;
margin:0;
/* margin-top:-20px; */
}

#map_link img {
	/*border: 1px solid  #E60600;*/
	
}

.clear {
	clear:both;
	
}

.progress_on {
	background-color: #E60600;
	color: #FFF;
	font-weight:bold;
}

.progress_off {
	background-color: #FFB4B3;
	color: #FFF;
	font-weight:bold;
}

.progress_start {
	background-color: #fff;
	color: #000;
	font-weight:bold;
}

#footer {
	border-top:1px solid #666;
	/*left: 190px;*/
	left: 10px;
	width: 680px;
	font-size: 1em;
	color: #666;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	margin-top: 30px;
}

.smallgrey {
	font-size: .7em;
	color: grey;
	
}



.topLayerTR {
	position: absolute; display: block; visibility: visible; width: 740px; height: 88px; z-index: 1; top: 0px
}

.topLayerAC {
	position: absolute; display: block; visibility: visible; width: 740px; height: 88px; z-index: 1; top: 0px
}

.topLayerTF {
	position: absolute; display: block; visibility: visible; width: 740px; height: 88px; z-index: 1; top: 0px
}

#banner_heading {
	margin-top: 30px;
	font-size: 16px;
font-weight: bold;
margin-left: 270px;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
}

fieldset {
	border: none;
	margin:0;
	padding: 0;
}