@import url(../common.css);

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
	list-style-image: url(../../graphics/nc/system/nc-bubblearrow.gif); 
	position: relative;
	z-index: 0;
	left: 1.7em; /* (1.2em + X) */
	margin: 0 1.7em 0 -1.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 1.7em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
	list-style-image: url(../../graphics/nc/system/nc-bubblearrow.gif);
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
	line-height: 20px;
}

ul.list1 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 2px 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../../graphics/nc/system/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 5.2em; /* (1.2em + X) */
	margin: 0 5.2em 0 -5.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 5.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../../graphics/nc/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 2.2em; /* (1.2em + X) */
	margin: 0 2.2em 0 -2.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 2.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #08205c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3869ab;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../../graphics/nc/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	color: #887f70;
	font-size: 18px;
	font-weight: normal;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #887f70;
	font-size: 13px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-size: 11px;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	margin: 0 0 20px 0;
	color: #000;
	font-size: 13px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 20 (footer nav, flowing text) ---- */
.footernav {
	/* common font face, size, formatting */
	float: left;
	width: 560px;
	color: #CCC;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footernav li {
	display: inline;
}

.footernav a:link, .footernav a:visited {
	/* normal link: colour, style */
	color: #666;
	border: none;
	text-decoration: none;
}

.footernav a:hover, .footernav a:active {
	/* normal link rollover: colour, style */
	color: #213f77;
	border: none;
	text-decoration: none;
}

.footernavc a:link, .footernavc a:visited {
	/* current link: colour, style */
	color: #666;
	border: none;
	text-decoration: none;
}

.footernavc a:hover, .footernavc a:active {
	/* current link rollover: colour, style */
	color: #213f77;
	border: none;
	text-decoration: none;
}

/* ---- nav style 21 (main nav, vertical text) ---- */
.mainnav {
	/* common font face, size, formatting */
	position: absolute;
	margin: 21px 0 0 44px;
	width: 140px;
	height: 212px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainnav li {
	display: block;
	padding: 1px 0;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	border: none;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	border: none;
	text-decoration: underline;
}

.mainnavc a:link, .mainnavc a:visited {
	/* current link: colour, style */
	color: #FFF;
	border: none;
	text-decoration: underline;
}

.mainnavc a:hover, .mainnavc a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	border: none;
	text-decoration: underline;
}

