body
{
	background-color:#ffffff;
	color: #333333; 
}

#top 
{
	float:right;
	width:780px;
}

#practiceTopLinks
{
	width:460px;
}

a:visited
{
	color: #069;
}

#practiceTimers
{
	width:320px;
}

.practiceTimer, .avgOverTime
{
	border:solid 1px #9ac9dd;
	background-image:url(/images/radrev/tile_questionnav_bg.jpg);
}

.avgOverTime 
{
    border-left:0px;
}

.practiceTimerTime
{
	border:solid 1px #9ac9dd;
	padding-left:5px;
	padding-right:5px;
}

#practiceMainContainer
{
	border-top:solid 1px #006699;
}
	
.QuestionListEntry
{
	border-bottom:solid 1px #9ac9dd;
	background-image:url(/images/radrev/tile_questionnav_bg.jpg);
}

.CurrentQuestion:link, .CurrentQuestion:active, .CurrentQuestion:hover, .CurrentQuestion:visited
{
	color:#333333;
}

a:visited
{
	color:#069;
}

.QuestionListLegend
{
	border-bottom:solid 1px #9ac9dd;
}

.QuestionListLegendTop
{
	border-bottom:solid 1px #9ac9dd;
}

.QuestionAnswerIncorrect
{
	background-color:#FFCCCC;
}

.QuestionAnswerCorrect
{
	background-color:#DEEDCB;
}

.QuestionAnswers
{
	margin-top:20px;
}

#practiceMainRight .actions
{
	border-top:solid 1px #cccccc;
}

#practiceMainRight .last
{
	border-bottom:solid 1px #cccccc;
}

.QuestionUserNotes
{
	border:solid 1px #9ac9dd; 
}

#practiceBottomContainer
{
	border-top:solid 1px #006699;
	}
	
#practiceBottomLeft
{
	display:none;
}

#practiceBottomRight
{
	width:100%;
}

.dragList
{
	width:90%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}

.dragList li {
	cursor: move;
	position: relative;
	margin: 2px 2px 0px 0px;
	border: 1px solid #000;
	text-align: center;
	padding: 5px;
	background-color: #eeeeff;
	width:100%;
	text-align:left;
}

