/*****************************************************************
 *  Element Styles
 *****************************************************************/
body {
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 12px ;
	color: #444;
}

form { margin: 0;line-height:100%}

h1	{font-size:24px;margin-top:30px;margin-bottom:20px;}
h2	{font-size:18px;margin-top:12px;margin-bottom:4px;}
h3	{font-size:16px;margin-top:6px;margin-bottom:6px;}
h1, h2, h3 {font-weight:normal; font-family: Trebuchet MS, Tahoma, sans-serif; color: #2f73a1; line-height: 120%;}

pre { font:16px "Courier New",monospace; margin: 0;}

a:link    {color:#2f73a1;text-decoration:none;background-color:transparent;}
a:visited {color:#2f73a1;text-decoration:none;background-color:transparent;}
a:active  {color:#2f73a1;text-decoration:none;background-color:transparent;}
a:hover   {color:#2f73a1;text-decoration:underline;background-color:transparent;}
a:focus   {outline: none;}

th, td {border: 0; }
 
/*****************************************************************
 *  General Classes
 *****************************************************************/

.light {color: #cdcdcd;}
.gray {color: #999;}
.dark {color: #666;}
.highlighted {color: #2f73a1; background-color: transparent;}

.error{color:#F30;background-color:transparent;}
.success{color: #390; background-color: transparent;}

.wide {line-height: 150%;}
.no_margin { margin: 0;}
.no_padding { padding: 0;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	clear:both;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 10px 22px; background: url(../images/files/file_div.gif) no-repeat top left;}	
a.pdf { background: url(../images/files/file_pdf.png) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.png) no-repeat top left;}
a.png { background: url(../images/files/file_png.png) no-repeat top left;}
a.eps { background: url(../images/files/file_eps.png) no-repeat top left;}
a.ai  { background: url(../images/files/file_ai.png) no-repeat top left;}
a.psd { background: url(../images/files/file_psd.png) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.png) no-repeat top left;}
a.docx { background: url(../images/files/file_doc.png) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.png) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.png) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.png) no-repeat top left;}
a.xlsx { background: url(../images/files/file_xls.png) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.png) no-repeat top left;}
a.div { background: url(../images/files/file_div.png) no-repeat top left;}
a.zip { background: url(../images/files/file_zip.png) no-repeat top left;}

a.more_link { background-repeat: no-repeat; background-position: 0px 2px;padding: 0 0 0 14px;}

.internal {
	background-image: url(../images/but_link_internal.png);
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 0px 2px
}

.external {
	background-image: url(../images/but_link_external.png);
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 0px 2px
}

a.button {
	color: #444;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #cdcdcd;	
}
a.button:visited {
	color: #444;
	background-color: #cdcdcd;
}
a.button:hover{
	color: #fff;
	background-color: #2f73a1;
	border: 1px solid ;
}

/*******************************************************************************
 * aligning
 ******************************************************************************/

.line { 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0;
	float: left;
}
.right {
	padding: 5px 0;
	float: right;
}

.bg_col_11, .bg_col_21, .bg_col_12, .bg_col_13, .bg_col_31, .bg_col_111, .bg_col_112, .bg_col_121, .bg_col_211, .bg_col_1111 {
	clear: both;
}
/*** insert backgrounds here ***/
.bg_col_11 {}
.bg_col_21 {}
.bg_col_12 {}
.bg_col_13 {}
.bg_col_31 {}
.bg_col_111 {}
.bg_col_112 {}
.bg_col_121 {}
.bg_col_211 {}
.bg_col_1111 {}

.col_12, .col_13, .col_23, .col_14, .col_34 {
	float: left;
	margin: 0 8px;
}

.col_12	{ width: 284px; }
.col_13 { width: 141px; }
.col_14 { width: 134px; }
.col_23 { width: 384px; }
.col_34 { width: 434px; }
.first 	{ margin-left: 0; }
.last	{ margin-right: 0 !important; }
.clear	{ clear: both; }

/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #999;
	background-color: #cdcdcd;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/

div.message{
	padding: 10px;
	border: 1px solid #ee0;
	background-color: #fe9;
	margin-bottom: 10px;
}
div.error{
	border-color: #F30;
	background-color: #ea9;
	color: black;
}
div.ok{
	border-color: #390;
	background-color: #aeb;
}
div.message h1{
	font-size: 8pt;
}
div.message ul{
	margin: 0;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.article {
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 5px;
}

h2.article span{
	float: right;
	display: block;
	font-weight: normal;
	font-size: 14px;
}

h2.article {
	margin-bottom: 10px;
	line-height: 130%;
}

img.article-thumb{
	float: left;
	margin: 0 10px 10px 0;
} 

a.article_link {
	display: block;	
	color: #444;
	background-color: #cdcdcd;
	border: 1px solid #999;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #999;
	color: #fff;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #2f73a1;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}
/*******************************************************************************
 * content tables
 ******************************************************************************/

table {
	clear: both;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.content_table thead th{
	background-color: #2f73a1;
	color: #fff;
	padding: 2px;
	margin: 0;
	text-align: center;
}
table.content_table tbody th {
	background-color: #999;
	color: #444;
	padding: 2px;
	margin: 0;	
	border: 0;
}
table.content_table td {
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #cdcdcd;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	line-height: 100%;
	margin: 8px 0;
}
dl dt {
	float: left;
}
dl dd {
	margin-left: 140px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}
 
form.edit_form fieldset{
	border: 1px solid #999;
	background-color: #cdcdcd;
	padding: 5px;
	margin-bottom: 15px;
}
form.edit_form h1{
	margin-top: 10px;
	margin-bottom: 5px;
}

form.edit_form .required {
	font-weight: normal;
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

dl.checkbox {
	clear: none;
	margin: 0;
}
dl.checkbox dt {
}
dl.checkbox dd {
	margin-left: 25px;
	padding: 8px 0 10px;
}

form.edit_form input[type="text"], form.edit_form textarea {
	width: 300px;
	padding: 3px;
	border: 1px solid #cdcdcd;
	background: #fff;
}

form.edit_form input:focus,
form.edit_form textarea:focus {	background-color: #eee; }

form.edit_form input[type="submit"] {
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 3px;
}

form.edit_form input[type="submit"]:hover {
	background: #cdcdcd;
	border: 1px solid #cdcdcd;
	padding: 3px;
	color: #2f73a1;
	cursor: pointer;
}

input.error {
	color: #444;
	background: #ea9;
	border: 1px solid #F30;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: #fff;
	background-color: #2f73a1;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #2f73a1;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid black;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #999 solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: #fff;
	background: #fff;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: none;
	background: #cdcdcd;
	text-decoration: none;
}

/*******************************************************************************
 * comments
 ******************************************************************************/

div.comments {
	background-color: #cdcdcd;
	border: 1px solid #999;
	padding: 10px 5px;
}

div.comments h2{
	margin-top: 0;
}
.comment {
	background: url(../images/comment_arrow.gif) top left no-repeat;
}
.cm_meta {
	line-height: 150%;
}
.cm_message {
	padding: 5px 8px;
	margin: 0 5px 15px 165px;
	background-color: white;
	min-height: 35px;
}
.cm_sender {
	font-weight: bold;
	display: block;
}

/*******************************************************************************
 * slideshow
 ******************************************************************************/
 
#slideshow-container { 
	width: 584px; 
	height: 304px; 
	position: relative; 
	top: 0; 
	left: 0;
	margin-bottom: 10px;
	z-index: 10;
}

#slideshow-container img { 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	border: 2px solid #cdcdcd;	
}

/*******************************************************************************
 * homepage module
 ******************************************************************************/
 
 .schedule-info a {
 	display: block;
 }
 
 /*******************************************************************************
 * links
 ******************************************************************************/
 h2.link-category {
 	margin: 20px 0 10px 0;
 }
 p.link-name {
 	margin: 0;
 	padding: 0;
 }
 
.page_browser img {
 	top: 2px;
 }
 
 ul.link li {
 	list-style: none;
 	margin: 0;
 }
 
 .link_col_1 {
 	float: left;
 	margin: 0;
 	width: 277px;
 }
 
 .link_col_2 {
 	float: left;
 	width: 277px;
 	margin-left: 30px;
 }
 
 div.col_23 h2 {
 	margin-top: 0;
 }
 
 /*******************************************************************************
 * review
 ******************************************************************************/
 
p.imagespacer {
 	margin-bottom: 80px;
}

div.review-image {
	height: 120px;
}

/*******************************************************************************
 * rooms
 ******************************************************************************/
 
table.rooms {
 	width: 584px;
 	margin-top: 10px;
 	border: 1px solid #cdcdcd;
 }
 
table.rooms tr td, table.rooms tr th {
 	text-align: left;
 	vertical-align: top;
 	border: 1px solid #cdcdcd;
 }
 
td.room_thumb, th.room_thumb {
 	width: 120px;
 }
 
td.room_thumb img {
 	width: 120px;
 	margin: 0;
 	padding: 0;
}
 
td.room_description, th.room_description {
 	width: 304px;
 }
 
td.room_price, th.room_price {
 	width: 80px;
 }
 
tr.colored {
 	background: #eee;
 }
 
tr.table-header {
 	background: url("../images/bg_box_title.jpg") repeat-x scroll left top #2F73A1;
 	color: #fff;
 	font-weight: normal;
 }
 
 /*******************************************************************************
 * rooms
 ******************************************************************************/
 
 div.booking-iframe {
 	text-align: left;
 	margin: 0;
 }
