body
{
	margin: 0 3em 0 3em;
	color: #333;
	background-color: rgb(50, 100, 204);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

.main
{
	background: white;
}

.left-border
{
	width: 10px;
	background-color: rgb(50, 100, 204);
	background-image: url(images/border-left.png);
	background-repeat: repeat-y;
}

.right-border
{
	width: 10px;
	background-color: rgb(50, 100, 204);
	background-image: url(images/border-right.png);
	background-repeat: repeat-y;
}

.nav
{
	width: 180px;
	height: auto;
	background-color: white;
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
}

.nav a
{
	display: block;
	text-decoration: none;
	padding: 0px;
	color: rgb(50, 50, 50);
	background-color: transparent;
	font-size: 12px;
}

.nav-heading
{
	font-size: 14px;
	font-weight: bold;
}

.nav a:hover
{
	color: rgb(0, 100, 100);
}

.content
{
	background-color: white;
	height: auto;
	padding: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 400;
}

.banner
{
	border: 3px double rgb(100, 100, 204);
	padding-left: 1em;
}

.banner a
{
	text-decoration: none;
	color: #963;
	font-size: 1.1em;
}

.banner a:hover
{
	text-decoration: underline;
}

.button
{
	text-decoration: none;
	padding: 3px;
	background: rgb(100, 100, 204);
	color: white;
	border: 2px outset rgb(100, 100, 204);
	font-style: italic;
}


.button:hover
{
	background: rgb(200, 100, 100);
	border: 2px outset rgb(200, 100, 100);
}

.button:active
{
	background: rgb(200, 100, 100);
	border: 2px inset rgb(200, 100, 100);
}










.hosting
{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	width: auto;
	background: #fff;
	color: #333;
}

.hosting td
{
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

.hosting th
{
	background: gray;
	color: white;
}

.customers
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	width: auto;
	background: white;
	color: #333;
	font-size: small;
}

.customers td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px;
	background: #eee;
}

.customers th
{
	background: #009;
	color: white;
	padding: 3px;
}

.event
{
	width: 80%;
	background: #eee;
	border: 1px solid gray;
	padding: 1em;
}

.av
{
	background: #cfc;
	color: blue;
}

.av a
{
	color: blue;
}

.bkd
{
	background: #fcc;
}

.bkd a
{
	color: blue;
}

.calendar
{
	border: 1px solid #660;
	background: white;
}

.calendar td
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

.calendar a
{
	text-decoration: none;
	color: blue;
	display: block;
}


.account
{
	border-color: #66f;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
}

.account td
{
	border-color: #66f;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}





