/* Main
---------------------------------------- */
* {
	margin: 0;
}

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

body {
	background: #535353 url(/images/bodybg.gif) left top repeat-x;
	color: #333;
	font: normal normal normal 11px/13px Tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {
	margin-left: 1.2em;
}

li {
	list-style: none;
}

.content li {
	list-style-image: url(/images/li.gif);
}

blockquote {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

blockquote p {
	padding: 3px 0;
}

h1,h2,h3 {
	color: #900;
}

h2 {
	line-height: 1.2em;
}

div.hr { 
	background-color: #333;
	border: 0;
	height: 1px;
	margin: 6px 0px;
} 

div.hrLight { 
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 6px 0px;
} 


/* Miscellaneous
---------------------------------------- */
.bodyBG {
	background: url(/images/bodybg.gif) left top repeat-x;
}

.clearer {
	clear: both;
}

.meta {
	color: #333;
	font-size: 0.8em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.noBorder {
	border: 0px;
}

.incLineHeight {
	line-height: 16px;
}

.alertMessage {
	background-color: #ff9;
	border: 1px solid #333;
	color: #f00;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.alertText {
	color: #f00;
}

.selectedOption {
	background-color: #ff9;
	border: 1px solid #333;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}

.alertIcon {
	height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 14px;
}

.completeForm {
	background-color: #696;
	border: 1px solid #333;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.errorText {
	color: #f00;
	font-size: 9px;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.layerHide {
	display: none;
	visibility: hidden;
}

.layerShow {
	display: inline;
	visibility: visible;
}

.smallNote {
	color: #666;
	font-size: 9px;
	font-weight: normal;
}


/* Top Banner
---------------------------------------- */
.topBanner {
	background-color: #222;
	float: left;
	height: 70px;
	padding-bottom: 2px;
	width: 740px;
}


/* Structure
---------------------------------------- */
.container {
	background: url(/images/bgcontainer.gif) repeat-y;
	border: 2px solid #222;
	margin: 0 auto;
	width: 940px;
}

.navBar {
	color: #ffe;
	float: left;
	width: 160px;
}

.navBar a {
	color: #ccc;
	text-decoration: none;
}

.navBar a:hover {
	color: #ccc;
}

.content {
	float: left;
	width: 580px;
}

.content .padded {
	padding: 10px;
}

.showBar {
	color: #000;
	float: right;
	width: 198px;
}

.showBar a {
	color: #933;
	text-decoration: none;
}

.showBar a:hover {
	color: #933;
	text-decoration: underline;
}


/* Tabs
---------------------------------------- */
#tabs {
	float: right;
}

#tabs ul {
	list-style: none;
	margin: 0;
	padding: 1px;
}

#tabs li {
	border: 1px solid #333;
	border-bottom-width: 0;
	float: left;
	font: 11px Tahoma, Arial, Helvetica, sans-serif; 
	margin: 0;
}

#tabs a {
	background: #ccc;
	color: #000;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 86px;
}

#tabs a:hover {
	background: #bbb;
}

#tabs .selected {
	background: #E60000;
	border-color: #900;
}

#tabs .selected a, #tabs .selected a:hover {
	background: #E60000;
	color: #fff;
	font-weight: bold;
	POSITION: relative;
	top: 1px;
}


/* Tables
---------------------------------------- */
.tableLine {
	border: 1px #ddd solid;
}

.tableTitle {
	background: #aaa;
	color: #900;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 0px 5px;
	vertical-align: middle;
}

.tableFooter {
	background: #ccc;
	color: #666;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 2px 5px;
	vertical-align: middle;
}

.tableRow1 {
	background-color: #e1e1e1;
	border-top: 1px solid #ddd;
	color: #333;
	font-size: 11px;
	padding: 5px 4px;
}

.tableRow1 a {
	color: #933;
	text-decoration: none;
}

.tableRow1 a:hover {
	color: #933;
	text-decoration: underline;
}

.tableRow2 {
	background-color: #f1f1f1;
	border-top: 1px solid #ddd;
	color: #333;
	font-size: 11px;
	padding: 5px 4px;
}

.tableRow2 a {
	color: #933;
	text-decoration: none;
}

.tableRow2 a:hover {
	color: #933;
	text-decoration: underline;
}


