@import url("reset.css");
@import url("ui-tabs.css");

html
{
	height:				100%;
}
body
{
	height:				100%;
	background-color: 	#1a1a1a;
	margin:				0px;
	padding:			0px;
}
body, div, p, span, table, td
{
	color:			#1a1a1a;
	font-family:	Trebuchet MS;
	font-size:		14px;
	line-height:	20px;
}
p
{
	margin-bottom:	20px;
}
a
{
	color:				#ff6600;
	text-decoration:	none;
}
a:hover
{
	text-decoration:	underline;
}
h1
{
	font-size:		22px;
	color:			#800000;
	margin-bottom:	20px;
}
h2
{
	font-size:		18px;
	color:			#800000;
	margin-bottom:	20px;
}
h3,h4
{
	font-size:		16px;
	color:			#800000;
	margin:			5px 0 5px 0;
}
h5
{
	font-size:		14px;
	color:			#800000;
	margin:			10px 0 0 0;
}
.clear
{
	clear:			both;
}

hr
{
	height:				1px;
	border:				1px solid #d8d8d8;
	color:				#d8d8d8;
	background-color:	#d8d8d8;
}

ul#sitemap, li#sitemap
{
	margin: 		0 0 0 25px;
	padding: 		0;
	border: 		0;
	outline: 		0;
	font-size: 		100%;
	vertical-align: baseline;
	background: 	transparent;
}
ul#sitemap 
{
	list-style: 	none;
}

ul#sitemap li
{
	color:			#800000;
	font-weight:	bold;
}

ul#sitemap li a
{
	color:			#800000;
}

ul#sitemap li ul
{
	list-style: 	none;
	margin:			0 0 20px 50px;
}
ul#sitemap li ul li
{
	font-weight:	normal;
}

ul#sitemap li ul li ul
{
	list-style: 	none;
	margin:			0 0 0 50px;
}

ul#sitemap li ul li ul li
{
	font-size:	11px;
}

#wrapper
{
	background-color: #f2f2f2;
}
#container
{
	position:			relative;
	width:				900px;
	padding:			0px;
	margin:				auto auto;
}
#header
{
	min-height:         370px;
	
	font-family:		Arial, Helvetica, sans-serif;
}
#header img
{
	float:				right;
	margin-top:			22px;
}

/* MAIN MENU */ 
/*#header ul
{
	float: 			left;
	position: 		relative;
	background: 	#FFF url(../images/menuBg.jpg) repeat-y top left;		
	width:			292px;
	min-height:     338px;	
	margin: 		0;
	padding:        19px 0 0 0;
}
#header ul li
{
	height:			30px;
	font-size:		16px;
	font-weight:	bold;
	line-height:	24px;
	color:			#FFF;
}
#header ul li a
{
	text-decoration: 	none;
	color:				#f2f2f2;
	padding:        	2px 0 2px 40px;
	width: 				292px;	
	display:			block;	
	line-height:		26px;
}
#header ul li a:hover, #header ul li a.active
{
	text-decoration: 	none;
	color:				#800000;
	font-style:			italic;	
	background:			url(../images/menuSelected.jpg) no-repeat center left;
}
*/

/* submenu */
/*#header ul li ul
{
	display:			none;
}

#header ul li#bottom
{
	position: 		absolute;
	bottom: 		-17px;
	background:		url(../images/menuBottom.jpg) no-repeat left bottom;
	height:			auto;
	width:			292px;
	height: 		17px;
}
*/
/* END MAIN MENU */ 

#breadcrumb
{
	color:			#1a1a1a;
	font-size: 		12px;
	position:		absolute;
	left:			305px;
	top:			408px;
}
#breadcrumb a
{
	color:				#1a1a1a;
	text-decoration: 	none;
}
#breadcrumb a:hover, #breadcrumb a.active, #breadcrumb a#first:hover
{
	text-decoration: 	underline;
}
#breadcrumb a#first
{
	color:				#ff6600;
	text-decoration: 	none;
}

#contentWrapper
{
	padding-top:		45px;
	padding-bottom:		20px;
}

