﻿body { background-color: #fff; font-size: 12px; font-family: Verdana, Helvetica, Sans-Serif; margin: 0; padding: 0; line-height: 16px; }
h2 { color:#666644; font-size:18px; font-weight:bold; margin-bottom:1px; margin-top:5px; padding-top:0px; }
h3 { color: #a72b31; font-weight: bold; font-size: 18px; margin:0 0 5px 0; padding:0; }
h4 { color:#666644; font-weight: bold; font-size: 14px; margin:0 0 3px 0; padding:0; }
a:link { color: #a72b31; }
a:hover { color: #a72b31; }

#simplemodal-overlay { background-color:#000; }
#simplemodal-container { background-color:#fff; border:4px solid black; padding:20px; max-height: 80%; max-width: 80%; }

.page { width: 784px; border: solid #000 1px; border-top: none; margin: 0 auto; position: relative; }

#header { height: 60px; width: 784px; background-image: url('/Content/images/ViaSurveyHeader.gif'); }

#loginBox { position: absolute; right: 10px; top: 10px; color: White; font-size: 10px; }
#loginBox a { color: White; font-size: 12px; }

#menu { border-top: solid #E3A14D 1px; font-family:Tahoma,Arial,Helvetica; font-size:12px; list-style:none; margin:0; padding:0; }
#menu li {	padding: 6px 0; float:left; text-align:center; background-color: #7C1B1D; }
#menu li:hover { background-color: #E3A14D; }
#menu a { display: block; width:150px; }
#menu a:link { color: White; text-decoration: none; }
#menu a:visited { color: White; text-decoration: none; }
#menu a:hover { color: White; text-decoration: none; }

#main { padding: 10px; clear: both; }

#footer { text-align: center; font-size: 10px; padding-top: 15px; color: #333; }

.formLabel { text-align: right; padding-right: 5px; }

.surveyCenter { border-collapse: collapse; }
.surveyCenter td { border: solid #7C1B1D 1px; padding: 3px; font-size: 10px;  text-align: center; }
.surveyCenter th { border: solid #7C1B1D 1px; background-color: #7C1B1D; color: White; font-weight: bold; padding: 3px; font-size: 10px; }
.surveyCenter td.questionnaire { width: 230px; font-weight: bold; font-size: 12px;  text-align: left; }
.surveyCenter .topstrength { width: 180px; }
.surveyCenter .lasttaken { width: 90px; }
.surveyCenter .details { width: 62px; }
.surveyCenter .take { width: 62px; }

.questionWrapper
{
	clear: both;
	margin: 5px 0px;
}

.questionNumber
{
	float: left;
	width: 35px;
	font-weight: bold;
}

.answerList
{
	padding-bottom: 25px;
}

.answerList li
{
	list-style: none;
	float: left;
	font-size: 10px;
	padding-right: 5px;
}


.strength 
{
	padding-left: 15px;
	padding-bottom: 10px;
}

.strengthHeader
{
	font-weight: bold;
}

.surveyList li
{
	padding-bottom: 10px;
}

.codeCreatedMessage
{
	color: #7C1B1D;
	font-weight: bold;
}

th
{
	text-align: right;
}

#CVV2
{
	width: 50px;
}

#ExpirationMonth
{
	width: 	35px;
}

#ExpirationYear
{
	width: 	35px;
}

#ZipPostal
{
	width: 80px;	
}

#State
{
	width: 80px;	
}

.field-validation-error
{
	color: Red;
	font-weight: bold;
	padding-left: 10px;
}

