
/* CVS $Id: style.css,v 1.6 2009/07/29 00:24:37 sean Exp $ */

/* html elements */
body {
  min-width: 600px;
  margin: 20px;
  background: #fff url("body_back.gif") repeat-x;
  text-align: center;
}


body, td, th, input {
  font-family: verdana, sans-serif;
  font-size: 12.5px;
}


a img {
	border: 0;
}


form {
	margin: 0;
	display: inline;
}

label, input {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }


h1 {
	font-size: 120%;
	color: #955322;
}
h2 {
	font-size: 110%;
	color: #B26C38;
}
h2 a:visited {
	text-decoration: none;
}
h3 {
	color: #EC361D;
	font-size: 110%;
}
h4 {
	font-size: 110%;
	color: #666;
}
h5 {
	font-size: 100%;
	color: #955322;
}
h6 {
	color: #EC361D;
	font-size: 100%;
}

p, li, dt, dd {
	font-size: 92%;
}
p {
	line-height: 150%;
}
sup {
	font-size: 70%;
}
a:link, a:visited {
	color: #FF7722;
	text-decoration: none;
}

a:hover  {
	text-decoration: none;
	color: #77008C;
}

td {
  vertical-align: top;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1em 1em;
}

li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

sup {
  font-size: 70%;
}

form {
  margin: 0;
  display: inline;
}

label {
  font-weight: bold;
}


/* Footer */

#footer {
    clear:both;
    font-size: 11px;
    border-top: 1px solid #999;
		margin: 1em 0;
		padding: 0.8em 0;
		text-align: center;
}


#footer a {
  color: #559;
	font-weight : bold;
	text-decoration: none;
}

#footer a:hover{
	color:#F66;
  font-weight : bold;
	text-decoration: underline;
}


#footer ul {
  margin: 0 0 1em 0;
  padding: 0;
}

#footer li {
  display: inline;
  padding: 0 20px 0 0;
  margin: 0;
  white-space: nowrap;
}

#footer p {
  margin: 0.6em 0;
}


/** main stuff **/

	#container {
    text-align: left;
    width: 800px;
    max-width: 800px;
    margin: 0 auto;
	}

   body[class] #container {
     width: auto;
   } 



  #leftMargin {
    width: 210px;
    padding-top: 3.5em;
  }

  #rightMargin {
    width: 200px;
    padding-top: 3.5em;
    text-align: center;
  }

  #content {
    width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #content-large {
    width: 600px;
    padding-left: 20px;
  }

  #content-largest {
    width: 800px;
  }


/* Header! */


	#header {
		background: #455372 url("headernew.png") bottom left repeat-x;
		position: relative;
		min-height: 39px;
		height: 80px;
		padding: 0;
	}


	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 2px;
		height: 8px;
		z-index: 100; /* above the UL */
	}

  #header #topRight {
		position: absolute;
		top: 0;
		right: 0;
		padding: 12px 20px 0 0;
		background: url("header_tr.gif") no-repeat top right;
		margin: 0; /* need for IE Mac */
		text-align: right; /* need for IE Mac */
		white-space: nowrap; /* for Opera */
	}

	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		background: url("header_br.gif") no-repeat bottom right;
		z-index: 90; /* below the H1 */
	}



	#header li {
		float: right;
		background: transparent url("tableft.png") top left no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}

	#header ul a {
		float: left;
		display: block;
    margin-right: -5px;
		padding: 4px 10px 4px 10px;
		background: transparent url("tabright.png") top right no-repeat; 
		font-weight: bold;
		color: #fff;
		text-decoration: none;
    z-index: 101;
	}





/* olddddd */
.error {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff4444;
}



.pageHeading {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 3px;
	color: #222283;
	text-align: center;
}

/* Headings of Pages / Sections */
.head2 {
	line-height: 200%;
	font-size: 15pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #222283;
}

.head3 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #222283;
}

ul {

}

th {
	font-weight: bold;
	padding: 4px 2px 4px 2px
}



input,
textarea,
select {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #023548;
}






.wrapPanel {
	margin: 0;
	padding: 0;
	border-style: none;
}


.pageBody {
	margin: 0px;
	padding-top: 20px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-style: none;
}

.blot {
	margin-top: 5px;
	background: #828383;
}

.editbox {
	border: 1px solid #BFD0D7; 
	border: none;
}

.caption {
	font-size: 10px;
}

.roomTitle {
	font-size: 1.2em;
	padding: 5px 0px;
}

.roomTitleRow {
	background: #e3e9f5;
}

.element {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #023548;
	padding: 4px 2px 4px 2px;
	line-height : 18px;
}

.element b {
	font-style: normal;
}


.elementTitle {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #222283;
	padding: 4px 2px 4px 2px
}

.elementEdit {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 4px 2px 8px 2px
}

.elementImg {
	border: 1px solid #222283;
}


.subBox {
	background: #fff;
	color: #386393;
	border: 1px solid #747F96;
	font-size: 12px;
}

.link2:link,.link2:visited {
	line-height: 200%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}

.link2:hover {
	line-height: 200%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #707070;
}


.elementBackgroundDark  { /* background-color: #D3DCF0; */ }
.elementBackgroundLight { /* background-color: #E3ECFF; */ }

.formBackgroundDark  { background: #C3CCE0; }
.formBackgroundLight { background: #D3DCF0; }

/* =================== start booking search form styles ===================== */

.mediaContainer {
  margin-bottom: 1.5em;
}

/* ==================== end booking search form styles ====================== */

