/* Universal Styles */

body {	
	background: #937543;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #4E4D4D;
}

form {
	padding: 0px;
	margin: 0px;
}

a{
	color: #662A2A;
	text-decoration: none;
	font-weight: bold;
}

a.quoteButton {
	display: block;
	width: 135px;
	height: 52px;
	background: url(../images/btn_quote.gif) no-repeat;
}

a.floorplan {
	padding: 3px;
	background: #000000;
	color: #FFFFFF;
	display: block;
	text-align: center;
}

a.floorplan:hover{
	background: #666666;
	color: #FFFFFF;
}

a:hover {
	color: #000;
}

a img{
	border: 1px solid #666;
}


td.pagination {
	color: #666666;
	background: #EFEFEF;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #666666;
}


td.pagination a{
	width: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
	color: #FFF;
	text-decoration: none;
}

td.pagination a:hover{
	background: #937543;
}

a.topLink {
	color: #000;
	text-decoration: underline;
}



hr {	
	color: #8D6C37;
	height: 1px;
}

h2 {
	color: #533E1A;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h2.bolder {
	color: #533E1A;
	font-size: 18px;
	font-family: arial;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

strong {color: #402F12}

div#mainContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #5A3E10;
	border-right: 1px solid #5A3E10;
	border-bottom: 1px solid #5A3E10;
	background: #FFFFFF;
	padding: 2px;
}	

div#header {
	width: 100%;
	height: 194px;
}

div#header div#logo{
	float: left;
	background: url(../images/logo.jpg) repeat-x;	
	height: 194px;
	width: 276px;
}

div#header div#logo a{
	float: left;
	display: solid;
	height: 194px;
	width: 276px;
}

div#header div#flash{
	float: right;
	width: 524px;
	height: 194px;
}
	

div#menuContainerOuter {
	background: #5E4213;
	height: 30px;
	border-top: 1px solid #5A3E10;
	border-bottom: 1px solid #5A3E10;
}


div#menuContainer {
	height: 30px;
	background: #937543;
	letter-spacing: 0.1em;
}


div#menuContainerNew {
	height: 34px;
	width: 100%;
	background: url(../images/menu_new.jpg) repeat-x;
	color: #3E311B;
	font-size: 12px;
}

div#menuContainerNew a:hover{
	color: #C22900;
}


div#menuContainer table{
	height: 30px;
}

div#menuContainer td{
	background: url(../images/bg_menu.png) repeat-x;
	color: #000;
	font-size: 12px;
}

div#menuContainer td.spacer{
	width: 1px;
	background: #5A3E10;
}

div#menuContainer td a{
	color: #000;
	font-weight: normal;
}

div#menuContainer td.selected{
	color: #FFF;
	background: url(../images/bg_menu_hover.png) repeat-x;
	font-weight: normal;
}

div#menuContainer td.selected a{
	color: #FFF;
}

div#menuContainer td:hover{
	cursor: pointer;
	background: url(../images/bg_menu_hover.png) repeat-x;
	color: #FFF;
}

div#menuContainer td:hover a{
	color: #FFF;
}

div#middleContainer {
	width: 100%;
}

div#middleContainer td.middleTd {
	height: 500px;
	vertical-align: top;
}	

div#footerContainer {
	color: #FFFFFF;
	background: url(../images/bg_footer.png) repeat-x;
	height: 35px;
	font-size: 10px;
	padding: 5px;
}

div#footerContainer a{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFCF80;
}

div#footerContainer a:hover{
	color: #FFFFFF;
}

table .calender{
	background-color: #000;
	font-size: 11px;
	color: #000;
}

table .calender tr.calenderTitleTr{
	color: #FFF;
}

table .calender tr.calenderTitleTr td{
	height: 25px;
	background-color: #666;
	text-align: center;
	color: #FFF;
}	

table .calender tr.alternateTr {
	background-color: #EFEFEF;
}

table .calender tr.normalTr {
	background-color: #FFFFFF;
}

table .calender td{
	height: 35px;
	color: #000;
}	

table .calender td.calenderVehicleTd{
	width: 130px;
	padding-left: 5px;
}

table .calender td.calenderNormal {
	background: url(../images/calender_normal.png) repeat-x;
	text-align: center;
}

table .calender td.calenderSpecial {
	background: url(../images/calender_special.png) repeat-x;
	text-align: center;
}

table .calender td.calenderBooking {
	background: url(../images/calender_booked.png) repeat-x;
	text-align: center;
}

table .calender td.calenderBookingRight {
	background: url(../images/calender_booked_right.png) repeat-x;
	text-align: center;
}

table .calender td.calenderBookingLeft {
	background: url(../images/calender_booked_left.png) repeat-x;
	text-align: center;
}

table .calender td.calenderPending {
	background: url(../images/calender_pending.png) repeat-x;
	text-align: center;
}

table .calender td.calenderPendingRight {
	background: url(../images/calender_pending_right.png) repeat-x;
	text-align: center;
}

table .calender td.calenderPendingLeft {
	background: url(../images/calender_pending_left.png) repeat-x;
	text-align: center;
}

td.titleTd {
	background-color: #EFEFEF;
	border: 1px solid #666;
}

td.rightBorder {
	border-right: 1px solid #8D6C37;
}

span.required {
	font-family: verdana;
	font-size: 14px;
	color: red;
}

span.hint {
	font-family: arial;
	color: #666;
	padding-left: 10px;
}

div.error {
	padding: 10px;
	border: 1px dotted red;
	color: red;
	font-size: 12px;
	letter-spacing: 0.1em;
	background-color: #FCF5A6;
}

div.message {
	padding: 5px;
	border: 1px dotted #000;
	color: #666;
	font-size: 12px;
	letter-spacing: 0.1em;
	background-color: #EFEFEF;
}

div.success {
	padding: 10px;
	margin: 1px;
	border: 1px dotted green;
	font-size: 12px;
	font-family: arial;
	letter-spacing: 0.1em;
	color: #666;
	background-color: #E0FEC8;
}

#help {
	margin: 0;
	padding: 0;
}

#help div#helpContent {
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid lightgrey;
	color: #666;
	margin-bottom: 5px;
}

.textbox {
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	color: #000;
	padding: 2px;
	margin: 0px;
	background-color: #FCF7D5;
	border: 1px solid #666666;
}

input.filterButton {
	margin: 0px;
	padding: 2px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #666;	
	color: #FFF;
	text-align: center;
	border: 0px solid #666;
}


input.smallButton {
	margin: 0px;
	padding: 2px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;	
	color: #FFF;
	text-align: center;
	border: 0px solid #000;
}


input.button {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #666;	
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px solid #666;
}

input.button2 {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background: #E2E2E2;	
	color: #000;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px #666;
}


input.submit {
	margin: 0px;
	padding: 2px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #664E26;	
	color: #FFF;
	text-align: center;
	border: 0px solid #000;
}

div.codeGenerate {
	border: 1px solid #666;
	background: #FEFF98;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	width: 100px;
	padding: 5px;
	text-align: center;
	letter-spacing: 1px;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* end of datepicker css */
