﻿html {
	height: 100%;
}

body {
	height: 100%;
	background: #6896c0 url(images/pageBack.jpg) no-repeat 50% 0px;
	font-family: verdana;
	font-size: 0.63em;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.benefitDiv
{
	margin-bottom: 8px;
}

div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div {height: 1%;}
/* End hide from IE-mac */


a img {
	border: none;
}

a {
	color: #BF2D2D;
	text-decoration: none;
}

.homepageTitles h3 {
	color: #BF2D2D;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 771px;
	background: #ffffff;
	position: relative;
}

#page {
	min-height: 100%;
	padding-left: 1px;
	padding-right: 1px;
}

* html #page, * html #wrapper {
	height: 100%;
}

#header {
}

#banner {
	background: url(images/banner.jpg) no-repeat top left;
}

#banner a {
	display: block;
}

#addbanner 
{
	background-color:#FFCF00;
}

#addbanner a {
	display: block;
}

#nav {
	line-height: 31px;
	background: url(images/navBack.gif) repeat-x top left;
	width: 769px;
}

#nav .navButton {
	float: left;
}

#nav #userMenu {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	list-style: none;
	background: url(images/navRight.gif) no-repeat top right;
}

#nav ul li {
	float: left;
}

#nav #userMenu a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 8px;
	margin-left: 8px;
	border-left: solid 1px #ffffff;
}


#nav #ctl00_home {
	background: url(images/home.gif) top left no-repeat;
	width: 73px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_signup {
	background: url(images/signup.gif) top left no-repeat;
	width: 70px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_howItWorks {
	background: url(images/howItWorks.gif) top left no-repeat;
	width: 104px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_aboutUs {
	background: url(images/aboutUs.gif) top left no-repeat;
	width: 77px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_groundClosures {
	background: url(images/groundClosures.gif) top left no-repeat;
	width: 127px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_groundAdmin {
	background: url(images/groundAdmin.gif) top left no-repeat;
	width: 175px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_groundAdmin:hover {
	background: url(images/groundAdminOn.gif) top left no-repeat;
}

#nav #ctl00_maps {
	background: url(images/maps.gif) top left no-repeat;
	width: 58px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_contactUs {
	background: url(images/contactUs.gif) top left no-repeat;
	width: 86px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_dashboard {
	background: url(images/myDashboard.gif) top left no-repeat;
	width: 123px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_message {
	background: url(images/createMessage.gif) top left no-repeat;
	width: 157px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_teams {
	background: url(images/manageTeams.gif) top left no-repeat;
	width: 115px;
	height: 31px;
	float: left;
	display: block;
}

#nav #ctl00_dashboard:hover {
	background: url(images/myDashboardOn.gif) top left no-repeat;
}

#nav #ctl00_message:hover {
	background: url(images/createMessageOn.gif) top left no-repeat;
}

#nav #ctl00_teams:hover {
	background: url(images/manageTeamsOn.gif) top left no-repeat;
}

#nav #ctl00_home:hover {
	background: url(images/homeOn.gif) top left no-repeat;
}

#nav #ctl00_signup:hover {
	background: url(images/signupOn.gif) top left no-repeat;
}

#nav #ctl00_howItWorks:hover {
	background: url(images/howItWorksOn.gif) top left no-repeat;
}

#nav #ctl00_aboutUs:hover {
	background: url(images/aboutUsOn.gif) top left no-repeat;
}

#nav #ctl00_groundClosures:hover {
	background: url(images/groundClosuresOn.gif) top left no-repeat;
}

#nav #ctl00_maps:hover {
	background: url(images/mapsOn.gif) top left no-repeat;
}

#nav #ctl00_contactUs:hover {
	background: url(images/contactUsOn.gif) top left no-repeat;
}

#nav .navDivide {
	background: url(images/navDivide.gif) top left no-repeat;
	width: 3px;
	height: 31px;
	float: left;
	display: block;
}

#nav #navRight {
	float: right;
	width: 150px;
	height: 31px;
	background: url(images/navRight.gif) no-repeat top right;
}

#breadcrumb {
	color: #666666;
	padding-bottom: 10px;
	padding-top: 16px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

#pageContent{
	padding-left: 26px;
	padding-right: 11px;
	padding-top: 16px;
}

.reportheading
{
	font-size: 130%;
	font-weight:bold;
}
.report
{
	/*font-size:large;*/
	font-size: 130%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
/*
#report table, td 
{
	font-size:large;
	font-size: 2.2em;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
*/

.home #pageContent {
	padding-left: 19px;
	padding-top: 16px;
}

h1 {
	color: #cc3333;
	font-size: 2.2em;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	font-family: arial;
	color: #333333;
}

h3 {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}

.hDash {
	height: 1px;
	background: url(images/hDots.gif) repeat-x bottom left;
	margin-bottom: 10px;
}


.hDashWhite {
	height: 2px;
	background: url(images/hDotsWhite.gif) repeat-x bottom left;
}

.intro {
	float: right;
	margin-top: 10px;
	color: #666666;
}

.intro a {
	color: #cc3333;
	text-decoration: none;
}

