@CHARSET "UTF-8";

/**
*  $Id: zen.css,v 1.1.2.1 2007/01/28 21:14:01 jjeff Exp $
*/

/**
*   FONT STYLES 
*
*  Standardize font sizes and line-height across browsers 
*/


/**
*   LAYOUT STYLES 
*


/* Common styles */

body {
    margin: 0;
    padding: 0;
    /*font:13px Verdana, Arial, Helvetica, sans-serif;*/
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    color: #111;
    line-height:1.5em;
    position:relative;left:0px;top:0px;
    z-index:0;
    text-align: center;
}

body.std {
  min-width: 960px;
  background-image: url("img/gradbg.png");
  background-repeat: repeat-x;
  background-color: #fff;
}

div, img{
  padding:0px;
  margin:0px;
}

div.clear-block {
  margin-top:10px;
  clear: left;
}

div.block {
  font-size:85%;
}

div.centred {
  width:99%;
  margin-left:10%;
  left:5%;
  display:block;
  text-align:center;
}

a, a:link, a:visited {
  color: #2763A5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #6191C5;
}

a:active, a.active { 
  color: #89A3E4; 
}
		
h1.title, h1.title a, h1.title a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #2B226F;
  font-size: 200%;
  margin:0;
  margin-bottom:0px;
  line-height:normal;
}

h1, h1 a, h1 a:hover {
  font-size: 140%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
  font-size: 122%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin-left:5px;
}

h3 { 
  font-size: 160%;
  font-weight: normal;
  color:#4B4740;
  font-family: georgia,serif;
  line-height: 24px;
}

h4, h5, h6 {
  margin-top: 10px;
  font-size: 120%;
  color: #69645C;
  font-weight: normal;
  font-family: georgia,serif;
  line-height: 20px;
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}

img { 
  border: 0;
}

ol, ul, dl, li { 
  position: relative;
  margin:0px;
  padding:0px;
  list-style-type:none;
}

p {
    color: #8f8f8f;
    margin-left: 20px;
}

.trounded {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}
.brounded {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
.nottlrounded {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}
.rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#base {
  width: 950px;
  height: 100%;
  background-color: #eee;
  border: 1px solid #ddd;
  border-top: none;
  margin:0 auto;
  overflow:auto;
}

#header {
  width: 940px;
  height: 64px;
  background-color: #1a3763;
  background-repeat: no-repeat;
  margin:0 auto;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  cursor: pointer;
  cursor: hand;
}

#headericon {
    position: relative;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    cursor: default;
}

#headerphrase {
    position: relative;
    float: left;
    margin-left: 280px;
    margin-top: 10px;
    color: #ccc;
    width: 400px;
    font-size: 120%;
}

#newsmenu {
  width: 940px;
  /*height: 20px;*/
  height: 120px;
  background-image: url("img/timemenubglg.png");
  background-repeat: repeat-x;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: right;
  margin:0 auto;
}

#top-header {
    height: 120px;
    width: 940px;
    text-align: center;
    border-bottom: 4px solid #eee;
    background-color: #eee;
}

#quick-bar {
    margin: 4px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
    height: 110px;
    width: 166px;
    background-image: url("img/quick-bar.png");
    background-repeat: repeat-x;
    background-color: #0f222f;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
}

#quick-bar .title {
    float: left;
    position: relative;
    margin-top: 2px;
    margin-left: 4px;   
    font-size: 130%;
    color: #eee;
}

#quick-bar .help-icon {
    float: right;
    position: relative;
    background-image: url('./img/question-hover.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

#quick-bar .help-icon:hover {
    background-image: url('./img/question.png');
}

.quick-link-cont {
    background-image: url("img/bg-primary.png");
    background-repeat: repeat-x;
    color:#ddd;
    font-weight:bold;
    display:block;
    float:left;
    width: 156px;
    padding:2px 4px 2px 4px;
    border: solid #CCC 1px;
    margin-top: 2px;
    font-size: 90%;
    height: 18px;
}

.quick-link-el {
    width: 90%;
    height: 18px;
}

