﻿/* QuestionList & ExamList */
.v-ListCellBorder
{   border-right: dotted 1px #b2b4a9;
    border-bottom: solid 1px #b2b4a9;}

.v-ListLastCellBorder
{    border-bottom: solid 1px #b2b4a9;}

.v-ListHeaderCellBorder td
{    border-right: dotted 1px #ffffff;}

.tb-back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #eefbbc;
	background-image: url('/images/question/td-back.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #989898;
	border-right-color: #989898;
	border-bottom-color: #989898;
	border-left-color: #989898;
}

/* ExerciseInAction.aspx */
.v-DottedHorizontalSeperator
{border-bottom: dotted 1px #b2b4a9;}