/* ---- nav style 22 (subnav 1, vertical text) ---- */
.subnav1 {
	/* common font face, size, formatting */
	position: relative;
	margin: 0;
	padding: 0 4px 0 16px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav1 li {
	display: block;
	padding: 1px 0;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	color: #213f77;
	border: none;
	text-decoration: none;
	background: none;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	color: #213f77;
	border: none;
	text-decoration: underline;
	background: none;
}

.subnav1c a:link, .subnav1c a:visited {
	/* current link: colour, style */
	color: #213f77;
	border: none;
	text-decoration: underline;
	background: none;
}

.subnav1c a:hover, .subnav1c a:active {
	/* current link rollover: colour, style */
	color: #213f77;
	border: none;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 23 (sitemap nav 1, vertical text) ---- */
.sitemapnav1 {
	/* common font face, size, formatting */
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}

.sitemapnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sitemapnav1 li {
	display: block;
	padding: 8px 0 8px 20px;
	background: url(../../graphics/nc/system/nc-home-mainnav-arrow.gif) no-repeat 0 10px;
}

.sitemapnav1 a:link, .sitemapnav1 a:visited {
	/* normal link: colour, style */
}

.sitemapnav1 a:hover, .sitemapnav1 a:active {
	/* normal link rollover: colour, style */
}

/* ---- nav style 23 (sitemap nav 2, vertical text) ---- */
.sitemapnav1 .sitemapnav1 {
	/* common font face, size, formatting */
	padding: 10px 0 10px 30px;
}

.sitemapnav1 .sitemapnav1 li {
	padding: 4px 0 4px 20px;
	background: url(../../graphics/nc/system/nc-home-mainnav-arrow.gif) no-repeat 0 6px;
}

/* ---- nav style 24 (extra footer nav, flowing text) ---- */
.extrafooternav {
	/* common font face, size, formatting */
	float: right;
	width: 180px;
	color: #CCC;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}

.extrafooternav .t4 {
	color: #666;
}

.extrafooternav img {
	vertical-align: bottom;	
}

.extrafooternav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.extrafooternav li {
	display: inline;
}

.extrafooternav a:link, .extrafooternav a:visited {
	/* normal link: colour, style */
	color: #666;
	border: none;
	text-decoration: none;
}

.extrafooternav a:hover, .extrafooternav a:active {
	/* normal link rollover: colour, style */
	color: #213f77;
	border: none;
	text-decoration: none;
}

.extrafooternavc a:link, .extrafooternavc a:visited {
	/* current link: colour, style */
	color: #666;
	border: none;
	text-decoration: none;
}

.extrafooternavc a:hover, .extrafooternavc a:active {
	/* current link rollover: colour, style */
	color: #213f77;
	border: none;
	text-decoration: none;
}


/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
	display: block;
	color: #887f70;
	font-size: 24px;
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
	color: #887f70;
	font-size: 18px;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
	color: #887f70;
	font-size: 12px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 20px;
}

.t3 a:link, .t3 a:visited {
	font-weight: normal;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 10px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */
.blueboxlink, 
.redboxlink,
.greenboxlink {
	margin: 8px 0;
	padding: 3px 0 10px 36px;
	font-size: 11px;
}

.blueboxlink .t1,
.blueboxlink .t2,
.blueboxlink .t4,
.redboxlink .t1,
.redboxlink .t2,
.redboxlink .t4,
.greenboxlink .t1,
.greenboxlink .t2,
.greenboxlink .t4 {
	font-size: 11px;	
}

/* -- blue box for link -- */
.blueboxlink {
	background: url(../../graphics/nc/system/nc-26x26-blue.gif) no-repeat 0 0;
}

/* -- red box for link -- */
.redboxlink {
	background: url(../../graphics/nc/system/nc-26x26-red.gif) no-repeat 0 0;
}

/* -- green box for link -- */
.greenboxlink {
	background: url(../../graphics/nc/system/nc-26x26-green.gif) no-repeat 0 0;
}

/* -- specials box -- */
.specialsbox {
	margin: 8px 0 36px 0;
	padding: 0 10px 20px 6px;
	border: 1px solid #CCC;	
}

.specialsboxheader {
	margin: 0 -10px 10px -6px;
	padding: 5px 6px 5px 10px;
	color: #213f77;
	font-size: 15px;
	font-weight: bold;
	background: #efefef;
}

.specialsbox .t2 {
	color: #316a12;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 16px;
	font-weight: bold;
}

/* -- tariff table -- */
.tarifftable {
	margin: 6px -27px 0 0;
	border: 1px solid #ccc;
	width: 517px;
	background: #FFF;
}

.tarifftable td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tarifftable .apartmenttype {
	padding-left: 4px;
	width: 77px;
	font-weight: bold;
	background: #efefef;
}

.tarifftable .apartmenttype a:hover, .tarifftable .apartmenttype a:active {
	background: none;	
}

.tarifftable .blank {
	width: 60px;
	background: #efefef;
}

.tarifftable .lowseason {
	width: 124px;
	color: #213f77;
	vertical-align: middle;
	background: #efefef;
}

.tarifftable .midseason {
	width: 124px;
	color: #213f77;
	vertical-align: middle;
	background: #efefef;
}

.tarifftable .highseason {
	width: 124px;
	color: #213f77;
	vertical-align: middle;
	background: #efefef;
}

.tarifftable .roomtypeheader {
	padding-left: 4px;
	width: 77px;	
	font-weight: bold;
}

.tarifftable .headers {
	width: 62px;
	font-weight: bold;
}

.tarifftable .roomtype {
	padding-left: 4px;
	width: 77px;	
	font-weight: normal;
}

.tarifftable .altline {
	background: #f8f8f8;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background: #FFF;
	text-align: center;
}

#toplevel {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 772px;
	text-align: left;
}

#main {
	border: 1px solid #CCC;
	width: 770px;
}

#headerlogo {
	position: absolute;
	margin: 20px 0 0 202px;
}

#headertext {
	position: absolute;
	margin: 25px 0 0 550px;
	width: 230px;
	height: 83px;
	color: #666;
}

#headertext .t2 {
	color: #213f77;
	font-size: 13px;
}

#headertext .t3,
#headertext .t4 {
	color: #666;	
}

#headertext .checkavaillink {
	clear: both;
	float: none;
	margin: 7px 0 0 0;	
	padding: 8px 0 10px 36px;
	font-size: 11px;
	background: url(../../graphics/nc/system/nc-26x26-blue.gif) no-repeat 0 0;
}

#navheader {
	position: absolute;
	margin: 109px 0 0 0;
	width: 770px;
	height: 243px;
	background: url(../../graphics/nc/system/nc-navheader-bg.gif) no-repeat left top;
}

#subnavarea {
	position: absolute;
	margin: 0 0 0 200px;
	width: 153px;
}

#flashbanner {
	position: absolute;
	margin: 0 0 0 353px;
	padding: 0;
	border: none;
	width: 383px;
	height: 243px;
	background: #FFF;
}

#sectionheader {
	font-size: 0;
	text-indent: -1000px;
}

#navheaderdeco {
	position: absolute;
	margin: 341px 0 0 216px;
	width: 11px;
	height: 28px;
	background: url(../../graphics/nc/system/nc-navheader-btm-deco.gif) no-repeat left top;
}

#column1 {
	width: 200px;
}

#column1inner {
	padding: 416px 5px 42px 10px;
}
/*left padding originally 57px*/

#column2 {
	padding: 379px 60px 42px 18px;
	width: 492px;
}

#footer {
	margin: 5px 0 0 0;
	padding: 8px 6px 8px 6px;
	width: 760px;
	text-align: left;
	background: #efefef;
}

#footerbtm {
	width: 1px;
	height: 20px;
	font-size: 0;
	line-height: 0;
}