.quick-link-el a {
    color: #ddd;
    font-size: 80%;
}

.quick-link-el a:hover {
    color: #fff;   
}

.drag-el {
    background-image: url('./img/addmyw.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    cursor: hand;
    z-index: 1000;
    float: left;
    position: relative;
    margin-left: -2px;
    margin-top: 0px;
    margin-right: 4px;
}

.drag-el:hover {
    background-image: url('./img/addmyw-hover.png');
}

.el-rm {
    float: left;
    position: relative;
    margin-top: 0px;
    background-image: url('./img/rmmyw.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    cursor: hand;
}

.el-rm:hover {
    background-image: url('./img/rmmyw-hover.png');
}


#headerad {
    float: left;
    width: 760px;
    height: 120px;
    text-align: left;
}

/* give each slide the same dimensions */
#headerad div {
    width: 760px;
    height: 120px;
    margin: auto;
    display: block;
}



#latest {
    float: left;
    color: #ddd;
    text-align: left;
    margin-left: 10px;   
}

#tmdate {
    color: #ddd;
    text-align: right;
    margin-right: 10px;   
}

#main {
  top:0px;
  width:942px;
  height: 100%;
  margin:0 auto;
  background-color: #fff;
  overflow:auto;
}

/* menu style */

#topmenu {
  font-size: 80%;
  line-height:normal;
  padding:0px 0px 1px 0px;
  float: right;
}

#topmenu ul {
  padding:0;
  margin:0;
}

#topmenu li {
  display:inline;
}

#topmenu a {
  background-image: url("img/bg-primary.png");
  background-repeat: repeat-x;
  color:#ddd;
  font-weight:bold;
  display:block;
  float:left;
  padding:2px 14px 2px 14px;
  margin: 0px 2px 0px 0px;
  border: solid #CCC 1px;
  border-top: none;
  width:70px;
}

#topmenu .date {
  background-color: #47557d;
  color:#ccc;
  display:block;
  float:left;
  padding:2px 14px 2px 14px;
  margin: 0px 2px 0px 0px;
  border: solid #CCC 1px;
  border-top: none;
  width:140px;
}

#topmenu a {
  background-position:0% 0px;
}

#topmenu a:hover {
  color: #fff;
  text-decoration:none;
}

#topmenu a.active {
  background-position: 0% -84px;
}

/* main menu style */

#superfish {
  position:relative;
  text-align: left;
  margin: 0;
  padding: 0;
  background-image: url("img/menu.png");
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  height: 25px;
  z-index: 3000;
}

/* Icon menu */
#iconmenu {
  float: left;
  width: 55px;
  background-color: #eee;
  padding: 4px;
  border: 1px solid #ddd;
}

#iconcarousel {
    
}

#icon {
    text-align: center;   
}

/* content style */

#contentframe {
  background-color: #fff;
  min-height: 200px;
  overflow:auto;
  margin:0 auto;
  padding: 8px;
  width: auto;
  z-index:1;
  border: 1px solid #ddd;
}

#content {
  float: left;
  width: 840px;
  background-color: #fff;
  margin-left: 10px;
  border:none;
  overflow: auto;
}

.content {
    background-color: #eee;
    padding: 4px;
    z-index: 1;
    border: 1px solid #ddd;
    overflow: auto;
}

.core {
    margin-top: 4px;
    overflow: auto;
}

#generalcont {
    background-color: #eee;
    padding: 4px;
}

.help {
    text-align: left;
    margin-left: 10px;
}

.help h3 {
    color: #4B4740;
}

.help ul.anc {
    font-size: 100%;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #69645C;
    font-weight: normal;
    font-family: georgia,serif;
    line-height: 20px;
}

#helpcontents {
    padding: 8px;
    background-color: #eee;
}

.helpindex {
    border: 1px solid #ccc;
    padding: 4px;
    background-color: #fff;
    margin-top: 8px;
    padding-left: 20px;
    overflow: auto;
}

