body {
	font-family: Sylfaen;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background-image: url('/img/background.gif');
	background-repeat: repeat-y;
	margin: 0px;
}
.en {
	font-family: Tahoma;
	font-size : 10px;
}
A:link, A:visited, A:active {
	font-family: Sylfaen;
	font-size : 11px;
	color : #d70000;
	text-decoration : underline;
}
A:hover {
	font-family: Sylfaen;
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}

A.menu:link, A.menu:visited, A.menu:active {
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}
A.menu:hover {
	font-size : 11px;
	color : #f2f2f2;
	font-weight: bold;
	text-decoration : underline;
}

A.menu-selected:link, A.menu-selected:visited, A.menu-selected:active {
	font-size : 11px;
	color : #f2f2f2;
	font-weight: bold;
	text-decoration : underline;
}
A.menu-selected:hover {
	font-size : 11px;
	color : #ffffff;
	font-weight: bold;
	text-decoration : none;
}

A.menu2:link, A.menu2:visited, A.menu2:active {
	color : #FFFFFF;
	text-decoration : none;
}
A.menu2:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

A.day:link, A.day:visited, A.day:active {
	font-family: Tahoma;
	font-size : 10px;
	display: block;
	color : #FFFFFF;
	text-decoration : none;
	margin-right: 5px;
}
A.day:hover {
	font-family: Tahoma;
	font-size : 10px;
	display: block;
	color : #FFFFFF;
	text-decoration : underline;
	margin-right: 5px;
}
A.day2:link, A.day2:visited, A.day2:active {
	font-family: Tahoma;
	font-size : 10px;
	display: block;
	color : #d70000;
	text-decoration : none;
	margin-right: 5px;
}
A.day2:hover {
	font-family: Tahoma;
	font-size : 10px;
	display: block;
	color : #d70000;
	text-decoration : underline;
	margin-right: 5px;
}
A.white:link, A.white:visited, A.white:active {
	color : #FFFFFF;
	text-decoration : underline;
}
A.white:hover {
	color : #FFFFFF;
	text-decoration : none;
}

A.request:link, A.request:visited, A.request:active {
	font-weight: bold;
	background-color: #d70000;
	color : #FFFFFF;
	text-decoration : none;
	padding: 4px 8px 4px 8px;
}
A.request:hover {
	font-weight: bold;
	background-color: #333333;
	color : #FFFFFF;
	text-decoration : none;
	padding: 4px 8px 4px 8px;
}

A.grey:link, A.grey:visited, A.grey:active {
	color : #444444;
	text-decoration : underline;
}
A.grey:hover {
	color : #d70000;
	text-decoration : none;
}


.menu-selected {
	font-size : 11px;
	color : #e2e2e2;
	font-weight: bold;
	text-decoration : underline;
}

.menubar {
	font-size : 10px;
	background-color : #666666;
	color : #ffffff;
	padding : 6px;
}

.title {
	font-family: Trebuchet MS, Sylfaen;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.titlename {
	font-family: Sylfaen;
	color: #D70000;
	font-size: 24px;
	font-weight: bold;
}
.titledesc {
	font-family: Sylfaen;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.small {
	font-size : 10px;
}
.highlight {
	padding : 10px;
	line-height : 16px;
}
.footer {
	font-size : 10px;
	color : #ffffff;
	padding : 6px;
	line-height : 16px;
}

.imgarea {
	width: 160px;
	font-size : 10px;
	color: #333333;
	background-color : #f2f2f2;
	padding : 14px;
}

.smallgrey {
	font-size : 10px;
	color : #333333;
}
.red {
	color : #d70000;
}
.underline {
	text-decoration: underline;
}
.grey {
	color : #333333;
}
.white {
	color : #ffffff;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
}
table.list2 td {
	width: 33%;
	padding: 4px 0px 4px 0px;
	border-color: #dadada;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align: top;
}
table.list td {
	padding: 4px 0px 4px 0px;
	border-color: #dadada;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align: top;
}
table.calendar td {
	border-color: #eb8080;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	text-align: right;
}
table.calendar2 td {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	text-align: right;
}
table.padded td {
	padding: 16px;
}
table.padded2 td {
	padding: 8px;
}
.panorama {
	width: 420px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}
.error {
	color : #CC0000;
	font-weight: bold;
}
.ok {
	color : #009900;
	font-weight: bold;
}
input, textarea, select {
	font-family: Sylfaen;
	font-size: 11px;
}
input.q {
	background-color: #f2f2f2;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	width: 140px;
	padding: 2px;
}
img {
	border: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}

.vtop {
	vertical-align: top;
}
A.reservation:link, A.reservation:visited, A.reservation:active {
	font-weight: bold;
	background-color: #d70000;
	color : #FFFFFF;
	text-decoration : none;
	display: block;
	padding: 4px 8px 4px 8px;
}
A.reservation:hover {
	font-weight: bold;
	background-color: #333333;
	color : #FFFFFF;
	text-decoration : none;
	display: block;
	padding: 4px 8px 4px 8px;
}
#livesearch{
	background-color:#ffffff;
  	margin:0px;
  	width:165px;
}
#txt1{
  	margin:0px;
}

.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(/travel/images/zoomout.cur), default;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(/travel/images/shadow.png) no-repeat scroll 0 0;
}
.zoomimage_stc {
	overflow: hidden;
	height: 6px;
	margin: 0 6px;
	background: transparent url(/travel/images/shadow.png) repeat-x scroll 0 -30px;
}
.zoomimage_str {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(/travel/images/shadow.png) no-repeat scroll 0 -18px;
}
.zoomimage_sc {
	position: absolute;
	top: 6px;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 6px;
	background: transparent url(/travel/images/shadow-lr.png) repeat-y scroll 0pt;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background:transparent url(/travel/images/shadow-lr.png) repeat-y scroll -6px 0pt
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	background:transparent url(/travel/images/shadow-c.png);
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	left: 0;
	top: 0;
	background:transparent url(/travel/images/shadow.png) no-repeat scroll 0pt -12px;
}
.zoomimage_sbc {
	height: 6px;
	overflow: hidden;
	margin: 0 6px;
	background:transparent url(/travel/images/shadow.png) repeat-x scroll 0pt -36px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	right: 0;
	top: 0;
	background:transparent url(/travel/images/shadow.png) no-repeat scroll 0pt -6px;
}
.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
	border: 20px solid #000;
}
.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.zoomimage_loading {
	background-image: url(/travel/images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev {
	background-image:url(/travel/images/zoomimage_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background-image:url(/travel/images/zoomimage_next.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}