#content
{
	width: 			588px;
	float: 			left;
	padding-right:  20px;
}
#rightSpace
{
	float: 			  	left;
	width:				248px;
	padding:            20px;
	background-color: 	none;
}
#rightColumn
{
	float: 			  	left;
	width:				248px;
	padding:            20px;
	background-color: 	#faf9f9;
	border:			  	2px solid #e8e8e8;
}
#rightColumn p
{	
	margin-bottom: 0;
}
#footer
{
	border-top:		 	1px solid #2e2e2e;
	background-color:	#1a1a1a;
	width:				100%;
	min-height:			100px;
}

#topMenu
{
	float:			right;
	text-align:		right;
	width:			600px;
	margin-top:		15px;
}
#topMenu a
{
	font-size:			12px;
	color:				#800000;
	font-weight:		bold;
	margin-right:		10px;
	text-decoration: 	none;
}
#topMenu a:hover
{
	text-decoration:	underline;
}

input#txtSearch
{
	height:			22px;
	padding: 	    0 4px 0 4px;
	margin: 		0px;
	border:         0;
	line-height:	22px;
	width:			100px;
}
input#btnSearch
{
	background:		url(../images/btnSearch.jpg) no-repeat top left;
	width:			55px;
	height:			22px;
	border:     	0;
	font-weight:	bold;
	cursor:			pointer;
	color:			#800000;
}

/* form style */
input, select, textarea
{
	font-family:		Trebuchet MS, Arial;
	font-size:			12px;
	color:				#800000;	
	width: 				280px;
}
input[type=radio], input[type=checkbox]
{
	width:				auto;
}
input[type=submit]
{
	width:				auto;	
	padding: 	        2px;
	background-color:   #FF6600;
	color: 				#FFF;
	border: 			0;
	cursor: 			pointer;
}
/* application */
.frmHeader h2
{
	background-color: 	#faf9f9;
	padding:            2px;
	border-bottom:	  	2px solid #e8e8e8;
	margin:				8px 0 0 0;
	font-size: 			14px;
	font-weight:		normal;
	color: 				#ff6600;
}
#frmInfo
{
	font-size:			12px;	
	font-style:			italic;
}
td.left
{
	width: 				200px;
}
td.right
{
	width: 				400px;
}
input.calendar
{
	width: 120px;
}
.calendarIcon
{
	margin-top: 	1px;
	width:			24px;
	height:			24px;
	display:		inline;
}

/*

/* FORM */
form#dynamicform 
{
    width: 			468px;
}
form#dynamicform ul 
{
	margin: 		0;
    padding: 		0;
    list-style:		none;
}
form#dynamicform ul li 
{
	margin: 		0 0 6px 0;
    padding: 		0px;
}
form#dynamicform ul li label 
{
    width: 			140px;
    display: 		block;
    float: 			left;
}
div#dynamicform p 
{
	line-height: 17px;
}
form#dynamicform input, form#dynamicform select
{
	width: 		320px;
}
form#dynamicform textarea
{
	width: 		320px;
}
form#dynamicform ul li label.radio 
{
	width: 				auto;
    display: 			block;
    float: 				left;
    padding: 			0px 4px 0px 4px;
}

form#dynamicform div.error 
{
    padding: 				4px;
    margin: 				0 0 10px 0;
    border: 				1px solid #000;
    background: 			#ffffe1;
}
form#dynamicform div.error p
{
	vertical-align: 		left;
	margin: 				2px 0 0 0;
	line-height: 			18px;
	padding:				0px;
}

form#dynamicform span.error 
{
    padding: 				4px;
    margin: 				0 0 10px 0;
    border: 				1px solid #000;
    background: 			#ffffe1;
}
form#dynamicform span.error p 
{
	vertical-align: 		left;
	margin: 				2px 0 0 0;
	line-height: 			18px;
	padding: 				0px;
}
form#dynamicform input.error, input.error
{
    border: 	1px solid #ec2323 !important;
    padding: 	3px;
}
input.error, textarea.error
{
    border: 	1px solid #ec2323;
}
form#dynamicform ul li p
{
	/**/
}

form#dynamicform input.submit
{
	background: 	transparent;
	font-weight: 	bold;
	color:			#FF6600;
	width: 			auto;
}
form#dynamicform input.submit:hover
{
	text-decoration:	underline;
}

/* needed for the select-tag (not a common input) */
/*div.error
{
    border: 1px solid #ec2323;
}
span.error
{
	display: inline-block;
    border: 1px solid #ec2323;
}
p.error
{
	color:			#ec2323;
}*/

