/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/

body {
	color: black;
	background-color: #315762;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 73%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
html > body {
	font-size: 10pt;
}
.doNotDisplay {
	display: none !important;
}
.picfl {
	padding-right: 10px;
	position: relative;
	padding-top: 10px;
	float: left;
}
.picfr {
	float:right;
	padding-left: 5px;
	position: relative;
}
.picfc {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
/* ##### Header ##### */

/* ##### CHANGE background-color to change header color, hex code is OK ##### */
/* ##### Hex Color Chart - http://www.hypersolutions.org/pages/rgbhex.html  ##### */

#header {
	color: inherit;
	background-color: #5291A2;
}
.headerTitle {
	padding-top: 0.05em;
	padding-right: 4mm;
	padding-bottom: 0.05em;
	padding-left: 5mm;
	margin: 0;
}
.headerTitle a {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
	font-size: 125%;  /* For MSIE */
	font-weight: bold;
	font-style: italic;
}
.headerTitle > a {
	font-size: 125%;  /* For fully standards-compliant user agents */
}
.headerTitle span {
	color: white;
	background-color: transparent;
	font-weight: bold;
}
.headerTemp {
	font-size: 48px;
	font-weight: bold;
	position: absolute;
	right: 0.5ex;
	top: 0.18em;
	color: #CB0711;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #3D3D3D;
	padding-right: 5px;
	padding-left: 5px;
}
 [class~="headerTemp"] {
 top: 0.18em;  /* For fully standards-compliant user agents */
}
.subHeader {
	color: white;
	float: left;
	clear: left;
	position: relative;
	font-size: 109%;
	margin: 0;
	font-variant: small-caps;
	padding-top: 0.4ex;
	padding-right: 1ex;
	padding-bottom: 0.5ex;
	padding-left: 1ex;
}
.subHeader_center {
	color: white;
	float: left;
	clear: left;
	position: relative;
	background-color: black;
	font-size: 109%;
	background-image: url(IMAGES/sub_hdr_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0.5ex;
	padding-right: 1ex;
	padding-bottom: 0.5ex;
	padding-left: 1ex;
	width: 300px;
}
.subHeader1 {
	color: white;
	float: left;
	clear: left;
	position: relative;
	font-size: 135%;
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1.1ex;
	padding-right: 1ex;
	padding-bottom: 0.4ex;
	padding-left: 1ex;
	font-variant: small-caps;
}
.subHeaderRight {
	color: white;
	background-color: black;
	font-size: 109%;
	text-align: right;
	margin:  0;
	padding: 0.5ex 2ex;
	background-image: url(IMAGES/backgrounds/ajax_dsbd_hdr_bkgnd_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CB0711;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.subHeaderRight2 {
	color: white;
	background-color: black;
	font-size: 109%;
	text-align: right;
	margin:  0;
	padding: 0.5ex 2ex;
	background-image: url(IMAGES/backgrounds/subheader2_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CB0711;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.subHeader a {
	color: white;
	background-color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 1ex;
}
.subHeader a:hover {
	color: black;
	background-color: white;
}
/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 11em;
	float: left;
	clear: left;
	background-color: #5291A2;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CB0711;
}
.leftSideBar .sideBarTitle {
	color: rgb(0,0,0);
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
}
.leftSideBar ul {
	color: rgb(0,0,0);
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.leftSideBar li {
	margin: 0px;
	padding: 0;
}
/* ##### Main Copy ##### */

#main-copy {
	color: black;
	background-color: #D7E8EC;
	text-align: justify;
	line-height: 1.5em;
	border-left: 1px solid rgb(216,210,195);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 11em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 0.5ex;
}

#main-copy3 {
	color: black;
	background-color: #5291A2;
	text-align: justify;
	line-height: 1.5em;
	border-left: 1px solid rgb(216,210,195);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 11em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 0.5ex;
}

#main-copy-dark {
	color: white;
	background-color: black;
	text-align: justify;
	line-height: 1.5em;
	margin: .1em 0 0 9.5em;
	padding: .5ex 1em 1em 1em;
	border-left: 1px solid rgb(216,210,195);
}
#main-copy h1 {
	color: #000;
	background-color: transparent;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid rgb(216,210,195);
}
#main-copy a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}
.table-top {
	color: black;
	background-color: rgb(82,146,165);
	text-align: left;
	font-weight: bold;
	margin-top: 8px;
}
.column-dark {
	background-color: #5291A2;
}
.column-dark2 {
	background-color: #D7E8EC;
	font-family: Arial, Helvetica, sans-serif;
}
.column-light {
	color: black;
	background-color: #D7E8EC;
}
#main-copy a:hover {
	text-decoration: none;
}
p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}
dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5ex 0;
}
dd {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
.advisoryBoxnoactive {
	color: black;
	font-size: 16px;
	text-align: center;
	background-color: white;
	margin: 0 0 0 0;
	padding: .5em 0em .5em 0em;
	border: 1px dashed rgb(34,70,79);
}
.advisoryBox {
	color: black;
	font-size: 16px;
	text-align: center;
	background-color: #F90;
	margin: 0 0 0 0;
	padding: .5em 0em .5em 0em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CB0711;
}
.watchBox {
	color: black;
	font-size: 16px;
	text-align: center;
	background-color: #F90;
	margin: 0 0 0 0;
	padding: .5em 0em .5em 0em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: rgb(34,70,79);
	border-right-color: rgb(34,70,79);
	border-bottom-color: #CB0711;
	border-left-color: rgb(34,70,79);
}
.warningBox {
	color: white !important;
	font-size: 15px;
	text-align: center;
	background-color: #FF0000;
	margin: 0 0 0 0;
	padding: .5em 0em .5em 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.warningBox a {
  color: white !important;
}
.tornadowarningBox {
	color: white !important;
	font-size: 16px;
	text-align: center;
	background-color: #CC0000;
	margin: 0 0 0 0;
	padding: .5em 0em .5em 0em;
	border: 1px dashed rgb(255,255,255);
}
.tornadowarningBox a {
  color: white !important;
}
/* ##### Footer ##### */

#footer {
	color: black;
	background-color: rgb(199,204,199);
	font-size: 92%;
	text-align: center;
	line-height: 1.25em;
	margin: 0;
	padding: 1em 4mm 1em 4mm;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CB0711;
}
#footer a:visited {
	color: rgb(112,128,144);
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}
#footer div {
	margin: 0;
	padding: 0 0 1ex 0;
}
#footer a {
	color: black;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}
