
/* some customisations for the results detail page */
.KT_tngtable .KT_bottombuttons a.custombutton {
	/*background-color:#3C63A2;
	border-color:#8BB3F4 #28426D #28426D #8BB3F4;*/
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-right: 5px;
	padding:1px 5px;
	line-height: 15px;
	}
.results a, .results a:hover, .results a:visited {padding:0; text-decoration:underline;}	

.KT_tng h1 {
	border: none;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px !important;
	}
	
.KT_tnglist {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 666px;
	}

.KT_tnglist table {
	margin-left: 1px;
	}
	
.KT_tngtable ul {
	margin: 0;
	padding-left: 15px;
	}
	
.KT_tngtable td {
	padding: 4px;
	}	
	
/* customise search form */
.KT_tngtable .KT_th {
	text-align: right !important;
	}
	
.KT_tngtable .type_search {
	text-align:left !important;
	}

/* search form help icons */
a.helpicon {
	background-image: url(../pix/help.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
	padding-right: 15px;
	color: transparent;
	}
a.helpicon:hover {
	background-position: 0 -50px;
	}