.pic-bg {
    border: 1px solid #ccc;
    padding: 4px;
    background-image: url("img/wmap-content-bg.png");
    background-repeat: repeat-x;
    background-color: #fff;
    margin-top: 8px;
    padding-left: 20px;
    overflow: auto;
}

/********************************
    Tool-tip style
*********************************/
p.tool-tip {
    margin-left: 0px;
    color: #69645C;
}

.left {
    float: left;   
}

.right {
    float: right;   
}

ul.help {
    font-family: georgia,serif;
    margin-left: 20px;
    list-style-image: url("img/bullet.png");
}

ul.help li {
    margin-top: 14px;   
}

/* Footer styles */

#footer {
    width: 942px;
    background-image: url("img/footer.png");
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    height: 25px;
    color:#bbb;
    text-align: center;
    margin:0 auto;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 85%;
  
}

#footer a {
    color:#bbb;
}

#footer a:hover {
  color: #fff;
}

/* map content styles */
#mapsum {
    text-align: left;
    width: auto;
    /*overflow: auto;*/
    height: 434px;
    background-color: #eee;
    padding: 0px;
}

#mapouter {
    float: left;
    height: 430px;
    width: 360px;
    padding: 4px 4px 0px 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
}

#navouter {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #ccc;
    border-top: none;
}

#mapnav {
    width: auto;
    background-color: #eee;
    padding: 4px;
    overflow: auto;
    border: 1px solid #ccc;
}

#map {
    position: relative;
    height: 396px;
    width: 356px;
    z-index: 0;
    margin-top:0px;
    border: 2px solid #ccc; 
}

/* Pop-up box on map */
#infobox{
    position:absolute;
    background:#747474;
    opacity:0.8;
    color:#FFFFFF;
    visibility:hidden;
    padding:5px;
    z-index: 2000;
}

#ajaxBusy {
    position: absolute;
    display:none;
    top: 0px;
    left: 0px;
    height: 400px;
    width: 360px;
    background:#ddd;
    opacity:0.2;
    text-align: center;
    vertical-align: bottom;
    z-index: 2000;
}

#ajaxLoader {
    position: absolute;
    top: 170px;
    left:170px;
}

#keybox {
    position:absolute;
    top: 244px;
    left: 274px;
    width: 80px;
    height: 150px;
    background:#747474;
    opacity:0.8;
    color:#FFFFFF;
    visibility:visible;
    padding:2px;
    z-index: 2000;
    font-size: 9px;
}

#maptoglayer {
    float: left;
    width: 330px;
    height: 8px;
    font-size: 80%;
    text-align: left;
    color: #8f8f8f;
    padding: 2px;
    margin-left: 5px;
}

#mapcontrols {
    float: left;
    width: auto;
    margin-top: 10px;
    background-color: #eee;
    padding: 2px;
    text-align: left;
}

#mapbuttons {
    float: left;
    height: 30px;
    width: 160px;
}

#maptstep {
    float: right;
    height: 20px;
    width: 160px;
    background-image: url("img/tableheaderbg.png");
    background-repeat: repeat-x;
    background-color: #fff;
    padding: 2px;
    margin-top: 2px;
    text-align: center;
    color: #8f8f8f;
}

#mapnavsum {
    width: auto;
    height: 24px;
    background-image: url("img/tableheaderbg.png");
    background-repeat: repeat-x;
    height:auto;
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
    overflow: auto;
    margin-bottom: 4px;
}

.listblock {
    float: left;
    margin-left: 0px;
    width: auto;
    text-align: left;
}

#location {
    float: right;
    width: 450px;
    overflow:auto;
    text-align: center;
}

#results {
    margin: 10px;
}

#site {
    float: left;
    width:440px;
    height: 434px;
    background-color: #eee;
    padding: 0px;
     background-image: url("img/curve.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

#sitesummary {
    margin-left: 30px;
    margin-top: 4px;
}