body div img_radar {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}
.atom_advisory_summary {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FF9900;
	border: 2px dashed #FFF;
	margin-bottom: 5px;
}
.dot_cam {
	padding: 0px;
	height: 260px;
	width: 352px;
	margin-top: 0px;
}
#main-copy .dot_cam h2 {
	font-size: 18px;
	color: #FFF;
	background: url(IMAGES/dotcam_hdr_bckgnd.jpg);
	height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CB0711;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CB0711;
}
#main-copy div table {
	margin-bottom: 10px;
}
#main-copy div table {
	margin-bottom: 10px;
	margin-top: 10px;
}
.dotcam_fltrt {
	float: right;
	margin-left: 8px;
}
#main-copy div .dotcam_fltlft h2 {
	background: url(IMAGES/dotcam_hdr_bckgnd.jpg) repeat-x bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 2px solid #CB0711;
	border-bottom: 2px solid #CB0711;
	font-size: 14px;
	color: #37FFFF;
}
.dotcam_fltlft {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0px;
}
#main-copy div .dotcam_fltrt h2 {
	background: url(IMAGES/dotcam_hdr_bckgnd.jpg) repeat-x bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 2px solid #CB0711;
	border-bottom: 2px solid #CB0711;
}
.grlevel3_info {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}
.frontpage_forecast_table {
	text-align: center;
	border: 3px solid #CB0711;
	background-color: #CCC;
	padding: 0px;
	height: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.center_div {
	text-align: center;
}
.sidebar_sunrise_sunset {
	background: #5291A2;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 3px solid #CB0711;
	padding-left: 4px;
	font-style: italic;
}
.titlebar {
	background: url(IMAGES/dotcam_hdr_bckgnd.jpg) repeat-x bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 2px solid #CB0711;
	border-bottom: 2px solid #CB0711;
	font-size: 18px;
	color: #37FFFF;
	margin-top: 15px;
	font-variant: small-caps;
}
.titlebar_btm_15px_mgn {
	background: url(IMAGES/dotcam_hdr_bckgnd.jpg) repeat-x bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 2px solid #CB0711;
	border-bottom: 2px solid #CB0711;
	font-size: 18px;
	color: #37FFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}


#main-copy center table tr {
	border: 2px solid #000;
}
.nfl_table_nfc {
	background-color: #FFF;
	margin-top: 15px;
}
.nfl_forecast_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	margin-top: 15px;
	text-align: center;
}
.nfl_forecast_top_banner {
	margin-right: auto;
	margin-left: auto;
	width: 250px;
}
.hydro_pages {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
}
.nfl_dropdown_list {
	float: right;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 5px;
	border: 1px solid #333;
	background-color: #5291A2;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 5px;
	color: #FFF;
}
.nfl_forecast_radar {
	float: right;
}
.radar_webcam_div_flft {
	padding: 10px;
	float: left;
	height: 240px;
	width: 320px;
	clear: none;
}
.sidebar_guestbook {
	margin-right: auto;
	margin-left: auto;
	background-color: #5291A2;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
}
.accordion_panel_wrapper {
	border: 8px ridge #CB0711;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #D7E8EC;
	padding-bottom: 5px;
}
.home_page_logo_table {
	border: 1px solid #315762;
	background-image: url(IMAGES/sp_weather_bkgnd.jpg);
	background-repeat: repeat;
}
.homepage_current_conditions_table {
	border: 8px ridge #315762;
}
.forecast_discussion_wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	border: 1px solid #000;
	text-align: center;
	width: 700px;
}
.img_auto_center {
	margin-left: 15px;
	float: left;
}
.blue_font_30px {
	font-size: 30px;
	color: #315762;
}
.hgm_wrapper {
}
.nfl_forecast_homepage_dropdown {
	background-color: #89B64E;
	width: 55%;
	font-size: 20px;
	border: 1px solid #096;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 10px;
	background-image: url(IMAGES/grass_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sidebar_thermometer {
	margin-right: auto;
	margin-left: auto;
	background-color: #5291A2;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
}
.pictures_wraper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 8px ridge #136A6A;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.record_details {
	font-size: 16px;
	text-align: center;
	border: 2px solid #CB0711;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #315762 !important;
}
.record_main_alert {
	text-align: center;
	color: #F00 !important;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	border: 2px solid #CB0711;
	background-image: url(IMAGES/border_background.jpg);
	background-repeat: repeat-x;
}
.webcam_flv_wrapper {
	height: 515px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CB0711;
	background-image: url(IMAGES/webcam_video_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	font-size: 12px;
}
.webcam_flv_wrapper_large {
	height: 671px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CB0711;
	background-image: url(IMAGES/webcam_video_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px 10px 0px;
}
.radar_webcam_wrapper {
	background-color: #1e353c;
	border: 4px ridge #999;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	width: 400px;
	height: 300px;
}
.include_date_php {
	text-align: center;
	margin-left: 400px;
}
.badgers_ncaa {
	margin-right: auto;
	margin-left: auto;
	color: #CB0711;
	width: 752px;
	text-align: center;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.backyard_video_acc_panel_wrapper {
	width: 75%;
	border: 8px ridge #CB0711;
	margin-right: auto;
	margin-left: auto;
}
.backyard_video_flv_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 682px;
	color: #FFF;
	background-image: url(IMAGES/bkyd_vd_flv_wrap_bkgd.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #333;
	border-left-color: #000;
	font-size: 18px;
}
.grlevel3_icon_key {
	width: 400px;
	text-align: justify;
	float: left;
	margin: 1px;
}
.grlevel3_icon_key_flt_rt {
	width: 435px;
	text-align: justify;
	float: right;
	margin-top: 15px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.grlevel_icon_key_wrapper {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
}
.ajax_dashboard {
	margin-right: auto;
	margin-left: auto;
	width: 690px;
	border: 6px ridge #040507;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.rain_detail_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.ajax_dashboard_2 {
	width: 658px;
	background-color: #315762;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px 10px;
}

.ajaxDashboard .datahead {
	font-size: 100%;
	font-weight: bold;
	color:  #37FFFF;
	text-align: center;
	background-color: #000;
	background-image: url(IMAGES/backgrounds/pmm_carbon_root.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ajaxDashboard .data2 {
         color: black;
         font-size: 100%;
         background-color: #9CCEFF;
         text-align: left;
}
.ajaxDashboard .data3 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CB0711;
         background-color: #99C0CC#9CCEFF;
         text-align: center;
         vertical-align: middle;
}
.ajaxDashboard .data4 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CB0711;
         background-color: #9CCEFF;
         text-align: left;
         vertical-align: middle;
}

.ajaxDashboard .column-dark {
	color: #37FFFF;
	background-color: #CCC;
	text-align: left;
	background-image: url(IMAGES/backgrounds/ajax_dsbd_hdr_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ajaxDashboard .column-light {
         color: black;
         border: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
}
#main-copy2 {
	color: black;
	background-color: #D7E8EC;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 0.5ex;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.gl_buoy_wrap {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.hawaii_buoy_wrap {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
}
.central_florida_buoy_wrap {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.alaska_buoy_wrap {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main-copy .accordion_panel_wrapper #p7HGM_1 #p7HGMvpw_1 #p7HGMvp_1 #p7HGMwp_1 #p7HGMpn_1_1 #p7HGMpc_1_1 {
	background-color: #315762;
	background-image: url(IMAGES/backgrounds/current_cond_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.uv_forecast {
	background-image: url(IMAGES/backgrounds/ajax_dsbd_hdr_bkgnd.jpg);
	background-repeat: repeat-x;
	color: #37FFFF;
	text-align: center;
	background-position: bottom;
	padding-bottom: 5px;
	margin-top: 20px;
}
.uv_forecast_wrapper {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#main-copy .uv_forecast_wrapper h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(IMAGES/backgrounds/ajax_dsbd_hdr_bkgnd.jpg);
	background-position: bottom;
	color: #36FFE1;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CB0711;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CB0711;
}

.about_page_wrapper {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.img_flt_rt {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.about_page_wrapper h2 {
	color: #2DFFFF;
	background: url(IMAGES/backgrounds/ajax_dsbd_hdr_bkgnd.jpg) repeat-x bottom;
	text-align: center;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hurricane_track_banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-color: #D7E8EC;
	text-align: center;
	border: 2px dashed #CB0711;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CB0711;
}
.hurricane_top_box {
	background-color: #000;
	height: 30px;
	padding-top: 5px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	background-image: url(IMAGES/backgrounds/pmm_carbon_root.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.accuweather_radar_large {
	border: 4px solid #CB0711;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	margin-top: 10px;
}
.global_station_wrap {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.volcano_wrapper {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.nfl_gameday_forecast {
	border: 4px ridge #008200;
	font-size: 24px;
	background-color: #293E37;
	text-align: center;
	color: #CCC;
	padding-bottom: 5px;
}
.usa_extremes {
	background-color: #5291A2;
}
.get_facts_wrapper {
	border: 1px solid #000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
.wis_radar_menu_wrap {
	margin-top: 10px;
}
.wx_pictures_800px_wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.wx_pictures_760px_wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}


.wx_pictures_900px_wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.wx_pictures640px_wrap {
	width: 652px;
	margin-right: auto;
	margin-left: auto;
}
.xmas_banner {
	width: 749px;
	margin-right: auto;
	margin-left: auto;
	border: 4px ridge #CB0711;
	margin-bottom: 15px;
}
.rose_bowl {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #A90034;
	border-right-color: #A90034;
	border-bottom-color: #A90034;
	border-left-color: #A90034;
	padding-top: 7px;
	padding-bottom: 7px;
}
.sb_countdown {
	text-align: center;
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#header table tr td .sb_countdown img {
	float: left;
}


.noscript {

  background-color:#5292A5;
  color:#FFF;
  padding: 2px 4px 4px 4px;
  font-weight: bold;
  border: 1px solid black;
  font-size: 80%;
}

.color_CB0711 {
	color:#CF0711
}
.pack_yellow_border {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #E6AD02;
	padding: 3px;
	margin-left: 5px;
	width: 200px;
}

.header_red_border {
		border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #CB0711;
	padding: 3px;
	margin-left: 5px;
	
	
}
