
.countrybox  { font-weight: normal; font-size: 10px; width: 170px; border: 1; color: #26375F; font-family: verdana, sans-serif; }
.bodytext { text-decoration: none; color: #000000; font-size: 12px; font-family: verdana; font-weight: normal; }
.bodytext_small { text-decoration: none; color: #475981; font-size: 10px; font-family: verdana; font-weight: bold; }

h1           { color: #0B5290; font-family: verdana; font-size: 12px; font-weight: bold; }

a:link       { text-decoration: none; color: #475981; font-size: 10px; font-family: verdana; font-weight: bold; }
a:visited    { text-decoration: none; color: #475981; font-size: 10px; font-family: verdana; font-weight: bold; }
a:hover      { text-decoration: underline; color: #26375F; font-size: 10px; font-family: verdana; font-weight: bold; }


.bordersmiddle
{  
border-bottom: 1px solid  #0B5290;  
}

.bordersleft
{  
border-right:  1px solid  #0B5290;  
border-left:   1px solid  #0B5290;	
border-bottom: 1px solid  #0B5290;
}

.bordersright
{  
border-left:   1px solid  #0B5290;
border-right:  1px solid  #0B5290;
border-bottom: 1px solid  #0B5290;
}

.borderstop
{  
border-left:   1px solid  #0B5290;
border-right:  1px solid  #0B5290;
}   

/* stylesheet from weather.css */

body {
 	font-family: verdana;
	color: #000000;
	background-color: #7BA7D2;
	margin-left: 0;
	margin-top: 0;
}
table.ccDetails {
	border: 1px Solid #eeeeee;
	font-size: 12px;
}
.wTod {
	font-weight: bold;
	border-top: 1px Solid #eeeeee;
	border-bottom: 1px Solid #eeeeee;
}
.wForecast {
	border-top: 1px dotted #dddddd;
	font-size: 11px;
}

.wObserv {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
}
.wConditions {
	font-size: 10px;
	font-weight: bold;
}
.wCondDetails {
	font-size: 12px;
	font-weight: bold;
}
.wFeel {
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}
.wFeelValue {
	font-size: 11px;
	background-color: #eee;
}
.wHumidity {
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
}
.wHumidityValue {
	font-size: 11px;
	background-color: #fff;
}
.wWinds {
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}
.wWindsValue {
	font-size: .7em;
	background-color: #eee;
}
.wWindg {
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
}
.wWindgValue {
	font-size: 11px;
	background-color: #fff;
}
.wBar {
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
}
.wBarValue {
	font-size: 11px;
	background-color: #fff;
}
.wDew {
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}
.wDewValue {
	font-size: 11px;
	background-color: #eee;
}
.wVisi {
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
}
.wVisiValue {
	font-size: 11px;
	background-color: #fff;
}
.wUv {
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}
.wUvValue {
	font-size: 11px;
	background-color: #eee;
}
.wPrecip {
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}
.wPrecipValue {
	font-size: 11px;
	background-color: #eee;
}
.wSunr {
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
}
.wSunrValue {
	font-size: 11px;
	background-color: #fff;
}
.wSuns {
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}
.wSunsValue {
	font-size: 11px;
	background-color: #eee;
}
.wExtForecast {
	font-size: 10px;
 	text-align: center;
	background-color: #eee;
}

.wLsup { 
	font-size: 9px;
	color: #c0c0c0;
	text-align: right;
	background-color: #fff;
	border-top: 1px dotted #eeeeee;
}
.wDetails {
	color: #000000;
	background-color: #eeeeee;
	text-align: center;
	font-size: 9px;
}
.wxLinks {
	font-size: 10px;
	color: #000000;
}
input, textarea {
    border: 1px solid #000;
    font-family: Verdana;
    font-size: .8em;
	padding: 1px;
}

select {
    border: 1px solid #000;
    font-family: Verdana;
    font-size: 1em;
}

.featured {
	font-family: verdana;
	font-size: 10px;
	color: #03405b;
	text-align: left;
}

.featured_title {
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	color: #03405b;
	font-weight: bold;
}


.results-table { border-style: solid;
	border-color: #315994;
	border-width: 1px; }

/* menu */

body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 99px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #D37C24; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
