﻿body
{
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: Arial, sans-serif;
    background-color: #f6f9fb;
    color: #666666;
}

a
{
	color: #266fb1;
}

hr
{
	background: #dddddd;
	border: none;
	height: 1px;
}

.centerContainer
{
	margin: 0 auto;
	width: 1000px;
}

.container
{
    font-size: 1.2em;
    margin: 0 5px;
    padding: 0;
    width: 990px;
    position: static;
}

.label
{
	color: #666666;
	font-weight: bold;
}

.copyright
{
	color: #7799bc;
}

.errorMessage
{
	color: #cc0000;
}

.errorTextBox
{
	background-color: #cc0000;
}

.required
{
	color: #cc0000;
}

.flyout
{
	position: absolute;
}

.flyoutShadow
{
	background: transparent url(../Images/Backgrounds/Shadow.png) no-repeat right bottom;
	position: absolute;
}

.flyoutContent
{
	background: #F4F7FA;
	border: solid 1px #ECECEC;
	color: #A9C8EC;
	font-weight: normal;
	margin: -6px 6px 6px -6px;
	overflow: hidden;
	padding: 21px 13px;
	font-size: 0.95em;
	width: 37em;
	position: relative;
}

.flyoutForm
{
	padding: 6px 12px;
	background: #FFFFFF;
	position: static;
}

.flyoutTitle
{
	font-size: 2em;
	border-bottom: solid 1px #ECECEC;
	position: relative;
	color: #9fc5f3;
}

.flyoutClose
{
	background: transparent url(../Images/Icons/Close.gif) no-repeat;
	width: 15px;
	height: 15px;
	top: 3px;
	right: 3px;
	position: absolute;
}

.flyoutSection
{
	margin: 1.5em 0;
	clear:left;
}

.flyoutSection a
{
	text-decoration: none;
}

.flyoutSection a:hover
{
	text-decoration: underline;
}

.flyoutLabel
{
	color: #666666;
	font-weight: bold;
	float: left;
	position: relative;
}
.forgotPasswordFlyoutLabel
{
	width: 4.5em;
	line-height:22px;
}
.forgotPasswordErrorMessage
{
	padding-left:12px;
}