.eventday {
    display: block;
    min-width: 32px;
    min-height: 32px;
    width: auto!important;
    height: auto!important;
    width: 32px;
    height: 32px;
    background-image: url("img/dayevent.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#eventinfo {
    position:absolute;
    width: 140px;
    background:#747474;
    opacity:0.8;
    color:#fff;
    padding:5px;
    z-index: 2000;
    overflow: auto;
    border: 2px solid #fff;
}

#eventinfo.a {
    color: #fff;   
}

#ratinginfo {
    position:absolute;
    width: 400px;
    background:#747474;
    color:#fff;
    padding:5px;
    z-index: 2000;
    overflow: auto;
    border: 2px solid #fff;
    font-family: georgia,serif;
}

#ratinginfo p {
    text-align: left;
    margin-left: 6px;
    color: #fff;
}

#ratinginfo h3 {
    font-size: 110%;
    color: #eee; 
}

.ratinfohead {
    float: right;
    margin-right: 12px;
    cursor: pointer;
    cursor: hand;
}

.outerborder {
    width: auto;
    background-color: #eee;
    padding: 4px;
    overflow: auto;
}

/* Div headers */
.headermargin {
    margin-left: 10px;
    padding-left: 4px;
}

.header {
  background-image: url("img/tableheaderbg.png");
  background-repeat: repeat-x;
  height:24px;
  border: 1px solid #ddd;
}

.headertext {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #4e8c49;
  margin-left: 5px;
  margin-top: 0px;
  width: 97%;
}

.headertext_icon {
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    color: #4e8c49;
    margin-top: 0px;
    margin-left: 0px;
    width: 97%;
}

.togshow {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("img/show.png");
    background-color: #eee;
}
.toghide {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("img/hide.png");
    background-color: #eee;
}

.instructext {
  font-weight: normal;
  text-align: left;
  color: #4e8c49;
  margin-left: 4px;
  margin-top: 5px;
}

.tide {
    font-weight: normal;
    font-size: 9px;
}

/* Div footers */
.footer {
  background-color: #ddd;
  height:auto;
}
  
/* table style */

table.weathertable {
  margin: 0 auto; 
  border-collapse: collapse;
  border: none;
  color: #363636;
  width: auto;
}

table.weathertable tbody tr.stripe {
    background-color:#eee;
    border-top: 1px solid #ddd;
}

table.weathertable tbody tr.hide {
    display: none;   
}

table.weathertable thead th, table.weathertable tfoot th  {
  text-align: center;
  color: #aaa;
  padding-top:3px;
  padding-bottom: 10px;
  font-weight: normal;
  background-color:#eee;
  border: none;
  font-size: 100%;
  border-top: 1px solid #ddd;
  width: auto;
}

table.weathertable tbody td {
  text-decoration: none;
  text-align: center;
  color: #363636;
  width: auto;
}


a.wtlink {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    color: #4e8c49;
    margin-left: 5px;
    margin-top: 0px;   
}

a.wtlink:hover {
    color: #4e8c49;
}

table.summarytable {
  border-collapse: collapse;
  border: none;
  color: #363636;
  background-color: #fff;

}

table.summarytable td, th {
    padding: 4px;
    background-color:#eee;
}

table.summarytable tbody th {
    color: #2763A5;
}

table.summarytable thead th  {
  text-align: center;
  background-color: #eee;
  background-repeat: repeat-x;
  color: #aaa;
  padding-top:3px;
  font-weight: bold;
}

table.summarytable tbody th {
  text-align: center;
  background-color: #eee;
  background-repeat: repeat-x;
  color: #aaa;
  padding-top:3px;
  font-weight: bold;
}

table.summarytable tbody td {
  background-color: #eee;
  text-decoration: none;
  text-align: center;
  color: #8f8f8f;
}

table.moontable {
  border-collapse: collapse;
  border: none;
  color: #363636;
  background-color: #fff;
  font-size: 90%;

}

table.moontable td, th {
    background-color:#fff;
}

table.moontable tbody th {
    color: #2763A5;
}

table.moontable thead th  {
  text-align: center;
  background-color: #fff;
  color: #aaa;
  padding-top:2px;
  font-weight: bold;
}

table.moontable tbody th {
  text-align: center;
  color: #aaa;
  font-weight: bold;
}

