body {
	margin: 20px 5px;
	background-color: #600;
	text-align: center;
}

a {
	text-decoration: underline;
	font: 80% Tahoma;
	font-weight: bold;
	color: #900;
}

a:visited {
	color: #900;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #900;
}

a.subject, a.subject:visited {
	text-decoration: none;
	font: bold 100%;
	color: #838;
}

a.subject:hover {
	color: #B5B;
	text-decoration: none;
}

hr {
	height: 1px;
	color: #A3A;
}

img {
	border: 0;
}

table.main {
	width: 75%;
	margin: 0;
	padding: 5px;
	background-color: #FFF;
	border:1px solid #FFF;
	border-collapse: collapse;
}

table.footer {
   width: 100%;
   margin: 10px 0 0 0;
   padding: 5px 0;
   background-color: #DEDEDE;
   border-top: 1px solid #999;
}

td {
	margin: 0;
	padding: 0px;
	font: 95% Tahoma;
}

td.carSelect {
	padding: 0 0 35px 0;
}

td.entryLabel {
	padding-bottom: 0px;
	text-align: right;
	vertical-align: middle;
	font: 80% Tahoma, sans-serif;
}

td.entry {
	padding-bottom: 0px;
	vertical-align: middle;
}

td.header {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	text-align: center;
}

tr.subject {
	background-color: #CCC;
}

tr.archiveOdd{
	background-color: #ABAB9F;
}

tr.archiveEven{
	background-color: #89897D;
}

tr.commentHeader {
	background-color: #ABAB9F;
}

td.eventlist {
	border-bottom: 1px solid #666666;
}

td.subject {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	text-align: center;
	color: #800;
}

td.subjectDate {
	width: 25%;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	text-align: right;
	font: italic 70%;
}

td.commentHeader {
	padding: 0 0 5px 30px;
	border-bottom: 1px solid #000;
	font: bold 80%;
	color: #505;
}

td.commentHeaderDate {
	width: 15%;
	padding-bottom: 5px;
	text-align: center;
	font: italic 60%;
}

td.commentBody {
	width: 100%;
	padding: 0 40px 0 115px;
	background: #FFF no-repeat 5px center;
	font: 80% Verdana, Tahoma, Arial;
}

td.avatar {
	width: 200px;
	padding: 0px;
	border: 2px solid black;
}

font.footer{
	font-size: 75%;
}

table.menu {
	width: 100%;
	background-color: #9A9A8E;
	border: none;
	text-align: center;
}

td.menuOuter {
	padding: 2px 2px 10px 2px;
}

td.menu {
	width: 5%;
	margin: 0;
	padding: 3px;
	border: 1px solid #000;
}

a.menu, a.menu:visited {
	font: 100% Tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: #838;
}

a.menu:hover {
	color: #B5B;
	text-decoration: none;
}

