﻿body
{
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #1F220E;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2E1D0A;
	text-align: center;
	min-height: 101%;
    margin: 0;
    padding: 0; 

}

a,
a:visited,
a:hover
{
	color: #29327A;
	text-decoration: none;
	
}

h1 {
	font-size: 24px;
	text-align: left;
	padding: 15px 0 3px 15px;
	margin: 0;
	}
	
h2 {
	font-size: 18px;
	text-align: left;
	font-style:italic;
	padding: 0 0 0 15px;
	margin: 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
}


p
{
	margin: 0 0 10px 0;
}

#Wrapper 
{
	margin: 0 auto;
	padding: 0px;
	width: 1210px;
}

.Page 
{
	margin: 10px auto 0px auto;
	padding: 0px;
	background-color: rgb(180,170,160);
	text-align: left;
	border: 5px solid rgb(165,153, 140);
}

.Header 
{
	/*background: url("../Vacationserver/header.jpg") no-repeat bottom center; */
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 200px;
	width: 1200px;
	background-color: #A5998C;
	border-bottom: 5px solid rgb(165,153, 140);
}

div.Footer
{
	padding: 7px 0;
	height: 16px;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	
}

div.Footer div.FooterMenu
{
	float: left;
}

div.Footer div.FooterMenu a
{
	color: #fff;
}

div.Footer div.FooterCopyright
{
	float: right;
}


div.SectionMenu
{
	position: absolute;
	top: 173px;
	padding-left: 5px;
	width: 1200px;
}

.SectionMenu a
{
	display: block;
	float: left;
	width: 26px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #2E1D0A;
	padding: 1px 0 0 0;
	margin: 0 2px 2px 0;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/transback.png);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #2E1D0A;

}

.SectionMenu a.SectionMenuLong
{
	width: 50px;
	height: 17px;
	padding: 9px 4px;
	font-weight: bold;
}

.SectionMenu a.Selected,
.SectionMenu a.SelectedWeekend
{
	background-color: #2E1D0A;
	background-image: none;
	color: rgb(232,227,221);
}

.SectionMenu a.Current
{
	border: 2px solid #f00;
	padding: 0;
	height: 33px;

}

.SectionMenu a.Weekend
{
	color: #880000;
}

.SectionMenu a.SelectedWeekend
{
	color: #BB0000;
}


.SectionMenu a.Passed
{
	
}

.MainContentBlock
{
	clear: both;
	width: 1200px;
	min-height: 100px;
	padding: 0;
}

table.MainContentTable
{
	padding:0; 
	border-collapse:collapse;
}

table.MainContentTable td.LeftCol
{
	width:356px; 
	border-right: 5px solid rgb(165,153, 140);
	vertical-align: top;
}
table.MainContentTable td.RightCol
{ 
	width:839px; 
	vertical-align: top;
}

div.TabStrip
{
	height: 20px;
	overflow: hidden;
	margin: 10px 0 0 10px;
	position: absolute;
	z-index: 2;
}

.TabStrip span
{
	display: block;
	float: left;
	height: 16px;
	border: 1px solid #2E1D0A;
	padding: 1px 5px;
	margin: 0 2px 0 0;
	background-color: rgb(213,202,190);
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor:pointer;
	font-weight: bold;

}

.TabStrip span.ActiveTab
{
	border-bottom-color: rgb(232,227,221);
	background-color: rgb(232,227,221);
}

.TabPage
{
	padding: 10px; 
	margin: 29px 10px 10px 10px;
	border: 1px solid #2E1D0A;
	background-color: rgb(232,227,221);
	overflow-y: scroll;
}

.TabPage .TabPageContent
{
	display: none;
}

.TabPage table 
{
	border-collapse: collapse;
	padding: 0;
}

.TabPage table th
{
	vertical-align: top;
	padding: 0 4px 4px 0;
}

.TabPage table td
{
	vertical-align: top;
	padding: 0 0 4px 0;
}

.TabPage img.GalleryPreview
{
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	margin: 2px;
	padding: 3px;
	background-position: top left;
	background-image: url("../VacationServer/shadow64.png");
	cursor: pointer;
}

.TabPage .DescriptionHead
{
	padding-top: 24px; 
	padding-bottom: 12px; 
	display: block; 
	font-weight: bold;
}

table.InfoWindowTable
{
	
}

.InfoWindowTable td
{
	padding: 1px;
}


.InfoWindowTable a
{
	color: #29327A;
}

.InfoWindowTable a img
{
	border-style: none;
}

.MapDescription
{
	border-top: 5px solid rgb(165,153, 140);
	
	height: 16px;
	padding: 5px;
	
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}

.CommentItem
{
	padding: 4px;
	background-color: rgb(213,202,190);
}

.AlternatingItem
{
	background-color: rgb(243,241,239);
}


.CommentItem .CommentItemName
{
	float:left;
	font-weight: bold;
}

.CommentItem .CommentItemDate
{
	float:right;
}

.CommentItem .CommentItemText
{
	clear:both;
	padding-top: 5px;
	display: block;
}

.MapLink
{
	cursor: pointer;
	display: inline-block;
	width: 18px;
	height: 10px;
	margin: 0 1px;
	background: url("../VacationServer/showInMap.gif") no-repeat;
}