﻿body
{
	background-color: #555B77;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
a:link
{
	color: #000033;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
	color: #000066;
}
a:active
{
	text-decoration: underline;
}
.container
{
	position: relative;
	width: 770px;
	border: 1px solid white;
	background: #000066;
	margin: 0px auto;
}
.topBar
{
	background: url(RVlines.gif) no-repeat center #CCC;
	border: 1px solid white;
	height: 15px;
	margin: 5px auto 5px auto;
	width: 760px;
}
.header
{
	width: 760px;
	height: 143px;
	border: 1px solid white;
	background: #BCC4DC;
	margin: 0px auto 5px auto;
}
.content
{
	background: url(bgContent.jpg);
	border: 1px solid white;
	margin-left: 125px;
	margin-right: 5px;
	margin-bottom: 5px;
	min-height: 400px;
	padding: 10px;
}
.contentAdmin
{
	background: url(bgContent.jpg);
	border: 1px solid white;
	margin: 5px;
	min-height: 400px;
	padding: 10px;
}
.leftColumn
{
	position: absolute;
	background: url(bgContent.jpg);
	width: 103px;
	padding: 5px;
	border: 1px solid white;
	top: 206px;
	left: 5px;
}
.bottomBar
{
	width: 760px;
	border: 1px solid white;
	margin: 5px auto 5px auto;
	background: #CCCCCC;
	text-align: center;
	font-size: 85%;
}
.showCampers
{
	background: white;
	visibility: hidden;
	position: absolute;
	top: 115px;
	left: 241px;
	width: 400px;
	height: 270px;
	border: 1px solid black;
}
.TopMenu
{
	height: 1.7em;
	border: 1px solid white;
	background: #BCC4DC;
	margin: 0px 5px 5px 5px;
	font-size:16px;
}
a.menu
{
	border-top: white 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-left: white 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #010568;
	background-color: #BCC4DC;
	padding: 3px;
	display: block;
	width: 94px;
}
a.menu:visited
{
	color: #010568;
}
a.menu:hover
{
	background-color: #DDE1ED;
	color: Red;
}

a.menu
{
	position: relative;
}
a.menu span
{
	background: $FFF;
	border: black 1px solid;
	display: none;
	position: absolute;
	left: 100px;
	top: -10px;
}
a.menu:hover span
{
	display: block;
	z-index: 50000;
}
a.menu img
{
	border: 0;
}
p
{
	margin: 5px 0px;
}
h1
{
	font-size: 130%;
	margin-bottom: 0px;
}

.InventoryMaintenanceCol1
{
	clear: both;
	float: left;
	width: 150px;
	padding-bottom:4px;
}

.InventoryMaintenanceCol2
{
	float: left;
	width: 250px;
	padding-bottom:4px;
}
.InventoryCustomerSelectCol1
{
	clear: both;
	float: left;
	width: 50%;
	
}
.InventoryCustomerSelectCol2
{
	float: left;
	width: 50%;
}
.InventoryCustomerSummarySelectCol1
{
	clear: both;
	float: left;
	width: 20%;
	padding-left:5px;
	padding-right:5px;
}
.InventoryCustomerSummarySelectCol2
{
	float: left;
	width: 60%;
	
}
.InventoryCustomerSummarySelectCol3
{
	float: left;
	width: 30%;
	text-align:left;
	
}
.InventoryCustomerSummarySelectCol4
{
	float: left;
	width: 100%;
}
.InventoryCustomerSummarySelectCol5
{
	float: left;
	width: 70%;
}

