﻿body
{
	font-size: 11px;
	color: #333333;
	font-family: arial,sans-serif;
	letter-spacing: 0px;
}

.MasterPage
{
	margin: 0px;
	background-color: #696969;
}

.MasterPage #sideControls .panel .header 
{
	color: #0066d5;
}

#main
{
	margin: 0px auto;
	background-color: #ffffff;
	width: 800px;
}

#headerTop
{
	height: 243px;
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
}

#footer
{
	height: 52px;
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
}

#leftColumn 
{
	max-width: 170px;
}

#rightColumn 
{
	width: 100%;
}

.leftSide
{
	width: 11px;
	background-image: url(Images/left.gif);
	background-repeat: repeat-y;
}

.rightSide
{
	width: 11px;
	background-image: url(Images/right.gif);
	background-repeat: repeat-y;
}

#menu
{
	padding-left: 5px;
	padding-bottom: 20px;
}


#loginInfo 
{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-size: 9pt;
}

#loginInfo a
{
	color: #000000;
	font-weight: bold;
}

#loginInfo a:hover
{
	text-decoration: none;
}

#copyright
{
	font-size: 8pt;
	text-align: center;
	padding: 3px 10px 3px 10px;
}

#copyright a
{
	color: #4A4B4C;
}

#copyright a:hover
{
	color: #636467;	
	text-decoration: none;
}

#poweredBy
{
	margin-top: 15px;
	text-align: center;
}

/* Style the iframe for the info window */
.InfoWindow
{
	width: 300px;
	height: 300px;
}

/* The body element of the rendered info html contained within the iframe */
.InfoWindowBody
{
}

/* Style the div containing the actual content of the info html */
.InfoWindowContent
{
}

/* Health Tips Styling */
.HealthTip
{
	display: block;
	padding: 15px;
	background-color: #eeeeee;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}

.HealthTip .InnerPanel
{
	padding: 10px;
	background-color: #ffffff;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}

.HealthTip .Controls
{
	padding: 5px;
	font-size: 10px;
	color: #333333;
}

.HealthTip .Controls .Previous
{
}

.HealthTip .Controls .Next
{
}
