/* #############################################################
		allpages.css
   ############################################################# */
/***********************
 GENERAL HELPER STYLES
***********************/
.hidden {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.footer {
	clear: both;
}

#printLogo { display:none;}
/*********************
 GENERAL STYLES
*********************/
a {color:#006335;}
a:hover {color:#000;}
#contentColumns h4 {font-size:1.1em;font-weight:bold;color:#000;}
#contentColumns p {font-size:1.1em;color:#000;}

/* PAGE TITLE */
#mainContent .moduleHeader {width:477;height:23px;background:url(/images/titles-sprite.gif) 0px -69px no-repeat;}
#mainContent .moduleHeader h2{padding-left:33px;margin-bottom:0px;font-size:1.8em;color:#FFD436;font-weight:bold;}
#mainContent .containerPadding {padding-top:10px;}

/* MAIN TEXT AND HEADERS */
#mainContent { margin-bottom:10px;}
#mainContent h1, #mainContent h2 { font-size:1.8em;margin-bottom:.8em;}  
#mainContent h3 { font-size:1.4em;margin-bottom:.8em;}  
#mainContent h4 { font-size:1.2em;margin-bottom:.8em;} 
#mainContent h5, #mainContent h6 { font-size:1.1em;margin-bottom:.8em;} 
#mainContent p { font-size:1.2em; margin-bottom:.8em;}


/* IMAGES */
#mainContent img { border: none 0px #fff; }

/* MISC TEXT CLASSES */
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline {  font-size:1.4em;} /* SAME AS H3 - Legacy Inside Pages Code */
#mainContent .Text {  font-size:1.2em;} /* SAME AS BODY - Legacy Inside Pages Code */
#mainContent .calendarText {  font-size:12px;}

/* LISTS */
#mainContent ul.inline li {
	display: inline;
}


/*********************
 ARTICLE PAGE
*********************/
#articleAdInsert {padding:0px 10px 10px 0px;}

#mainContent p.standFirst { font-weight:bold; color:#006335;}

/* RELATED LINKS */

#relatedLinksInsert *{margin:0px;padding:0px}

#relatedLinksInsert {
	float: left;
	text-align: left;
	width:300px;
}
#relatedLinksInsert .moduleHeader {
	width:300px;
	height:19px;
	background:url(/images/titles-sprite.gif) -305px -27px no-repeat;
	}

#relatedLinksInsert .moduleHeader h3{
	display:none;
}
#relatedLinksInsert .moduleContent {
	border:2px solid #000;
	background:#fff;
}
#relatedLinksInsert .moduleContentContainer {
	padding:10px 8px 12px 8px;
}
#relatedLinksInsert li {
	list-style:none;
	font-size:1.2em;
}

/* ARTICLE IMAGE / CUBE AD STYLES */

#mainContent #cubeAd *{margin:0px;padding:0px}
#mainContent #cubeAd .containerPadding { margin:10px 0px 10px 0px;}
#mainContent #cubeAd img {margin:0px;}



#articleAdInsert.alignleft {
	padding: 0px 10px 5px 0px;
}
#articleAdInsert.alignright {
	padding: 0px 0px 5px 10px;
}
#articleAdInsert .articleAdInsertContainer {
	width: 300px;
	margin: auto;
}
.imageCaptionContainer {
	padding: 0px 0px 8px 0px;
}
#articleAdInsert.alignright .imageCaptionContainer {
	display: block;
	float: right;
}
.imageCaption {
	padding: 1px 0px 0px 0px;
	text-align: left;
	color:#000;
}

