

HTML {
	height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #d5e2d9;
  overflow: -moz-scrollbars-vertical;
}

DIV, FORM {
	margin: 0;
	padding: 0;
	text-align: left;
}

.clearer {
	clear: both;
}

/* *******************************************************************************************
 *         Generic Fonts                                                                     *
 ******************************************************************************************* */

H3.start {
	margin: 0;
	font: bold italic 14px 'Trebuchet MS', Arial, sans-serif;
	color: #cd5050;
}
H1.start {
	margin: 0 0 10px 0;
	font: bold italic 36px 'Trebuchet MS', Arial, sans-serif;
	color: #d45f5f;
}

H1 {
	margin: 0 0 10px 0;
	font: bold italic 24px 'Trebuchet MS', Arial, sans-serif;
	color: #333;
}
H2 {
	margin: 15px 0 5px 0;
	font: bold 17px 'Trebuchet MS', Arial, sans-serif;
	color: #333;
}
H3 {
	margin: 15px 0 2px 0;
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #000;
}
H4 {
	margin: 10px 0 2px 0;
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #000;
}


#dochead H1 {
	margin: 0;
	font: bold italic 36px/1em "Times New Roman", Times, serif;
	color: #333;
}
#dochead H2 {
	margin: 0;
	font: 17px/1em Verdana,Geneva,sans-serif;
	color: #333;
}

BODY, TD, TH {
	font: 11px Verdana, Geneva, sans-serif;
	color: #000;
}
#booking_container TD, TH {
	font: 10px Verdana, Geneva, sans-serif;
	color: #000;
}
.ingress {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.text {
	margin: 0 0 5px 0;
}

.small {
	font-size: 9px;
}
BIG {
	font-size: 12px;
}


UL {
	margin: 10px 0 10px 14px;
	padding: 0;
	list-style-type: square;
}
LI {
	padding-bottom: 3px;
}

/* *******************************************************************************************
 *         Generic Links                                                                     *
 ******************************************************************************************* */

A:link,
A:visited {
	color: #009;
	text-decoration: none;
}
A:active,
A:hover {
	color: #c00;
	text-decoration: underline;
}

.box A:link,
.box A:visited {
	color: #cd5050;
	text-decoration: none;
}
.box A:active,
.box A:hover {
	color: #ad3030;
	text-decoration: underline;
}

A.red:link,
A.red:visited {
	color: #cd5050;
	text-decoration: none;
}
A.red:active,
A.red:hover {
	color: #ad3030;
	text-decoration: underline;
}

/* *******************************************************************************************
 *         Generic Images                                                                    *
 ******************************************************************************************* */

.image_top {
	margin: 0;
	padding: 0 0 15px 0;
}
.image_mid {
	margin: 0;
	padding: 15px 0;
}
.image_right {
	float: right;
	margin: 0;
	padding: 10px 0 15px 20px;
	max-width: 250px;
}
.image_top img,
.image_right img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* *******************************************************************************************
 *         Generic Forms                                                                     *
 ******************************************************************************************* */

SELECT,
.formSelect,
TEXTAREA,
.formField,
.formTextarea {
	font: 10px Verdana, Geneva, sans-serif;
	color: #000;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.formFieldFile {
	font: 10px Verdana, Geneva, sans-serif;
	color: #000;
}
.formFieldDisabled {
	cursor: default;
}
TEXTAREA,
.formTextarea {
	overflow: auto;
}

.formBtn,
.formBtnSmall,
.formBtnSmallActive {
	background: #a95c5c url(/images_gui/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #893c3c;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.8);
}
.formBtnDisabled,
.formBtnSmallDisabled {
	background: #b1b8bd url(/images_gui/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #91989d;
	font-family: Arial,Helvetica,sans-serif;
	color: #91989d;
	cursor: default;
	padding: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.8);
}

.formBtn,
.formBtnDisabled {
	font-size: 11px !important;
}
.formBtnSmall,
.formBtnSmallDisabled {
	font-size: 10px !important;
}
.formBtnSmallActive {
	font-size: 10px !important;
	color: #8e8;
	border-color: #000 #ccc #ccc #000;
}

.formBtnLeft {
	float: left;
	margin-right: 8px;
}
.formBtnRight {
	float: right;
	margin-left: 8px;
}

.formBtnMargB {
	margin-bottom: 5px;
}

/* *******************************************************************************************
 *         Containers                                                                        *
 ******************************************************************************************* */

#outer_container {
	width: 970px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	text-align: center;
}
#main_container {
	padding: 0;
	background-color: #fff;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
}

#content_container {
	clear: both;
	padding: 25px 10px 15px 10px;
}

#left_column {
	float: left;
	width: 180px;
	margin-right: 30px;
}

