body {
	background: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#wrapper {
	width: 100%;
}

#banner {
	background: #A01616 url(../images/bg_banner.jpg) no-repeat;
	height: 86px;
}

#banner img {
	float: right;
	padding: 18px;
}

#nav {
	background: #CBCBCB;
	border-bottom: 2px solid #B1B1B1;
	height: 24px;
}

#menu {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 12px;
	font-weight: bold;	
}

#menu a {
	float: left;
	height: 19px;
	padding: 5px 10px 0px 10px;
	color: #454545;
	text-decoration: none;	
}

#menu a:hover, a.current {
	color: #000;
	text-decoration: underline;
	background: #B1B1B1;
}

#logout {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 11px;
	padding: 5px 10px 0px 10px;
}

#logout a {
	color: #454545;
	font-weight: bold;
}

#main {
	background: #F5F5F5;
	padding: 15px;
	height: auto;
}

#content {
	background: #F5F5F5;
	width: 70%;
}

#content table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
	width: 100%;
	border: 1px solid #D3D3D3;
}

td {
	padding: 5px;
	background: #EDEDED;
}

td.even {
	background: #F5F5F5;
}

#content table .header {
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
}

#content table .inactive {
	color: #999;
}

#content .tblTitle {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}

.name {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#event .date {
	font-weight: bold;
	padding-bottom: 10px;
}

#event .venue {
	background-color: #EDEDED;
	padding: 8px;
}

#event .description {
	padding: 20px;
}

.byline {
	position: relative;
	font-size: 11px;
	color: #666;
}

.heading {
	font-weight: bold;
	font-size: 16px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

#comments {
	padding-left: 20px;
}

#comments a {
	font-weight: bold;	
	text-decoration: none;
}

.inset {
	width: 180px;
	float: right;
}

#insetContainer {
	position: relative;
	margin: 4px 4px 4px 10px;
	background-color: #F3ECDF;
	border: 1px solid #F3ECDF;
}

#insetContent {
	position: relative;
	left: -5px;
	top: -5px;
	border: 1px solid #FF9000;
	background-color: transparent;
}

.insetTitle {
	padding: 10px 10px 0px 10px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.insetBody {
	padding: 10px;
	font-size: 11px;
	padding-left: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

#sidebar .title {	
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	padding-bottom: 5px;
}

#sidebar .entry {
	line-height: 16px;
	padding-bottom: 20px;
}

#sidebar .date {
	font-size: 11px;
	font-weight: bold;
}

#sidebar .comments {
	font-size: 11px;
	font-weight: bold;
}

#footer {
	background: #CBCBCB;
	border-top: 2px solid #B1B1B1;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 11px;
	color: #454545;
	letter-spacing: 2px;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#footer a {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

.required { font-weight: bold; }

.error { 
	font-weight: bold; 
	color: red; 
	font-size: 14px; 
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.xml {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold 10px verdana,sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
	margin: 0;
}

.button {
	border: 2px solid;
	border-color: #fff #666 #666 #fff;
	font: 10px verdana,sans-serif;
	padding: 3px;
	background: #ccc;
	text-decoration: none;
}

.button a {
	color: #000;
	text-decoration: none;
}

.note {
	background: white; 
	border: 1px solid #666;
	margin-bottom: 20px;
	padding: 8px;
	font-size: 11px;
}
