.clear {
	clear: both !important;
	border: none !important;
	margin: 0 !important;
	height: 0px !important;
	width: auto !important;
}
.elemlink {
	cursor: pointer;
}
BODY {
    margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Courier;
	background: #888888 url('../images/background.jpg') repeat-x;
	color: #303030;
	font-size: 13px;
}

IMG {
	border: none;
}

.sitecontainer {
	width: 1016px;
	margin: 0 auto;
}

.siteheader {
	width: 1016px;
	height: 88px;
	position: relative;
	margin-top: 8px;
	font-size: 14px;
}

.siteheader .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

.siteheader .title {
	position: absolute;
	right: 8px;
	top: 0px;
	width: 310px;
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #c8c8c8;
}

.siteheader .username {
	position: absolute;
	top: 38px;
	right: 8px;
	text-align: right;
	width: 500px;
	line-height: 14px;
	color: #909090;
}
.siteheader .logout {
	position: absolute;
	top: 62px;
	right: 8px;
	font-weight: bold;
	color: #909090;
	text-decoration: none;
	display: block;
}
.siteheader .logout:hover {
	text-decoration: underline;
}

.tabscontainer {
	position: relative;
	height: 60px;
	background: url('../images/shadow_top.png') repeat-x bottom left;
}

.tabscontainer .tabsstart {
	float: left;
	width: 8px;
	height: 60px;
	background: url('../images/shadow_menu_left.png') no-repeat;
}
.tabscontainer .tabsend {
	float: left;
	width: 20px;
	height: 60px;
	background: url('../images/shadow_menu_right.png') no-repeat -12px 0px;
}