table, td {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

th {
	background: #81aabd;
	line-height: 26px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

th a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

th a.sorted {
	background: url(images/downArrow.gif) right 50% no-repeat;
}

tr td {
	line-height: 18px;
	padding-left: 14px;
	vertical-align: top;
}

tr td a {
	text-decoration: none;
	color: #bf2d2d;
}

tr.shade {
	background: #eef5f9;
}

h3 a {
	color: #bf2d2d;
	text-decoration: none;
}

a h3
{
	color: #bf2d2d;
	text-decoration: none;
}

.left {
	float: left;
	clear: left;
	margin-right: 4px;
}

.cancelLeft
{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-left: 113px;
}

#colLeft {
	float: left;
	width: 477px;
}

#colRight {
	float: right;
	margin-top: 10px;
	width: 245px;
}

#colRight img 
{
}

.player #colRight {
	margin-top: 0px;
	width: 245px;
}

#colRight #plain
{
	margin-top: 23px;
}

#colRight #plain #content
{
	margin-top: -2px;
}

#colRight #faqContent, #colRight #plain #content {
	background: #eef5f9 url(images/faqBack.gif) repeat-x bottom left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.home #colRight {
	margin-top: 0px;
	width: 252px;
}

#colRight ul {
	margin-left: 0px;
	list-style-image: url(images/arrowBullet.gif);
	padding-left: 15px;
}

#colRight ul a {
	color: #406a7f;
	text-decoration: none;
}


#plainContent {
	margin-top: 0px;
	padding-top: 12px;
}

#colRight h4 {
	color: #666666;
	font-size: 1.1em;
	padding: 0px;
	margin-bottom: 8px;
}

#login {
	background: #e4eff5 url(images/loginBottom.gif) no-repeat bottom left;
}

#loginTop {
	background: url(images/alreadyAMemberTop.gif) no-repeat top left;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-top: 40px;
	font-weight: bold;
	color: #666666;
}


#login input {
	display: block;
	margin-top: 3px;
	margin-bottom: 6px;
	float: left;
}

.checkbox input {
	border: none;
	width: auto;
}

#login .checkbox label {
	float: left;
	display: block;
	padding-top: 4px;
}


#login tr td {
}

#pageBottom {
	background: url(images/pageBottomBack.gif) repeat-x top left #f4f4f4;
	height: 59px;
	width: 100%;
	clear: both;
	margin-top: 40px;
}

#pageBottom #links {
	color: #666666;
	padding: 15px;
	background: url(images/radioLogo.gif) no-repeat 95% 50%;
}

#pageBottom #links a {
	color: #666666;
}

#homePageAddsTopRow {
	height: 60px;
	width: 100%;
	clear: both;
}
#homePageAddsBottomRow
{
	height: 60px;
	width: 100%;
	clear: both;}
.more {
	color: #406a7f;
	background: url(images/moreArrow.gif) no-repeat right 50%;
	padding-right: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 16px;
}

#forgotPassword {
	float: right;
	color: #406a7f;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	font-size: 1em;
}

#weather {
	background: url(images/weather.gif) no-repeat top left;
	padding: 9px;
	padding-top: 28px;
	color: #000000;
	margin-bottom: 12px;
}

#weather select {
	display: block;
	width: 234px;
}

#weather #today {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}

#weather #high, #weather #low {
	color: #aa0f0f;
	font-weight: bold;
}

.right {
	float: right;
}

.attribName {
	float: left;
	clear: left;
	width: 120px;
}

.attribValue {
	clear: right;
}

.popup .button {
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
}

.popup select, .popup textarea {
	width: 200px;
	border: solid 1px #a4a4a4;
}

.popup .attribName {
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 30px;
	padding-right: 14px;
	width: 100px;
	float: left;
	clear: left;
}

.popup .attribValue {
	line-height: 30px;
	float: left;
}

.popup .attribNameSmall {
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 15px;
	padding-right: 14px;
	width: 130px;
	float: left;
	clear: left;
	margin-left: 185px;
}

.popup .buttons {
	display: block;
	clear: both;
	margin-top: -15px;
	float: left;
}

.popup table input.checkbox {
	width: auto;
}

.fadeBack {
	background: #EEF5F9 url(images/faqBack.gif) repeat-x bottom left;
}

.validation div {
	background: #fefbec;
	border: solid 1px #eae6c9;
	line-height: 22px;
	color: #b36c08;
	padding-left: 10px;
	margin-right: 20px;
}

table {
	margin-top: 10px;
}

table input, table select, table textarea {
	width: 180px;
	border: solid 1px #81aabd;
	font-family: verdana;
	margin-top: 4px;
}

.topRightCurveArrow {
	background-image: url(images/topRightArrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.topRightCurve {
	background-image: url(images/topRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.topLeftCurve {
	background-image: url(images/topLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	width:220px;
}

.none {
	color: White;
	font-weight: bolder;
	background-color: Gray;
}

.loginInfo {
	text-align: right;
	padding-bottom: 6px;
}

.submit {
	border: none;
	width: auto;
}

.question {
	float: left;
	clear: left;
	margin-top: 13px;
	font-weight: bold;
	color: #000000;
}

.answer {
	float: left;
	clear: left;
	margin-top: 6px;
	padding-left: 20px;
}