html
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/travel/images/template/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#9ABAC7;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(/travel/images/template/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#9ABAC7;
	margin:auto;
}

div
{
	border-width:0px;
	margin:0px;
	padding:0px;
}

#main_div
{
	margin:auto;
	width:1000px;
	background-color:#ECF5FA;
}

th
{
	vertical-align:top;
}

td
{
	vertical-align:top;
}

img
{
	border-width:0px;
	padding:0px;
	margin:0px;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}

h1
{
	font-size: 18px;
	color: #a21d50;
}
h2
{
	font-size: 16px;
	color: #2094c5;
}

h3
{
	font-size: 16px;
	color: #0f8367;
}
h4
{
	font-size: 14px;
	color: #4d2f85;
}
h5
{
	font-size: 14px;
	color: #4d2f85;
}
h6
{
	font-size: 13px;
	color: #a21d50;
}
p, th, td, li
{
	font-size:13px;
	color:#000;
}

a:link
{
	text-decoration: none;
	color: #035096;
}

a:visited
{
	text-decoration: none;
	color: #003366;
}

a:hover
{
	text-decoration: underline;
	color: #0033CC;
}

a:active
{
	text-decoration: none;
	color: #035096;
}

input[type="image"]
{
	margin:0px;
	padding:0px;
	border-width:0px;
	vertical-align:bottom;
	
}

.input_field_calendar
{
	width:265px;
}

.select_field
{
}

.select_2
{
	width:150px;
}

.textarea_field
{
	width:648px;
	height:130px;
}

.textarea_banner
{
	width:400px;
	height:100px;
}

.border
{
	border:#000000 thin solid;
}

.form_field_div
{
	padding:5px 10px;
	margin:0px;
}
.form_field_div_inventory
{
	padding:0px;
	margin:0px;
}

.form_field_label_div
{
	width:150px;
	float:left;
	padding:4px 0px;
	font-weight:bold;
}

.form_field_data_div
{
	float:left;
}

.form_field_data_div_inventory
{
}

.form_field_radio_div
{
	float:left;
	margin-right:20px;
}
.form_input_width
{
	width:400px;
}

.form_field_end_div
{
	clear:both;
}
.form_field_end_div_inventory
{
	display:none;
}

.input_textarea
{
	width:400px;

}
.box1
{
	background-color:#E5EFF6;
	border:#035096 1px solid;
	margin:10px;
	padding:10px;
}

.red_text
{
	color:#AA0000;
}

.green_box
{
	color:#00FF00;
	background-color:#EEEEEE;
	border:#00FF00 1px solid;
	padding:5px;
}

.blew_box
{
	color:#0000FF;
	background-color:#EEEEEE;
	border:#0000FF 1px solid;
	padding:5px;
}

.red_box
{
	color:#FF0000;
	background-color:#EEEEEE;
	border:#FF0000 1px solid;
	padding:5px;
}

.ltr
{
	direction:ltr;
}
.rtl
{
	direction:rtl;
}

#left_menu
{
	padding-left:25px;
}

#left_menu h2
{
	
	color:#000;
	font-size:15px;
	margin-bottom:0px;
}

#left_menu p
{
	margin:6px 0px;
	font-size:14px;
	padding:0px;
}

#left_menu a
{
	color:#000;
}


.popular_trip_div{
	clear:both;
	height:95px;
	background-image:url(/travel/images/template/button_go_transp.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	cursor:pointer;
}

.popular_trip_div img{
	margin:0px 10px 0px 0px;
}

.special_div{
	cursor:pointer;
	background-color:#FFF;
	background-image:url(/travel/images/template/specials/specials_backgr.jpg);
	width:227px;
	height:144px;
	overflow:hidden;
	margin:8px auto;
	text-align:center;
}
.special_div:hover{
	background-color:#ecf5fa;
	background-image:url(/travel/images/template/specials/specials_backgr_on.jpg);
}
.special_div p, .special_div h3{
	margin:4px 0px;
}

.summary{
	position:relative;
	background-color:#f3f8fb;
	padding:10px;
	margin:5px 0px;
	border:#2094C5 1px solid;
}


/* Div Contact */
.contact_div
{
	background-image:url(/travel/images/template/contact_div_backgr.jpg);
	height:260px;
	width:200px;
	float:right;
	margin-bottom:20px;
}

.contact_div form
{
	margin:30px auto 0px auto;
	width:190px;
}
.contact_div .line
{
	margin:2px 0px;
}
.contact_div .label_div
{
	width:75px;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.contact_div .data_div
{
	float:left;
	margin:0px;
}
.contact_div .div_end
{
	clear:both;
	height:3px;
}


.contact_div input
{
	font-size:12px;
	width:109px;
	margin:0px;
}
.contact_div textarea
{
	font-size:12px;
	width:184px;
	height:60px;
}
/* Div Contact end */

hr {
	border: 0px;
	color: #6599CB;
	background-color: #6599CB;
	height: 1px;
	width: 100%;
}


/* Butten */
a.button {
    background: transparent url('/travel/images/template/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/travel/images/template/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* End Butten */


.hotels_catalog_list
{
	background-color:#f3f8fb;
	padding:10px;
	margin:5px 0px;
	border:#2094C5 1px solid;
}
.hotels_catalog_list ul
{
	margin: 0px;
	padding: 0px;
}
.hotels_catalog_list li
{
	display: inline;
	list-style-type: none;
	margin: 3px;
	padding-right: 10px;
	white-space:nowrap;
	border-right:#A9C7E3 1px solid;
}

.form label { position: absolute; text-align:right; width:145px;font-weight:bold; }
.form input, .form textarea { margin-left: 150px; }

#search_div
{
	position:absolute;
	left:336px;
	width:335px;
	top:335px;
}


#search_div input[type="text"]
{
	position:absolute;
	border-width:0px;
	background-color:transparent;
	width:275px;
	top:2px;
	font-size:16px;
	
}
#search_div input[type="image"]
{
	position:absolute;
	right:0px;
	
}

.special_text h1,
.special_text h2,
.special_text h3,
.special_text h4,
.special_text h5,
.special_text h6,
.special_text p
{
	color:#000;
}