#content {
	float: left;
	width: 525px;
}
BODY#start #content {
	float: left;
	width: 345px;
}
#content_fullwidth {
	float: left;
	width: 700px;
}
#content_fullwidth_all {
	float: left;
	width: 946px;
}
#content_gallery {
	float: left;
	width: 525px;
}

#right_column {
	float: right;
	width: 180px;
}
BODY#start #right_column {
	float: right;
	width: 360px;
}


/* *******************************************************************************************
 *         DocHead                                                                           *
 ******************************************************************************************* */

#dochead {
	width: 100%;
	background-color: #a2c3ac;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-khtml-border-radius-topleft: 10px;
	-o-border-radius-topright: 10px;
	-o-border-radius-bottomright: 0px;
	-o-border-radius-bottomleft: 0px;
	-o-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
}
#dochead_top {
	padding: 0 20px;
}
#dochead_top #logo {
	float: left;
	padding: 10px 0 13px 0;
}
#dochead_top #dochead_right {
	text-align: right;
	vertical-align: bottom;
}

#dochead_right .flags {
	display: block;
	padding: 0 0 5px 0;
}
#dochead_right .flags A {
	font: 11px 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #414140;
	text-decoration: none;
}
#dochead_right .flags A:active,
#dochead_right .flags A:hover {
	text-decoration: underline;
}
#dochead_right .flags IMG {
	margin: 0 0 3px 5px;
	vertical-align: middle;
}

/* *******************************************************************************************
 *         TopMenu                                                                           *
 ******************************************************************************************* */

#topmenu {
	clear: both;
	width: 100%;
	height: 22px;
	background: #4e88ad url(/images_gui/bg_topmenu.gif) bottom left repeat-x;
}
#topmenu A {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 13px 5px 13px;
	border-right: 1px solid #fff;
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
}

#topmenu #topmenu_right A {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	padding: 4px 13px 5px 13px;
	border: 1px solid #6eac8a;
	border-width: 0 1px;
	font: 11px Verdana, Geneva, sans-serif;
	color: #6eac8a;
	text-decoration: none;
}

#topmenu A.first {
	margin-left: 10px;
	border-left: 1px solid #fff;
}
#topmenu A:active,
#topmenu A:hover {
	background: transparent url(/images_gui/bg_topmenu_hover.gif) top left repeat-x;
}

#topmenu #topmenu_right A:active,
#topmenu #topmenu_right A:hover {
	background: transparent url(/images_gui/bg_topmenu_hover.gif) top left repeat-x;
	border-color: #fff;
	color: #fff;
}
#topmenu A.act {
	background: #fff url(/images_gui/bg_topmenu_act.gif) top left repeat-x !important;
	color: #000 !important;
}

/* *******************************************************************************************
 *         LeftMenu                                                                          *
 ******************************************************************************************* */

#leftmenu {
	float: left;
	width: 180px;
	margin-right: 30px;
}
#leftmenu DIV {
	margin: 0;
	padding: 0;
}
#leftmenu .itemsLineTop {
	border-top: 1px solid #a6c3d6;
}
#leftmenu .items A {
	display: block;
	width: 178px;
	margin: 0;
	padding: 0;
	border: 1px solid #a6c3d6;
	border-width: 0 1px 1px 1px;
	font: 11px Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
#leftmenu .items A SPAN {
	display: block;
	margin: 0;
	padding: 5px 14px;
}
#leftmenu .items A.first {
	border-top: 1px solid #a6c3d6;
}

#leftmenu .items A.lev1 SPAN {
	padding: 5px 14px;
}
#leftmenu .items A.lev2 SPAN {
	padding: 5px 14px 5px 26px;
}
#leftmenu .items A.lev3 SPAN {
	padding: 5px 14px 5px 42px;
}
#leftmenu .items A.lev4 SPAN {
	padding: 5px 14px 5px 58px;
}

#leftmenu .items A:active,
#leftmenu .items A:hover {
	background-color: #ecf5f9;
	text-decoration: underline;
}
#leftmenu .items A.act_page {
	width: 179px;
	border-right: 0;
	background: #ecf5f9 url(/images_gui/bg_leftmenu_act.gif) top right repeat-y;
}


#leftmenu DIV.leftMenuHeading {
	display: block;
	width: 178px;
	margin: 0;
	padding: 0;
	border: 1px solid #a6c3d6;
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #c9e6f3;
}
#leftmenu DIV.leftMenuHeadingSpaceBefore {
	margin-top: 35px;
	border-width: 1px;
}
#leftmenu DIV.leftMenuHeadingSpaceAfter {
	margin-bottom: 35px;
}
#leftmenu DIV.leftMenuHeadingFirst {
	border-width: 1px;
}
#leftmenu DIV.leftMenuHeading SPAN {
	display: block;
	margin: 0;
	padding: 5px 14px;
}





