/*THEMES*/
.themeHealthServices {
	background-color : #9B0B65;
}

div.activityMatching {
	clear: both;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left: 15px solid #00C0B9;
	background-color : #f2f2f2;
}

div.activityMatching p {
	padding : 1em;
	margin: 0;
}

.matchingTable tr td img {
	border: none;
	box-shadow: none;
	background-color : transparent;
}

div.activityMatching *.hidden {
	display: none;
}

.checkAnswer {
	float: right; 
}

.checkAnswer img {
	width: 120px !important;
	border: none !important;
	height: 35px !important;
}

.activityMatchingCounter {
	margin-top: 10px;
	padding: 10px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius : 4px;
	-webkit-border-bottom-right-radius: 4px;
	padding: .5em;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
	color: #383838;
	text-shadow:  0px 1px 0px #fff;
	border : 1px solid #9e9e9e;
	border-left: none;
	font-size: 1.5em;
}

.activityMatchingCounter img.smallIcon {
	width: 16px !important;
	box-shadow: none;
	border: none;
	background-color: transparent;
	height: 16px !important; 
	margin: 0;
	padding: 0;
	margin-right : 5px;
}


table.matchingTable {
	width: 100%;
	border-radius: 4px;
	border-collapse: collapse;
	
}

table.matchingTable thead tr {
	border : 1px solid #9e9e9e;
	border-left: none;
}

table.matchingTable thead tr th {
	color: #fff;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
	color: #383838;
	text-shadow:  0px 1px 0px #fff;
	padding: 10px;
	text-align : right;
	border: 0;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
}

table.matchingTable thead tr th:first-child {
	text-align: left;
}

tr.matchingTableHeadingRow th.showTickHeading {
	width: 32px;
}

table.matchingTable thead tr:first-child {
	text-align: left;
}

table.matchingTable tbody tr:last-child  td {
	border-bottom : 0px;
}

table.matchingTable tbody tr td {
	padding: 1em;

}

table.matchingTable tbody tr td.matchingAnswer {
	text-align: right;
}

table.matchingTable tbody tr img {
	padding: 0px;
	margin: 0px;
	
}

table.matchingTable img {
	width: auto !important;
	height: auto !important;
}

table.matchingTable ul.matchingUl {
	margin: 0px;
	padding: 5px;
}

table.matchingTable ul.matchingUl li {
	list-style-type: none;
	margin-bottom: 10px;
	
}

table.matchingTable ul.matchingUl input[type=checkbox] {
	float: left;
	margin-bottom: 1em;
	margin-right: 5px;
}

/* dan@stop21.com */
    
table.matchingTable tbody tr td.matchingAnswer {
    text-align: left;
}

table.matchingTable tbody tr td.matchingAnswer .matchingAnswerSelect {
    width: 110px;
}

.matchingAnswerSelect {
    width: 110px;
}