@charset "utf-8";
/* css document */

html { height:100%; margin:0; padding:0; }
body { height:100%; margin:0; padding:0; font-family:"arial","sans-serif"; font-size:12px; }

div,span,img,p,h1,h2,h3,h4,h5,h6,ul,ol { margin:0; padding:0; display:block; position:relative; font-family:"arial","sans-serif"; font-size:12px; }
form,input,textarea,select,fieldset,label { margin:0; padding:0; display:block; position:relative; font-family:"arial","sans-serif"; font-size:12px; }
body,p,a,h1,h2,h3,h4,h5,h6,li,label { font-family:"arial","sans-serif"; font-size:12px; }
p,li,label,span { font-size:12px; color:#555; }

h1	{ font-size:22px; font-weight:bold; margin-bottom:10px; }
h2	{ font-size:20px; font-weight:bold; margin-bottom:10px; }
h3	{ font-size:18px; font-weight:bold; margin-bottom:10px; }
h4	{ font-size:16px; font-weight:bold; margin-bottom:10px; }
h5	{ font-size:14px; font-weight:bold; margin-bottom:10px; }
h6	{ font-size:12px; font-weight:bold; margin-bottom:10px; }

ul	{ margin-bottom:10px; }
li	{ list-style:disc; margin:0; padding:0 0 0 10px; }
p	{ margin-bottom:10px; line-height:15px; }
a	{ outline:none; text-decoration:none; color:#06A; }
a:hover	{ text-decoration:underline; }

h1 { margin-bottom:25px; }
h4 { margin-bottom:25px; }

form { margin:0 0 10px 0; padding:0; }
form label { display:block; height:25px; line-height:25px; }
form input[type="text"] { padding:4px; width:150px; }
form input[type="password"] { padding:4px; width:150px; }
form input[type="submit"] { margin:10px 0 0 0; padding:4px; cursor:pointer; }

#wrapper	{ width:934px; overflow:hidden; margin:auto; }
#header		{ width:100%; overflow:hidden; height:30px; }
#nav		{ width:100%; overflow:hidden; height:21px; margin-bottom:10px; }
#subnav		{ width:100%; overflow:hidden; height:21px; margin-bottom:10px; }
#content	{ width:100%; overflow:hidden; background:url("../images/bg_content_mid.gif") 0 0 repeat-y; padding:0; margin:20px 0;  }
#footer		{ width:100%; overflow:hidden; height:90px; }

div.bg-top { width:934px; height:15px; position:relative; bottom:-20px; background:url("../images/bg_content_top.gif") 0 0 no-repeat; z-index:99; }
div.bg-bot { width:934px; height:15px; position:relative; top:-20px;  background:url("../images/bg_content_bot.gif") 0 0 no-repeat; }
div.bg-mid { width:934px; background:url("../images/bg_content.png") 0 100% no-repeat; }
div.container { width:875px; margin:0 6px; padding:20px; position:relative; z-index:99; min-height:200px; background:none; }

#nav ul { margin:0; padding:0; height:32px; }
#nav ul li { float:left; list-style:none; padding:0; margin:0 5px 0 0; height:21px; background:url("../images/btn_green.gif") 0 0 no-repeat; }
#nav ul li a { display:block; margin:0; padding:0 10px; height:21px; line-height:21px; background:url("../images/btn_green_cap.gif") right 0 no-repeat; font-weight:bold; color:#FFF; }
#nav ul li:hover,
#nav ul li.active  { background:url("../images/btn_green_hover.gif") 0 0 no-repeat; }
#nav ul li:hover a,
#nav ul li.active a { text-decoration:none; background:url("../images/btn_green_cap_hover.gif") right 0 no-repeat; }

#subnav { margin-bottom:20px; }
#subnav ul { margin:0; padding:0; height:32px; float:left; }
#subnav ul li { float:left; list-style:none; padding:0; margin:0 5px 0 0; height:21px; background:url("../images/btn_blue.gif") 0 0 no-repeat; }
#subnav ul li a { display:block; margin:0; padding:0 10px; height:21px; line-height:21px; background:url("../images/btn_blue_cap.gif") right 0 no-repeat; font-weight:bold; color:#FFF; }
#subnav ul li:hover,
#subnav ul li.active { background:url("../images/btn_blue_hover.gif") 0 0 no-repeat; }
#subnav ul li:hover a,
#subnav ul li.active a { text-decoration:none; background:url("../images/btn_blue_cap_hover.gif") right 0 no-repeat; }

#subnav h3 { float:left; margin-right:10px; }

#header p { font-size:16px; color:#0068af; font-weight:bold; }

.column { float:left; }
.left { width:200px; }
.answer { left:10px; }

form h3 { font-size:12px; margin:20px 0; padding:15px 0 0 0; text-transform:capitalize; clear:both; color:#0068af; border-top:1px solid #DDD; }

form ul { width:100%; margin:0; padding:0; clear:both; }
form ul li { display:block; float:left; width:auto; margin:0; padding:0; min-height:35px; position:relative; left:-10px; }
form ul li * { position:relative; z-index:1; }

form ul li object[required] { margin:0; padding:0; }

form ul li.shortest { width:80px; }
form ul li.short input { width:120px; }
form ul li.regular input { width:180px; }
form ul li.wide input { width:250px; }
form ul li.widest input { width:420px; }

form ul li label { float:left; margin:0 10px; padding:0; top:0px; }
form ul li select { float:left; margin:0; padding:2px; }
form ul li input[type="submit"] { margin:10px 0 0 10px; padding:2px; cursor:pointer; }
form ul li input[type="button"] { margin:10px 0 0 10px; padding:2px; cursor:pointer; }
form ul li input[type="text"] { float:left; margin:0; padding:2px; }
form ul li input[type="password"] { float:left; margin:0; padding:2px; }
form ul li input[type="checkbox"] { width:auto; float:left; margin:0; padding:0; top:6px; }
form ul li input[type="radio"] { width:auto; float:left; margin:0; padding:0; top:6px; }
form ul li textarea { width:600px; height:100px; margin:0 0 10px 10px; padding:2px; clear:both; }

form ul li div.date_dd { width:350px; }
form ul li div.date_dd select { margin-right:10px; }

form ul.checkbox { padding-bottom:10px; }
form ul.checkbox li { width:100%; min-height:20px; }
form ul.checkbox li h4 { font-weight:normal; font-size:12px; margin:0 0 0 10px; padding:0; top:5px; }
form ul.checkbox li label { width:auto; }
form ul.checkbox li span { display:block; float:left; margin:0; padding:0 10px; top:5px; }

form ul.checkbox li p { clear:both; float:none; }
form ul.checkbox li p input {  margin-left:10px; }
form ul.checkbox li p span { width:820px; }

form ul.checkbox.two-col li { width:48%; }
form ul.checkbox.two-col li label { width:180px; }

form ul li.area label { margin-bottom:10px; float:none; }

form ul li.popup { width:612px; border:1px dashed #BB8; background:#FFB; margin:10px 0 0 0; padding:10px; list-style:none; position:relative; left:0px; }
form ul li.popup p { clear:both; display:block; padding:0; margin:0; min-height:0;}
form ul li.popup h4 { display:block; height:30px; font-size:15px; font-weight:bold; margin:0; }
form ul li.popup label { padding:0; margin:0 0 5px 0; color:#995; line-height:normal; height:auto; width:auto; }
form ul li.popup p.inline label { line-height:26px; }
form ul li.popup p.block { padding:5px 0 10px 0; }
form ul li.popup input { margin-left:10px; padding:5px; }
form ul li.popup textarea { overflow:auto; margin:0; padding:5px; height:100px; width:600px; }
form ul li.popup textarea, form ul li.popup input { border-left:1px solid; border-top:1px solid; border-right:none; border-bottom:none; border-color:#BB8; background:#FFD; color:#995; }

form ul li div.three-col { width:250px; float:left; }
form ul li div.three-col label { width:230px; display:block; float:none; }
form ul li div.three-col textarea { width:230px; height:300px; display:block; float:none; }

.hide { display:none; }
.show { display:block; }

div.login { width:800px; padding:0; margin:auto; background:url("../images/bg_ddd.gif") 500px 0 repeat-y; }
div.login div.left { width:480px; float:left; padding-right:20px; }
div.login div.right { width:280px; float:right; padding-left:20px; }

form ul.samewidth li label { margin-right:30px; width:75px; text-align:right; }

form ul li.samewidth { padding-bottom:5px; width:480px; }
form ul li.samewidth p { height:30px; }
form ul li.samewidth p input { width:300px; float:right; }

ul.features li { list-style:none; margin:0; padding:0 0 0 50px; }
ul.features li.acc { background:url("../images/icon_acc.gif") 0 0 no-repeat; }
ul.features li.ext { background:url("../images/icon_ext.gif") 0 0 no-repeat; }
ul.features li.wir { background:url("../images/icon_wir.gif") 0 0 no-repeat; }

ul.login { padding-top:10px; }
ul.login li { list-style:none; margin:0; padding:0; height:20px;  }

a.bubble { background:url("../images/icon_bubble_arrow.gif") left 50% no-repeat; padding-left:20px; }
a.add { background:url("../images/icon_add.gif") left 50% no-repeat; padding-left:20px; }

div#error, div.error { display:none; background:#FAA; padding:10px; margin:0 0 15px 0; }
div#error *, div.error * { display:block; line-height:normal; margin:0; padding:0; font-size:15px; color:#A55; }
div#error li, div.error li { display:list-item; list-style:disc; margin:0 0 0 15px; font-size:12px; }

.error p { position:relative; top:-10px; }
.error h1 { margin-bottom:10px; font-size:18px; }

div.success p { color:#480; line-height:normal; margin:0; position:relative; top:-10px; }
div.failure p { color:#840; line-height:normal; margin:0; position:relative; top:-10px; }

form ul li input.error { background:#FAA; color:#A55; border:1px solid #A55; }
form ul li textarea.error { background:#FAA; color:#A55; border:1px solid #A55; }
form ul li select.error { background:#FAA; color:#A55; border:1px solid #A55; }
form ul li span.error { color:#C33; font-weight:bold; }
form ul li label.error { color:#C33; font-weight:bold; }

div.reference { margin:10px 0 0 0; padding:10px 0; border-top:1px solid #BBB; }
div.reference p { margin:0; line-height:normal; }
p.reference { margin-bottom:30px; }

div.noscript { background:url("../images/icon_close.gif") #FAA 5px 50% no-repeat; padding:5px 5px 5px 25px; width:891px; margin:auto; position:relative; top:12px; left:-4px; z-index:99; }
div.noscript p { margin:0; padding:0; color:#A55; }

div.trips p.trip span { display:inline; margin-right:10px; }
div.trips p.trip { margin-bottom:25px; }
div.trips h3 { border-top:1px solid #DDD; padding-top:20px; }

form#login ul li label { width:100px; line-height:20px; }
form#login ul li { float:none; display:block; height:30px; clear:both; }

form#register ul li label { width:130px; line-height:20px; }
form#register ul li { float:none; display:block; height:30px; clear:both; }

form#forgot ul li label { width:140px; line-height:20px; }
form#forgot ul li { float:none; display:block; height:30px; clear:both; }

div.printform h3 { margin:0 0 10px 0; padding:0; color:#0AF; }
div.printform table { margin:0 0 10px 0; padding:0; width:100%; background:#AAA; border-spacing:1px; }
div.printform table tr { margin:0; padding:0; }
div.printform table tr td { margin:0; padding:5px; background:#EEE; }
div.printform table tr td label { font-size:12px; color:#666; font-weight:normal; display:inline; margin:0; padding:0; }
div.printform table tr td strong { font-size:15px; color:#05A; font-weight:bold; display:inline; margin-left:10px; padding:0; }

.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix { display:inline-block; clear:both; height:0; }
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }

.tripbuttons{
	float:right;
	z-index:99;
}
.tripbuttons a{
	margin-right:20px;
}
