@charset "utf-8";
/* CSS Document 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;


*/
body {
	text-align:center; 
	margin:0 auto; 
	color:#8b5326; 
	font: 12px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-family:Georgia, "Times New Roman", Times, serif;
 	background-color:white;
}

h1 {
	font-family:'Garamond','Palatino Linotype', 'Book Antiqua', 'Georgia', serif; 
	font-size:24px;
}

h2 {
	font-family:'Garamond','Palatino Linotype', 'Book Antiqua', 'Georgia', serif; 
	font-size:16px;
	font-weight:bold;
}

#tab_container h2 {
	font-family:'Garamond','Palatino Linotype', 'Book Antiqua', 'Georgia', serif; 
	font-size:20px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#55430d;
	text-decoration:underline;
	padding-bottom:2px;
}

h4 {
	font-family:'Garamond','Palatino Linotype', 'Book Antiqua', 'Georgia', serif; 
	font-size:14px;
	font-weight:bold;
	color:#55430d;
	text-decoration:underline;
	padding-bottom:2px;
	margin-left:30px;
}

h5 {
	font-size:14px;
	font-weight:bold;
	color:#55430d;
	padding:2px;
}

#wrapper {
	text-align:center;
	margin:auto;
	background-color:white;
}

#Frame {
	background:url('/guest-planner/images/bkgd.png') center repeat-y; 
	width:958px;
	text-align:center;
	margin:auto;
	position:relative;
}

#Frame-bottom {
	background:url('/guest-planner/images/bkgd-bottom.png') no-repeat; 
	width:958px;
	height:29px;
	text-align:center;
	margin:auto;
}


#contentInner{ 
	width:870px; 
	line-height:140%;
	color:#807351;
	padding:0px; 
	margin:0 auto;
	text-align:center;
	margin-left:96px;
	position:relative;
}

#content{ 
	width:870px; 
	line-height:140%;
	color:#807351;
	padding:0px; 
	margin:0 auto;
	text-align:center;
}



#header {
	width:870px; 
	float:left;
}
#headerInner {
	width:870px; 
	height:300px;
	float:left;
	padding:0px;
	background:#666666 url('/guest-planner/images/header-Inner.png') no-repeat;
}


#main {
	width:865px;
	position:relative;
	background:#666666 url('/guest-planner/images/bk-notebook.png');
}
#homeSidebar {
	background:#666666 url('/guest-planner/images/sidebar.jpg') no-repeat;
	width:339px;
	height:519px;
	float:right;

}

#mainInner {
	width:870px;
	padding:0px;
	margin:0px;
}

#bkForm {
	background:url('/guest-planner/images/bk-form.jpg') no-repeat; 
	width:470px; 
	height:683px; 
	float:left;
}

#bkSchedule {
	background:url('/guest-planner/images/bk-schedule.jpg') no-repeat; 
	width:400px;
	height:683px;
	float:left;
}


#itineraryBox {
	width:463px; 
	background-color:white; 
	text-align:left;
	float:left;
}

.pad {
	padding:20px 35px;
}

.italic {
	font-size:10px;
	font-style: italic;
}

input.checkbox {
	margin-left:30px;
	margin-right:10px;
	width:15px;
}

.indent {
	margin-left:70px;

}	

.pad-lower {
	padding-bottom: 6px;
}

#itineraryBox a:link, #itineraryBox a:visited, #itineraryBox a:active {
	font-weight:bold;
	color:#55430d;
	font-size:12px;
}

#itineraryBox a:hover {
	color:#CCCCCC
}


.title{
	font-weight:bold;
	color:#55430d;
	font-size:12px;
}

#demotip {     
	display:none;     
	background:transparent url('/guest-planner/images/black_arrow.png');     
	font-size:12px;    
	 height:70px;     
	 width:160px;     
	 padding:25px;     
	 color:#fff; 
	 z-index: 10;0   
}




/* tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #666;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}


<!-- End tab CSS -->


.submit a:link{
	background-color:#663300;
	border: 1px solid #006;
	text-decoration:none;
	
}

.submit a:hover { 
	background-color:#663300;
} 

.submit {
	background-color:#663300; color:#FFFFFF; border:#301902 1px solid; font-weight:bold; font-size:14px; padding:4px; 

}


.titlebar {
	background:url('/guest-planner/images/title-bk.jpg') repeat-x; 
	height:24px;
}

.button {
	background-color:#663300; 
	color:#FFFFFF; 
	border:#301902 1px solid; 
	font-weight:bold; 
	font-size:14px; 
	padding:4px;
}

.buttonBack {
	background-color:#e0dfdf; 
	color:#737272; 
	border:#9c9c9c 1px solid; 
	font-weight:bold; 
	font-size:10px; 
	padding:2px 0px;
}

.tble {
	padding:10px; 
	text-align:left; 
	color:#666666;
	background-color: transparent;
}


.center {	
	margin:auto;
	text-align:center
}

.left {
	text-align:left;
}


.spacer {
	height:10px;
}
