/* #############################################################
		CustomPages.css
   ############################################################# */

/***********************
 Goout Bar Styles
***********************/
.top-goout {float: left; width: 100%; padding: 0px; background:url(../images/Topframe_bg.gif) repeat-x;border-bottom:1px solid #000;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#D0D0E4;}
.top-goout a{color:#fff;}
.top-col-left {width: 300px; float: left; height:35px;padding: 0px 0px 0px 0px; background:url(../images/Topframe_left.gif) no-repeat;}
.top-col-left a {display:block;height:35px;width: 111px; background:url(../images/Topframe_left.gif) no-repeat;text-indent:-9999px;}
.top-col-left a:hover {text-decoration: none;}
.top-col-mid {width: 200px; float: left;  padding: 2px 0px 0px 0px;}    
.top-col-mid #siteIndex {margin: 5px 0px 0px 50px;}
.top-goout form, .top-goout form select { padding: 0px; margin: 0px;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#555555; }
.top-goout legend { display: none; }
.top-goout fieldset { border:0; padding: 0px; margin: 0px;}
.top-col-right {width: 300px; float: right;  padding: 3px 0px 0px 0px; margin-left: 25px;}    
.top-col-right a {}
.top-col-right a:hover {text-decoration: none;}

/***********************
 Keword Search Results Styles
***********************/
.kewordSearch {width: 100%; text-align:left; padding: 5px;}
.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 0px;}    
.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 0px;}    
.ccV-col-right {width: 20%; float: right; padding: 5px; margin: 0px;}    
.ccV-col-right a {}
.ccArtist {width: 100%; text-align:left; padding: 5px;}            
.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 0px;}    
.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;
}

/**************************
 Programming Schedules styles
**************************/

#programmingSchedule h3 {
	padding-top:10px;
}
	

/**************************
 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;
}
/*
*******************************************************
*** END DO NOT MAKE ANY CHANGES TO ANY STYLES BELOW ***
*******************************************************
*/