/*********************
 FORM STYLES
*********************/
select { background:#000 !important;color:#FFD436;font-size:1.1em;font-weight:bold;} /* This style applies to all dropdown menus. */
input { } /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textBox { background:#FFD436 !important; border:1px solid #000;} /* Single-Line textboxes background and border colors */
input.medium { background:#FFD436 !important; border:1px solid #000;} /* Single-Line textboxes background and border colors */
textarea { background:#FFD436 !important; border:1px solid #000;} /* This style applies to all multi-line comment areas. */
#mainContent .warningMessage { font-weight:bold;} /* Text displayed warning of Form problems/errors */

/* VARIOUS SIZED TEXBOXES */
input.short { width: 70px; }
input.medium { width: 150px; }
input.long { width: 300px; }


/************************
 GENERIC TABLES
*************************/
#mainContent table { color: #000; font-size: 12px; } /* Just set a default text color and size */
#mainContent table tr, #mainContent table td {padding:2px;}

/************************
 FORMATTED TABLES
*************************/
#mainContent table.formattedTable {background:#000;} /* Background color or borders */
#mainContent table.formattedTable th {padding:4px;background:#006335;color:#FFD436;font-size:1.2em;font-weight:bold;}
table.formattedTable th a {color:#FFD436;} /* Header cells and Header Font Info */
#mainContent table.formattedTable td {padding:4px;font-size:1.2em;} /* Table body cells and body font info */
#mainContent table.formattedTable tr.rowOdd {background:#fff;} /* Table Odd Row for a separate background-color for every other row */
#mainContent table.formattedTable tr.rowEven {background:#EEECD0;} /* Table Even Row for a separate background-color for every other row */
/* You may need to specify a specific link color for each row depending on the background colors */

#mainContent table.fullWidth {width:610px; } /* specify the width to span the full content area */

/*********************
 MISC BACKGROUND AND SECTIONAL STYLES
	(Styles used for default sectionals and misc colors.)
*********************/
.CellBackground0 { background-color: #fff; color: #000; border:2px solid #000;} /* Background, Border, and Text color only */
.CellBackground1 { background-color: #006335; color: #FFD436; border:2px solid #000;} /* Background, Border, and Text color only */
.CellBackground1 a{ color: #FFD436;} 
#mainContent .CellContent0, #mainContent .CellContent1 { padding: 5px; } /* Define padding so running copy doesn't hit edge of background. */

/*********************
 CALENDAR STYLES
*********************/
#mainContent .calendarTable td {border:1px solid #000;background:#FFD436;padding:5px;}
#mainContent .calendarTable td.calendarEmptyDay { border:none;background:none;}
#mainContent .calendarTable td.calendarDayViewed { border:1px solid #FFD436;} /* Specify something to overwrite CellBackground1 */
#mainContent .calendarTable td.calendarDayViewed a{ color:#000;}
#mainContent .calendarTable td.calendarCurrentDate { background:#006335;color: #FFD436; }
#mainContent .calendarTable td.calendarCurrentDate a{ color: #FFD436; }
#mainContent table.calendarHeaderTable{background-color:transparent;}
#mainContent table.calendarFooterTable{background-color:transparent;}

#mainContent .calendarTableSport td {border:1px solid #000;padding:5px;}
#mainContent .calendarTableSport td.calendarEmptyDay { border:none;background:none;}
/*********************
 SEPARATOR STYLES
*********************/
hr {color:#006330; }
.sectSeparatorH { width:10px;height:10px; } /* Horizontal gaps between sections. */
.sectSeparatorV { width:10px;height:10px;} /* Vertical gaps between sections. */


/**************************/
/**** EDITS UNECESSARY ****/
/**************************/

/*********************
 FORM LAYOUTS
*********************/
#mainContent fieldset {
	border: none 0px #fff;
}
#mainContent legend { /* Specify a Color */
	font-weight: bold;
}
#mainContent .formRow {
	clear: both;
	margin: 5px 0px;
}
#mainContent label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 3px;
}
#mainContent label .labelDetails {
    font-weight: normal;
    font-size: 0.9em;
}
#mainContent .formRowMultiFields {
	margin-left: 153px; /* !! Should be the width of the label !! */
	zoom:1;
}
#mainContent .formRowMultiFields img { /* Used for Captcha */
	padding: 0px;
}
#mainContent label.spanWidth {
	width: auto;
	display: block;
	text-align: left;
}
#mainContent label.inline {
	float: none;
	display: inline;
	width: auto;
	text-align: auto;
}
#mainContent .formRowSubmit {
	margin-left: 153px; /* Probably the width of the label */
}
#mainContent .EmailForm label {
	width: 80px;
}

