﻿body
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url(Images/Body-Bg.gif) repeat-y top left;
}
body, a, div, td
{
	font-family: Arial;
	font-size: 13px;
}
a
{
	color: #000000;
}
.Logo
{
	height: 70px;
	text-align: left;
	background: #FFFFFF url(Images/Logo-Bg.gif) repeat-x top left;
}
.Tab
{
	background-color: #73828F;
	height: 18px;
}
.Tab
{
	height: 20px;
	clear: both;
	margin-bottom: 20px;
	background: url(Images/Tab-Bg.gif) repeat-x top left;
	padding-left: 211px;
}
.Tab div
{
	float: left;
	margin-top: 1px;
	margin-right: 20px;
}
.Tab a
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.Menu
{
	width: 185px;
	left: 5px;
	top: 100px;
	position: absolute;
}
.Menu a
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
.MenuItem1
{
	background: url(Images/MenuItem1-Bg.gif) no-repeat top left;
	margin-bottom: 3px;
	padding-left: 20px;
	height: 13px;
}
.MenuItem2
{
	background: url(Images/MenuItem2-Bg.gif) no-repeat top left;
	height: 15px;
	margin-bottom: 1px;
	margin-left: 20px;
	padding-left: 17px;
}
.Menu a:hover, .MenuItemSelected
{
	background-color: #94BDE0;
}
.Content
{
	position: absolute;
	right: 220px;
	left: 210px;
	top: 100px;
}
.Content table
{
	border-bottom: 1px solid black; 
	border-left: 1px solid black;
}
.Content td
{
	padding: 1px; 
	border-top: 1px solid black; 
	border-right: 1px solid black;
}
h1, h2, h3, h4, h5, h6, .Header
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.Header
{
	margin-bottom: 5px;
}
div.Header h1
{
	display: inline;
}
select
{
	width: 350px;
}
.Location
{
	margin-bottom: 20px;
}
.Location span, .Location a
{
	font-size: 10px;
}
hr
{
	height: 2px;
	color: Black;
	margin: 10px 0 10px 0;
	width: 95%;
}
.Nelk .Info
{
	text-align: center;
}
.Nelk .Search
{
	margin-bottom: 15px;
}
.Nelk .Search a
{
	font-weight: bold;
	padding: 3px;
	margin-right: 5px;
}
.Nelk .Search a.Selected
{
	background-color: #D0E3F3;
}
.QuickBar
{
	position: absolute;
	top: 100px;
	right: 20px;
	z-index: 9999;
}
.QuickBar, .QuickBar a
{
	color: Black;
}
.QuickBar .TextBox
{
	width: 50px;
}
img
{
	border: 0;
}
.Tags, .Tags a
{
	font-weight: bold;
}
.BannerListContainerZoneTop
{
	border-bottom: 2px solid #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	clear: both;
	height: 34px;
}
.BannerListContainerZoneTop li
{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	height: 34px;
}
.BannerListContainerZoneRight
{
	position: absolute;
	top: 140px;
	right: 20px;
	width: 180px;
	display: block;
	margin-bottom: 10px;
}
.BannerListContainerZoneRight li
{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 10px 0;
	display: block;
}
@media print
{
	body
	{
		background: none;
		margin: 12px;
		padding: 0px;
	}
	.QuickBar, .Logo, .Tab, .Menu, .Location
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	.Content
	{
		margin: 0;
		padding: 0;
		position: static;
	}
	.Header span
	{
		display: none;
	}
}