.box {
	margin: 0 0 15px 0;
	padding: 0;
}

.box H4 {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0;
	padding: 4px 3px 5px 5px;
}
.box_blue H4 {
	background: #4e88ad url(/images_gui/bg_box_blue.gif) bottom left repeat-x;
}
.box_green H4 {
	background: #6eb374 url(/images_gui/bg_box_green.gif) bottom left repeat-x;
}
.box_red H4 {
	background: #c16060 url(/images_gui/bg_box_red.gif) bottom left repeat-x;
}
.box_orange H4 {
	background: #eca559 url(/images_gui/bg_box_orange.gif) bottom left repeat-x;
}

.box .content {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}

.box .content P {
	margin: 0 0 5px 0;
}

.box .content .item {
	padding: 3px 0;
	text-align: center;
}

.box .content .item .image_text {
	padding: 3px 0 5px 0;
	font: 9px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #999;
	text-align: center;
}

/* *******************************************************************************************
 *         Gallery                                                                           *
 ******************************************************************************************* */

#gallery {
	margin-top: 15px;
	margin-bottom: 10px;
}
#gallery TD.img {
	width: 140px;
	text-align: center;
	vertical-align: bottom;
}
#gallery TD.imgText {
	padding: 3px 0 5px 0;
	font: 9px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #999;
	text-align: center;
	vertical-align: top;
}
#gallery .imgV {
	height: 100%;
	padding: 0 15px;
	text-align: center;
	background: transparent url(/images_gui/1x1_cccccc.gif) 15px 0 repeat-y;
}
#gallery .imgVadm {
	height: 100%;
	padding: 0 15px;
	text-align: center;
	background: transparent url(/images_gui/1x1_red.gif) 15px 0 repeat-y;
}
#gallery .imgH {
	padding: 5px 0 15px 0;
}

/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.red {
	color: #c00;
}
.dim {
	color: #999;
}

.bg_blue {
	background-color: #4e88ad !important;
}
.bg_green {
	background-color: #6eb374 !important;
}
.bg_red {
	background-color: #c16060 !important;
}
.bg_orange {
	background-color: #eca559 !important;
}

A IMG {
	border: 0;
}

.helper {
	border-bottom: 1px dashed #6b6;
}

A#unet {
	display: block;
	position: absolute;
	top: 0;
	right: 3px;
	width: 15px;
	height: 135px;
	font-size: 0px;
	text-indent: -1000px;
	background: transparent url(/images_gui/logo_unet_0.gif) top right no-repeat;
}
A#unet:hover {
	background-image: url(/images_gui/logo_unet_1.gif);
}

/* *******************************************************************************************
 *         Admin                                                                             *
 ******************************************************************************************* */

#adminlinks {
	display: none;
	position: fixed;
	z-index: 2;
	width: 80px;
	height: 245px;
	margin: 0;
	padding: 0;
	background-color: #20568d;
	border: 1px solid #000000;
	border-width: 0 1px 1px 0;
}
#adminlinks #button_container {
	margin: 9px 0 0 9px;
}
.adminlinks_in {
	top: -232px;
	left: -67px;
}
.adminlinks_out {
	top: 0;
	left: 0;
}

#adminlinks BUTTON {
	display: block;
	width: 60px;
	font: bold 10px/11px Tahoma,Arial,Verdana,sans-serif;
	color: #ffffff;
	background-color: #30669d;
	border: 1px solid #999999;
	border-color: #dae4ef #999999 #999999 #dae4ef;
	cursor: pointer;
	margin-top: 2px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#adminlinks BUTTON.disable {
	color: #85b6ed;
	background-color: #6096cd;
	border-color: #dae4ef #999999 #999999 #dae4ef;
	cursor: default;
}
#adminlinks BUTTON.btn_top {
	font: bold 14px Tahoma,Arial,Verdana,sans-serif;
	margin: 0;
	padding: 5px;
}
#adminlinks #close {
	position: absolute;
	bottom: 1px;
	right: 1px;
	cursor: pointer;
}

.admLabel,
.admLabel A {
	font: bold 10px Tahoma,Arial,sans-serif !important;
	background-color: #cc0000 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
.admLabel {
	padding: 1px 4px !important;
}
.admLabel A {
	color: #ffffff !important;
	text-decoration: none !important;
}
.admHand {
	margin: 2px !important;
}

.autoH {
	height: auto !important;
}

#adm_postit {
	margin: 10px;
	padding: 5px;
	font: 10px Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #ffff66;
	border: 1px solid #cccccc;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