/*********************
 ALIGNMENT STYLES
*********************/
.alignLeft, .alignleft { float: left; }
.alignCenter, .aligncenter { text-align: center; }
.alignRight, .alignright { float: right; }
#articleAdInsert.aligncenter #relatedLinksInsert { margin: auto; }
#mainContent img.noFormat { border: none 0px; margin: 0px; }
/* #############################################################
		ccb-content.css
   ############################################################# */
/* All sites must have an inside page with a white content area for CCB content. If your inside content area is already white, this
does not need to be completed. This CSS file will be used to store your styles that are used on the CCB article/sectional page only.
The ID and/or class names should remain the same with the addition of "_ccb" to the end of the ID or class.

IE: contentBackground would be contentBackground_ccb. This will be done so that the devloper will not have to edit or add a bunch
of items, they will simply have to do a find and replace which will save them time.*/

/* CCB Article/Sectional */
/* #############################################################
		framework.css
   ############################################################# */
/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background:url(/images/body-bg.gif) #1E342B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}
#mosSite {
	width: 952px;
	margin: auto;
	text-align: left;
	background:url(/images/site-bg.gif);
	margin-bottom:40px;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#frameworkTop {
	background:url(/images/header-bg.jpg) -1px 0px no-repeat;
}
#frameworkTopFooter {
	clear:both;
	height:2px;overflow:hidden;
	background:#000;
}

/* Ads */
#leaderboard {
}
#leaderboardLabel {
	display:none;
}
#leaderboardAd {
}
#skyscraper {}
#skyscraperLabel {
	display:none;
}
#skyscraperAd {
	width: 160px;
	margin-bottom:10px;
}
#banner {}

/* CCB */
#ccb {
	text-align: center;
}
#ccb p {
	display: none;
}
#ccb ul {
	text-align: center;
	display: inline;
	padding: 3px 0px;
} 
#ccb ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#ccb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

/* Header */
#header {
}
#header h1 {
	padding-left:5px;
	height:153px;
	float:left;
}
#header #headerTeams {
	float:right;
	margin-top:-17px;
}

/* Content */
#contentEnclose {
	width: 780px;
	float: left;
}
#contentMiddle {
	width: 610px;
	float: right;
	padding-top:10px;
}
#contentLeft {
	width: 160px;
	float: left;
}
#contentRight {
	width: 160px;
	float: right;
	padding-top:10px;
}


#contentBottom {
	clear: both;
}

/* Quadrants */
#quadrantA {
	float: left;
	width: 300px;
}
#quadrantB {
	float: right;
	width: 300px;
}
#quadrantTopFooter {
	clear: both;
	
}
#quadrantC {
	float: left;
	width: 300px;
}
#quadrantD {
	float: right;
	width: 300px;
	
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	height:120px;
	background:url(/images/footer-bg.jpg) -1px 0px no-repeat;
}
#footerBottom {
	clear: both;
}
#siteIndex {padding:19px 0px 8px 10px;}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
	background:#000 !important;
	font-size:1.1em;
	font-weight:bold;
	color:#FFD436;
}
#copyright {padding-left:10px;font-size:1.1em;}
#copyright A {color:#000}
#copyright .privacyPolicy {}

/* #############################################################
		modules.css
   ############################################################# */
/* To add a class to a specific module, add #xxxxx .classname {} */
/* If all your styles in the right column are the same, you could add #rightColumn .classname {} and it will effect every class with that name in the right column. */

/* Additional Framework Styles for Modules - Any styles that are used accross multiple modules go below. */
#osaClub, #poll, #osaWeather {
	padding-left:3px;
	margin-bottom:10px;
}
#onAir, #search {
	padding-left:4px;
	margin-bottom:10px;
}
#osaClub .moduleContainer, #poll .moduleContainer, #osaWeather .moduleContainer, #onAir .moduleContainer, #search .moduleContainer {
	width:153px;
}
#osaClub .moduleContent, #poll .moduleContent, #osaWeather .moduleContent, #onAir .moduleContent, #search .moduleContent {
	border:2px solid #000;
	background:#fff;
	padding:7px;
}

