/* CSS Document */

body {
	background-color: #46A0D4;
	border: 0px;
	border: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

table {
	width: 400px;
	line-height: 1.5;
}

td {
	vertical-align: top;
}

div.main {
	padding: 0px 10px 10px 10px;
}

input, select, textarea {
	border: 1px solid #d7e3e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.long, select.long, textarea {
	width: 220px;
	height: 20px;
}

div#tour_container {
	display: none;
}

div.tours div{
	display: none;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 11px;
}

div.tour table td {
	width: 168px;
}

textarea {
	width: 300px;
	height: 200px;
}

textarea#equip_req {
	height: 100px;
	margin-top: 10px;
	margin-left: -20px;
}

input.check {
	border: none;
}

input.short {
	width: 110px;
	height: 20px;
}

h3 {
	clear: both;
}

span.error_text {
	font-style: italic;
	font-size: 11px;
	color: #fffc00;
}

span.feedback {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

a, a:visited {
	color: #ffffff;
}

hr.white {
	margin-top: 15px;
	height: 0px;
	border: 0px;
	border-bottom: 1px dashed #ffffff;
}

hr.rates {
	margin: 20px;
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #ffffff;
}

table.tours td {
	padding-bottom: 10px;
}

a img {
	border: 0px;
}

a.margin_left {
	margin-left: 20px;
}

table.rates {
	width: 98%;
}	

table.rates td {
	background-color: #128bc7;
	padding: 5px 2px 5px 5px;
	font-size: 11px;
}

table.rates_long {
	width: 600px;
}

table.rates_long td {
	background-color: #128bc7;
	padding: 5px 2px 5px 5px;
	font-size: 11px;
}