table.moontable tbody td {
  text-decoration: none;
  text-align: center;
  color: #8f8f8f;
  border-right: 1px solid #ddd;
  padding-left: 4px;
  padding-right: 4px;
}

table.listings {
  font-weight: normal;
  font-family: georgia,serif;
  line-height: 20px;
  border-collapse: collapse;
  background-color: #eee;
  color: #8f8f8f;
}

table.listings thead th {
    font-weight: normal;
    background-image: url("img/list-table-bg.png");
    background-repeat: repeat-x;
    background-color: #34444f;
    color: #eee;
    padding-left: 10px
}

table.listings thead tr, table.listings tbody tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; 
}

table.listings tbody td {
  text-align: left;
  text-decoration: none;
  color: #363636;
  padding: 10px
}

table.listings tbody tr.odd {
    background-color:  #fff;  
}

table.stats {
  margin:  10px; 
  border-collapse: collapse;
  border: none;
  color: #363636;
}

table.stats tbody tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color:#eee;
}

table.stats thead th {
    background-image: url("img/tableheaderbg.png");
    background-repeat: repeat-x;
    border: 1px solid #ddd;
}

table.stats td, thead th, tfoot th {
    border: none;
}

table.stats thead th  {
  text-align: left;
  color: #aaa;
  padding-top:3px;
  font-weight: bold;
}

table.stats tbody td {
  text-decoration: none;
  text-align: left;
  color: #8f8f8f;
}

table.stats tfoot th {
    font-weight: normal;
    text-align: right;
}


.head {
    font-weight: bold;   
}


table.schart {
    margin: 0 auto;
    font-size: 9px;
    border-collapse: collapse;
    border: none;
    color: #363636;
    text-align: center;
    overflow: auto;
}

table.schart tbody tr {
    background-color:#eee;
    vertical-align: top;
}

table.schart tbody td {
    width: 20px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

table.schart thead th, tfoot th  {
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-weight: normal;
    background-color:#ddd;
    border: 1px solid #fff;
    padding: 0px;
}

table.schart thead th.col, tfoot th.col  {
    width: 40px;
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px;
    background-color:#aaa;
}

table.schart tbody th {
    width: 40px;
    font-size: 9px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px;
    background-color:#aaa;
}

table.schart tbody th.axis {
    width: 40px;
    font-size: 9px;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 0px;
    background-color:#aaa;
}

table.schart thead th.info, tfoot th.info {
    width: 25px;
    color: #2763A5;
    cursor: pointer;
    cursor: hand;
}

table.schart tbody td {
    width: 25px;
    text-decoration: none;
    color: #363636;
    border: 1px solid #fff;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    background-color:#ddd;
}

table.schart tbody td.graph {
    margin: 0;
    text-align: left;
    background-color:#ddd;
}

#schartinfo {
    position:absolute;
    width: 140px;
    background:#747474;
    opacity:0.8;
    color:#fff;
    padding:5px;
    z-index: 2000;
    overflow: auto;
    border: 2px solid #fff;
}


/* icon styles */

.tableicon {
    display: block;
    min-width: 50px;
    min-height: 50px;
    width: auto!important;
    height: auto!important;
    width: 50px;
    height: 50px;
}

.tableicon-small {
    display: block;
    min-width: 25px;
    min-height: 25px;
    width: auto!important;
    height: auto!important;
    width: 25px;
    height: 25px;
}

img.small {
    width: 24px;
    height: 24px;
}

img.medium {
    width: 40px;
    height: 40px;
}

img.large {
    width: 50px;
    height: 50px;
}

.hot {
  background: #eee url('./img/weathericons/hot.gif') no-repeat center center;
}

.cold {
  background: #eee url('./img/weathericons/cold.gif') no-repeat center center;
}

.temp0 {
  background: #eee url('./img/weathericons/temp0.png') no-repeat center center;
}

.temp5 {
  background: #eee url('./img/weathericons/temp5.png') no-repeat center center;
}

