/* ############################ Text Styles ################################# */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 12px;
	line-height: 1.8;
	background-color: transparent;
	color: #1f1d20;
}
p {
	line-height: 1.8;
}
h1 {
	margin: -13px 0 -1px 0;
	padding: 4px 0 1px 0;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia;
	font-style: italic;
}
.sIFR-active h1 {font-size: 30px; margin-top: -3px; margin-left: -1px; margin-bottom: 3px;}
h2 {
	margin: -5px 0px 8px -1px;
	padding: 0px 0px 5px 0px;
	font-size: 17px;
	font-weight: normal;
	font-family: Georgia;
	color: #1f1d20;
	line-height: 1.5;
}
.sIFR-active h2 {font-size: 20px; margin-top: 0px; margin-left: -1px; margin-bottom: 10;}
#footer p {
	font-size: 11px;
	color: #B7AD9C;
}

a:hover { color: #79746f }


/* ################################# RTE ##################################### */
/* ### styles required to make RTE look correct in edit mode (Firefox fix) ### */
.mceContentBody {background: none !important;}

/* special link and header colors for the different hotels */
.mceContentBody.bodyLadyHamilton a { text-decoration:none !important; color: #71002f !important; }
.mceContentBody.bodyLadyHamilton h1 {color: #71002f;}
.mceContentBody.bodyLordNelson a { text-decoration:none !important; color: #002c4a !important; }
.mceContentBody.bodyLordNelson h1 {color: #002c4a;}
.mceContentBody.bodyVictory a { text-decoration:none !important; color: #4a2513 !important; }
.mceContentBody.bodyVictory h1 {color: #4a2513;}

/* common hover color for all hotels */
.mceContentBody a:hover {color: #79746f !important;}



/* ############################ Column with rounded corners ################################# */

.col-boxheader1 p { color: #444; line-height: 1.5; margin: 0px; padding: 0px; }
.col-boxheader1 td.col-top { background: url(img/boxheading_top.png) no-repeat top -25px;}
.col-boxheader1 td.col-content { background: url(img/boxheading_middle.jpg) repeat-y;}
.col-boxheader1 td.col-left { background: url(img/boxheading_middleleft.png) repeat-y; }
.col-boxheader1 td.col-right { background: url(img/boxheading_middleright.png) repeat-y; }
.col-boxheader1 td.col-bottomleft { background: url(img/boxheading_bottom.png) no-repeat left; }
.col-boxheader1 td.col-bottomright { background: url(img/boxheading_bottom.png) no-repeat right; }
.col-boxheader1 td.col-bottom{ background: url(img/boxheading_bottom.png) no-repeat -25px; }
.col-boxheader1 { background: url(img/boxheading_top.png) no-repeat 0px 0px;}

.col-boxheader2 { background: url(img/frame_undersida.png) no-repeat 0px 0px; padding: 3px 0 0 0;}
.col-boxheader3 { background: url(img/gallery_props.png) no-repeat top right;}

/* ############################ Column with background color ################################# */

td.col-color1 {
}

/* ############################ Tables ################################# */

.contenttable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 14px;
	margin-left: -1px;
}
.contenttable th, .contenttable thead td {
	padding: 4px 9px 6px 9px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background: #000000;
	color: #ffffff;
}
.contenttable td {	
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px 9px 6px 9px;
	background: #f2f2f2;
}

/* ############################ Lists ################################# */

ol, ul {
	margin: -10px 0 0 10px;
	padding: 0 0 11px 15px;
}
ul li ul {
}
ul li {
	/*list-style-image: url(arrow.gif);*/
	list-style-position: outside;
}

/* ############################ Text/Image Positioning ################################# */

img {border: 0;}
p img {margin: 5px 0 0 0; padding-bottom: 5px; }
p {margin: 0; padding: 0 0 10px 0;}
.image-left {padding: 0; margin-right: 10px; float: left;}
.image-right {padding: 0; margin-left: 10px; float: right;}
.align-right {text-align: right;}
.align-center {text-align: center;}

/* ############################ RTE Frontend Styling ################################# */

.editorWrap .htmlarea div.toolbarWrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
}
.editorWrap .htmlarea div.toolbarWrap div.toolbar {
	width: 630px;		
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
.editorWrap .htmlarea iframe.editorIframe {
	padding: 0px;
	border: 0;
}
div.toolbar ul li {
	list-style-image: none;
}
