.KT_tngform, .KT_tnglist {
	background-color: #ffffff;
}

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

.KT_tng {
clear:both;
}


/* 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 */
.fix_content_enlarge {
display:block !important;
}

.KT_tngtable {
margin-bottom:1em;
margin-left:1px;
}

/* 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;
	margin:0.5em 0;
}

.KT_tng .KT_options a {
	border:1px solid #86A2D6;
	padding:0.2em 0.5em;
}

/* KT_topbuttons, KT_bottombuttons
 * 		the up / down generated area with the edit, delete, add new links / buttons */
.KT_topbuttons, .KT_bottombuttons {
	text-align: right;
}
	/*
	 * 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.2em 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:#FAC132;
}

.KT_bottombuttons div {
}



/*
 * 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(../familotel/images/down.gif);
		font-size:1;
		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(../familotel/images/up.gif);
		margin-right: 0;
		font-size:1;
		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{
		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 tr.KT_row_filter *{
		font-weight:normal !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(../familotel/images/up.gif) no-repeat 100% 50%;
	}
	.KT_tnglist th.KT_desc a {
		background: url(../familotel/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 tr.KT_even, tr.KT_even {
		background-color: #F2F2F2;
	}
	/* selected row (checkbox is clicked) */
	.KT_tnglist 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 tbody tr.KT_over {
		background-color: #E2E2E2 !important;
	}

.KT_bottomnav {
	margin-top:1em;
	background-image:url(../../../pix/layout/bg_teaser.gif);
	background-repeat:repeat-x;
	background-color:#FAC132;
}
/* KT_bottomnav, KT_topnav
 * 		list navigation container */
.KT_bottomnav{
	margin:0 0 0.5em 0;
}
.KT_bottomnav li{
}
.KT_bottomnav a{
}
.KT_bottomnav a img{
	margin:0.3em 0.6em;
}
.KT_bottomnav, 
.KT_topnav {
	text-align: center;
}

.merge_down {

}

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



.KT_tng .KT_tnglist  .KT_masterlink {

}
.KT_edit_link, .KT_delete_link, .KT_link{ margin:0 0.5em}
/*
.KT_edit_link, .KT_delete_link, .KT_link{
border:1px solid #000000;
padding:0.2em 0.4em 0.2em 2em !important;
background-position:4px center;
background-repeat:no-repeat;
background-color:#FEEEB2;
white-space:nowrap;
}
.KT_edit_link,.KT_link{
background-image:url(/cms/images/icons/admin/page_edit.png);
}
.KT_delete_link{
background-image:url(/cms/images/icons/admin/page_delete.png);

}
.KT_edit_link:hover, .KT_delete_link:hover, .KT_link:hover{
background-color:#FDD235;
text-decoration:none;
}
*/
.first{
}
.prev{
}
.next{
}
.last{
}

