.KT_tngform, .KT_tnglist {
	float: left;
	background-color: #FFFFFF;
}
.KT_tng{
}

/* the main form tag inside a next list / form */
.KT_tng .KT_tngform form, .KT_tng .KT_tnglist form {
	padding: 0;
	margin: 0;
}

/* HACK : added to prevent clipping of bottom border in ie */
* html .KT_tng form { /* ie */
	padding-bottom: 1px;
}

/*
* KT_tngtable
* 		tabular content generated for NeXT List / Form */
.KT_tngtable {
margin:0.5em 0 0.5em 1px;
}
.KT_tngtable a{
	color:#000000;
}
.KT_tngtable .button_big {
	font-size:1em;
}
.KT_tngtable input, .button_smallest, options, select {
	font-size:1em;
}
.KT_order input{
	padding:0 .5em;
}
/* style for each content cell */
.KT_tngtable tbody td {
	vertical-align:middle;
	font-weight:normal;
}
.KT_tngtable tbody td a img{
	border:none;
	padding:0 .5em;
}

/* 
 * KT_options
 * 		div generated inside the Nextensio List with  "Show all records ..."
 * */
.KT_tng .KT_options {
	text-align: right;
	padding:0.2em 0 0.5em 0;
}

.KT_tng .KT_options a {
	border:1px solid #b3b3b3;
	background-color:#EAEAEA;
	padding:0 1em;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

/* KT_topbuttons, KT_bottombuttons
 * 		the up / down generated area with the edit, delete, add new links / buttons */
.KT_topbuttons, .KT_bottombuttons {
	text-align: right;
	background-color:#b3b3b3;
	padding:0.5em;
}
	/*
	 * KT_operations
	 * 		coontains only the Edit / Delete buttons
	 * */
	.KT_topbuttons div.KT_operations, .KT_bottombuttons div.KT_operations {
	}
	.KT_topbuttons div.KT_left, .KT_bottombuttons div.KT_left {
		float: left;
	}

.KT_topbuttons {
/*
	border-bottom: solid 1px #4F72B4;
*/
margin:0 0 0 0;
}
.KT_topbuttons input {
font-size:1em;
}
.KT_bottombuttons {
}
.KT_bottombuttons input {
font-size:1em;
}
.KT_bottombuttons img {
	padding:0.3em 0.7em;
	vertical-align:middle;
	border:1px solid #000000;
	background-color:#b3b3b3;
}

.KT_bottombuttons div {
}

		/* remove padding / margin on all links */
		.KT_tnglist .KT_tngtable tbody tr a,
		.KT_tnglist .KT_tngtable tbody tr a:hover, .KT_tnglist .KT_tngtable tbody tr a:active, .KT_tnglist .KT_tngtable tbody tr a:visited, 
		.KT_tng .KT_bottombuttons a, 
		.KT_tng .KT_bottombuttons a:hover, .KT_tng .KT_bottombuttons a:active, .KT_tng .KT_bottombuttons a:visited, 
		.KT_tng .KT_topbuttons a, 
		.KT_tng .KT_topbuttons a:hover, .KT_tng .KT_topbuttons a:active, .KT_tng .KT_topbuttons a:visited {
			padding: 0;
			margin: 0;
		}


/*
 * th.KT_order
 * 		contains the ordering sorter link (Order) and the "save" link / button
 * td.KT_order
 * 		contains the move up / down buttons on each row
 * 	*/

.KT_tnglist th.KT_order, 
.KT_tnglist td.KT_order {
	text-align: center;
	white-space: nowrap !important;
}
/*
 * change the appearance of the move up/down list buttons here
 *  if you specify a background-image, the buttons will lose their value attribute
 */
	
	.KT_tnglist td.KT_order .KT_movedown_link{
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image:url(../nitsche/images/down.gif);
		font-size:0;
		padding:0.3em 0.7em !important;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}

	.KT_tnglist td.KT_order .KT_moveup_link{
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image:url(../nitsche/images/up.gif);
		margin-right: 0;
		font-size:0;
		padding:0.3em 0.7em !important;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	
	.KT_tnglist td.KT_order .KT_movedown_link:hover, .KT_tnglist td.KT_order .KT_moveup_link:hover{
		font-weight:bold !important;
		text-decoration:none !important;
	}

	.KT_tnglist th.KT_order_selected, 
	.KT_tnglist td.KT_order_selected {
		padding: 0; 
		margin: 0;
		background-color: #cadaeb !important;
		white-space: nowrap !important;
	}
.KT_tnglist th.KT_sorter a {
	padding-right: 15px;
}
	/* th.KT_asc
	 * 		modify the links inside the table cell which has the active ordering
	 * */
	.KT_tnglist th.KT_asc a {
		background: url(../nitsche/images/up.gif) no-repeat 100% 50%;
		background-color:#FC9;
	}
	.KT_tnglist th.KT_desc a {
		background: url(../nitsche/images/down.gif) no-repeat 100% 50%;
	}
	/*
	 * KT_move_op_link 
	 * 		the link for saving the moved rows
	 * */
	.KT_tnglist th.KT_asc a.KT_move_op_link, 
	.KT_tnglist th.KT_desc a.KT_move_op_link {
		padding: 0; margin: 0;
		background-image: none;
	}

	/* row colors */
	/* row alternative color */
	.KT_tnglist table.KT_tngtable tr.KT_even, tr.KT_even {
		background-color: #F2F2F2;
	}
	/* selected row (checkbox is clicked) */
	.KT_tnglist table.KT_tngtable tr.KT_highlight {
		background-color: #E2E2E2;
	}
	/* selected row (checkbox is clicked) */
	.KT_tnglist tr.KT_movehighlight {
		background-color: #E4EDE0;
	}

	/* the following two classes do the same thing : one for mozilla which can interpret :hover on any element
	 * and one set by script on mouseover/out for ie
	 * */
	
	.KT_tnglist tbody tr:hover {
		background-color: #E2E2E2;
	}
	
	.KT_tnglist table.KT_tngtable tbody tr.KT_over {
		background-color: #E2E2E2 !important;
	}

.KT_tng .KT_tnglist .KT_bottomnav {
	margin-top:0.5em;
	background-color:#EAEAEA;
	padding:0.2em;
	text-align: center;
	border-bottom:none;
}
/* KT_bottomnav, KT_topnav
 * 		list navigation container */

.KT_bottomnav li{
}
.KT_bottomnav a{
}
.KT_bottomnav a img{
	padding:0.3em 0.6em;
}

.KT_tng .KT_tnglist .KT_topnav {
margin:0 0 0.5em 0;
text-align: center;
background-color:#EAEAEA;
border-top:none;
padding:0.2em;
}

.merge_down {

}

.KT_tng h1, .KT_tng .KT_tngform h2 {
	font-size:1em;
	padding:0 0 0.5em 0;
	margin:0;
}



.KT_tng .KT_tnglist  .KT_masterlink {

}
.KT_edit_link{
}
.KT_delete_link{
}
.first{
}
.prev{
}
.next{
}
.last{
}

