
/***********************************************************************************************************************
Pages
***********************************************************************************************************************/
#OuterTable
{
	border:0px;
	padding-left:6px;
    padding-right:6px;
    border-spacing:0px;
    width:100%;
    float: left;
}
/* lighter blue background in absolute top of header */
.PageHeader
{
	border-bottom:1px solid #A0BEDA;
	background-color:#3E5B90;
	vertical-align:middle;
}
/* Darker blue background in absolute top of header with logo*/
.PageLogoHead
{
	border-bottom:1px solid #A0BEDA;
	background-color:#010050;
	vertical-align:middle;
}
/* Client name on grey background cell */
.PageCompanyTitle
{
	font-style: italic;
    font-weight: bolder;
    font-size: 12px;
    color: #717171;
    font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	white-space:nowrap;
	background-color: #E9ECEF;    
    border-bottom:1px solid #A0BEDA;
    vertical-align:middle;
    padding:0px 0px 0px 6px;
}
.LogOut
{
	font-family: Verdana, Arial, Helvetica;
	font: bold 10px Verdana, Trebuchet MS;
	color:#ffffff;
}
.LogOut:hover
{
	font-family: Verdana, Arial, Helvetica;
	color:#ffffff;
}
Body
{
 padding-left:6px;
 background-color:#DED4AE; 
}

Body, table
{
	margin:0px;
	padding:0px;
}

.BubbleTitle
{
	font:bold 15px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}

.BubbleTitle b
{
	font:bold 15px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}

.BubbleDesc
{
	font:12px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 15px
}

.BubbleDesc b
{
	font:12px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}

.BubbleInfo
{
}

.BubbleInfo a
{
	font:bold 15px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}
.BubbleInfo a:hover
{
	font:bold 15px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}
.BubbleInfo b
{
	font:bold 17px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}
.BubbleLogin
{
}

.BubbleLogin b
{
	font:bold 15px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}
.BubbleLogin a
{
	font:bold 15px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}
.BubbleLogin a:hover
{
	font:bold 15px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 33px
}

.FormLabel
{
	font:bold 12px Verdana, Trebuchet MS;
	color: #3E5B90;
	line-height: 24px;
	padding-right:15px;
	text-align:left
}

.divPad
{
	padding-left:25px;
}

.FormText
{
	font:12px Verdana, Trebuchet MS;
	color: #3E5B90;
}

.FormCenter
{
	
}

.FormTextBox
{
	width:225px;
}
	
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #3E5B90; /*menu strip background*/
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 33px; /* This value + 8px should equal height of button background (default is 31px) */
height: 41px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
background: transparent url('/themes/Friedman/button/LeftTop.png') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 33px; /* This value + 8px should equal height of button background (default is 31px) */
height: 41px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
background: transparent url('/themes/Friedman/button/RightTop.png') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
color: #3E5B90;
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

.SideLogin
{
	font:bold 10px Verdana, Trebuchet MS;
	color: #E9ECEF;
	height:41px;
	line-height: 41px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
}
.login-input-go
{
    padding:0;
    margin:0;
    border:0;
    padding: 0 0 0 2px;
    vertical-align: middle; 
    background:none;
    cursor:pointer;

}

.SurveyQuestions
{
	color: #3E5B90;
}
.SurveyTitle
{
	font: bold 12px Verdana, Trebuchet MS;
	color: #3E5B90;
}