/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: gray;
    overflow-x:hide;
}

body,td,th {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 12px;
}

iframe.container {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.weather {
	color:#FFFFFF;
	Font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.brought {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
}
.subheader {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 24px;
}
.footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer {
	color: #8C8C8C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {color: #8C8C8C; text-decoration: none;}
a:hover.footer {color: #8EAFCB; text-decoration: underline;}
a:active.footer {color: #8C8C8C; text-decoration: none;}

.headlinescontainer {
    overflow-y: auto;
    overflow-x: hide;
    margin-left: 20px;
}
.headlines{
    color: #005A74;
    line-height: 25px;
    text-transform: capitalize;
    text-decoration: none;
}

a:hover.headlines {color: #C26900; text-decoration: underline;}
a:active.headlines {color: #005A74; text-decoration: none;}

.commonlinks {color: #000000; text-decoration: none;}
a:hover.commonlinks {color: #CC0000; text-decoration: underline;}
a:active.commonlinks {color: #000000; text-decoration: none;}

.white {color: #ffffff; text-decoration: none;}
a:hover.white {color: #FFCC66; text-decoration: underline;}
a:active.white {color: #ffffff; text-decoration: none;}

div.shadow {}

div.formcontainer {
    position: relative; 
    padding: 20px; 
    width: 425px; 
    background-color: white;
    text-align: left;
    border: 1px solid black;
}

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
#myinputstyle {
    display: cell;
    background: url(none) no-repeat #ffffff;
    font-family: tahoma, helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #6b6b6b;
    border: 1px #6b6b6b solid;
    margin-bottom: 2px;
    float: right;
    width: 200px;
}

#mybuttonstyle {
    position: relative;
    display: block;
}

/** You can use this style for your LABEL elements **/
#mylabelstyle {
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-style: bold;
    font-size: 12px;
    color: #828282;
    float: left;
    width: 100px;
    display: cell;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
#myinputstyle:focus {
    border: 1px solid #828282;
    /** remember to change image path **/
    background: url(none) no-repeat #828282;
    color: #ffffff;
}

h1 {
    font-size: 14px;
    font-weight: bold;
}

.error {
    font-size: 14px;
    color: red;
    padding: 4px;
    border: 1px solid red;
    background-color: pink;
}

.listbg{ background-image:url(../images/listbg.jpg); height:21px; width:347px; padding:3px 0px 3px 20px;}
.listurl {color: #333333; text-decoration:none; font-size:12px; font-family: Arial, Helvetica, sans-serif;}
a:hover.listurl {color: #0000ff; text-decoration: underline;}
a:active.listurl {color: #333333; text-decoration: none;}



