﻿/* CSS Document */

body {
	background-color: #EEEEEE;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	margin: 0;
	}

td,p {
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	}
	
a {
	color: #000099;
	}

.masthead {
	background-color: #FFFFFF;
	background-image:url(images/masthead.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom: 2px;
	}

.nav {
	background-color: #000099;
	color: #fff;
	}
	
a.nav {
	font-weight: bold;
	}

th {
	background-color: #000099;
	color:white;
	font-size: 11px;
	text-align:left;
	}
	
.SectionTitle {
	font-size:18px;
	color: #000099;
	}

.PageTitle {
	font-size:14px;
	}

.Subtitle {
	color: #000099;
	font-weight:bold;
	}

.content {
	background-color: white;
	padding: 10px 10px 0 20px;
	height: 90%;
	}

.top-link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

.shadow-left {
	background-image:url(images/shadow-left.gif);
	background-repeat:repeat-y;
	width: 10px;
	}

.shadow-right {
	background-image:url(images/shadow-right.gif);
	background-repeat:repeat-y;
	width: 10px;
	}

.reg-logos {
	padding-right: 15px;
	}

.footer {
	color: #999999;
	font-size: 10px;
	padding-right: 15px;
	}
	
/*********************** Weather styles ***********************/

#module-weather {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	}

#module-weather td, #module-weather p {
	font-size: 10px;
	}

#module-weather .weather-location {
	text-align: center;
	font-weight:bold;
	display: block;
	width: 100%;
	/*background-color: #CCC;*/
	padding-top: 2px;
	padding-bottom: 2px;
	}

#module-weather .weather-image {
	float:left;
	}

#module-weather .weather-data {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	}
	
#module-weather .weather-conditions {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	margin-right: 0px;
	width: 135px;
	font-size: 10px;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	}

#module-weather .weather-forecast {
	}

#module-weather table.forecast-data {
	width: 160px;
	padding-left: 2px;
	}

#module-weather .weather-forecast-title {
	font-weight:bold;
	background-color: #DEDEDE;
	padding: 2px;
	text-transform: uppercase;
	}

#module-weather .input_type {
 	background-color: #CCCCCC;
 	border-right:1px solid;
 	border-left:1px solid;
 	border-top:1px solid;
 	border-bottom:1px solid;
 	font-family:Arial,sans-serif;font-size:8pt;
 	font-weight:bold;
 	padding-bottom:2px;
 	padding-top:2px;
 	padding-left:5px;
 	padding-right:5px;
	}

.weather-footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	}	