﻿/* Common Styles */

BODY 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #ffffff;
    text-align:center;
    margin:33px 0px 16px 0px;
}

TD, TH
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
}

.ButtonContainer
{
}

.CommandButton
{
	width:100px;
	font-size:12px;
}

.AlignTop
{
	vertical-align:top;
}

.LeftMargin
{
	margin-left:28px;
}

.RightAligned
{
	text-align:right;
}

.LeftAligned
{
	text-align:left;
}

.CenterAligned
{
	text-align:center;
}

.ButtonLeft
{
	position:relative;
	left: -250px;
}

.ButtonRight
{
	position:relative;
	margin-left: 250px;
}

.ValidationMessage
{
	font-size: 10px;
    font-weight: bold;
    color: #ff0000;
}

.Inset
{
	margin:0px 35px;
}

.InsetSmall
{
	margin:0px 20px;
}

.InsetMedium
{
	margin:0px 90px;
}

.InsetLarge
{
	margin:0px 100px;
}

.MarginBottom
{
	margin-bottom:25px;
}

.PaddingBottom
{
	padding-bottom:15px;
}

.Bold
{
	font-weight:bold;
}

.Italic
{
	font-style:italic;
}

.Red
{
    color: #630000;
}

.Callout 
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #004ea1;
    border: 1px solid #242424;
    padding: 20px 8px 20px 8px;
    width:700px;
    margin:0px auto 30px auto;
}

.Hidden
{
    visibility:hidden;
}

.PageTitle
{
    font-size:14px; 
    font-weight:bold
}


/* Master Styles */

.Container
{
	width: 800px;
	margin:0px auto;
	background-color: #ffffff;

}

.MainTitle
{
	margin-left:8px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
	color:#32301c;
}

.Header
{
	width:100%;
    border: 1px solid #00184a;
    margin-bottom:25px;
}

.HeaderPart
{
    font-size: 14px;
    font-weight:bold;
    color: #ffffff;
    background-color: #004ea1;
    padding: 8px;
    text-align: left;
    width: 536px;
}

.HeaderTitle
{
    font-size: 10px;
    font-weight:bold;
    color: #ffffff;
    background-color: #004ea1;
    padding: 8px;
    text-align: right;
    white-space:nowrap;
}


.Footer 
{
    color: #ffffff;
	background-color: #004ea1;
    border: 1px solid #242424;
    text-align: left;
    margin: 60px 0px 0px 0px;
}

.FooterText
{
    font-size: 10px;
    color: #ffffff;
    padding: 8px;
}

/* Login Styles */

.LoginInstruction 
{
    font-size: 12px;
    font-weight: bold;
   	color: #ffffff;
    text-align: center;
    background-color: #004ea1;
    border: 1px solid #242424;
    padding: 8px 8px 24px 8px;
    width:700px;
    margin:0px auto;
}

.LoginQuestion
{
	text-align:right;
	vertical-align:top;
}

.LoginAnswer
{
	text-align:left;
	width:400px;
}



/* Admin Login Styles */
.ctl00_BodyContentPlaceHolder_txtUsername
{
	font-family: Arial;
	border:1px solid #000000;
	padding:5px;
}
.ctl00_BodyContentPlaceHolder_txtUsernameWM
{
	font-family: Arial;
	border:1px solid #000000;
	padding:5px;
	background: #ffffff url(Username.gif) no-repeat center left;
}
.ctl00_BodyContentPlaceHolder_txtPassword
{
	font-family: Arial;
	border:1px solid #000000;
	padding:5px;
}
.ctl00_BodyContentPlaceHolder_txtPasswordWM
{
	font-family: Arial;
	border:1px solid #000000;
	padding:5px;
	background: #ffffff url(Password.gif) no-repeat center left;
}


/* Briefing Styles */
.BriefingCell
{
    border: 1px solid #242424;
    font-size: 8pt;
    line-height: 11pt;
}


/* Completion Report Styles */
.Report
{
    border: 0px solid #cccccc;
}
    
.ReportRow
{
    font-size: 11px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
    
.ReportRow td, th
{
    padding: 8px 3px;
    text-align:left;
}

.ReportRow th a
{
    font-weight: bold;
}


/* QuestionTemplate 4 */
.ScaleRadioButton
{
    margin: 0px 15px 0px 15px;
}