@charset "utf-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 6px;
	margin: 0px 1px 0px 0px;
	font: 0.8em sans-serif;
	background-image:url(../images/menu_bg.png);
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline:none;
	color:#FFFFFF;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #526B9D;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: 1px solid #D1DBED;;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
.TabbedPanelsContent {
	padding: 4px;
	background-image:url(../images/tabBody_bg.png);
	background-repeat:repeat-x;
	background-color: #D1DBED;
}
.TabbedPanelsContentVisible {
}

#weatherDiv{
	border: 1px solid #526B9D;
	height: auto;
	padding: 5px;
	margin-bottom: 5px;
	font-size:11px;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	text-align: left;

}
#centerContainer{
	float: left;
	margin-top: 0px;
	z-index: 1000;
	width: 52%;
}
#rightContainer{
	float: right;
	margin-left: 1%;
	margin-top: 0px;
	z-index: 1000;
	width: 22%;
	margin-right: 5px;
}
#blogContentTop{
	text-align:left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	vertical-align: middle;
	padding-bottom: 3px;
}
#mainContent{
	text-align: justify;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#blogContent{
	text-align:justify;
	margin-bottom: 10px;
}
#disclaimer{
	text-align:justify;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#blogContentTop img{
	padding-right: 2px;
	vertical-align: middle;
}
#linksCaption{
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	padding-left: 3px;
}
#favoriteLink a{
	text-decoration: none;
	color: #333333;
	padding:2px;
}
#favoriteLink a:hover{
	text-decoration: none;
	color: #0000FF;
}
#greenLink a{
	display:block;
}
#greenLink a:hover{
	background-color:#006600;
	color:#FFFFFF;
}
#rightContainerTop{
	background-image:url(../images/left_container_top.png);
	background-repeat:no-repeat;

}
