﻿HTML {   overflow: -moz-scrollbars-vertical;}

body
{
	background: #FFFFFF;
	/* background: #F1F1F1 url(images/bg.jpg) 0 0 repeat-x; */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	/*font-size: 7.5pt;*/
	color:#404040;
}


/*{
		background:#F1F1F1 url(images/bg.jpg) 0 0 repeat-x}
*/

a 
{
	text-decoration: none;
}

a:link { color: #06C; } /* blue */
a:visited { color: #06C; } /* blue */
a:hover { color: #000000; }

.bottomMenu a:link { color:#686868; }
.bottomMenu a:visited {color:#c3c3c3; }
.bottomMenu	a:hover { color: #CCCCCC; }
.bottomMenu	a:active { color: #c6c6c6; }
.bottomMenu
{
	color:Black;
}

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	color: #354A77;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 90%;
	line-height: 130%;
	margin-top: 0;	

}

.LayoutTable
{	
	/*border: solid 1px black;*/
	background-color: #ffffff;
	
}


.ContainerTable
{
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	width: 800px;
	padding: 0 0 0 0;
}

.HeaderTable
{	
	background-Color: #FFFFFF;
	padding: 0 0 0 0;
	border-left: solid 1px black;
	border-top:  solid 1px black;
	border-right: solid 1px black;
}
.MenuCell
{
	
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}


/* WEATHER FEED */
.WeatherDailyTemps
{
	font-size:medium;
	text-align:center;
}

.WeatherConditionsTable
{
	border-bottom: solid 1px black;
	border-left: solid 1px black;
}
/* END WEATHER FEED */



/* BEGIN NEWS BOXES */
.curlcontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	text-align:left;
	background-color: #F1F1F1;
}

.curlbox{
background: url(images/corner4.gif) bottom right no-repeat;
position: relative;
left: 1px;
top: 2px;
padding: 1px 4px 9px 7px;
font-size:12px;
}

.curlbox .footer{
color: gray;
font-size: 90%;
margin-bottom: 5px;
}

.curlbox .footer a{
font-size: 100%;
}

.newsblock p{
margin-bottom: 0.7em;
font-size: 12px;
}

/* END NEWS BOXES */

.photoCredit
{
	font-size: 10px;	
	font-style: italic;
}

.photoCaption
{
	font-size: 10px;	
}

.contentContainer
{
  min-height:600px;
  height:auto !important;
  height:600px;
  overflow:visible;
}


.Warm
{
	color:#D82400;
}
.Cold
{
	color:#234777;	
}
.Normal
{
	float:none;
	font-size:11px;
}