* {
	font-family: tahoma, sans-serif;
} 

body, td, th, input, textarea, select {	font-size: 11px; margin:0px; }

BODY.index {
	background-color: #FFF;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(../images/bg_page.gif);
	color: #000;
	padding: 0px;
}

BODY.page {
	background-color: #FFF;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(../images/bg_page.gif);
	color: #000;
	padding: 0px;
}

.lang a {
	font-weight: bold;
	color: #ffe890;
	text-decoration: none;
}

.lang a:hover, .lang a.selected:hover, .lang a.selected {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


/* === MENU === */

.menu {
	color: #1D82BE;
	cursor: default;
}

.menu a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/menu_bullet.gif);
	font-weight: bold;
	color: #1D82BE;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 21px;
}

.menu a:hover {
	color: #1D82BE;
	text-decoration: underline;
}

.menu a.selected {
	color: #FF9C00;
	text-decoration: none;
}

.menu a.selected:hover {
	color: #FF9C00;
	text-decoration: underline;
}





.menu2 {
	color: #1D82BE;
	cursor: default;
}

.menu2 a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/menu_bullet2.gif);
	font-weight: normal;
	color: #1D82BE;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 21px;
}

.menu2 a:hover {
	color: #1D82BE;
	text-decoration: underline;
}

.menu2 a.selected {
	color: #FF9C00;
	text-decoration: none;
}

.menu2 a.selected:hover {
	color: #FF9C00;
	text-decoration: underline;
}


.menu3 {
	color: #1D82BE;
	cursor: default;
}

.menu3_title {
	cursor: default;
	padding-bottom: 3px;
	padding-left: 21px;
	color: #1D82BE;
	font-weight: bold;
}

.menu3 a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/menu_bullet.gif);
	font-weight: normal;
	color: #1D82BE;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 21px;
}

.menu3 a:hover {
	color: #1D82BE;
	text-decoration: underline;
}

.menu3 a.selected {
	color: #FF9C00;
	text-decoration: none;
}

.menu3 a.selected:hover {
	color: #FF9C00;
	text-decoration: underline;
}


/* === PATH === */

DIV#path {
	cursor: default;
	font-weight: normal;
	color: #1D82BE;
	font-size: 14px;
}
	DIV#path SPAN {
		font-weight: bold;
	}

	DIV#path A {
		text-decoration:none;
	}

	DIV#path A:hover {
		text-decoration:underline;
	}
	
	DIV#path A.selected {
		font-weight: bold;
	}


/* === BLOCKS === */

.block_left {
	width: 100%;
}

	.block_left TD.sep {
		padding: 30px 15px 16px 15px;
	}
	
	.block_left TD.sep_page {
		padding: 16px 15px 16px 15px;
	}

.block_middle {
	width: 100%;
}

	.block_middle TD.sep {
		padding: 16px 30px 18px 30px;
	}

.block_right {
	width: 100%;
}

	.block_right TD.sep {
		padding: 11px 26px 18px 26px;
	}

.cell_header_left {
	background: url(../images/tbl_header_left.gif) top left no-repeat #72C6E8;
	border-bottom: 1px solid #EDEFED;
}

.cell_header {
	background-color: #72C6E8;
	border-bottom: 1px solid #EDEFED;
	border-left: 1px solid #EDEFED;
}

.cell_header_right {
	background: url(../images/tbl_header_right.gif) top right no-repeat #72C6E8;
	background-color: #72C6E8;
	border-bottom: 1px solid #EDEFED;
	border-left: 1px solid #EDEFED;
}

.cell {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #77C3DF;
	border-left: 1px solid #77C3DF;
}

.cell_comments {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #77C3DF;
	border-bottom: 1px solid #77C3DF;
	border-left: 1px solid #77C3DF;
	border-right: 1px solid #77C3DF;
}

.cell_right {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #77C3DF;
	border-right: 1px solid #77C3DF;
	border-left: 1px solid #77C3DF;
}

.cell_bottom {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #77C3DF;
	border-bottom: 1px solid #77C3DF;
	border-left: 1px solid #77C3DF;
}

.cell_bottom_right {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #77C3DF;
	border-right: 1px solid #77C3DF;
	border-bottom: 1px solid #77C3DF;
	border-left: 1px solid #77C3DF;
}

.cell_footer_left {
	background: url(../images/tbl_footer_left.gif) bottom left no-repeat #ABD6E6;
	height: 29px;
	border-top: 1px solid #EDEFED;
}

.cell_footer {
	background-color: #ABD6E6;
	height: 29px;
	border-top: 1px solid #EDEFED;
	border-left: 1px solid #EDEFED;
}

.cell_footer_right {
	background: url(../images/tbl_footer_right.gif) bottom right no-repeat #ABD6E6;
	height: 29px;
	border-top: 1px solid #EDEFED;
	border-left: 1px solid #EDEFED;
}

/* === TEXT === */

A {
	color: #1D82BE;
	text-decoration: none;
}

