BODY {
	background-color: #141217;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	/*
	scrollbar-face-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: #141217;
	scrollbar-darkshadow-color: #141217;
	scrollbar-track-color: #141217;
	scrollbar-arrow-color: white;
	*/
}

table.Header {
	width: 100%;
	height: 139px;
	background-color: black;
	background-image: url(../images/header_2009.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-top: 9px white solid;
}

.Header {
}

DIV.Toolbar {
	/*height: 30px;*/
	background-color: white;
	color: #ffb16a;
	font-size: 16px;
	vertical-align: bottom;
}
.ToolbarItem {
	color: #ffb14a;
	font-size: 16px;
	text-decoration: none;
	vertical-align: bottom;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
	.ToolbarItem A:link, .ToolbarItem A:visited {
		color: #848a96;
		font-size: 9px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: bottom;
		padding: 0px 4px 0px 4px;
	}
	.ToolbarItem A:active, .ToolbarItem A:hover {
		color: #390a55;
		font-size: 9px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: bottom;
		padding: 0px 4px 0px 4px;
	}
	.ToolbarItemSelected A:link, .ToolbarItemSelected A:hover, .ToolbarItemSelected A:active, .ToolbarItemSelected A:visited  {
		color: #390a55;
		font-size: 9px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: bottom;
		padding: 0px 4px 0px 4px;
	}


DIV.Navig {
	position:absolute;
	width: 180px;
}

DIV.NavigSpacer {
	width: 180px;
}

TABLE.Navig {
	width:160px;
}

.NavigHeader
{
	/*background-image: url(../images/NavigHeader.jpg);
	background-repeat : repeat-x;*/
	width:160px;
	height: 23px;
	text-align: center;
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

TABLE.NavigItem {
	width:160px;
}

TD.NavigItem {
	height: 18px;
	font-size: 10px; 	
	font-weight: bold;
	padding: 0px;
}
TD.NavigItem a:link, TD.NavigItem a:visited {
	height: 18px;
	background-image: url(../images/menuoff.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: white;
	font-size: 10px; 	
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 16px;
}

TD.NavigItem a.BigLink:link, TD.NavigItem a.BigLink:visited {
	height: 18px;
	background-image: url(../images/menuoff.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: orange;
	font-size: 12px; 	
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 16px;
}

TD.NavigItem a:active, TD.NavigItem a:hover {
	height: 18px;
	background-image: url(../images/menuon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #d3901f;
	font-size: 10px; 	
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 16px;
}
	DIV.NavigItem {
		margin: 0px 0px 0px 8px;
	}
	.NavigSeparator {
		height: 3px;
		background-image: url(../images/NavigSeparator.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.NavigFooter {
	}



NavigBody {
}

.NavigBodyRight {
}


TABLE.Footer {
	width: 100%;
	height: 78px;
	background-color: black;
	margin: 0px;
	/*border-top: #141217 1px solid;*/
}
TD.Footer {
	background-color: transparent;
	font-size: 8px;
	color: white;
	vertical-align:bottom;
	padding: 20px 0px 20px 10px;
	margin: 0px;
	white-space: nowrap;
}
	TD.Footer A:link, TD.Footer A:visited,  TD.Footer A:active
	{
		font-family: Verdana;
		font-size: 8px;
		color: white;
		text-decoration: none;
	}
	TD.Footer A:hover
	{
		font-family: Verdana;
		font-size: 8px;
		color: white;
		text-decoration: underline;
	}

	.text1 {
		color: white;
	}

DIV.Zoom {
	position:absolute;
	background-color: black;
	text-align: right;
	overflow: hidden;
	cursor: move;
	border: solid 1px black;
	padding: 1px;
}

IMG.Close {
	position: absolute;
	cursor: pointer;
	right: 6px;
	top: 6px
}
.indexBkg2 {
	background-image: url(../images/indexBkg2.gif);
	background-repeat: repeat-y;	
	background-position: left top;
	width: 21px;	
	height: 100%;
}


.NewReservation {
	border: #ccc 1px solid;
	padding: 12px;
	/*background-image: url(../images/NavigNewReservation.jpg);
	background-repeat: no-repeat;	
	background-position: center center;*/
}

.Greeting {
	position: absolute;
	display: none;
	text-align: center;
	width: 100%;
}

DIV.CloseGreeting
{
	position: absolute;
	margin-top: 10px;	
	margin-right: 20px;	
	width: 800px;
	
}