﻿/* ----------------------------------- */
/* -------      Style       ---------  */
/* ----------------------------------- */
body 
{
	min-width: 971px;
	text-align: center;
	font-size: 0.69em;
	line-height: 1.5em;
	margin: 0;
}

#TableWrapper
{
    /*border: solid 1px black; */
    text-align: left;
    width:971px;
    margin:0px auto;
}

#PopupTableWrapper
{
    /*border: solid 1px black; */
    text-align: left;
}

#questionTable
{
	border: none;
}

#questionTable TH
{
	background-color:#FFF2A6;
	border-left:solid 1px #F6A923;
	border-top:solid 1px #F6A923;
}

#questionTable TH.first
{
	border:0px;
	background-color:White;
}

#questionTable TH.last
{
	border-right:solid 1px #F6A923;
}

#questionTable .DataRow
{
	background-color:#FFF2A6;
}

#questionTable .AlternativeDataRow
{
	background-color:#FCDE95;
}

#questionTable TD
{
	border-left:solid 1px #F6A923;
	border-top:solid 1px #F6A923;
}

#questionTable TD.answer
{
	text-align:center;
}

#questionTable TD.last
{
	border-right:solid 1px #F6A923;
}

#questionTable TD.bottom
{
	border-bottom:solid 1px #F6A923;
}

#questionTable TD input
{
	border: 0px;
	background-color:Transparent;
	padding: 2px;
}

.radioBtn input
{
	border:0px;
	background-color:Transparent;
	padding: 0px;
	margin-bottom: 0px;
}


/* ----------------------------------- */
/* -------      Style End   ---------  */
/* ----------------------------------- */