A:hover {
	color: #1D82BE;
	text-decoration: underline;
}

.title_page {
	cursor: default;
	background-repeat: no-repeat;
	background-image: url(../images/title_bullet.gif);
	font-size: 18px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 43px;
	/*filter: glow(Color=#65BFE0,Strength=2);
	cursor: default;*/
}

.title_page2 {
	cursor: default;
	background-repeat: no-repeat;
	background-image: url(../images/title_bullet.gif);
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 43px;
	/*filter: glow(Color=#65BFE0,Strength=2);
	cursor: default;*/
}

SPAN.lastminute {
	font-weight: bold;
	color: f00;
}

SPAN.reserve {
	font-weight: bold;
}
SPAN.reserve A {
	color: #FF9B00;
	text-decoration:none;
}
SPAN.reserve A:hover {
	color: #FF9B00;
	text-decoration:underline;
}

.title2 {
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	color: #1DA8DE;
}

.title3 {
	cursor: default;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.title2_page {
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	color: #1DA8DE;
}

.header_title_left {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 2px 10px 14px 10px;
}

.header_title {
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 2px 10px 14px 10px;
}

span.country {
	font-size: 14px;
	font-weight: bold;
	color: #FF9B00;
}

	span.country A {
		color: #FF9B00;
		text-decoration:none;
	}

	span.country A:hover {
		color: #FF9B00;
		text-decoration:underline;
	}

.addr {
	cursor: default;
	color: #8C8C8C;
}

.prn {
	color: #FFF;
	text-decoration: none;
}

.prn:hover {
	color: #FFF;
	text-decoration: underline;
}

.tel {
	font-size: 16px;
	font-weight: bold;
	color: #FF9C00;
	padding-top: 1px;
	padding-bottom: 4px;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #1D82BE;
	cursor: default;
}

.copyright a {
	font-family: arial;
	font-size: 10px;
	color: #1D82BE;
	text-decoration: none;
}

.copyright a:hover {
	font-family: arial;
	font-size: 10px;
	color: #1D82BE;
	text-decoration: none;
}

/* === STUFF === */

.form_textfield {
	font-size: 11px;
	color: #000;
	padding-left: 3px;
}





.lineheight {line-height:17px;}
.error					{ color: #1DA8DE; font-weight: bold; }
.btn { font-family: tahoma; font-size: 11px; font-weight: bold; border: 1px; background: transparent; color: #ffffff; background-image:url(../images/btn.gif); width:130px; height:21px; padding-bottom:2px;}
.btn2 { font-family: tahoma; font-size: 11px; font-weight: bold; border: 1px; background: transparent; color: #ffffff; background-image:url(../images/btn2.gif); width:100px; height:21px; padding-bottom:2px;}
.input, .textarea { font-family: tahoma; font-size: 11px; }
.textarea { overflow: auto; }

p { margin:0; padding:0; }
blockquote { margin:0; padding:0 0 0 25; }
.search { visibility: hidden; display: none; }
.opacity { filter: alpha(opacity=70) }


.sitemap0 a { font-size:13px; font-weight:bold; color:#821800; text-decoration:none; }
.sitemap0 a:hover { font-size:13px; font-weight:bold; color:#821800; text-decoration:underline; }

.sitemap1 a { font-weight:bold; color:#821800; text-decoration:none; }
.sitemap1 a:hover { font-weight:bold; color:#821800; text-decoration:underline; }

.sitemap2 a { color:#821800; font-weight:normal; text-decoration:none; }
.sitemap2 a:hover { color:#821800; font-weight:normal; text-decoration:underline; }

.partitle { font-weight:bold; font-size:12px;}

.date {	 }
.ntitle { font-weight: bold; }
.nlink { font-weight: bold; }

#odd00, #odd11, #odd01, #odd10					{  }
#odd00 th, #odd11 th, #odd01 th, #odd10 th		{ background: #D0D0D0; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 4px; text-align: left; color: #FFFFFF; font-weight: bold; }
#odd00 td, #odd11 td, #odd01 td, #odd10 td		{ padding-left: 5px; padding-right: 5px; vertical-align: top; padding-top: 2px; padding-bottom: 3px; }

#odd00 td.t10, #odd00 td.t11, 
#odd00 td.t00, #odd00 td.t01,
#odd10 td.t10, #odd10 td.t11,
#odd01 td.t10, #odd01 td.t00,
#odd11 td.t10 { background: #E8E8E8; }

#odd10 td.t00, #odd10 td.t01,
#odd01 td.t11, #odd01 td.t01,
#odd11 td.t00 { background: #E1E1E1; }

#odd11 td.t11 { background: #D8D8D8; }

#odd11 td.t01 { background: #E1E1E1; }

.banner {
	margin: 10px 0px;
}

.vsep {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url(../images/vsep.gif) repeat-x left center;
}

.rightsep {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: url(../images/rightsep.gif) repeat-x left center;
	margin-top:8px;
	margin-bottom:8px;
}


