﻿
#symptomAssessment
{
	color: #5c71d5;
}

#saNav
{
	position: relative;
	width: 458px;
	height: 45px;
}
#saStart
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 84px;
	height: 45px;
}
#saHotFlashes
{
	position: absolute;
	top: 0px;
	left: 75px;
	width: 102px;
	height: 45px;
}
#saNightSweats
{
	position: absolute;
	top: 0px;
	left: 167px;
	width: 102px;
	height: 45px;
}
#saVagDry
{
	position: absolute;
	top: 0px;
	left: 260px;
	width: 109px;
	height: 45px;
}
#saResult
{
	position: absolute;
	top: 0px;
	left: 360px;
	width: 98px;
	height: 45px;
}

.saQBox
{
	position: relative;
	width: 458px;
	min-height: 215px;
	border: solid 1px #dde1ef;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 2px;
	background-color: #edf0fc;
	overflow: visible;
}

.saQBoxStart
{
	position: relative;
	width: 458px;
	height: 215px;
	border: solid 1px #dde1ef;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 2px;
	background-image: url(../../images/sa/bg_start.jpg);
	background-repeat: no-repeat;
}

.saQBoxStart .startText
{
	color: #5c71d5;
	font-size:1.1em;
	position:absolute;
	top:30px;
	left:40px;
	width:250px;
}
.saQBoxStart .startButton
{
	position: absolute;
	top: 148px;
	left: 38px;
	width: 206px;
	height: 55px;
}

#symptomAssessmentResults
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 500px;
	background-color: #eef1ff;
	border: solid 1px #9ba9ee;
	padding: 15px;
	overflow: auto;
}

#symptomAssessmentResults .saFirstHeader
{
	margin-top: 0px;
}
#symptomAssessmentResults h2
{
	margin-top: 30px;
}

#saQuestion
{
	padding: 10px 15px 0px 30px;
}
#saResultText
{
	padding: 10px 30px 0px 30px;
}
#saBtnStartOver
{
	position: absolute;
	top: 178px;
	left: 280px;
	width: 150px;
	height: 28px;
	text-align:right;
}

#saBtnNext
{
	position: absolute;
	top: 168px;
	left: 30px;
	width: 300px;
	height: 38px;
}

#saResultFN
{
	position: relative;
	top: -5px;
}

#saBtnViewResults
{
}

#saResponses
{
	
}

#saResponses div
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#saResponses .saResponse
{
	font-weight: bold;
	padding-left: 70px;
	background-image: url(../../images/sa/response_arrow.gif);
	background-repeat: no-repeat;
}