.temp10 {
  background: #eee url('./img/weathericons/temp10.png') no-repeat center center;
}

.temp15 {
  background: #eee url('./img/weathericons/temp15.png') no-repeat center center;
}

.temp20 {
  background: #eee url('./img/weathericons/temp20.png') no-repeat center center;
}

.temp25 {
  background: #eee url('./img/weathericons/temp25.png') no-repeat center center;
}

.temp30 {
  background: #eee url('./img/weathericons/temp30.png') no-repeat center center;
}

.temp100 {
  background: #eee url('./img/weathericons/temp100.png') no-repeat center center;
}

.wave {
  background: #eee url('./img/weathericons/wave.png') no-repeat center center;
}

.Nwind {
  background: #eee url('./img/weathericons/N.png') no-repeat center center;
}

.NEwind {
  background: #eee url('./img/weathericons/NE.png') no-repeat center center;
}

.Ewind {
  background: #eee url('./img/weathericons/E.png') no-repeat center center;
}

.SEwind {
  background: #eee url('./img/weathericons/SE.png') no-repeat center center;
}

.Swind {
  background: #eee url('./img/weathericons/S.png') no-repeat center center;
}

.SWwind {
  background: #eee url('./img/weathericons/SW.png') no-repeat center center;
}

.Wwind {
  background: #eee url('./img/weathericons/W.png') no-repeat center center;
}

.NWwind {
  background: #eee url('./img/weathericons/NW.png') no-repeat center center;
}

.icontext {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: 13px;
  left: 0px;
}

.detailed {
  float: right;
  position: relative;
  margin-right: 4px;
  margin-top: 2px;
  z-index: 0;
}

.feed {
  float: right;
  margin-right: 4px;
  margin-top: 2px;
}

.barurl {
  float: right;
  margin-right: 0px;
  margin-top: 1px;
}


.clickable {
    cursor: pointer;
    cursor: hand;
}

/* font styles */

.textlocation {
  color: #2763A5;
}

a.listregion {
    font-weight: bold;
}

.formtext {
  margin: 10px;
  font-weight: bold;
  color: #363636;
}

p.contenttext {
  font-family: georgia,serif;
  text-align: left;
  margin: 10px;
  color: #363636;
}

p.alert {
    text-align: left;
    margin: 10px;
    color: red;
}

.stdtxt {
    color: #363636;   
}

/* Form styles */
input, textarea, textfield, select { 
  margin:0px;
  margin-left: 4px;
  margin-right: 4px;
  color: #000;
  background-color: #FFF;
  font-family: arial;
  padding:1px;
  font-size: 100%;
  display:inline;
}

select {
    font-size: 90%;
    height:20px;
}

select[multiple]{
  height:auto;
}

form label{
  color:#555;
  display: block;
  vertical-align:top;
  width:120px;
}

form label.inline{
   display:inline;
}

input[disabled], textarea[disabled], select[disabled]{
  background-color: transparent;
}

.editonly{
  display:none;
}

.hidden{
  visibility:hidden;
}

form.editmode .editonly{
  display:inline;
}

fieldset {
  border: solid #ccc 1px;
}

.button, .form-submit {
    color: #eee;
    height: 20px;
    font-size: 90%;
    background-image: url("img/menu.png");
    background-repeat: repeat-x;
    border: none;
    cursor: pointer;
    cursor: hand;
}

.radio {
    background-color: transparent;
    margin-top: 4px;
    margin-right: 8px;
}

.button:hover {
  color: #fff;
}

.button .disabled:hover {
    color: #ddd;   
}

.right {
    float: right;
}
.updatestamp {
    text-align: left;
    color: #aaa;
    font-style: italic;
    margin-left: 10px;
}

ul.inline {
    display:inline;
}

ul.inline li {
    display:inline;   
}
/**************************
    Detailed page
***************************/

#tables {
    float: left;
    margin-left: 40px;
    background-color: #eee;
}

#graphs {
    float: left;
    background-color: #eee;
    overflow: auto;
    overflow-x: hidden; 
}