.tabscontainer .tabs {
	float: left;
	height: 52px;
	padding-top: 8px;
	background: #ffffff url('../images/shadow_menu_top.png') repeat-x;
	position: relative;
}
.tabscontainer .tabs .topleftshadow {
	position: absolute;
	width: 20px;
	height: 8px;
	background: url('../images/shadow_menu_left.png') no-repeat;
	top: 0px;
	left: -8px;
}
.tabscontainer .tabs .toprightshadow {
	position: absolute;
	width: 20px;
	height: 8px;
	background: url('../images/shadow_menu_right.png') no-repeat;
	top: 0px;
	right: -8px;
}
.tabscontainer .tabs .tab {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 18px;
	line-height: 49px;
	font-size: 18px;
	color: #7f7f7f;
	background: #ffffff url('../images/tabinactivebg.png') repeat-x;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
}
.tabscontainer .tabs .tab.home { border-bottom: 2px solid #000000; }
.tabscontainer .tabs .tab.accommodation { border-bottom: 2px solid #59ac00; }
.tabscontainer .tabs .tab.rooms { border-bottom: 2px solid #f19300; }
.tabscontainer .tabs .tab.prices { border-bottom: 2px solid #00b0b2; }
.tabscontainer .tabs .tab.availability { border-bottom: 2px solid #a30d47; }
.tabscontainer .tabs .tab.reservations { border-bottom: 2px solid #c2bb00; }
.tabscontainer .tabs .tab.settings { border-bottom: 2px solid #ad0dab; }

.tabscontainer .tabs .tab.active {
	background-image: none;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #454545;
}
.tabscontainer .tabs .separator {
	height: 52px;
	width: 1px;
	background-color: #ffffff;
	border-left: 1px solid #d3d3d3;
	float: left;
}

.tabscontainer .toprightshadowcontents {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 8px;
	width: 20px;
	background: url('../images/shadow_corner_topright.png') no-repeat;
}

.tabscontainer .topleftshadowcontents {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 8px;
	width: 20px;
	background: url('../images/shadow_corner_topleft.png') no-repeat;
}


.tabscontainer .langselector {
	position: absolute;
	right: 0px;
	background: url('../images/world.png') no-repeat 5px 5px;
	padding: 5px 8px 5px 30px;
	margin-top: 20px;
}


.sitecontentscontainer {
	position: relative;
	background: url('../images/contentsshadow.png') repeat-y;
}
.sitecontents {
	margin: 0px 8px;
	padding: 20px;
	background-color: #ffffff;
}
.sitecontents a {
	color: #A30D47;
	text-decoration: none;
}
.sitecontents a:hover {
	text-decoration: underline;
}
.sitecontents .smalllist.reservations A {
	color: #000000;
}

.sitefooter {
	width: 1016px;
	height: 45px;
	background: url('../images/footerbg.png') no-repeat;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 100px;
}
.sitefooter A {
	color: #ffffff;
	text-decoration: none;
}
.sitefooter A:hover {
	color: #ffffff;
	text-decoration: underline;
}

.inlogbox {
	margin: 50px auto 50px auto;
	background: url('../images/inlogbg.png') no-repeat;
	width: 356px;
	height: 216px;
	position: relative;
}
.inlogbox .title {
	position: absolute;
	top: 21px;
	left: 22px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #606060;
}
.inlogbox .line {
	position: absolute;
	top: 55px;
	left: 8px;
	width: 340px;
	height: 1px;
	background-color: #2d3576;
}
.inlogbox .contents {
	position: absolute;
	top: 72px;
	left: 22px;
	width: 312px;
	color: #606060;
}
.inlogbox .contents A {
	color: #747474;
	text-decoration: none;
}
.inlogbox .contents A:hover {
	text-decoration: underline;
}
.inlogbox .contents INPUT.text {
	width: 180px;
}
.inlogbox .contents DIV.links {
	text-align: right;
	margin-right: 4px;
}
.inlogbox .contents A.passrecover {
	font-weight: bold;
	text-decoration: underline;
}

.homeboxes {
	width: 743px;
	margin: 20px auto 20px auto;
}
.homeboxes .left {
	float: left;
	width: 355px;
}
.homeboxes .right {
	float: left;
	width: 355px;
	margin-left: 33px;
}

.homeboxes .box {
	float: left;
	width: 355px;
	height: 166px;
	background: url('../images/boxbg.png') no-repeat;
	position: relative;
}

.homeboxes .box .title {
	position: absolute;
	top: 21px;
	left: 22px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #606060;
}
.homeboxes .box .line {
	position: absolute;
	top: 55px;
	left: 8px;
	width: 340px;
	height: 2px;
	background-color: #2d3576;
}
.homeboxes .box.accommodation .line { background-color: #59ac00; }
.homeboxes .box.rooms .line { background-color: #f19300; }
.homeboxes .box.prices .line { background-color: #00b0b2; }
.homeboxes .box.availability .line { background-color: #a30d47; }
.homeboxes .box.reservations .line { background-color: #c2bb00; }
.homeboxes .box.settings .line { background-color: #ad0dab; }

.homeboxes .box .contents {
	position: absolute;
	top: 72px;
	left: 22px;
	width: 312px;
	color: #606060;
}
.homeboxes .box .morelink {
	position: absolute;
	top: 128px;
	right: 20px;
	text-align: right;
	padding-right: 12px;
	background: url('../images/morelinkarrow.png') no-repeat center right;
	font-weight: bold;
	color: #606060;
	text-decoration: underline;
}

.alertbox {
	margin: 0 auto;
	width: 400px;
	padding: 10px;
	border: 1px solid #ff0000;
	background-color: #ffecec;
	font-size: 13px;
	color: #ff0000;
	text-align: center;
}
.alertbox UL {
	margin: 0px;
}
.messagebox {
	margin: 0 auto;
	width: 300px;
	padding: 10px;
	border: 1px solid #0000ff;
	background-color: #ececff;
	font-size: 13px;
	color: #0000ff;
	text-align: center;
}
.messagebox UL {
	margin: 0px;
}


/* NEW ADMINISTRATOR */
TABLE.edittable {
}

TABLE.smallfont TR TD {
	font-size: 11px;
}
TABLE.largelist TR TD {
	font-size: 15px;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #EEEEEE;
}
TABLE.largelist TR TD A {
	color: #A30D47;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
TABLE.largelist TR TD A:hover {
	text-decoration: underline;
}

TABLE.smalllist TR TD {
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #EEEEEE;
}

TABLE.smalllist TR TD A {
	color: #A30D47;
	text-decoration: none;
}

TABLE.smalllist TR TD A:hover {
	text-decoration: underline;
}

TABLE.smalllist TR TH {
	text-align: left;
	font-weight: bold;
}

TH.regular {
	text-align: left;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
TD.property {
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 0px 3px 0px;
	width: 170px;
}
TD.propertyvalue {
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 0px 3px 5px;
	width: 300px;
}
INPUT.textfield {
	width: 200px;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
	color: #303030;
	font-size: 13px;
}
INPUT.textfieldsmaller {
	width: 55px;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
	color: #303030;
	font-size: 13px;
}
INPUT.textfieldsmallest {
	width: 35px;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
	color: #303030;
	font-size: 13px;
}
SELECT.selectbox {
	border: 1px solid #AAAAAA;
	color: #303030;
	font-size: 13px;
}
TEXTAREA.textfield {
	width: 400px;
	border: 1px solid #AAAAAA;
	font-family: inherit;
	font-size: inherit;
	color: #303030;
	font-size: 13px;
}
INPUT.button {
	background-color: #000088;
	color: #fff;
	border: 1px solid #000088;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 3px;
}
INPUT.button:hover {
	background-color: #0000BB;
}


FONT.explanation {
	font-size: 13px;
}

FONT.explanation UL {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    list-style-position: outside;
	font-size: 13px;
}

FONT.explanation LI {
    list-style-image: url('../../images/bullet.gif');
	font-size: 13px;
}
FONT.explanation LI A {
	font-size: inherit;
}

TABLE.calendar {
}

TABLE.calendar {
	border: 1px solid #AAAAAA;
	width: 180px;
}
TD.calmonthname {
	font-weight: bold;
    background-color: #87CDFF;
	color: #FFFFFF;
}
TD.caldayname {
	background-color: #97DEFF;
	font-weight: bold;
	color: #FFFFFF;
}
TD.caldisabled {
	font-size: 11px;
	color: #EEEEEE;
}
TD.calavailable {
	background-color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	MozUserSelect: none;
}
TD.calavailableover {
	background-color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #FF0000;
	text-decoration: underline;
	MozUserSelect: none;
}

TD.calunavailablefromimport {
	background-color: #ff9e9e;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #ff9e9e;
	color: #FFFFFF;
}

TD.calunavailable {
	background-color: #FF0000;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #FF0000;
	color: #FFFFFF;
}

TD.calunavailableover {
	background-color: #FF0000;
	font-size: 11px;
	cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #AAAAAA;
	text-decoration: underline;
}

/* OLD ADMINSTRATOR */

.acterrorlink {
	color: #000000;
}

.acterrorlink:hover {
	color: #FF0000;
}

.menuLink {
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
}

.menuLink:hover {
    color: #0000FF;
    background-color: #DDDDDD;
}

.menuLinkActive {
    color: #FFFFFF;
    background-color: #A51C15;
    padding: 5px 5px 5px 5px;
    line-height: 30px;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;    
}

.QF_asterisk {
    color: #FF0000;
    vertical-align: super;
    font-size: 10px;
}
.QF_error {
    color: #FF0000;
    font-size: 10px;
}
.QF_table {
    border: 1px solid #A51C15;
}
.QF_header {
    background-color: #A51C15;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}
.headerLink {
    color: #FFFFFF;
}
.header {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    color: #FFFFFF;
}
.headercell {
    background-color: #87CDFF;
    padding: 0px 0px 0px 0px;
}
.pricecontainer {
    background-color: #17b42b;
}
.pricecontainerweekend {
    background-color: #4da2de;
}
.priceday {
    width: 20px;
    color: #FFFFFF;
}
.priceprice {
    height: 27px;
    width: 40px;
    color: #FFFFFF;
    text-align: center;
}
.availday {
    width: 40px;
    text-align: center;
    border: 1px solid #DDDDDD;
}
.weekday {
    background-color: #A51C15;
    color: #FFFFFF;
    font-weight: bold;
}

.helpTable {
    border: 1px solid #A51C15;
    margin-bottom: 10px;
    width: 500px;
}

.messageTable {
	border: 2px solid #87CDFF;
	margin-bottom: 10px;
	width: 500px;
}

.helpText A {
    font-size: 12px;
    font-weight: bold;
    color: #A51C15;
    text-decoration: none;
}

.helpText A:hover {
    text-decoration: underline;
}

.menuInfoTable {
    border: 3px solid #A51C15;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.menuInfoText {
    font-size: 11px;
}
.menuInfoText A {
    font-size: 12px;
    font-weight: bold;
    color: #A51C15;
    text-decoration: none;
}

.menuInfoText A:hover {
    text-decoration: underline;
}

/* Season editor */
div.seasonselect {
	float: left;
	padding: 7px;
	border-width: 1px;
	border-style: solid;
	margin-right: 20px;
	cursor: pointer;
	font-weight: bold;
}
div.seasonselect.low {
	border-color: #9AC754;
}
div.seasonselect.selected,
div.seasonselect:hover {
	color: #ffffff;
}
div.seasonselect.low.selected,
div.seasonselect.low:hover {
	background-color: #9AC754;
}
div.seasonselect.middle {
	border-color: #E0AB39;
}
div.seasonselect.middle.selected,
div.seasonselect.middle:hover {
	background-color: #E0AB39;
}
div.seasonselect.high {
	border-color: #E05C39;
}
div.seasonselect.high.selected,
div.seasonselect.high:hover {
	background-color: #E05C39;
}
td.seasonmonth {
	font-weight: bold;
	padding: 4px;
}
td.seasonday,
td.seasondayempty {
	border: 1px solid #eeeeee;
	padding: 2px;
	min-width: 20px;
	line-height: 20px;
	text-align: center;
}
td.seasonday {
	cursor: pointer;
	color: #ffffff;
	background-color: #9AC754;
}
td.seasonday.middle {
	background-color: #E0AB39;
}
td.seasonday.high {
	background-color: #E05C39;
}
td.seasonday:hover {
	border-color: #000000;
}

.lbl-notif {
	background-color: #53c355;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.2px;
	padding: 3px 7px;
	border-radius: 2px;
	margin-right: 5px;
}