/*----------------------------------------------------------
Individual Modules below
----------------------------------------------------------*/

/* PodCast */
.podacastLinks { display: none; } /* Show this if you need it */

/* Feature */
#feature {margin-bottom:10px;}
#feature .moduleHeader {width:477;height:23px;background:url(/images/titles-sprite.gif) 0px -46px no-repeat;}
#feature .moduleHeader h2{display:none;}
#feature .containerPadding {padding-top:10px;}
#feature h3 {font-size:1.4em;margin-bottom:.3em;}
#feature p {font-size:1.2em;line-height:1.5;margin-bottom:.3em;}
#feature p.storyImage {float:left;padding:0px 8px 0px 0px;}
#feature .storyImage img {border:1px solid #000; width:280px;}
#feature .separatorLast {display:none;}

/* Headline */
#headline .moduleHeader {width:610px;height:23px;background:url(/images/titles-sprite.gif) 0px 0px no-repeat;}
#headline .moduleHeader h3{	display:none;}
#headline .containerPadding{padding:20px 10px;}
#headline h4 {font-size:1.4em;margin-bottom:.3em;}
#headline .story {width:290px;float:left;margin-bottom:15px;}
#headline .odd {float:left;width:280px;clear:both;}
#headline .odd .storyContainer {padding-right:20px;}
#headline .even {width:280px;}
#headline p {font-size:1.2em;line-height:1.5;margin-bottom:.3em;}
#headline p.storyImage {float:left;padding:3px 2px 0px 0px;}
#headline .storyImage img {border:1px solid #000;}
#headline .storySeparator hr {display:none;}
#headline .storySeparator {display:none;}
#headline .separatorLast  {clear:both;}

/* Poll */
#poll {}
#poll .moduleHeader {width:153;height:19px;background:url(/images/titles-sprite.gif) 0px -111px no-repeat;}
#poll .moduleHeader h3{display:none;}
#poll .sponsorLabel {display:none;}
#poll .sponsor {text-align:center;}
#poll .sponsor img{margin-bottom:7px;}
#poll h4 { font-size:1.1em;color:#000;} /* poll name */
#poll #pollDescription {font-size:1.1em;margin-bottom:.8em;} /* poll description paragraph */
#poll #pollQuestion { font-size:1.1em;color:#000;font-weight:bold;margin-bottom:.25em;} /* poll question */
#poll label { font-size:1.1em;color:#000;} /* poll answer options */
#poll #pollLink { display:none} /* view results */
#poll #formRowSubmit #pollsubmit {margin-top:.5em;} /* poll submit button */
#poll dt {font-size:1.1em;color:#000;margin-top:.5em;} /* poll results label */
#poll dd {font-size:1.1em;color:#000;font-weight:bold;} /* poll results percentage */

/* On Air */
#onAir {}
#onAir .moduleHeader {width:153;height:19px;background:url(/images/titles-sprite.gif) 0px -92px no-repeat;}
#onAir .moduleHeader h3{display:none;}
#onAir #hostPhoto {float:left;width:52px;}
#onAir .hostText {float:right;width:77px;}
#onAir  p{font-size:1em;}
#onAir #hostInfo {float:right;width:77px;}
#onAir img {width:48px;border:1px solid #000;}
#onAir #nextHost {text-align:center;padding-top:6px;}
#onAir h4, #onAir h5 {font-size:1.1em;font-weight:bold;}
#onAir h4 a {color:#000;text-decoration:none;}
#onAir h4 a:hover {text-decoration:underline;}
#onAir #nextHost .hostName {font-size:1.1em;}



/* Sponsor */
#sponsor .moduleHeader {display:none;}
#sponsor {text-align:center;}
#sponsor img {margin-bottom:10px;}

/* Cube Ad */
#cubeAd .containerPadding { margin:0px 0px 10px 0px;}
#cubeAd .moduleHeader {display:none;}
#cubeAd img {margin:0px;}

