body
{
	margin: 0;
	color: #300;
	background-image: url(images/bg-pink.png);
	background-color: rgb(255, 60, 160);
	font-family: arial, helvetica sans-serif;
	background-repeat: repeat-x;
	background-position: left top;
}

.logo
{
	padding-left: 50px;
	width: 200px;
}

.header
{
	height: 200px;
	background-repeat: repeat-x;
	background-position: left top;
}

.heading h1
{
	font-size: 14pt;
	font-weight: 400;
	color: #630;
	text-align: center;
	font-family: papyrus, fantasy, serif;
}

.heading h2
{
	font-size: 12pt;
	font-weight: 400;
	color: #630;
	text-align: center;
}

h2, h3
{
	font-weight: 400;
}

.content
{
	padding: 2em;
}

.nav
{
	width: 180px;
}
	
.nav a
{
	display: block;
	text-decoration: none;
	color: #630;
	border-right: 1px solid rgb(190, 70, 90);
	border-bottom: 1px solid rgb(190, 70, 90);
	padding: 0.5em;
}

.nav a:hover
{
	color: rgb(185, 70, 90);
}

.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;
}

.box
{
	border: 1px solid rgb(190, 70, 90);
	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;
}

.border
{
	border: 3px solid white;
}






