@charset "utf-8";

body{
	background-attachment: fixed;
	background-color: #EEEEEE;
	background-image: url(../images/BACKGROUND_allPages.png);
	background-repeat: repeat-y;
	background-position: center 0px;
}

#banner{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	height: 125px;
	width: 100%;
	z-index: 1;
	visibility: visible;
}

#tabArea{
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 25px;
	width: 100%;
	top: 125px;
	left: 0px;
}

#mainArea{
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 250px;
	width: 100%;
	top: 170px;
	left: 0px;
}

#underMainArea {
	position: absolute;
	visibility: visible;
	z-index: 50;
	height: 100px;
	width: 100%;
	top: 600px;
	left: 0px;
}

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.normalTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #DEDEDE;
	text-decoration: none;
}

.creditsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #373737;
	text-decoration: none;
}

.nonDistractingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.subHeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

.monoSpacicText{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	color: #444444;
}

.mainAreaTable{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	background:url(../images/ContainerPHPNews.png);
	width: 700px;
}

.mainAreaTableNoBG{
	height: 250px;
	width: 700px;
}

.mainAreaTableBooking{
	width: 700px;

}

.dataTable{
	border: 1px solid #990000;
	padding: 5px;
	text-align: center;
}

.tdCellRoundedCorners{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	webkit-border-radius: 12px: 10px;
}

.headerCell {
	height: 40px;
}

.subHeaderCell {
	height: 30px;
}

.datumCell {
	height: 20px;
}

.headerText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.headerTextWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.headerLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.headerLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.headerLinkWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.headerLinkWhite:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomDivider{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #78533A;;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #78533A;;
	text-decoration: underline;
}

.smallText{
	font-size: 9px;
	color: #777777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.smallLinkWhite{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.smallLinkWhite:hover{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}