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

body {
  color: black;
  background-color: #F3F2EB;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

#page {
        margin: 20px auto;
        color: black;
        background-color: white;
        padding: 0;
        width: 800px;
        border: 1px solid #959596;
}

.doNotDisplay {
  display: none !important;
}

.picfl {
           float:left;
           padding-right: 5px;
           position: relative;
}

.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 {
  padding-top: 5px
  color: inherit;
  background-color: #3173B1;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -233px 0 0 -350px;

}

.headerTitle > a {
  font-size: 110%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.headerTemp {
  font-size: 36px;
  font-weight: bold;
  float: right;
  right: .5ex;
  margin-right: 5px;
  margin-left: 15px;
  top: 0.18em;
  color: white;

}
[class~="headerTemp"] {
  top: 0.18em;  /* For fully standards-compliant user agents */
}

.subHeader {
  color: white;
  float: left;
  clear: left;
  position: relative;
  background-color: #666666;
  font-size: 109%;
  margin: 0;
  padding: 0.5ex 1ex;
}

.subHeaderRight {
	color: white;
	background-color: #666666;
	font-size: 109%;
	text-align: right;
	margin:  0;
	padding: 0.5ex 2ex;
	text-decoration:none
}

.subHeader a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.subHeaderRight a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 9.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #3173B1;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.leftSideBar li {
  margin: .5ex;
  padding: 0;
}

.leftSideBar a {
display: block;
color: #336699;
background-color: transparent;
width: 100%;
padding: .05em;
text-decoration: none;
}

.leftSideBar a:visited {
  color: #336699;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
background-color: #336699;
color: white;
}

.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: black;
  background-color: transparent;
  font-weight: bold;
}

a.linkimg:link, a.linkimg:visited, a.linkimg:hover {
text-decoration: none;
text-transform: none; 
} 

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#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: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
  color: #336699;
  background-color: transparent;
  text-decoration: underline;
}

.table-top {
  color: black;
  background-color: #96C6F5;
  text-align: left;
  font-weight: bold;
}

.column-dark {
  color: black;
  background-color: #F1F8FE;
}

.column-light {
  color: black;
  background-color: white;
}

#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;
}

.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FF9900;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFCC00;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.warningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}
#bottombar-container 
            {        
                left: 0px;       
                margin: 0;       
                width: 100%;       
                z-index: 9999;       
                position: fixed;       
                bottom: 0px; 
            }    
#bottombar 
            {        
                background: #f2f2f2;       
                border-top: 1px solid #ccc;       
                border-left: 1px solid #ccc;       
                border-right: 1px solid #ccc;       
                bottom: 0px;       
                color: #333;       
                height: 25px;       
                margin:0 auto;       
                width: 95%;       
                z-index: 9999; 
            }
#wxsim 
            {
				margin-bottom:0px;
				margin-top:0px;
				font-size:14px; 
				font-weight: bold;
			}
#wxsimb 
            {
				margin-bottom:0px;
				margin-top:0px;
				font-size:9px
			}

/* ##### ajaxSidebar ##### */
.ajaxSidebar {
    background-color: white;
        border: none;
        width: 114px;
}
.ajaxSidebar h2 {
        font-size: 12pt;
        color: white;
        background-color: #5B9AD2;
        text-align: center;
        margin-right: 6px;
}

.ajaxSidebar .meas {
        font : x-small Arial, Helvetica, sans-serif;
        color: black;
        text-align : right;
        background-color: white;
        width: 35%;
        }
.ajaxSidebar .data {
        font : 9pt Arial, Helvetica, sans-serif;
        color: #3173B1;
        text-align : left;
        background-color: white;
        }
.ajaxSidebar td {
         border: none;
         background-color: white;
}
.ajaxDashboard {
    font-size: 96%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ajaxDashboard .datahead {
        font-size: 100%;
        font-weight: bold;
        color:  white;
        background: url(./images/title.gif);
        text-align: center;
}
.ajaxDashboard .data1 {
         color: black;
         font-size: 100%;
         border-bottom: 1px solid #CCCCCC;
         background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
         text-align: left;
}

.ajaxDashboard .data2 {
         color: black;
         font-size: 100%;
         background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
         text-align: left;
}
.ajaxDashboard .data3 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
         vertical-align: middle;
}
.ajaxDashboard .data4 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
         vertical-align: middle;
}
.ajaxDashboard .data5 {
         color: black;
         font-size: 11px;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: center;
         vertical-align: middle;
}
.ajaxDashboard .data6 {
         color: black;
         font-size: 11px;
         background-color: white;
         text-align: center;
         vertical-align: middle;
}
.ajaxDashboard .column-dark {
         color: black;
         border: 1px solid #CCCCCC;
         background-color: #F1F8FE;
         text-align: left;
}

.ajaxDashboard .column-light {
         color: black;
         border: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
}

.ajaxDashboard td {
         border: none;
         background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
}

.primo {
		font-size:11px;
} 
/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #d5d5d5;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

.jsuparrow {
background-color:#CDDBCD;
border:0px none;
color:#22464F;
text-decoration:none;
}

.jsupoutline {
background:#CDDBCD none repeat scroll 0%;
border:0px solid #2266AA;
height:15px;
left:0px;
padding:0px;
position:absolute;
top:0px;
width:24px;
}

span.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
span.style5 {
	color: #FF0000;
	font-style: italic;
}
span.style6 {color: #FF0000}
span.stylefot2 {color: #FF0000; font-style: italic; font-weight: bold; }
span.style8 {font-weight: bold; color: #FF0000;}

/* ##### Weather gauges ver 2.0 by Henkka ##### */

		
		/* small gauges */
		div.graph {
			width: 150px;
			height: 150px;
			float:left;
			font-family: sans-serif;
		}
		
		/* raingauges */
		div.raingraph {
			width: 100px;
			height: 220px;
			float:left;
			font-family: sans-serif;
		}
		
		/* gaugelabels */
		.gaugelabel2 {
			font-size: 8px;
			font-family: Tahoma, sans-serif;;
			font-weight: bold;
			color: #e5e5e5;
			text-align: center;
		}
		
		/* gaugevalues */
		.valuelabel2 div {
			font-size: 9px;
			font-family: Tahoma, sans-serif;;
			font-weight: bold;
			color: #f1f1f1;
			text-align: center;
			width:40px;
		}

