﻿/* QuestionList & ExamList */
.v-ListCellBorder { border-right: dotted 1px #b2b4a9; border-bottom: solid 1px #b2b4a9;}
.v-ListLastCellBorder { border-bottom: solid 1px #b2b4a9; }

.TableStyle { width: 95%; }
.TableStyle th { border: solid 1px #ccc; padding: 5px }
.TableStyle .Row td, .TableStyle .AltRow td { border: solid 1px #ccc; padding: 5px; font-size: 10pt;font-family: Verdana, Arial, Helvetica, sans-serif;line-height: 20px;color:#666666;text-decoration:none }
.TableStyle .Row td a, .TableStyle .AltRow td a {font-size: 10pt;font-family: Verdana, Arial, Helvetica, sans-serif;line-height: 20px;color: #666666;text-decoration:none}
.TableStyle .Row td a:hover, .TableStyle .AltRow td a:hover { color:#333333;text-decoration: underline;}
.TableStyle .Header { color: white; background-color: #74a239; }
.TableStyle .AltRow { background-color: #eee; }

.TableStyle .KPager td {
	background-color: #74a239;
	color: white;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.TableStyle .KPager a {
	color: white;
	text-decoration: none;
}

/* ExerciseInAction.aspx */
.v-DottedHorizontalSeperator { border-bottom: dotted 1px #b2b4a9; }