#detbars {
    margin-left: 30px;
    background-color: #eee;
    padding: 0px;
}

.detbar {
    float: left;
    width: 100px;
    background-color: #eee;
    overflow: auto;
}

#detailopt {
    background-color:#ddd;
    padding: 4px;
    height: auto;
    overflow: auto;
    margin-bottom: 4px;
}


#sitelist {
    display: none;
    margin-top: 4px;
    background-color: #eee;
    border: 2px solid #bbb;
    width: 99%;
}

#activitysugs {
    margin-top: 4px;
    background-color: #eee;
    height:auto;
    border: 2px solid #bbb;
    width: 99%;
}

.sugg {
    background-color: #eee;
    margin-right: 4px;
    padding: 2px;
    font-size: 90%;
}


.menuico {
    padding: 2px;   
}

ul.left {
    margin: 4px;
    text-align: left;
}

ul.left li {
    font-size: 10px;
}

ul.left li.even {
    background-color: #ddd;   
}

ul.left li a {
    color: #000;
}

ul.left li a:hover {
    color: #ccc;   
}

#searchcontrols {
    float: left;
    margin-right: 4px;
    width: 72%;
    font-size: 11px;
    background-image: url("img/tableheaderbg.png");
    background-repeat: repeat-x;
    height:auto;
    border: 2px solid #ccc;
    padding: 4px 0px 4px 0px;
}

#viewtype {
    float: right;
    position: relative;
    width: 26%;
    text-align: left;
    color: #363636; 
    background-image: url("img/tableheaderbg.png");
    background-repeat: repeat-x;
    height:22px;
    border: 2px solid #ccc;
    padding: 4px 0px 4px 0px;
}

#viewtype ul {
  list-style-type: none;
  position: relative;
  color: #363636;
  font-size: 9px;
  display:inline;
  height: 22px;
  left: 10%;
  
}

#viewtype li {
  float: left;
  position: relative;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}



#viewtype li .smallico{
text-align:center;
white-space:nowrap;
}





.smallico {
    display: block;
    width: auto!important;
    width: 20px;
    height: 20px;
}

.tableico {
    background-image: url('./img/tables.png');
    background-repeat: no-repeat;
}

.tableicosel {
    background-image: url('./img/tables-sel.png');
    background-repeat: no-repeat;
}

.tableico:hover {
    background-image: url('./img/tables-hover.png');
    background-repeat: no-repeat;
}

.graphico {
    background-image: url('./img/graphs.png');
    background-repeat: no-repeat;
}

.graphicosel {
    background-image: url('./img/graphs-sel.png');
    background-repeat: no-repeat;
}

.graphico:hover {
    background-image: url('./img/graphs-hover.png');
    background-repeat: no-repeat;
}

.rainico {
    background-image: url('./img/rain-chart.png');
    background-repeat: no-repeat;
}

.rainicosel {
    background-image: url('./img/rain-chart-sel.png');
    background-repeat: no-repeat;
}

.rainico:hover {
    background-image: url('./img/rain-chart-hover.png');
    background-repeat: no-repeat;
}

.windico {
    background-image: url('./img/wind-chart.png');
    background-repeat: no-repeat;
}

.windicosel {
    background-image: url('./img/wind-chart-sel.png');
    background-repeat: no-repeat;
}

.windico:hover {
    background-image: url('./img/wind-chart-hover.png');
    background-repeat: no-repeat;
}

.tmpico {
    background-image: url('./img/temp-chart.png');
    background-repeat: no-repeat;
}

.tmpicosel {
    background-image: url('./img/temp-chart-sel.png');
    background-repeat: no-repeat;
}

.tmpico:hover {
    background-image: url('./img/temp-chart-hover.png');
    background-repeat: no-repeat;
}

.hsico {
    background-image: url('./img/hs-chart.png');
    background-repeat: no-repeat;
}

.hsicosel {
    background-image: url('./img/hs-chart-sel.png');
    background-repeat: no-repeat;
}

.hsico:hover {
    background-image: url('./img/hs-chart-hover.png');
    background-repeat: no-repeat;
}