/* Navigation Bar
---------------------------------------- */
.navBar h1 {
	background: #222;
	line-height: 24px;
	padding: 4px 8px;
}

.navBar ul {
	margin: 0;
	padding: 0;
}

.navBar li {
	border-bottom: 1px solid #222;
	list-style: none;
}

.navBar li a {
	background: #900;	
	color: #fff;
	display: block;
	padding: 6px 0 6px 8px;
	width: 152px;
	text-decoration: none;
}

.navBar li a:hover {
	background: #E60000;
	color: #fff;
	font-weight: bold;
}

.navBar #current a {
	background: #E60000;
	font-weight: bold;
}

.navBar #current a:hover {
	background: #E60000;
}

.rssBar {
	background: #900;
	border-bottom: solid 1px #222;	
	color: #fff;
	padding: 5px;
}

.loginInfo {
	background: #933;
}


/* Show Bar
---------------------------------------- */
.showTitleTop {
	background: #900;
	border-bottom: solid 1px #222;	
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.showTitle {
	background: #900;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;	
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.padded {
	padding: 1px 4px 2px;
}

.venueText {
	color: #900;
	font-weight: bold;
}


/* Footer
---------------------------------------- */
.footer {
	background-color: #222;
	color: #666;
	font-size: 0.9em;
	line-height: 26px;
	width: 100%;
	text-align: center;
}

.footer .left,.footer .right {
	padding: 0 8px;
}

.footer a {
	color: #666;
	text-decoration: underline;
}

.footer a:hover {
	color: #666;
	text-decoration: none;
}


/* Form
---------------------------------------- */
form {
	margin: 0px;
}

input, textarea, select {
	border: 1px solid #666;
	color: #000;
	font: 11px Tahoma, Sans-Serif;
	vertical-align: middle;
}

input:hover, textarea:hover, select:hover {
	border-color: #933;
}

a img {
	vertical-align: middle;
}

.regularButton {
	background: #fafafa url('/images/bgbutton.gif');
	cursor: pointer;
}

.submitButton {
	background: #fafafa url('/images/bgbutton.gif');
	cursor: pointer;
	font-weight: bold;
}

.imgLink {
	cursor: pointer;
}


/* Date Picker Calendar
---------------------------------------- */
.dpDiv {  /* the div that holds the date picker calendar */
}

.dpTable {  /* the table (within the div) that holds the date picker calendar */
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #eee;
	border: 1px solid #505050;
}

.dpTR {  /* a table row that holds date numbers (either blank or 1-31) */
}

.dpTodayButtonTD {  /* the bottom table row, that has the "This Month" and "Close" buttons */
	background-color: #bbb;
	border-top: 1px solid #333;
	padding: 4px;
}

.dpTD {  /* a table cell that holds a date number (either blank or 1-31) */
	background-color: #ccc;
	border: 1px solid #ccc;
}

.dpTDWeekDay {  /* a table cell that holds a date number (either blank or 1-31) */
	border: 1px solid #ccc;
}

.dpTDWeekEnd {  /* a table cell that holds a date number (either blank or 1-31) */
	border: 1px solid #ccc;
	color: #C44;
}

.dpDayHighlightTD {  /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	background-color: #C99;
	border: 1px solid #505050;
}

.dpTDHover {  /* the date number table cell that the mouse pointer is currently over */
	background-color: #bbb;
	border: 1px solid #888888;
	color: #933;
	cursor: pointer;
}

.dpDayTD {  /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	background-color: #bbb;
	border: 1px solid #999;
}

.dpWeekEndTD {  /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	background-color: #bbb;
	border: 1px solid #999;
	color: #C44;
}

.dpDayHighlight {  /* additional style information for the cell that holds a highlighted day */ 
	color: #933;
	font-weight: bold;
}

.dpTDPadded {
	padding-RIGHT: 9px;
}

.dpTDPadded #dpArts {
	border: 1px dashed #00F;
	color: #933;
	display: block;
	margin-bottom: 6px;
	padding: 2px;
	text-decoration: none;
	width: 100%;
}

.dpTDPadded #dpMusic {
	border: 1px solid #900;
	color: #933;
	display: block;
	margin-bottom: 6px;
	padding: 2px;
	text-decoration: none;
	width: 100%;
}