div#questions
{
	overflow: visible;
	height: 100%;
	border: inset 2px white;
	margin-left: 5px;
	margin-right: 5px;
}

div.questiondiv
{	
	margin: 5px;
	margin-bottom: 20px;
	background-color: #E8F1F2;	
}

div.questiondiv td
{
	color: #194E58;
	font-size: 11px;
}

div.questiondiv td.questionnumber
{
	color: #194E58;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

div.questiondiv td.inputquestion
{
	width: 250px;
}

div.questiondiv .questionimage,
div.questiondiv .answerimage
{
	border: solid 1px #194E58;
	margin: 5px;
}

div.questiondiv td.inputfield
{
	width: 50px;
	text-align: center;
}

div.questiondiv tr.inputrow td
{
	border-top: solid 5px white;
	xbackground-color: #B6D1D4;
}

td.inputquestion
{
	background-color: #E8F1F2 !important;
	padding: 5px;
}

table.tablequestion td.inputfield
{	
	padding-left: 5px;
	padding-right: 5px;
}

table.tablequestion td.answertext
{
	text-align: center !important;
}

/* OPENQUESTION */ 
td.openquestion_question,
td.openquestion_input
{
	padding: 2px;
}

td.openquestion_question
{
	width: 150px;
	padding-left: 5px;
}

td.openquestion_input
{
}

td.openquestion_input input
{
	width: 250px;
	xborder: inset solid 1px black;
}

button
{
	border: 0px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px;
	color: #005F6A;
	font-size: 12px;
	font-weight: bold;
	background-color: #E8F1F2;	
	cursor: hand;
}

/* HEADER */
div#questionGroupHeader
{
	color: #194E58;
	padding: 20px;
}

/* TIMER */ 
div#timeBar
{
	width: 100%; 
	height: 27px; 
	margin-top: 10px; 
	color: #005F6A;
	font-size: 12px;
	font-weight: bold;
	background-image: url( '_images/topbar_stretch.gif' );
}

div#timeBar #timeBarText
{
	margin: 5px;
	margin-left: 10px;
	color: #005F6A;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

div#timeBarOutline
{
	z-index: 99;
	position: absolute;
	top: 114px;
	left: 130px;
	width: 504px;
	height: 19px;
	background-image: url( '../_images/timeBar_outline.gif' );	
}

div#timeBarUnderline
{
	position: absolute;
	top: 116px;
	left: 130px;
	width: 504px;
	height: 15px;
	background-image: url( '../_images/timeBar_underline.gif' );	
}

div#timeBox
{
	z-index: 99;
	position: absolute;
	top: 116px;
	left: 130px;	
	background-image: url( '../_images/timeBar_inline.gif' );	
}