@CHARSET "UTF-8";
:focus {
	outline: none;
}
.clearBoth {
	clear: both;
}
.filter-form {
	position: relative;
}
.filter_box {
	float: right;
	margin-bottom: 21px;
}
.filter_box .filter {
	float: right;
	height: 31px;
	width: 142px;
	padding: 0 35px 0 11px;
	border: 1px solid #ebebeb;
	position: relative;
}
.filter_box .filter-form span.searchIcon {
	float: left;
	position: absolute;
	background: #f2f2f2 url("../Images/search_icon.png") no-repeat 9px 8px;
	width: 33px;
	height: 31px;
	left: -33px;
	border: 1px solid #EBEBEB;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: 0;
}
.filter_box .resetButton {
	background: url("../Images/cross.png") no-repeat 5px 12px;
	height: 33px;
	padding-left: 25px;
	position: absolute;
	border: none;
	right: 0;
}
.resetButton .hideText {
	display: none;
}

.filter_box .filter-form {
	float:  right;
	
}

.filter_box .filter-form {
	float:  right;
	
}

.tx-course table {
	/*border-collapse:separate;*/
	border-spacing:0;
	/*border-collapse:collapse;*/
	background-color: #f1fbda;
	width: 100%;
}
.tx-course table tr {
	border-bottom: 1px #d9eab1 solid;
}
.tx-course table tr:last-child {
	border-bottom: none;
}
tbody tr:hover {
	background: #fafdf2;
	cursor: pointer;
}
.tx-course table th {
	vertical-align:top;
	background-color: #a7c139;
	border-right: 1px #d9eab1 solid;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding: 10px;	
	cursor: pointer;
}
.tx-course .sortArrow {
	width: 100%;
	position: relative;
}
.tx-course th>span:after {
	background: url(../Images/sort_arrow.png) no-repeat 5px 10px;
	content: "";
	padding: 15px 10px;
	position: absolute;
	top: -10px;
}
.tx-course th.organizer,
.tx-course td.organizer {
	background-image: none;
	border-right: none;
	max-width: 125px;
}

.tx-course table tr:last-child td {
	border-bottom: none;
}

.tx-course table td {
	vertical-align:top;
	border-right: 1px #d9eab1 solid;
	border-bottom: 1px #d9eab1 solid;
	color: #333;
	padding: 20px 9px;
}
.tx-course table td a {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	display: inline-block;
	height:100%;
}
.tx-course .sortTableCol1 {
	border-left: none;
}
.tx-course td.sortTableCol1,
.tx-course table th.sortTableCol1 {
	width: 100px;
}
.tx-course td.sortTableCol2,
.tx-course table th.sortTableCol2 {
	width: 80px;
}
.tx-course td.sortTableCol3,
.tx-course table th.sortTableCol3 {
	width: 80px;
}
.tx-course td.sortTableCol4,
.tx-course table th.sortTableCol4 {
	width: 240px;
}
.tx-course td.sortTableCol5,
.tx-course table th.sortTableCol5 {
	width: 80px;
}