@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/sec-bkgd.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #2A3138;
	margin: 0px;
}
hr {
	border: none 0;
	border-top: 1px dashed #404e59;
	height: 1px;
}
ul {
	list-style: disc;
}
li {
	color: #6e7883;
}
.contentCell {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #202530;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.smallText {
	font-size: 11px;
	line-height: 13px;
}
.commerceCell {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.musicCells {
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404E59;
	color: #202530;
	font-size: 10px;
}
.musicCellTop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404E59;
}
.musicTable {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #202530;
}
.contentTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404E59;
	margin-top: 15px;
}
.galleryBtnCell {
	font-size: 10px;
	line-height: 12px;
}
.contentHeaders {
	margin-bottom: 7px;
	margin-top: 10px;
}
.eventDiv {
	width: 550px;
	background-color: #c5d1b4;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #202530;
	font-size: 12px;
}
.eventDiv img {
	margin-right: 13px;
	margin-top: 3px;
}
.eventDiv a {
	font-weight: bold;
	font-size: 11px;
}
.eventDiv h1 {
	font-size: 14px;
	font-weight: bold;
	color: #404E59;
	margin: 0px;
}
.eventDiv h2 {
	color: #404E59;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
.contentCell ul {
	margin-top: -5px;
	margin-bottom: 0px;
}
.formText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #404E59;
}
.redText {
	color: #7A4752;
}
.formTextError {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7A4752;
}
.standardText {
	color: #202530;
}
.error {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A4752;
	margin-top: 15px;
}
a:link {
	color: #7A4752;
	text-decoration: none;
}
a:visited {
	color: #7A4752;
	text-decoration: none;
}
a:hover {
	color: #404E59;
	text-decoration: underline;
}
a:active {
	color: #404E59;
	text-decoration: underline;
}

/* CALENDAR */

.calDiv {
	width: 670px;
	margin-right:auto;
	margin-left:auto;
	background-color: #c5d1b4;
	text-align: center;
	margin-top: 20px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.calTable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #404E59;
	border-bottom-color: #404E59;
	border-left-color: #404E59;
	margin-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404E59;
}
.calCell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #404E59;
	border-bottom-color: #404E59;
	color: #404E59;
}
.calHead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #404E59;	
}.calCellDead {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #404E59;
	border-bottom-color: #404E59;
	background-color: #9CA9A6;
}
.calCellActive {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #404E59;
	border-bottom-color: #404E59;
	background-color: #7A4752;
	color: #C5D1B4;
	overflow: hidden;
}
.monthNum {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 7px;
	margin-right: 9px;
}
.eventDesc {
	font-size: 10px;
	text-align: left;
	margin-top: 7px;
	margin-left: 5px;
	line-height: 12px;
	margin-right: 5px;
}
.disclaimer {
	font-size: 9px;
	color: #404E59;
}
.mediaTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -4px;
}

/* POPUP */

.detailPop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-image: url(images/bkgd_trans.png);
}
.detailBox {
	color: #404E59;
	background-color: #C5D1B4;
	padding: 30px;
	width: 550px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	margin-top: 115px;
}
.listenButton {
	cursor: pointer;
}
.musicCellDate {
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #404E59;
	color: #404E59;
	font-size: 10px;
	font-weight: bold;
}
.greenText {
	color: #404E59;
}
.musicCellTitle {
	height: 24px;
	color: #9CA9A6;
	font-size: 10px;
	font-weight: bold;
	background-color: #404E59;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404E59;
}
.musicCellDate2 {
	height: 24px;
	color: #404E59;
	font-size: 10px;
	font-weight: bold;
}
div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
.copyright {
	font-size: 9px;
	color: #6e7883;
}
