﻿
body
{
	font-family: Verdana, Arial, Sans-Serif, Tahoma;
	font-size: 9pt;
}
table
{
	border-collapse: collapse; 
	empty-cells: show;
}
th
{
	text-align:left;
	vertical-align:top;
}
td
{
	text-align:left;
}

textarea 
{
	font-family: Verdana, Arial, Sans-Serif, Tahoma;
	font-size: 9pt;
	}

p 
{
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	}

fieldset
{
	margin: 0px;
	padding: 5px;
}

li
{
	padding-bottom: 5px;
	margin-left: -14px
}
.border_cell
{
	border: solid 1px Gray;
}
.img_border
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
.img_left
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}
.img_right
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}
.modified
{
	color: gray;
	font-style: italic;
}
.mnuNode
{
	display: block;
}

/* 
	Information
*/
.info
{
	text-align:	left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.infoHeader
{
	text-align:	left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}


/* 
	Booking
*/

.bookingRow
{
	color: black;
	font-size: 8pt;
	border-color: #696969;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	width: 115px;
}

.bookingWeekRow
{
	color: black;
	font-size: 8pt;
	border-color: #696969;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}



/* 
	"Advertisement" section
*/

.adBoxHeading
{
	width: 192px;
	display: block;
	color: white;
	font-weight: bold;
    border-style: none;
	
	padding-right: 4px; 
    padding-left: 4px; 
    padding-bottom: 4px; 
    padding-top: 2px; 
    
    margin-top: 5px;
}
.adBox
{  
	width: 186px;
	background-color: #FFFFCC;
	font-size: 8pt;
    border-style: solid;
    border-width: 1px;
    
	padding-right: 4px; 
    padding-left: 8px; 
    padding-bottom: 5px; 
    padding-top: 5px; 
    
    margin-bottom: 1px;
}
.adSection
{
	display: block;
	font-weight: bold;
	padding-top: 4px;
}
.adSectionSearch
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
}
.adLine
{  
	display: block;
	padding-bottom: 3px;
}
.adLineCompact
{  
	display: block;
}
.adLink
{  
	display: block;
    float:right;
    padding-top: 4px; 
}







/* Layout of master page */

#container {
	position: absolute;
	width: 980px;
	height: 100%;
	left: 0px;
	top: 0px;
}
#top
{
	position: absolute;
	width: 980px;
	height: 80px;
	left: 0px;
	top: 0px;
	background-color: #b0c4de;
	background-image: url(../_images/tile_top.gif);
}

#top_left {
	position: absolute;
	width: 150px;
	height: 100%;
	left: 0px;
	top: 0px;
	clear: both;
	text-align: center;
	vertical-align: middle;
}

#top_content
{
	position: absolute;
	width: 630px;
	height: 100%;
	margin-left: 150px;
	top: 0px;
	text-align: center;
}

#top_right {
	position: absolute;
	width: auto;
	height: auto;
	right: 0px;
	padding-right: 10px;
	padding-top: 25px;
	text-align: center;
}

#main
{
	position: absolute;
	width: 980px;
	height: 2000px;
	margin-top: 80px;
}

#main_left
{
	position: absolute;
	width: 150px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../_images/tile_left.gif);
}

#main_right {
	position: absolute;
	width: 200px;
	height: 100%;
	right: 0px;
	top: 0px;
}

#main_center {
	position: absolute;
	width: 620px;
	height: 100%;
	margin-right: 205px;
	margin-left: 155px;
}

#main_center_wide {
	position: absolute;
	width: 820px;
	height: 100%;
	margin-left: 155px;
}

#main_content {
	position: absolute;
	top: 0px;
	width: 620px;
	text-align: center;
	height: auto;
	margin-top: 5px;
}

#main_content_wide {
	position: absolute;
	top: 0px;
	width: 820px;
	text-align: center;
	height: auto;
	margin-top: 5px;
}

