body
{
	background-image: url('../images/background.png');
	font-family: helvetica, arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #efefe7;
}

sup { font-size: 60%; }

a
{
	color: #999;
}

h1, h2, h3, h4, h5, h6
{
	text-transform:uppercase;
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
}

h1 { font-size: 17px; }
h1 sup, h2 sup, h3 sup, h4 sup { font-size: 65%; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

.HideAll
{
	display: none;
}
table
{
	border-collapse: collapse;
}

table#MainTable
{
	width: 950px;
}

#BodyWrapTop
{
	background-image: url('../images/top.png');
	background-repeat: repeat-x;
}

#BodyWrapMid
{
	background-image: url('../images/mid.png');
	background-position: top center; 
	background-repeat: repeat-y;
}

#BodyWrapHeader
{
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top center; 
}

#BodyWrapFooter
{
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: bottom center; 
}

#headerDate
{
	font-family: 'Century Gothic','Avant Garde Gothic','Avant Garde','URW Gothic L',helvetica,sans-serif; font-size: 11px; text-align: right; border: 0px solid black;
	position: absolute; right: 2em; width: 150px;
	top: 5em;
}

#newsletterSignupForm
{
	position: absolute;
	right:5px;
	width: 250px;
	top:-134px;
	z-index: 500;
	color:#FFF;
}

#newsletterSignupForm input
{
	width:125px;
}

#newsletterSignupForm label
{
	display: block;
	float:left;
	width:80px;
	clear:both;
	margin-top:6px;
}

#newsletterSignupForm input
{
	float:right;
}

#newsletterSignupFormBody
{
	height:110px;
	background-color:#2F2D2E;
	padding:12px;
}

#newsletterSignup
{
	right:0px;
	cursor:pointer;
	width: 150px;
	margin-left:101px;
}

div#HeaderWrap
{
	text-align: left;
	height: 129px;
	width: 950px;
	margin:0px auto;
}

#HeaderWrap h1
{
	margin:0px auto;
	width: 950px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}	

#ContentAreaWrap
{
	clear: both;
	margin:0px auto 0px auto;
	padding-bottom: 3em;
	width: 950px;
	border: 0px solid #CCC;
}

#FooterWrap
{
	text-align: right;
	margin:0px auto;
	width: 930px;
	font-size: 9px;
	padding: 0px 10px 0px 10px;
}

div#GlobalNavWrap
{
	background-color: #CCC;
}

div#GlobalNavControls
{
	margin:0px auto;
	width: 950px;
}
div#MainMenuWrap
{
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	text-transform:uppercase;
	font-size: 11px;
	margin:0px auto;
	width: 950px;
	border: 1px solid #4F4F4D;
	background-color: #555;
	letter-spacing: .01em;
	background-image: url('../images/mainMenuBackground.gif');
	background-repeat: repeat-x;
	height: 40px;
	position: relative;
	color: #CCC;
}

div#MainMenuWrap ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#MainMenuWrap ul li
{
	list-style: none;
	float: left;
}
div#MainMenuWrap ul li.menuSpacer
{
	height: 40px;
	padding: 0px;
	margin: 0px;
}


div#MainMenuWrap ul li div
{
	display: inline;
	height: 40px;
}

div#MainMenuWrap ul li div a
{
	line-height: 40px;
	text-decoration: none;
	color: #FFF;
	padding: 0em .5em 0em .5em;
	display: block;
}


div#MainMenuWrap ul li div.itemSelected
{
}

div#MainMenuWrap ul li div.itemSelected a
{
	background-color: #999;
	background-image: url('../images/mainMenuBackground_selected.gif');
	background-repeat: repeat-x;
	border-right: none;
	font-weight: bold;
}

div#MainMenuWrap ul li div a:hover
{
	background-image: url('../images/mainMenuBackground_hover.gif');
	background-color: #888;
	color: #EEE;
}

.l2aSidebar
{
	padding: 25px 25px 12px 12px;
	font-size: 12px;
	width: 290px;
}

.subNav
{
}

.subNav ul li.iconPDF div
{
	padding-left: 15px;
	background-image: url(../images/icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.subNav ul
{
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.subNav ul li div
{
	padding-left: 15px;
	background-image: url(../images/arrowRight.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.subNav ul li ul
{
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.subNav ul li ul li div
{
	margin-left: 2em;
	padding: 0px;
	padding-left: 15px;
	background-image: url(../images/arrowRight.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;

}

.subNav ul li ul li div a
{
	color: #666;
	text-decoration: none;
}

.subNav ul li div a
{
	display: block;
	line-height: 20px;
	padding-left: 1em;
	padding-right: 1em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

.subNav ul li div.itemSelected a
{
	color: #666;
}

.subNav ul li div
{
	text-transform: uppercase;
}

.subNav ul li div.itemSelected
{
}

.l2aContent
{
	padding: 25px 12px 16px 25px;
}

/* fill box */
.fill-box-tl
{
	background: transparent url(../images/fill-box-corners.png) no-repeat scroll left 0px;
}
.fill-box-tr
{
	background: transparent url(../images/fill-box-corners.png) no-repeat scroll right -16px;
}
.fill-box-bl
{
	background: transparent url(../images/fill-box-corners.png) no-repeat scroll left -32px;
}
.fill-box-br
{
	background: transparent url(../images/fill-box-corners.png) no-repeat scroll right -48px;
}

/* outline box */
.outline-box-tl, .outline-box-bl
{
	overflow: hidden;
	padding-left: 16px;
}
.outline-box-tr, .outline-box-br
{
	overflow: hidden;
	padding-right: 16px;
}
.outline-box-tl
{
	background: transparent url(../images/outline-box-corners.png) no-repeat scroll left 0px;
}
.outline-box-tr
{
	background: transparent url(../images/outline-box-corners.png) no-repeat scroll right -16px;
}
.outline-box-bl
{
	background: transparent url(../images/outline-box-corners.png) no-repeat scroll left -32px;
}
.outline-box-br
{
	background: transparent url(../images/outline-box-corners.png) no-repeat scroll right -48px;
}

.outline-box-tc, .outline-box-bc
{
	height: 16px;
	overflow: hidden;
	background: transparent url(../images/outline-box-tb.png) repeat-x scroll;
}
.outline-box-bc
{
	background-position: 0px -16px;
}

.outline-box-ml
{
	overflow: hidden;
	background: transparent url(../images/outline-box-l.png) repeat-y scroll;
	background-position: center left;
	padding-left: 1px;
}		

.outline-box-mr
{
	overflow: hidden;
	background: transparent url(../images/outline-box-r.png) repeat-y scroll;
	background-position: center right;
	padding-right: 1px;
}		
.outlined-box-mc
{
	border: 1px solid black;
}

div.calWeek
{
	font-size: 10px;
}

div.calWeek, div.mediaRoll
{
	padding: 0px 1em 0px 1em;
}
div.calWeek h5
{
	margin: 0px;
}

div.calWeek div.event
{
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #AAA;
}

div.calWeek div.eventCollapsed, div.calWeek div.eventExpanded
{
	cursor: pointer;
}

div.calWeek div.eventCollapsed h5
{
	background: transparent url(../images/arrowRight.png) no-repeat;
	background-position: center right;
}

div.calWeek div.eventExpanded h5
{
	background: transparent url(../images/arrowDown.png) no-repeat;
	background-position: center right;
}


div.calWeek div.firstItem
{
	border: none;
}

div.event:hover
{
	background-color: #F9F9F9;
}

div.event .eventContent
{
	display: none;
	border-top: none;
}

div.mediaRoll div.mediacastItem:hover
{
	background-color: #F9F9F9;
}

div.mediaRoll div
{
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #AAA;
}

div.mediaRoll div.firstItem
{
	border: none;
}

div.mediaRoll h5, div.blogRoll h5
{
	margin: 0px;
	padding: 0px;
}

.rss_icon_16
{
	background: transparent url(../images/rss_icon_16.png) no-repeat;
	background-position: center left;
	padding: 4px 0px 6px 18px;
	line-height: 20px;
	color: #000;
}

.podcast_icon_16
{
	background: transparent url(../images/podcast_icon_16.png) no-repeat;
	background-position: center left;
	padding: 4px 0px 6px 18px;
	line-height: 20px;
	color: #000;
}

.credits a
{
	color: #999;
}

.blogSummaryContainer
{
	font-size: 10px;
	padding: 1em;
}

.blogSummaryContainer a
{
	color: #999;
}
h5.blogTitle, h5.blogAuthor
{
	margin: 0px;
	padding: 0px;
}
.blogDate
{
	color: #666;
}
.blogSummary
{
	margin-top: 1em;
}

.blogListEntry:hover
{
	background-color: #F9F9F9;
	cursor: pointer;
}

.blogEntryOn
{
	display: block;
}

.blogEntryOff
{
	display: none;
}

.blogSummaryControl
{
	text-align: right;
}

table.prSchedule tr th
{
	color: #FFF;
	background-color: #333;
	border-bottom: 1px solid #CCC;
}

table.prSchedule tr td
{
	border: 1px solid #999;
}

.buttonBar div a
{
	display: block;
	padding: .5em;
	color: #999;
}
.buttonBar div a.icon
{
	padding-left: 40px;
}

.buttonBar div.relatedHeader
{
	padding: 1em;
	background-color: #000;
	color: #FFF;
}

.button a
{
	display: block;
	padding: 1em;
	background-color: #333;
	color: #EEE;
	text-decoration: none;
	line-height: 25px;
}

hr
{
	border: none;
	border-top: 1px dotted #CCC;
}

.musicCD
{
	width: 100%;
}

.musicCD tr th
{
	color: #999;
	border-bottom: 2px solid black;
}

.musicCD tr th.track
{
	text-align: left;
}

.musicCD tr td.playTime, .musicCD tr td.chart
{
	text-align: center;
}

.musicCD tr td
{
	border-bottom: 1px dotted #CCC;
	line-height: 25px;
	font-size: 10px;
}

.musicCD tr.rowEven td
{
	background-color: #F6F6F6;
}

.musicCD tr.rowOdd td
{
}

div.notice
{
	padding: 1em;
	border: 1px dotted #CCC;
	background-color: #EEE;
}

.mediaItemDetails
{
	font-size: 10px;
}

div.paging-nav a
{
	text-decoration: none;
}

div.mediacastItems h5
{
	margin: 0px;
	font-size: 120%;
}

div.mediacastItems div.mediacastItem
{
	margin-bottom: 1em;
	border: 1px solid #DCDCDC;
	padding: 1em;
}

div.mediacastItem a.button, div.mediaPlayer a.button
{
	float: right;
	background-color: #CCC;
	padding: 3px;
	border: 1px solid #999;
	color: #000;
	font-size: 9px;
}

div.mediacastItems div.mediacastItem div.summary
{
	font-size: 12px;
	margin: .5em 0 .5em 0;
	clear: both;
}

div.mediacastItems div.mediacastItem div.summary-label, div.mediaPlayer div.summary-label
{
	font-family:"Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	text-transform:uppercase;
	font-size: 9px;
	font-weight: bold;
	float: left;
	background-color: #CCC;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: .5em;
}

div.mediacastItems div.mediacastItem div.author
{
	font-size: 10px;
}

div.mediaPlayer h5.title
{
	margin:0;
}

div.mediaPlayer div.summary
{
	overflow: auto;
	height: 80px;
	border: 1px solid #CCC;
	padding: 1em;
}
