/* #############################################################
		allpages.css
   ############################################################# */
/*###### GENERAL HELPER STYLES ######*/
.hidden { display: none; visibility: hidden; width: 0px; height: 0px; }
.footer { clear: both; }
a {color:#52451d;}

/*###### GENERAL STYLES ######*/
/*### PAGE TITLE ###*/
#mainContent .moduleHeader h2 { font-size:180%; color:#52451d; text-transform:lowercase; }

/*### MAIN TEXT AND HEADERS ###*/
#mainContent h1, #mainContent h2, #mainContent h3 { font-size:125%; color:#52451d; padding-bottom:2px; }  
#mainContent h4, #mainContent h5, #mainContent h6 { font-size:110%; color:#52451d; }  

/*### CONTENT AREA LINKS ###*/
#mainContent a { color:#52451d; }
#mainContent a:hover { color:#52451d; }
#mainContent a:visited { color:#52451d; }

/*### IMAGES ###*/
#mainContent img { border: none 0px #52451d; }

/*### MISC TEXT CLASSES ###*/
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline { font-size:125%; color:#52451d; padding-bottom:2px; } /* SAME AS H3 - Legacy Inside Pages Code */
#mainContent .Text {  } /* SAME AS BODY - Legacy Inside Pages Code */

/*### LISTS ###*/
#mainContent ul.inline li { display: inline; }


/*###### ARTICLE PAGE ######*/
.standFirst { font-weight:bold; color:#52451d; }

/*### RELATED LINKS ###*/
#relatedLinks { padding:7px; font-size: 90%; }
#relatedLinks ul { list-style:none; }
#relatedLinksInsert { padding: 5px 5px 5px 0px; float: left; width: 200px; text-align: left; }
#relatedLinksInsert .moduleContainer { background:url(http://images.radcity.net/4065/2228636.jpg) no-repeat #030613; border: 1px dotted #cf0; }
#relatedLinksInsert li { font-weight:bold; line-height:120%; padding:4px 0px; }
#relatedLinksInsert h3 { text-transform:uppercase; padding:0px 7px; }

/*### ARTICLE IMAGE/CUBE AD STYLES ###*/
#articleAdInsert.alignleft { padding: 0px 10px 5px 0px; }
#articleAdInsert.alignright { padding: 0px 0px 5px 10px; }
#articleAdInsert .articleAdInsertContainer { width: 300px; margin: auto; }
.imageCaptionContainer { float:left; padding: 0px 8px 8px 0px; }
#articleAdInsert.alignright .imageCaptionContainer { display: block; float: right; }
.imageCaption { padding: 8px 0px 0px 0px; text-align: left; font-size: 80%; color:#cf0; font-style:italic; }

/*### FORM STYLES ###*/
select { font-family:"Trebuchet MS", Arial, sans-serif; font-size:90%; } /* This style applies to all dropdown menus. */
input { font-family:"Trebuchet MS", Arial, sans-serif; font-size:90%; } /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textBox { font-family:"Trebuchet MS", Arial, sans-serif; font-size:90%;  } /* Single-Line textboxes background and border colors */
button, .button { font-family:"Trebuchet MS", Arial, sans-serif; font-size:90%;  }
textarea { font-family:"Trebuchet MS", Arial, sans-serif;  font-size:90%; } /* This style applies to all multi-line comment areas. */
#mainContent .submitbutton { font-family:"Trebuchet MS", Arial, sans-serif; font-size:90%;  }
#mainContent .warningMessage { font-size:140%; font-weight:bold; color:F00; } /* 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: #52451d; font-size:100%; margin:10px 0px; text-align:left; } /* Just set a default text color and size */

/*### FORMATTED TABLES ###*/
#mainContent table.formattedTable { background:#000; border:1px dotted #CF0; } /* Background color or borders */
#mainContent table.formattedTable th, table.formattedTable th a { padding:5px;  } /* Header cells and Header Font Info */
#mainContent table.formattedTable td {padding:5px; } /* Table body cells and body font info */
#mainContent table.formattedTable td a {} /* Table body links */
#mainContent table.formattedTable tr.rowOdd { background:#293d71; } /* Table Odd Row for a separate background-color for every other row */
#mainContent table.formattedTable tr.rowEven { background:#0f172b; } /* 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:510px; } /* specify the width to span the full content area */

/*###### MISC BACKGROUND AND SECTIONAL STYLES
	(Styles used for default sectionals and misc colors.)
#############################################*/
.CellBackground0 { background:#ddd4b8; color: #52451d; } /* Background, Border, and Text color only */
.CellBackground1 { background:#52451d; color: #ddd4b8; } /* Background, Border, and Text color only */
#mainContent .CellContent0, #mainContent .CellContent1 { padding: 5px; } /* Define padding so running copy doesn't hit edge of background. */

/*###### CALENDAR STYLES ######*/
#mainContent .calendarTable { background:#000; border:none; font-size:110%; width:350px; }
#mainContent .calendarTable td, #mainContent .calendarTable td a  { }
#mainContent .calendarTable td.calendarDayCell { } /* Specify something to overwrite CellBackground0 */
#mainContent .calendarTable td.calendarEmptyDay { }
#mainContent .calendarTable td.calendarDayViewed { } /* Specify something to overwrite CellBackground1 */
#mainContent .calendarTable td.calendarCurrentDate { }

/*###  SEPARATOR STYLES ###*/
hr { color:#585e6c; background:#585e6c; height:1px; overflow:hidden;}
.sectSeparatorH { padding-top:20px; } /* Horizontal gaps between sections. */
.sectSeparatorV { padding-right:20px; } /* 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 !! */}
#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 STYLES ######*/
* { margin: 0px; padding: 0px; }
body { font-family:Arial, sans-serif; font-size:11px; color:#52451d; text-align: center; background:url(http://images.radcity.net/4065/2227877.jpg) #ddd4b8 center top no-repeat; }
#site { width: 100%px; background:url(http://images.radcity.net/4065/2227877.jpg) #ddd4b8 center top no-repeat; text-align: center; }
#site fieldset { border: 0px solid #000; }
#framework { width: 960px; margin:auto; text-align:left; }

/*###### HEADER ######*/
#header h1 { text-indent:-9999px; display:block; background:url(http://images.radcity.net/4065/2227893.gif) no-repeat; height:130px; }

/*###### CONTENT ######*/
#contentEnclose { width: 720px; float: left; }
#contentMiddle { width: 710px; float: right; }
#contentLeft { width: 10px; float: left; }
#contentRight { width: 240px; float: right; }
#contentRight .contentAreaPadding { padding:10px; }
#contentBottom { clear: both; }
.storySeparator {}

/*###### QUADRANTS ######*/
#quadrantA { float: left; width: 310px; padding-top:10px; }
#quadrantB { float: left; width: 400px; padding-top:10px; }
#quadrantB .quadrantPadding { padding:0px 40px; }
#quadrantTopFooter { clear: both; }
#quadrantC { float: left; width: 310px; padding-top:20px; }
#quadrantD { float: left; width: 400px; padding-top:20px; }
#quadrantD .quadrantPadding { padding:0px 10px; }
#quadrantBottomFooter { clear: both; }

/*###### FOOTER SECTION ######*/
#footer {height:140px;}
#footerTop { background:url(http://images.radcity.net/4065/2227933.gif) no-repeat; height:54px; }
#footerBottom { clear: both; }
/*### SITE INDEX ###*/
#siteIndex { float:right; width:400px; margin-right:56px; padding-top:8px; }
#siteIndex fieldset { border: 0px solid #000; }
#siteIndex legend { display: none; }
#siteIndex select { float:right; background:#52451d; color:#ddd4b8; font-size:100%; }
/*### COPYRIGHT ###*/
#copyright { float:left; color:#52451d; width:330px; margin-left:10px; padding-top:8px; }
#copyright a { color:#52451d; }
#copyright a:hover { text-decoration:none; }
/* #############################################################
		modules.css
   ############################################################# */
/*###### HEADER GROUP ######*/
#headerGroup { height:20px;}
/*### TELL A FRIEND ABOUT ABSENTSTAR ###*/
#emailFriend { float:left; width:310px; }
#emailFriend h3 { display:none; }
#emailFriend .storyLink a { text-indent:-9999px; display:block; width:310px; height:20px; background:url(http://images.radcity.net/4065/2227902.gif) 0px 0px no-repeat; }
#emailFriend .storyLink a:hover { text-indent:-9999px; display:block; background:url(http://images.radcity.net/4065/2227902.gif) 0px -20px no-repeat; }

/*###### QUADRANT STYLES ######*/
/*### FEATURE ###*/
#feature { width:300px; }
#feature h2 { display:none; }
#feature h3 { font-size:220%; padding:0px 5px 10px 5px; background:url(http://images.radcity.net/4065/2228521.gif) no-repeat bottom left; }
#feature h3 a { color:#52451d; text-decoration:none; }
#feature img  { width:300px; border:0px solid #000;}
#feature .storyImage { background:#000; }
#feature .abstract { background:#ddd4b8; padding:7px; font-size:115%; line-height:130%; }
#feature .storyLink { background:#ddd4b8; padding:0px 7px 7px 7px; font-weight:bold; text-transform:uppercase; font-size:110%; }
#feature .storyLink a { color:#52451d; }
#feature .storySeparator { clear:both; }
#feature .storySeparator hr { display:none; }

/*### HEADLINES ###*/
#headlines h3 { display:none; }
#headlines h4 { font-size:140%; padding-bottom:3px; }
#headlines h4 a { color:#52451d; text-decoration:none; }
#headlines h4 a:hover { color:#52451d; text-decoration:underline; }
#headlines .moduleContent { font-size:105%; }
#headlines .abstract a { color:#52451d; }
#headlines .abstract a:hover { color:#52451d; }
#headlines img { float:left; margin:0px 6px 2px 0px; border:0px solid #000;}
#headlines .storySeparator { clear:both; padding-bottom:25px; }
#headlines .storySeparator hr {display:none; }

/*### BLOGS ###*/
#blogs { width:300px; }
#blogs h3 { display:none; }
#blogs .moduleHeader { background:url(http://images.radcity.net/4065/2228635.gif) no-repeat 0px -26px; height:34px; }
#blogs .moduleContent { background:url(http://images.radcity.net/4065/2228636.jpg) no-repeat #ddd4b8; }
#blogs .moduleContentContainer { height:293px; overflow:auto; }
#blogs .containerPadding { padding:5px 8px 0px 8px; }
#blogs h4 { font-size:105%; font-weight:bold; }
#blogs h4 a { color:#52451d; text-decoration:none; }
#blogs h4 a:hover { color:#52451d; background:#000;text-decoration:underline; }
#blogs .storyContainer { padding-bottom:8px; }
#blogs .storySeparator { clear:both; border-top:1px solid #585e6c; padding-bottom:6px; }
#blogs .storySeparator hr { display:none; }
#blogs .moduleFooter { background:url(http://images.radcity.net/4065/2228635.gif) no-repeat; height:9px; overflow:hidden; }

/*### YOU TUBE/VIDEO SECTION ###*/
#video h3 { display:none; }
#video h4 { font-size:140%; padding-bottom:3px; color:#52451d; }
#video h4 a { color:#52451d; }
#video img { width:380px; }
#video .storyImage { padding-bottom: 7px; }
#video .moduleContent { font-size:105%; }
#video p a { color:#52451d; }
#video p a:hover { color:#52451d; }

/*###### RIGHT COLUMN MODULES ######*/
/*### NEWSLETTER/CLUB SIGN UP ###*/
#club h3, #club legend, #club fieldset, #forgotPassword, #emailPassword, #nonMember { display:none; }
#signUp a { text-indent:-9999px; display:block; background:url(http://images.radcity.net/4065/2228632.gif) no-repeat; height:83px; }

/*### UPCOMING SHOWS ###*/
#shows h3 { display:none; }
#shows .moduleHeader { background:url(http://images.radcity.net/4065/2228626.gif) no-repeat 0px -35px; height:45px; }
#shows .moduleContent { background:url(http://images.radcity.net/4065/2228570.jpg) no-repeat; #000 }
#shows .containerPadding { padding:5px 8px 0px 8px; }
#shows .storyContainer { padding-bottom:8px; }
#shows .storySeparator { clear:both; border-top:1px solid #585e6c; padding-bottom:6px; }
#shows .storySeparator hr { display:none; }
#shows h4 { font-size:105%; font-weight:bold; }
#shows h4 a { color:#52451d; text-decoration:none; }
#shows h4 a:hover { color:#52451d; background:#000; text-decoration:underline; }
#shows .moduleFooter { background:url(http://images.radcity.net/4065/2228626.gif) no-repeat; height:9px; overflow:hidden; }
#shows .storyLink a {color:#52451d;}

/*###### INSIDE STYLES ######*/
#mainContent { float:right; width:535px; font-size:120%; }
#mainContent .moduleContainer { padding:10px 10px 10px 0px; }

/*### MISC LEFT COLUMN ###*/
#miscInsideColumn { float:left; width: 145px; padding:10px 0px; }
#miscInsideColumn img { width:140px; margin-bottom:5px; }
#miscInsideColumn h4 { font-size:105%; font-weight:bold; }
#miscInsideColumn h4 a { color:#52451d; text-decoration:none; }
#miscInsideColumn h4 a:hover { color:#52451d; background:#000; }
#miscInsideColumn .storySeparator { clear:both; padding-bottom:15px; border-top:1px solid #585e6c; }
#miscInsideColumn .storySeparator hr {display:none; }
#miscInsideColumn .abstract { line-height:120%; }
#miscInsideColumn .abstract a { color:#52451d; }
#miscInsideColumn .abstract a:hover { color:#52451d; }
#miscInsideColumn .storyContainer { padding-bottom:10px; }
/* #############################################################
		nav.css
   ############################################################# */
/*###### NAVIGATION MODULE ######*/
#navigation { float:right; text-align:right; width:560px; height:20px; font-weight:bold; font-size:14px; text-transform:lowercase;}
#navigation .moduleHeader, #navigation h3  { display:none; }

/*### MAIN NAVIGATION MENU BOX ###*/
#navigation .containerPadding { padding-left:20px; text-transform:lowercase; border:0px solid yellow; }

/*### MAIN NAV ITEMS ###*/
#navigation ul {list-style:none;}
#navigationLinks { font-family:Arial, sans-serif; }
#navigationLinks li { display:block; float: left; text-align:right; }
#navigation li a, #navigation li .navNoLink { display: block; text-decoration:none; margin-right:2px; padding: 1px 8px; color:#52451d; }
#navigation li .navNoLink { cursor: default; }
#navigation li a:hover, #navigation li .navNoLink:hover { color:#a78d49; }
#navigation li ul li a {color:#ddd4b8;}
#navigation li ul li a:hover {color:#fff;}

/*### SUBNAVIGATION ###*/
#navigation ul li ul { font-size:80%; line-height:100%; width: 120px; border: 1px solid #eada8c; background: #52451d; display: block; position: absolute; left: -9999px; height: auto; text-align: center; margin: 0px 0px 0px -1px; padding:5px; }
#navigation ul li ul li { padding:2px 0px; }

/*### SUB-NAV ITEM ###*/
#navigation li ul li { display: block; float: none; margin: 0px; padding: 0px; width: auto; text-align:left; padding:1px 7px; }
#navigation li ul a, #navigation li ul .navNoLink { margin: 0px; padding: 0px; width: auto; }


/*####################################################
 YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW 
####################################################*/
#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" */

/* #############################################################
		sectional.css
   ############################################################# */
/* ALL SECTIONAL TEMPLATES */
.sectional .story { clear: both;}
.sectional p.storyImage { display: block; float: left; margin: 3px 3px 0px 0px; padding: 0px;}
.sectional p.storyImage img { margin: 0px; padding: 0px;}
.sectional .storyLink { display: none; visibility: hidden; font-size: 1px; color: #52451d; text-indent: -9999px;}
.sectional .storySeparator { clear: both;}

/* The Last Story Separator */
.sectional .separatorLast { visibility: hidden;}

/************************/
/* SECTIONAL TEMPLATE 2 */
/************************/

/* Top Story */
.secTemplate2 hr { margin:8px 0px 2px 0px; }
.secTemplate2 .CellBackground0 .storySeparator hr { display: none; }
.secTemplate2 .contentSeparator hr { visibility: hidden; }


/************************/
/* SECTIONAL TEMPLATE 3 */
/************************/

/* Container for the Top 3 Entries */
.secTemplate3 hr { margin:8px 0px 2px 0px; }

/* Container for First Half of the bottom Entries */
.secTemplate3 .secBottomFirstHalf { display: block; width: 200px; float: left;}

/* Separator Between Bottom Halves */
.secTemplate3 .contentSeparator { display: block; width: 15px; float: left;}

/* Container for Second Half of the bottom Entries */
.secTemplate3 .secBottomSecondHalf { display: block; width: 280px; float: right;}
/* #############################################################
		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; width: 800px; padding: 0px 0px 0px 0px; margin-left: 50px;}
.top-col-left {width: 200px; float: left; padding: 7px 0px 0px 0px; margin-left: 50px; font-size:16px; font-weight:bold;}
.top-col-left a {color:#52451d; text-decoration:none; }
.top-col-left a:hover {text-decoration:underline; color:#52451d;}
.top-col-mid {width: 200px; float: left;  padding: 2px 0px 0px 0px;}    
.top-col-mid #siteIndex {width: 100px; margin: 0px 0px 5px 50px;}
.top-col-right {width: 200px; float: right;  padding: 3px 0px 0px 0px; margin-left: 25px; text-size: 8px;}    
.top-col-right a {text-size: 8px;}
.top-col-right a:hover {text-decoration: none;}

/***********************
 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;}
/*
*******************************************************
*** END DO NOT MAKE ANY CHANGES TO ANY STYLES BELOW ***
*******************************************************
*/

.elsAlertMsg { font-family: arial, verdana, helvetica, san-serif; font-size: 13px; font-weight: bold; color: #FF0; line-height: normal }
.elsTable { border-style: solid; border-width: 4px; border-color: #000000; }
.elsCellField { background-color: #1A1A1A; color: #FFFFFF; font-family: arial, verdana, helvetica, san-serif; font-size: 13px; }
.elsCellData { background-color: #000000; color: #FF6600; font-family: arial, verdana, helvetica, san-serif; font-size: 13px; }
A.elsCellField { color: #FFFFFF; }
A.elsCellData { color: #FF6600; }
