body {
	background-color: #474747;
	text-align:center;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	position:relative;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:75px;
}
#header {
	width:211px;
}

#header h1 {
	color:#a6a6a6;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	text-transform:uppercase;
}
#bodyWrap {
	width:960px;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bodyWrap a {
	text-decoration:none;
}
#bodyWrap a:link, #bodyWrap a:visited {
	color:#ffffff;
}
#bodyWrap a:hover {
	color:#41c8e0;
}
#bodyWrap a:active {
	color:#ffffff;
}
#leftcol {
	width:580px;
	float:left;
}
#rightcol {
	width:367px;
	float:left;
	margin-left:13px;
}
.divider {
	height:2px;
	background-image: url(/admin/images/divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sectionTitle h2 {
	color:#a6a6a6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-transform:capitalize;
	margin: 10px 5px;
}
.sectionBody {
	color:#fefefe;
	font-size:0.97em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 5px 5px 5px;
	margin-bottom:10px;
}
.sectionBody a {
	color:#41c8e0;
}
.sectionBody a:link, .sectionBody a:visited {
	text-decoration:none;
}
.sectionBody a:hover {
	text-decoration:underline;
}
.sectionBody a:active {
	text-decoration:none;
}
#footer {
	clear:both;
	margin-top:20px;
	text-align:right;
	color:#a6a6a6;
	font-size:0.7em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainPanel {
	background-color:#262626;
	background-image: url(../images/mainPanelTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
}
#mainPanel h1 {
	color:#FFF;
	font-size:18px;
	padding-top:10px;
	padding-left:60px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#mainPanel h2 {
	font-size:16px;
}
#mainPanel h3 {
	font-size:14px;
}
#mainPanel h4 {
	font-size:14px;
}
#mainIntro{
	color:#FFF;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-image: url(../images/blueStrap.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.2toneBorder {
	height:4px;
	background-image: url(../images/2toneBorder.gif);
	background-repeat: repeat;
	background-position: left top;
}
.article {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	color:#FFF;
}
.mainBottom {
	height:37px;
	background-image: url(../images/mainBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.alternatingTable {
	background-color:#121212;
}
.oddRow {
	background-color:#262626;
}
.evenRow {
	background-color:#404040;
}
.tableHeader {
	padding-left:5px;
	padding-top: 5px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #262626;
}
#eventTable {
	border:none;
	margin-top:10px;
}
#eventTable tr {

}
#eventTable .date {
	padding-top:10px;
	padding-bottom:10px;
	width:60px;
	vertical-align:top;
	padding-left:5px;
}
#eventTable .title {
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	padding-right:5px;
}
#eventTable .venue {
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
	vertical-align:top;
}
#eventTable .info {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	width:20px;
}
.selectRow {
	background-color:#121212;
}
.oddRow {
	background-color:#404040;
}
.evenRow {
	background-color:#262626;
}
#eventTable .info a:hover {
	background:#262626; 
	text-decoration:none;
} /*BG color is a must for IE6*/

#eventTable .info a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:150px;
}

#eventTable .info a.tooltip:hover span {
	display:inline; 
	position:absolute; 
	background:#121212; 
	border:1px solid #41c8e0; 
	color:#ffffff;
}