/* OSA editable club module */
#osaClub {}
#osaClub .textInput {width: 100px;}
#osaClub .moduleHeader {width:153;height:19px;background:url(/images/titles-sprite.gif) -153px -92px no-repeat;}
#osaClub .moduleHeader h3{display:none;}

/* Search */
#search {}
#search .textInput {width: 100px;}
#search select {width: 100px;}
#search .moduleHeader {width:153;height:19px;background:url(/images/titles-sprite.gif) -153px -111px no-repeat;}
#search .moduleHeader h3, #search label, #search legend, #search #searchType {display:none;}
#search #searchFor {width:133px;background:#FFD436 !important;border:1px solid #000;margin-bottom:5px;}
#search h4 {font-size:1.1em;font-weight:bold;}
#search .submitRow {margin-bottom:5px;}
#search li{list-style:none;}


/* OSA editable Weather module */
#osaWeather {}
#osaWeather .moduleHeader {width:153;height:19px;background:url(/images/titles-sprite.gif) -306px -92px no-repeat;}
#osaWeather .moduleHeader h3{display:none;}

/* Tile Ads */
#tileAds {margin-bottom:10px;}
#tileAds .moduleHeader { display:none; }
#tileAds p {padding: 3px 0px;text-align:center;}

/* Date */
#date {float:left;width:120px;}
#date .moduleHeader, #date h4 {display:none;}
#date .containerPadding {padding:1px 5px 0px 6px;}
#date p {font-size:1.1em;color:#000;font-weight:bold;}

/* Scrolling Marquee */
#marquee {float:left;width:558px;height:17px;overflow:hidden;}
#marquee .moduleHeader {display:none;}
#marquee .containerPadding {padding:1px 5px 0px 6px;}
#marquee p {font-size:1.1em;color:#000;}

/* email this page */
#emailToFriend {
	float:right;
	width:124px;
	height:23;
}
#emailToFriend .moduleHeader {display:none;}
#emailToFriend a {
	width:124px;
	height:23;
	display:block;
	background:url(/images/email-icon.gif) no-repeat;
	text-indent:-9999px;
}
#emailToFriend a:hover {
	background:url(/images/email-icon.gif) 0px -23px no-repeat;
}

/* ESPN Bottom Line module */
#espnBottomLine {
	clear:both;
	border-top:2px solid #000;
	background:#595959;
	height:44px;
	overflow-y:hidden;
}

/* ESPN Headlines module */
#espnHeadlines {
	height:250px;
	}
#espnHeadlines .moduleHeader {
	width:300;
	height:23px;
	background:url(/images/espnHeadlines-title.gif) no-repeat;
	}

#espnHeadlines .moduleHeader h3{
	display:none;
}
#espnHeadlines .moduleContent{
	border:1px solid #000;
}
#espnHeadlines .moduleContentContainer {
	height:226px;
	overflow:auto;
}
#espnHeadlines .containerPadding {
	padding:6px;
}
#espnHeadlines  h4{
	font-size:1.1em;
	margin-bottom:.4em;
	background:url(/images/espnHeadlines-bullet.gif) 0px 5px no-repeat;
	padding:0px 0px 0px 9px;
}
#espnHeadlines  h4 a{
	color:#004225;
}
#espnHeadlines  h4 a:hover{
	color:#000;
}
#espnHeadlines  .storySeparator{
	display:none;
}

/* TO CONTROL THE FONT OF AP NEWS - from the third party */
#espnHeadlines td { 
	padding-right:5px;
	line-height:15px;
	font-weight:bold;
	}


/* #############################################################
		nav.css
   ############################################################# */
/* NAV MODULE SETTINGS */
#navigation {
	width:160px;
	background: #000;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
}
#navigation .moduleHeader,#navigation .moduleFooter {
	display:none;
}
#navigation h3  {
	display:none;
}

/* MAIN NAVIGATION MENU BOX */
#navigation .containerPadding {
	border-right: 1px solid #000;
}

#navigation ul {
	list-style: none;
}

/* MAIN NAV ITEMS */
#navigation li {
	text-align: left;
	border-bottom: 1px solid #000;
}

