﻿body
{
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #333333;
}

#main
{
	background-color: #ffffff;
	border: solid 3px #666666;
	margin: auto;
	width: 740px;
	text-align: left;
	padding: 20px;
}

#header
{
	border-bottom: solid 1px #999999;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
}

#header h1
{
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 200%;
}

h3
{
	font-size: 130%;
}

#header p
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
	font-size: 75%;
	color: #999999;
}

#header div
{
	clear: both;
	height: 1px;
}

div.developerSummary
{
	margin-bottom: 20px;
	
	border: solid 1px #999999;
	padding: 10px 20px 15px 20px;
	color: #ffffff;
	background-color: #666666;
	background-image: url(../Images/boxgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.developerSummary p
{
	margin-top: 0px;
	margin-bottom: 7px;
}

div.developerSummary h3
{
	margin-top: 0px;
	margin-bottom: 10px;
}

div.developerSummaryImage
{
	float: left;
	margin: 0px;
}

div.developerSummaryImage img
{
	margin: 0px;
	width: 250px;
}

div.surveyItemImage img
{
	margin: 0px;
	width: 250px;
}

div.developerSummaryRating
{
	float: right;
	margin: 0px;
	width: 390px;
}

div.developerSummaryFooter
{
	height: 1px;
}

div.surveyItem
{
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	background-color: #666666;
	background-image: url(../Images/boxgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.surveyItem h3
{
	margin-top: 0px;
	margin-bottom: 5px;
}

div.surveyItemImage
{
	float: left;
}


div.surveyItemControls
{
	float: right;
	width: 60%;
}

div.surveyItemControls textarea
{
	
	width: 100%;
	height: 55px;
	padding: 5px;
	font-family: Consolas, Courier New, Monospace;
}

div.surveyItemFooter
{
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1%;
}

div.percentageBar
{
	height: 25px;
	clear: both;
	padding: 2px;
	width: 100%;
}

div.meterContainer
{
	border: solid 1px #000000;
	height: 20px;
	float: right;
	width: 235px;
	background-color: #ffffff;
}

.percentageLabel
{
	float: right;
	height: 20px;
	color: #ffffff;
	width: 10%;
	text-align: right;
}

.developerTypeLabel
{
	float: left;
	height: 20px;
	width: 110px;
	color: #ffffff;
}

.meterContainerInternal
{
	background-image: url(../Images/metergrad.jpg);
	background-repeat: repeat-y;
	height: 20px;
}


.questionMarkPanel
{
	text-align: center;
	width: 100%;
	color: #ffffff;
}

.questionMarkText
{
	font-size: 400%;
	font-weight: bold;
}

.completeSurveyText
{
}

.randomComment
{
	color: #ffffff;
	margin-top: 10px;
	font-style: italic;
	border: dashed 1px #ffffff;
	padding: 10px;
}

.randomComment p
{
	margin-top: 0px;
}


div.developerSummaryFooter
{
	clear: both;
}


.formTextBox
{
	width: 400px;
	padding: 7px;
	font-size: 120%;
	border: solid 1px #333333;
}

.formButton
{
	padding: 7px;
}

.validator
{
	font-size: 200%;
	font-weight: bold;
}

.validationSummary
{
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border:dashed 1px #666666;
	background-color: #ff3333;
	color: #ffffff;
}

.instruction
{
	padding: 10px;
	background-color: #ffcc66;
	background-color: #ffffff;
	border: dashed 0px #666666;
	margin: 20px 0px 20px 0px;	
	margin: 0px;
	padding: 0px;
}

.instruction p
{
	margin-top: 0px;
}

.typeSelectionList
{
	margin-bottom: 15px;
	padding: 0px;
}

.typeRadios
{
	margin-bottom: 0px;
}

.typeRadios input
{
	padding: 3px;
}

#footer
{
	border-top: solid 1px #999999;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 75%;
	color: #999999;
}

a:link, a:visited
{
	color: #0066ff;
}

a:hover
{
	color: #0066ff;
	text-decoration: none;
}

.surveyCountLabel
{
	font-size: 140%;
	font-weight: bold;
}

.buttonListContainer
{
	float: left;
}

.buttonListValidationContainer
{
	float: right;
}

.buttonListFooter
{
	clear: both;
	height: 1px;
}

.randomComment a:link, .randomComment a:visited
{
	color: #99ccff;
}

.randomComment a:hover
{
	color: #99ccff;
	text-decoration: none;
}