﻿body
{
	background-color:  white;
	font-family: Arial;
	font-size: small;
	margin: 0;
	text-align: center;
}

.divBody
{
	width: 900px;
	text-align: left;
		background-color:  #EEEEEE;
		padding: 15px;
		border: solid 1px #CDCDCD;
		border-top: none;
margin:0px auto;
			
	}


.MainTitle
{
	padding-left: 15px;
	font-size: 30px;
	font-family: Times New Roman;
	font-weight: bold;
	color: White;
}

.MainTitleStripe
{
	width: 100%;
	color: #787878;
	height: 3px;
	float: left;
}

.SectionHeader
{
	padding-bottom: 0px;
	font-size: x-large;
	font-family: Arial;
	color: #444;
}

.button
{
   border: none;
    background-color:#444;
    color: #ffffff;
        overflow:visible;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    font-size: 12px;
    width: auto;
    	font-family: Arial;
cursor: pointer;
   }

a
{
	text-decoration: none;
	color:Blue;
}

a:hover
{
	text-decoration: underline;
}

.requiredfield
{
	font-style: italic;
	font-family: Arial;
	color: Maroon;
}

.graytext
{
	color: gray;
	font-weight: bold;
}
.YourAccountDiv
{
	border: thin solid gray;
	background-color: #EBEBEB;
	float: left;
	padding: 10px;
}

.YourAccountItem
{
	padding-left: 10px;
}
.EvaluationBodyDiv
{
/*	background-color: #EBEBEB;
	border-style: solid;
	border-width: thin;
	border-color: gray;
	padding: 10px;*/
}
.EvaluationQuestionCategory
{
	font-size: large;
}
.EvaluationQuestion
{
	font-style: italic;
}
.EvaluationRequiredField
{
	color: Red;
	font-style: italic;
}
.EvaluationNavigationDiv
{
	text-align: right;
}
.EvaluationTitle
{
	font-size: larger;
}
HR
{
	color: Gray;
	width: 100%;
	height: 1px;
	float: left;
}

.modalpopupbackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPopupPanel
{
	border: thin solid #7E241B;
	padding: 10px;
	background-color: white;
}

.NoteText
{
    font-style: italic; color: Gray; font-size: small;
}