.frmErrorMessage
{
	padding:            10px;
	margin-bottom:      10px;
	background-color: 	#faf9f9;
	border:			  	2px solid #e8e8e8;
}


#tableAccommodations .left
{
	padding:	10px;
	width: 		150px;
}

#tableAccommodations .right
{
	padding:	10px;
	width:		410px;
}

#tableAccommodations .even
{
	background-color: #faf8f9;
}

.moreInfo
{
	float: 			right;
	text-align: 	right;
	margin-top:		58px;
}

.moreInfo a
{
	font-weight:	bold;
}

#footerWrapper
{
	width:			900px;
	text-align: 	left;
	margin:			auto auto;
}

#copyright
{
	float: 			right;
	text-align: 	right;
	color:			#fefcff;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	padding-top:    10px;
	padding-bottom: 5px;
}

#backToTop
{
	width:			400px;
	text-align:		left;
	float: 			left;
	padding-top:    10px;
	padding-bottom: 5px;	
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
}

#content ul
{
	list-style:		disc;
	margin-left:	30px;
}

#tabs ul
{
	margin: 			0 !important;
	padding:			0 !important;
	text-align: 		right;
	float: 				right;
	list-style:			none;
	width: 				100%;
}

#tabs div
{
	/*width: 				100%;*/
}

#tabs li
{
	/*background-color:		#c9c9c9;*/
	font-weight:			bold;
	font-size:				14px;
	width:					auto;
	float:					right;
	
	height:					32px;
}
#tabs li.active
{
	/*background-color:		#ff6600;	*/
	color:					#f2f2f2;
}

#tabs div
{
	clear: 					both;
	/*background-color:		transparent;*/
}

#tabs img 
{
	padding-right: 10px;	
}

#photos
{
	width:	460px !important;
	margin: auto auto;
	padding: 0px;
}
#photos img
{
	padding:	1px;
	margin:		0;
}

#frmRoute input
{
	width: 			180px;
}

#frmRoute td
{
	padding-bottom:	10px;
	padding-right:	10px;
}

/*#frmRoute td.left
{
	padding-right:	20px;
}*/

#addressTo
{
	float: 			right;
	margin-top: 	7px;
	padding-bottom: 20px;
	width: 			160px;
	background: 	url("/images/bottomShadow.jpg") no-repeat 0px 40px;
}

#addressMiddle
{
	padding:	0 30px 0 30px;
	cursor:		pointer;
}

.tabBg
{
	background-color: #faf9f9 !important;
	padding:		  10px !important;
}

#arrowRight
{
	margin-bottom:	  -4px;
}


#tabs a, #tabs a span
{
	padding: 0px;
	margin:  0px;
}

/*#tabs a*/
.ui-state-default a
{
	background: 	#c9c9c9 url("/images/tabLeft.jpg") left top no-repeat !important;
	padding-left: 	9px !important;
	height:			32px;
	line-height:	32px;
} 

/*#tabs a span*/
.ui-state-default a span
{
	background: 	#c9c9c9 url("/images/tabRight.jpg") right top no-repeat !important;
	padding-right: 	9px !important;
	height:			32px;
	line-height:	32px;	
}

.ui-tabs-selected a, .ui-state-default a:hover /*#tabs a:hover*/
{
	background: 	#ff6600 url("/images/tabLeftHover.jpg") left top no-repeat !important;
	padding-left: 	9px !important;
	height:			32px;
	line-height:	32px;		
}

.ui-tabs-selected a span, .ui-state-default a:hover span /*#tabs a:hover span*/ 
{
	background: 	#ff6600 url("/images/tabRightHover.jpg") right top no-repeat !important;
	color:			#faefe8;
	padding-right: 	9px !important;
	height:			32px;
	line-height:	32px;			
}

/* login form */

form#login {
	position: relative;
	margin: 0;
	padding: 0;
	background: #FAF9F9;
	border: 2px solid #E8E8E8;
	padding: 20px;
}

form#login p {
	position: relative;
	display: block;
	padding: 8px;
	color: #fff;
	background: #FF6600;
}

form#login ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

form#login ul li {
	position: relative;
	padding: 2px;
	display: inline-block;
}

form#login ul li span { 
	display: block;
	position: relative;
	float: left;
	width: 150px;
}

form#login ul li input {
	position: relative;
	float: left;
	padding: 4px;
	border: 1px solid #fff;
}