/* Background CSS */

body {
background-attachment: fixed ;
background-image: url(wxgradient.png);
background-repeat: repeat-x;
background-position: left top;
background-color:#CACED0;
}

table.wxdata tr.even {
background-color:#DCDCDC;
}

div#content,table.wxdata tr.odd {
background-color:#FFF;
}

div#links {
background-color:#FFF;
}

div#links .head {
background-image: url(wx_stripe.png);
background-color:#284FC1;
color:#FFF;
}

td.uvt
{ 
background-image: 
url('vline.gif');
background-repeat: repeat-y
}

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

/* Border CSS */

div#body {
border:0 none;
}

div#content,div#links .head {
border:2px solid #284FC1;
}

div.newsbyte,div.newsbyte div.header,div.newsbyte div.content,div.newsbyte div.footer {
border:1pt solid gray;
}

img {
border:0 none;
}

/* Classification CSS */


/* Dimension CSS */

div#foot {width: 100%}
div#links {width: 10em;}


/* Font CSS */

body {
color:#000;
font-size:12pt;
font-family: Calibri, Verdana, Sans;
}

div#title {
color:#284FC1;
font-size:18pt;
font-family:Verdana, Sans;
}

div#body p {
font-size:12pt;
font-family: Calibri, Verdana, Sans;
}

div#links {
font-size:10pt;
font-family:Verdana, Sans;
font-weight:700;
color:#284FC1;
}

div#links ul li {
font-family:'Verdana', Sans;
font-size:10pt;
font-weight:700;
color:#284FC1;
}

div#foot {
font-family:Verdana, Sans;
font-size:10pt;
}

h1,h2,h3,h4,h5,h6 {
color:#284FC1;
margin-bottom:0.5em;
}

h1 {
font-family:Verdana, Sans;
font-size:18pt;
font-weight:700;
font-style:italic;
}

h2 {
font-family:Verdana, Sans;
font-size:14pt;
font-weight:700;
}

h3 {
font-size:14pt;
font-weight:400;
font-style:italic;
}

h4 {
font-size:12pt;
font-weight:700;
font-style:italic;
}

h5 {
font-size:12pt;
font-weight:700;
}

h6 {
font-size:12pt;
font-weight:400;
font-style:italic;
}

table {
font-size:10pt;
}

th {
font-style:italic;
font-weight:700;
color:#000;
}

div.newsbyte div.header {
font-family:Verdana, Sans;
font-weight:700;
color:#000;
}

div.newsbyte div.content {
font-family:Verdana, Sans;
color:#000;
}

div.newsbyte div.footer {
font-family:Verdana, Sans;
font-size:8pt;
font-weight:700;
}

table.forecast {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
}

table.wxdata {
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
}

a:link {
color:#284FC1;
}

a:visited {
color:#448BD0;
}

a:hover {
color:#FA9910;
}

hr {
   color: gray; // for IE
   background-color: gray; // for Mozilla and Firefox
   border: 0; // for Mozilla and Firefox
}

.bullet {
list-style-image: url(../bullet.png);
}

/* Frames CSS */


/* Margin and Padding CSS */

body {
margin:0;
}

div {
padding:0.25em 0.5em;
}

div#title,div#body {
margin:6pt;
}

h1,h2,h3 {
margin-top:1em;
}

h5,h6 {
margin-top:0.5em;
}

p {
margin-top:0;
margin-bottom:0.5em;
}

div#links {
margin:0 0 0.5em 0.5em;
}

div#links .head {
padding-top:0;
padding-bottom:0.25em;
}

div#content {
margin-right:6pt;
margin-bottom:6pt;
margin-left:6pt;
}

div#body {
margin:0;
padding:0;
}

div#foot {
margin-right:6pt;
margin-bottom:6pt;
}

ol,ul {
padding-left:0;
margin-left:1.5em;
}

div#title {
text-align:left;
}

div.newsbyte {
margin-bottom:1.5em;
padding:0;
}

div.newsbyte div.header,div.newsbyte div.content,div.newsbyte div.footer {
margin:0;
padding:0.25em;
}

div.newsbyte div.date,div.newsbyte div.title,div.newsbyte div.auth {
padding-top:0;
padding-bottom:0;
margin:0;
}

table.wxdata th + th,table.wxdata td + td {
padding-left:0.5em;
}

/* Positioning CSS */

div#body {
	position: absolute;
	left: 10em;}
div#links {float: left;}
table.wxdata th, table.wxdata td {vertical-align: top}


/* Text CSS */

p {
text-indent:1.5em;
text-align:justify;
}

div.newsbyte div.content {
text-align:justify;
}

div#foot,div#links .head,div.newsbyte div.header,div.newsbyte div.footer {
text-align:center;
}

a:link,a:visited {
text-decoration:none;
}

hr {
height:1px;
border:1px solid #5C5C5C;
}

/* Javascript RSS Feed */

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
font-size:12px;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1{ /*Demo 1 main container*/
/* width: 700px; */
width: 385px;
height: 35px;
border: 1px dotted #DBDBDB;
padding: 4px;
background-color: #FCFCFC;
}