.tpico {
    background-image: url('./img/tp-chart.png');
    background-repeat: no-repeat;
}

.tpicosel {
    background-image: url('./img/tp-chart-sel.png');
    background-repeat: no-repeat;
}

.tpico:hover {
    background-image: url('./img/tp-chart-hover.png');
    background-repeat: no-repeat;
}

.ico-label {
    margin-left: 30px;   
}

.chart {
    border: 2px solid #34444F;
    border-bottom: none;
}

.chart-key {
    border: 2px solid #34444F;
    border-top: none;
    background-color: #fff;
}

.chartopt {
    background-color:#fff;
    padding: 4px;
    height: auto;
    overflow: auto;
    margin-bottom: 4px;
}

.chartbutton {
    color: #34444F;
    height: 30px;
    width: 40px;
    font-size: 110%;
    background-image: url("img/bg-button.png");
    background-repeat: repeat-x;
    border: none;
    cursor: pointer;
    cursor: hand;
}

.chartbutton:hover {
    color: #aaa;   
}

#chartctls {
    float: left;
    width: 98%;
    font-size: 11px;
    background-image: url("img/chart-header-bg.png");
    background-repeat: repeat-x;
    background-color: #536184;
    height:auto;
    border: 2px solid #ccc;
    padding: 4px 0px 4px 0px;
}

#charttypes {
    float: left;
    width: 98%;
    font-size: 11px;
    background-image: url("img/chart-header-bg.png");
    background-repeat: repeat-x;
    background-color: #536184;
    border: 2px solid #ccc;
    padding: 4px 0px 4px 0px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    height: 28px;
}

#chartimg {
    height: 580px;
    width: auto;
}

#chartbox {
    height: 30px;
    width: 260px;
    font-size: 140%;
    color: #363636;
    line-height: 24px;
    
}

#charttype {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
    color: #fff; 
    height:22px;
    padding: 4px 0px 4px 0px;
}

#charttype ul {
  list-style-type: none;
  position: relative;
  left: 50%;
  color: #fff;
  font-size: 13px;
  height: 22px;
}

#charttype li {
  float: left;
  position: relative;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

#charttype li .icoview{
text-align:center;
white-space:nowrap;
}

#chart-main {
    float: left;
    overflow: auto;
    border: solid 2px #ccc;
    background-color: #536184;
    margin-left: 4px;
}

#chart-times {
    float: left;
    width: 220px;
    height: auto;
    overflow: auto;
    border: solid 2px #ccc;
    background-color: #536184;
    /*background-color: #34444F;*/
}

#chart-img {
    float: left;
    width: auto;
}

#chartdis {
    width: 98%;
    background-color: #fff; 
    overflow: auto;
    padding: 4px;
    height: auto;
    overflow: auto;
}

#chartfr {
    background-color: #fff;   
}

ul.times {
    text-align: left;
     background-color: #536184;
    margin: 4px;
}

ul.times li {
    padding: 2px;
     background-color: #536184;
    height: 20px;
    border-bottom: 1px solid #aaa;
}

ul.times li.sel {
    background-image: url("img/chart-header-bg.png");
    background-repeat: repeat-x;
    background-color: #536184;
}

ul.times li a {
    color: #ccc;
     height: 100%;
    width: 100%;
    cursor: pointer;
    cursor: hand;
    margin-left: 10px;
}

ul.times li a:hover {
    color: #fff;
}

ul.times li a.time-sel {
    color: #fff;
}


/****************************************
    General page plugins
****************************************/

.extras {
    float: left;
    width: 100%;
    margin-top: 8px;
}

#sun {
    float:left;
    width: 48%;
}

#moon {
    float: right;
    width: 48%;
    margin-left: 4px;
}

/*****************************************
    Adverts
******************************************/

.adverts {
    float: left;
    width: 100%;
    margin-top: 8px;
}

.adleft {
    float: left;
    width: 48%;
    margin-bottom: 8px;
}

.adright {
    float: right;
    width: 48%;
    margin-bottom: 8px;
}


