
body {
	font: normal 12px Arial;
	color:black;
	background-color:#FFF;
	background-image:url(/images/layout/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
acronym {
	cursor:help;
	border-bottom:1px dotted #333;
}
/*
html {
	overflow: -moz-scrollbars-vertical;
}*/
h1 { font-size:18px; text-shadow:2px 2px 2px #AEE2FB;}
h2 { font-size:16px; text-shadow:2px 2px 2px #ccc;}
h3 { font-size:14px; text-shadow:1px 1px 1px #ccc;}
h4 { font-size:12px; margin:0;padding:0; text-shadow:1px 1px 1px #ccc;}
a {
	color: black;
	text-decoration:none;
	text-align:center;
	border-bottom:1px dashed #333;
}
a:hover {
	border-bottom:1px solid #333;
}
#wrapper {
	width:915px;
	margin: 0 auto;
}
#wrapper_middle {
	width:527px;
	float:left;
}
#wrapper_left,#wrapper_right {
	width:190px;
	float:left;
	padding-top:50px;
}
#wrapper_right {
	text-align:right;
}
#wrapper_left {
	text-align:left;
}

img {
	border:none;
}
#top * {
	border: none !important;
}
#top img {
	width:527px;
	height:70px;
}

#middle {
	background-image:url(/images/layout/middle.png);
	background-repeat:repeat-y;
}
#middle_padding {

	padding:0px 20px 0px 20px;
}
#bottom {
	background-image:url(/images/layout/bottom.png);
	height:13px;
	width:527px;
}
ul#footermenu {
	list-style-type:none;
	padding:10px;
	margin: 0 auto;
	text-align:center;
	border-top: 1px solid #000;
	
}
ul#footermenu li {
	display:inline;
	margin:0;
	padding:0;
}
ul#footermenu li a {
	padding:0 2px 0 2px;
	margin:0 5px 0 5px;
}
#footer {
	text-align:center;
}
#content {
	padding:10px;
}


input.error, select.error, textarea.error {
	border:1px solid red;
}
input, select, textarea {
	border:1px solid #CCC;
}
p.error {
	text-align:center;
}
p.error > span {
	border-bottom:1px solid red;		
}
div.error {
	font-size:11px;
	color:red;
	margin:0;
	margin-left:5px;
}

.button {
	cursor:pointer;	
}


label { display:block;}
label.checkbox { display:inline !important;cursor:pointer;  }
label.radio { display:inline !important;cursor:pointer;  }


hr {
	color: #333333;
	background-color: #333333;
	height: 3px;
	border:1px solid #cccccc;
}
input.boolean {
	margin-bottom:5px;
}

span.highlight {
	background-color:#aee2fb;
	font-weight:bold;
}
#cost_simulator {
	border:1px solid #ccc;
	padding:3px;
	background-color:#f0f0f0;
}
#button_book {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-image:url(/images/layout/button_book.png);
	background-repeat:no-repeat;
	width:216px;
	height:47px;
	font-size:0;
}
#button_book:hover {
	background-image:url(/images/layout/button_book_hover.png);

}
#button_book.disabled {
	background-image:url(/images/layout/button_book_disabled.png);

}

#banner_right {

	float:right;
	margin-right:-150px;
}

#info_table th {
	text-align:right;
	font-weight:bold;
	text-decoration:none;
}