/* CSS Document */

/* course_finder_tbl for Course details page */

table.new_course_tbl
{
	border-left: #828282 1px solid;
	border-right: #828282 1px solid;
	border-bottom: #828282 1px solid;
	border-top: #828282 1px solid;
}
.new_course_tbl .tbl_header
{
	border-bottom:1px dotted #828282;
	height: 25px;
	background: #DEDFDE;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
	font-family:  Knowledge, Arial, Helvetica, sans-serif;;
}
.new_course_tbl .first_col
{
	padding-left: 10px;
}
.new_course_tbl td
{
	height: 22px;
	background: #f5f4f3;
	color: #4b4949;
	vertical-align: middle;
	font-family: Arial;
	border-bottom: 1px dotted #828282;
	padding-left: 10px;
}
.new_course_tbl th
{
	height: 22px;
	background: #f5f4f3;
	color: #4b4949;
	vertical-align: middle;
	font-family: Arial;
	border-bottom: 1px dotted #828282;
	padding-left: 10px;
}
.new_course_tbl .lastbit td
{
	height: 22px;
	background: #f5f4f3;
	color: #4b4949;
	vertical-align: middle;
	font-family: Arial;
	padding-left: 10px;
	border-bottom: none !important;
}
.new_course_tbl .even_row td
{
	height: 22px;
	background: #F5F4F3;
	color: #4b4949;
	border-bottom: 1px dotted #828282;
	vertical-align: middle;
	font-family: Arial;
}
.new_course_tbl .mand_sch td
{
	height: 22px;
	background: #eaeaea;
	color: #4b4949;
	border-bottom: 1px dotted #828282;
	vertical-align: middle;
	font-family: Arial;
}
.new_course_tbl .conf_man td
{
	height: 22px;
	background: #f5f4f3;
	color: #4b4949;
	vertical-align: middle;
	font-family: Arial;
	padding-left: 10px;
	border-bottom: 1px dotted #d9d5d1 !important;
}