BODY {
	FONT-SIZE: 12pt; COLOR: #000000; FONT-STYLE: normal;  FONT-FAMILY: Arial,Verdana;
	SCROLLBAR-FACE-COLOR: #e8e8e8; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; OVERFLOW: auto; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #e8e8e8; SCROLLBAR-TRACK-COLOR: #eeeeee; SCROLLBAR-DARKSHADOW-COLOR: #cccccc
}
img {
border: none;
}
/* Frame Top*/
#navlist {
        padding: 4px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 2px solid white;
}
.button
{
	background-position:right;
	background-color:#9E5029;
	border: 1px outset #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 2px 1px;
	cursor:hand;
}
//A:visited {text-decoration: none; color: #333399}
//A:active{text-decoration: none; color: #FF9900} 
//A:link {text-decoration:none; color: #333399}
A:hover {color: #333399;}
.noneimg {
	background-image: none;
}
.titlebar {
	border-top: 1px solid #bcd; background: #eef0f3 url("../images/sfx_titlebar_bg2.png") repeat-x bottom left; font-size: 13px;font-weight: bold; color: #345; padding: .3em .5em 1.7em .5em; margin: 0 0 -.5em 0;
}
.header {
	margin-left:4; margin-right:4; font-family: "Arial,verdana";font-weight: bold; text-align: center; font-style: normal; font-size: 10pt; color:#9E5029;text-transform: uppercase;
}
.footer {
	margin-left:4; margin-right:4; font-family: "Arial,verdana"; font-style: normal; font-size: 8pt; color:#CCC; text-align: center;
}
.visitor {
	margin-left:4; margin-right:4; font-family: "Arial,verdana"; font-weight: bold; font-size: 12pt; color:#996633; text-align: center;
}
.title {
	font-family: "Times New Roman,Arial,Verdana"; font-weight: normal; text-transform: uppercase; font-size: 16pt; color:#339933; text-align: justify;
}
.subtitle {
	font-family: "Arial,verdana"; font-weight: bold; font-size: 12pt; color:#9E5029;
}
.subtitle10 {
	font-family: "Arial,verdana"; font-weight: normal; font-size: 10pt; color:#9E5029;text-transform: uppercase;
}
.subtitle8 {
	font-family: "Arial,verdana"; font-weight: normal; font-size: 8pt; color:#9E5029;
}
.smallgrey {
	margin-left:4; margin-right:4; text-align: justify; FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: "Arial,Verdana"
}
.text9 {
	margin-left:2; margin-right:2; text-align: justify; FONT-SIZE: 9pt; COLOR: #333333; FONT-FAMILY: "Arial,Verdana"
}
.textgrey {
	margin-left:4; margin-right:4; FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: "Arial,Verdana"
}
.textred {
	margin-left:4; margin-right:4; FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: "Arial,Verdana"
}
.textorange {
	margin-left:4; margin-right:4; FONT-SIZE: 10pt; COLOR: #F9A22F; FONT-FAMILY: "Arial,Verdana";font-weight: bold;
}
.small {
	margin-left:4; margin-right:4; text-align: center; FONT-SIZE: 8pt; COLOR: #333333; FONT-FAMILY: "Arial, Verdana"
}
.textwhite {
	font-family: "Arial,verdana"; font-weight: normal; font-size: 10pt; color:#FFFFFF;text-transform: uppercase;
}
.linkhead {
	font-family: "Arial,verdana"; font-weight: bold; color:#9E5029; text-decoration:none;
}
.linknews {
	font-family: "Arial,verdana"; font-weight: normal; color:#775A38; font-size: 10pt; text-decoration:none;
}
.linkfooter {
	font-family: "Arial,verdana"; font-weight: normal; color:#666; font-size: 9pt; text-decoration:none; text-align: center;
}
.texttieude {
margin-left:5; margin-right:5; font-family: "Arial,verdana"; font-weight: bold; font-size: 9pt; color:#333399;text-decoration:none;
}
// ############ highslide ##############//

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
// #############
// ##### END USE ########
// ######################

.greybold {
	FONT-SIZE: 9pt; COLOR: #333333; FONT-FAMILY: Arial, Verdana; font-weight : bold; text-align: center;
}
.linkeight {
	font-family: "Arial,verdana"; color:#775A38; font-size: 8pt; text-decoration:none;
}

.smallblack {
	FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Arial, Verdana; font-weight : bold;
}
.smallbold {
	margin-left:4; margin-right:4; text-align: center; FONT-SIZE: 8pt; COLOR: #333333; FONT-FAMILY: Arial, Verdana; font-weight : bold;
}
.listsmallgrey {
	text-align: justify; FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: Arial, Verdana
}
.smallwhiteorange {
	FONT-SIZE: 8pt; COLOR: #FFFFFF; BACKGROUND-COLOR: orange;
	FONT-FAMILY: Arial, Verdana; font-weight : bold;
}
.smallorange {
	FONT-SIZE: 9pt; COLOR: orange; FONT-FAMILY: Arial, Verdana; font-weight : bold;
}
.titleks {
	font-family: "Arial,Verdana"; font-weight: bold; font-size: 12pt; color:#9B3F10;
}
.home {
	font-family: "Arial,Verdana"; font-weight: bold; font-size: 10pt; color:#336699;
}

.titlehotel {
	font-family: "verdana,Arial"; font-weight: bold; font-size: 10pt; color:#336633;
}
.group {
	font-family: "verdana,Arial"; font-weight: bold; font-size: 9pt; color:#3333FF; text-transform: uppercase;
}
.lefttitle {
	font-family: "Arial,verdana"; font-weight: bold; font-size: 9pt; color:#422408;
}
.linkhotel {
	font-family: "Arial,verdana"; font-weight: bold; color:#9B3F10; font-size: 9pt; text-decoration:none;
}

.linkadm {
	font-family: "verdana,Arial"; font-weight: bold; color:#775A38; font-size: 9pt; text-decoration:none;
}
.linkwa {
	font-family: "verdana,Arial"; font-weight: bold; color:#ff9900; font-size: 8pt; text-decoration:none;
}
.linkv {
	font-family: "verdana,Arial"; font-weight: bold; color:#ff9900; text-decoration:none;
}
.textblue {
	margin-left:5; margin-right:5; font-family: "Arial"; font-weight: normal; font-size: 8pt; color:#000080;
}
.textpack {
	margin-left:5; margin-right:5; font-family: "Arial"; font-weight: normal; font-size: 7pt; color:#336699;text-decoration:none;
}
.texttime {
	margin-left:5; margin-right:5; font-family: "Arial"; font-weight: normal; font-size: 8pt; color:#333333;
}
.textfrom {
	margin-left:5; margin-right:5; font-family: "Arial"; font-weight: normal; font-size: 8pt; color:#CC0000;
}
.textgia {
	margin-left:5; margin-right:5; font-family: "Arial"; font-weight: bold; font-size: 9pt; color:#CC0000;
}
.textbiggia {
	margin-left:5; margin-right:5; text-align: center; font-family: "Arial,verdana"; font-weight: bold; font-size: 12pt; color:#CC0000;
}
.insform {
	font-family: "Arial"; font-weight: normal; font-size: 9pt; color:#5C5C5C; background-color:#FFFFFF; border-left:0px outset; border-right:0px outset; border-top:0px outset
}
.agent {
	font-family: "verdana,Arial"; font-weight: bold; font-size: 10pt; color:#333399;
}
.warning {
margin-left:5; margin-right:5; font-family: "Arial,verdana"; font-weight: normal; font-size: 11pt; color:#FF0000;
}
#south, #mid, #north{
	display: none;
}