html,
body
{
	height: 100%;
    margin: 0;
    padding: 0;
    background-color: #E3DCDB;
	font-size: 9pt;
    font-family: Arial;
    text-align:center;
}

a
{
  color: #993333;
}

p
{
	font-size: 12pt;
	font-family: arial;
}

.PageContainer
{
	width: 850px;
	margin: 0px auto;
	background-color: white;
	border-left: 1px solid #BAB4B3;
	border-right: 1px solid #8E8989;

	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align:left;
}

.PageHeader
{
	width: 100%;
	border-top: 5px solid #721124;
    border-bottom: 1px solid #CCCCCC;
    background: url(images/banner.png) top right no-repeat;
}

.PageBody
{
	width: 100%;
	padding-bottom: 60px;
	margin: 0px auto;
	text-align:center;
	clear: both;
}

.PageFooter
{
    width: 100%;
    height: 30px;

	font-size: 8pt;
    text-align: center;

    padding-top: 10px;
    border-top: 1px solid #CCCCCC;
    
    bottom: 0px;
    position: absolute;
}

.Content
{
	width:700px;
	margin:0px auto;
	text-align:left;
	font-size:16px;
	padding-bottom: 40px;
}








.Menu
{
	height: 20px;
	list-style-type: none;
	margin: auto;
	padding: 4px 4px;
	width: 100%;
}

.Menu li
{
	font-size: 10pt;
	font-family: arial;
	cursor: hand;

	float: left;
	margin: 0px 1px;
	padding: 1px 5px;
	border: 1px solid gray; 
}

.Menu a
{
	text-decoration: none;
}

.Menu li:hover
{
	background-color: yellow;
}

.SurveyName
{
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	padding: 10px 0px;
}

.SurveyTitle
{
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px 0px;
}

.Table
{
	font-size: 10pt;
	font-family: arial;
	border-collapse: collapse;
}

.TableAdmin
{
	font-size: 10pt;
	font-family: arial;
	border: 1px solid gray;
	border-collapse: collapse;
}

.TableAdmin td
{
	padding: 5px 10px;
	white-space: nowrap;
}

.TableAdmin thead td
{
	font-weight: bold;
	text-align: center;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	text-alignment: center;
	background-color: #ECECEC;
}

.TableAdmin tbody td
{
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}


.STable
{
	width: 100%;
    border: 1px solid gray;
    border-collapse:collapse;
    font-size:11pt;
    font-family:Arial;
    margin-bottom: 20px;
}

.STableTD
{
	border-bottom: 1px solid gray;
}

.STableTR
{
	height: 75px;
}

.STableTROptions
{
	
}

.STitle
{
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

.SNumber
{
	width: 20px;
	padding: 4px 0px 4px 4px;
	vertical-align: top;
}

.SQuestion
{
	width: 250px;
	padding: 4px 4px 4px 0px;
    vertical-align: top;
}

.SAnswer
{
	width: 40px;
	font-size: 9pt;
    text-align:center;
    border-left: 1px solid gray;
}


.OptionsList
{
    border: none;
    font-size:10pt;
    font-family:Arial;
    cursor: default;
    width: 100%;
}

.OptionsListHover:hover
{
	background-color: yellow;
}

.OptionsSelect
{
	float:left;
	width:100px;
	margin-left:10px;
}


.NumberRadio,
.NumberRadioSelected
{
	width: 40px;
	height: 45px;
	display: block;
	font-size: 12pt;

	cursor: hand;
	padding-top: 24px;
}

.NumberRadioSelected
{
    background: url(images/selected.png) center center no-repeat;
}

.NumberRadio input[type=radio],
.NumberRadioSelected input[type=radio]
{
	display: none;
}

.progress
{
    border: 1px #993333 solid;
    font-size: 1px;
    padding: 0px;
    border-spacing: 1px;
    margin: 10px auto;
}

.progress td
{
    width: 20px;
    height: 5px;
    border: 1px #993333 solid;
    margin: 1px;
    float: left;
}

.ProgressFill
{
    background: #993333;
}


.Icon
{
cursor: pointer;
}




/* These classes are used to display the standard survey scale */

.SurvayTable
{
	font-size: 13pt;
	font-family: arial;
	border-collapse: collapse;
	border: 1px solid #888;
}

.SurvayTable TD
{
	vertical-align: middle;
	padding: 5px;
}

.SurvayTable TH
{
	color: gray;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	height: 60px;
	width: 60px;
}

.SurvayTable TD
{
	border-right: 0px;
}

.SurvayTable TBODY:nth-child(even)
{
	background-color: #ECECEC
}

.SurvayTable TFOOT TD
{
	font-size: 12pt;
	text-align: center;
	height: 60px;
	width: 60px;
}

.SurvayTable input[type=radio]
{
	width: 1.5em;
	height: 1.5em;
}

.SurvayTable input[type=checkbox]
{
	width: 1.5em;
	height: 1.5em;
}


/* These are the only classes used by the Demographics page */

.Demographics
{
	width: 100%;
	font-size: 11pt;
	font-family: arial;
	border-collapse: collapse;
	border: 1px solid #888;
}

.Demographics>TBODY>TR>TD:nth-child(1)
{
	width: 20px;
}

.Demographics>TBODY>TR>TD:nth-child(2)
{
	width: 250px;
}


.Demographics TD
{
	padding: 10px 5px;
	vertical-align: top !important;
}

.Demographics TABLE
{
	font-size: 11pt;
	font-family: arial;
}



.Demographics UL
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.Demographics UL LI
{
	padding: 4px;
}

.Demographics INPUT[type=radio]
{
	width: 1.5em;
	height: 1.5em;
	margin-right: 7px;
	vertical-align: middle;
}

.Demographics INPUT[type=text],
.Demographics SELECT
{
	height: 22px;
	width: 140px;
}





