#navigation li a, #navigation li .navNoLink {
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	padding: 3px 7px;
	background-color: #FFD436;
}

html>body #navigation li a {
	width: auto;
}

#navigation li a:hover {
	color: #FFD436;
	background-color: #1B3D2E;
}

/*
SUB NAV LIST 
	Set the width, background, and/or border
*/
#navigation li ul {
	width: 157px;
	margin-left: 159px;
	border: solid 1px #000;
	border-bottom:0px;
	margin-top: -21px;
	display: block;
	position: absolute;
	left: -9999px;
	height: auto;
}

/* SUB-NAV ITEM */
#navigation li ul li {

}


/* YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW */
 #navigation li:hover, #navigation li.sfhover { position: static; } /* This is a fix for the IE7 Sticky menu bug */

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -9999px;
	z-index: 501;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
	z-index: 501;
}

/* Support for the "iehover-fix.js" */
ul.navItems iframe {
	position: absolute;
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


* html ul.navItems li { z-index: 501; }

/* this is for IE 5.0
	select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

/* #############################################################
		CustomPages.css
   ############################################################# */
/***********************
 Photo Wall Styles
***********************/
#photoWallPage .searchPhotoWallForm { clear: both; display: block; margin: 10px 0px; }
#photoWallThumbs { margin: 15px 0px 0px 0px; }
#photoWallThumbs ul { list-style: none; }#photoWallThumbs li { display: block; float: left; width: 142px; text-align: center; }
#photoWallThumbs li.newRow { clear: both; display: block; }
#photoWallThumbs li .photo-thumb { margin: 10px; }
#photoWallPhotoPage { text-align: center; }
#photoWallPhotoPage .page-menu { width: 260px; text-align: center; margin: auto; padding: 5px 0px;}
#photoWallPhotoPage .page-menu a { text-decoration: none;}
#photoWallPhotoPage .page-menu a:hover {text-decoration: underline;}
#photoWallPhotoPage .photoContainer { margin: 10px 0px; }#photoWallPhotoPage img { margin: 0px; }#photoWallPhotoPage .photoCaption { width: 300px; margin: 4px auto;  }

/***********************
 Goout Bar Styles
***********************/
.top-goout {float: left;text-align:left; width:100%;padding:0px;}
.top-col-left {width: 33%; float: left; padding: 3px 0px 0px 50px; text-size: 8px;}
.top-col-left a {text-size: 8px;color:#FFD436; }
.top-col-left a:hover {text-decoration: none;color:#FFD436;}
.top-col-mid {text-align:center; width:33%;float: left;  padding:0px; text-size: 8px;}    
.top-col-mid #siteIndex {padding:5px 0px 0px 0px; }
.top-col-right {text-align:center; width:auto; color:#fff;  padding: 3px 0px 0px 0px; margin-left:0px; text-size: 8px;}    
.top-col-right a {text-size: 8px;color:#FFD436;}
.top-col-right a:hover {text-decoration: none;color:#FFD436;}


/***********************
 Keword Search Results Styles
***********************/
.kewordSearch {width: 100%; text-align:left; padding: 5px 5 5px 5;}
.key-col-top {}.key-col-top a {}
.key-col-left {width: 40%; float: left; padding: 5px; margin: 0px; }.key-col-left a {}
.key-col-mid {width: 10%; float: left; padding: 5px 0 5px 0;}    
.key-col-right {width: 40%; float: left; padding: 5px; margin: 0px;}.key-col-right a {}

/***********************
 Concert Calendar Styles
***********************/
.ccVenue {width: 100%; text-align:left; padding: 5px 5 5px 5;}            
.ccV-col-top {}.ccV-col-top a {}
.ccV-col-left {width: 30 %; float: left; padding: 5px; margin: 0px; }.ccV-col-left a {}
.ccV-col-mid {width: 40%; float: left; padding: 5px 0 5px 0;}    
.ccV-col-right {width: 20%; float: right; padding: 5px; margin: 0px;}    .ccV-col-right a {}
.ccArtist {width: 100%; text-align:left; padding: 5px 5 5px 5;}            
.cc-col-top {}.ccA-col-top a {}
.ccA-col-left {float: left; padding: 5px; margin: 0px; }.ccA-col-left a {}
.ccA-col-right {float: right; padding: 5px; margin: 0px;}    .ccA-col-right a {}

/***********************
 Staff Styles
***********************/
.staff {text-align:left; padding: 5px 5 5px 5;}
.staff-col-top {}.staff-col-top a {}
.staff-col-left {float: left; padding: 5px; margin: 0px; }.staff-col-left a {}
.staff-col-mid {float: left; padding: 5px 0 5px 0;}    
.staff-col-right {float: left; padding: 5px; margin: 0px;}    .staff-col-right a {}

/***********************
 Calendar Styles
***********************/

#AddNewEventForm fieldset {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

/**************************
 Community Calendar Styles
**************************/

.calendarTable {
	width: 100%;
	text-align: center;
}

/**************************
 Weather Styles
**************************/

#extendedForecast .CellBackground0
/* Controls color of temperature bar. Use to customize appearance. */
{
	vertical-align: bottom;
}
#extendedForecast .negativeTemperature
/* Background color of Negative Temperature Bars. Only change Background-Color. Do not change anything else */
{
    BACKGROUND-COLOR: #0FF;
    vertical-align: bottom;
}
#extendedForecast
/* Controls appearance of entire Extended Forecast. Only change Color, Background-Color. Do not change any other settings. */
{
    MARGIN: auto;
    TEXT-ALIGN: center;
}
#extendedForecast .smallText
/* Controls appearance of Sky Conditions, High & Low Temps For Days. Do not add margin or padding. */
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    LINE-HEIGHT: 12px;
    vertical-align: top;
}
#weatherForecast .weatherDayTop
/* Controls appearance of individual days. Do not add margin or padding. */
{
   width: 90px;	
   MARGIN: auto;
   vertical-align: top;
}
#weatherForecast .weatherDayBottom
/* Controls appearance of individual days. Do not add margin or padding. */
{
   vertical-align: bottom;
}
#weatherForecast .weatherTemperatures .weatherTempBars
{
    PADDING: 0px;
    MARGIN: auto;
    BACKGROUND-COLOR: transparent;
}
/*
*********************************************************
*** START DO NOT MAKE ANY CHANGES TO ANY STYLES BELOW ***
*********************************************************
*/
#weatherForecast
{
    TEXT-ALIGN: center;
    MARGIN: auto;
}
#weatherDetails
{
	width: 568px;
    CLEAR: both;
    TEXT-ALIGN: center
}
#weatherRegionLinks
{
    MARGIN-TOP: 10px
}
#weatherRegionLinks LI
{
    DISPLAY: inline;
    FLOAT: left;
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 5px;
    WIDTH: 150px
}
#currentObservation
{
    MARGIN: auto;
    WIDTH: 480px
}
#currentObservation .smallText
{
    FONT-SIZE: 10px;
    LINE-HEIGHT: 12px;
    vertical-align: top;
}
#currentObservation H3
{
    MARGIN-BOTTOM: 5px
}
#currentObservation .footer
{
    DISPLAY: none
}
#weatherForecast .weatherTemperatures
{
    TEXT-ALIGN: center;
    margin: auto;
    VERTICAL-ALIGN: bottom;
}
#weatherForecast .weatherTemperatures .weatherTempBars .weatherTemperatures
{
    BORDER: medium none;
    PADDING: 0px;
    MARGIN: 0px;
    BACKGROUND-COLOR: transparent
}
#weatherForecast .weatherTemperatures .weatherTempBars .weatherTemperatures .dayCondition
{
    DISPLAY: none;
    PADDING: 0px;
    MARGIN: 0px;
}
/*
***************************************************
*** Programming Schedules styles ***
***************************************************
*/

#programmingSchedule h3 {
	padding-top:10px;
	}
/*
*******************************************************
*** END DO NOT MAKE ANY CHANGES TO ANY STYLES BELOW ***
*******************************************************
*/

