	
/* UTILITY CLASSES */

.Hidden
{
	position:absolute;
	left:-10000px;
}

.FloatClear
{
	width:100%;
	float:none;
	clear:both;
	height:1px;
	overflow:hidden;
	position:relative;
	margin-top:-1px;
}

/* DATAGRID STYES */

.tblMain
{
	width:100%;
}

.DataGridHeaderStyle td
{
	border-bottom:1px solid #FCB616;
	font-size:0.9em;
	padding-bottom:5px;
	color:#F67420;
}

.DataGridHeaderStyle td a
{
	text-decoration:none;
}

.DataGridHeaderStyle td a:hover
{
	text-decoration:none;
}

.DataGridItemStyle td, .DataGridAlternatingItemStyle td
{
	padding:3px 2px;
	border-bottom:1px solid #E1E1E1;
}

.DataGridItemStyle:last-child td, .DataGridAlternatingItemStyle:last-child td
{
	border-bottom:0px;
}

/* GENERAL CLASSES */

.ButtonRow
{
	border-top:1px solid #FCB616;
	border-bottom:1px solid #FCB616;
	padding:4px 3px;
	text-align:right;
	margin-top:7px;
	/*margin-right:57px;*/
}

.ProgressBar
{
	float:left;
	background-color:#E1E1E1;
	overflow:hidden;
	padding:3px 0px;
	height:4px;
	margin:3px 5px 0px 0px;
}

.ProgressBar div
{
	background-color:#F27525;
	height:4px;
	width:0px;
	overflow:hidden;
}

.ProgressText
{
	white-space:nowrap;
}

.ProgressText img
{
	width:13px;
	height:13px;
}

.QuestionTable
{
	width:100%;
}

.QuestionTable th
{
	text-align:left;
	border-bottom:1px solid #E1E1E1;
	padding:13px 0px 3px 0px;
}

.QuestionTable td
{
	border-bottom:1px solid #E1E1E1;
	padding:6px 0px 6px 0px;
}

.QuestionTable td.noBorder
{
	border: 0px;
}

#QuestionProgress
{
	font-size:0.9em;
	color:#F27525;
	text-align:left;
}

#QuestionProgress span
{
	padding-top:4px;
	float:left;
}

#QuestionProgress div.ProgressBar
{
	float:left;
	width:50px;
	margin-top:6px;
	margin-left:6px;
}

#QuestionProgress div.ProgressBar div
{
}

.InnerTable td
{
	border:0px;
	padding:0px;
}



#LoggedIn
{
	float:right;
	font-size:0.9em;
	padding:3px 8px 3px 76px;
	background-color:#F6761F;
	background-image:url(../Img/BgLoggedIn.jpg);
	background-repeat:repeat-y;
}

#CurrentUser
{
	float:left;
	color:#FFF;
	background-color:#F9B814;
	padding:3px 8px;
	margin-right:1px;
	min-height:14px;
}

#UpdateDetails
{
	float:left;
	background-color:#F9B814;
	margin-right:1px;
}

#UpdateDetails a
{
	display:block;
	background-image:url(../Img/BtnUpdateDetails.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
	width:92px;
	height:20px;
}

#Logout
{
	float:left;
	background-color:#F9B814;
	background-image:url(../Img/BgLoggedInEndcap.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#Logout a
{
	display:block;
	background-image:url(../Img/BtnLogout.gif);
	background-repeat:no-repeat;
	background-position:6px 5px;
	width:53px;
	height:20px;
}


#InfoColumn
{
	width:190px;
	color:#333333; /* NEW ORANGE */
}

#ContentColumn
{
	margin-bottom:20px;
}

