@import url("mxcalendar.css");
@import url("mxnav.css");
@import url("mxnxt.css");
@import url("mxtng.css");
@import url("mxwdg.css");

/*
 * ADOBE SYSTEMS INCORPORATED
 * Copyright 2007 Adobe Systems Incorporated
 * All Rights Reserved
 * 
 * NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the 
 * terms of the Adobe license agreement accompanying it. If you have received this file from a 
 * source other than Adobe, then your use, modification, or distribution of it requires the prior 
 * written permission of Adobe.
 */

/* th, td.KT_th
 * 		the top row on Dynamic List
 * 		labels container on Dynamic Form
 * 		As on the form table headings are semantically incorrect, we have td.KT_th */
.KT_tngtable th, .KT_tngtable td.KT_th {
	border: 0 none;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 6px;
	vertical-align: top;
}
/* the plain cells   */
.KT_tngtable td {
	border: 0 none;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: baseline;
}

/* Table and cell look and feel */
.KT_tngtable {
	width: 100%;
	border: none;
}
	.KT_tngtable tfoot, .KT_tngtable thead {
		border: solid 1px #000000;
	}
	.KT_tngtable td, .KT_tngtable th, .KT_tngtable caption {
		padding: 6px 4px 0 4px;
		white-space: nowrap;
	}
	/* HACK: to make ktml3 skin work properly */
	.KT_tngtable .ktml * td {
		border: 0px;
		white-space: normal ! important;
	}
		.KT_tngtable .ktml span.lcontainer table {
		}
		.KT_tngtable .ktml span.lcontainer td {
			padding: 0px ! important;
			margin: 0px ! important;
			vertical-align: middle;
		}
		
/* Buttons area for tNG form */
.KT_buttons td {
	border: none;
	padding: 4px;
	background-color: #fff0e2;
	text-align: right;
}

/* Active Form Elements :font-sizes */
	.KT_tngtable input, .KT_tngtable select {
		background-color: #fff0e2;
		border: 0;
		border-bottom: 3px solid #ff7f00;
		color: #666666;
		font-size: 10px;
	}
	input.formButton#KT_Insert1{
		border: none;
	}
	input.formButton#KT_Update1{
		border: none;
	}	
	input.formButton#kt_login1{
		border: none;
	}	
	input.formButton#KT_Update1{
		border: none;
	}	
	input.formButton#KT_Update2{
		border: none;
	}	
	input.formButton#KT_Custom1{
		border: none;
	}
	.KT_tngtable textarea {
	font-size: 12px;
	}
	KT_Custom1
/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
		color: #cc0000;
	}
	.KT_field_hint {
		color:#cc0000;
		font-size: 10px;
	}
	.KT_tngtable td.KT_required {
	}
	/* span containing the "*" for required field labels */
	.KT_tngtable label span.KT_required {
		padding: 0 2px;
		color: #cc0000;
		font-family: Courier New, Courier, monospace;
		font-weight: normal;
	}
	
/* The client-side error displaying */

	/* How the label should change on error */
	.form_validation_field_error_label {
		/* color:#cc0000; */
	}

	/* How the input's container (TD) should change on error */
	.form_validation_field_error_container {
		/* border: 2px solid black; */
	}

	/* How the input textfield should change on error */
	.form_validation_field_error_text {
		/* border:2px solid #cc0000; */
	}

	/* The actual error message style */
	.form_validation_field_error_error_message {
		color:#cc0000;
		font-weight: bold;
		clear:left;
	}
	form.form_validation_form_error table {
	border: 1px solid #930006;
	}
	
/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	padding: 5px 10px 5px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CC0000;
	font-size: 12px;
	border:1px solid #cc0000;
	border-bottom:4px solid #cc0000;
	background-color:#fff0e2;
	background-image:url(../../../includes/skins/kollection/images/error.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* trace container ( initially collapsed) area */
#KT_tngdeverror, #KT_tngtrace {
	padding: 5px 10px 5px 5px;
	margin:5px;
	border:1px solid #cc0000;
	border-bottom:4px solid #cc0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color:#fff0e2;
}

	/* alignment and borders for the form submit buttons */
	#KT_tngdeverror label, #KT_tngtrace label {
		color: #cc0000;
		display: block;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}

	#KT_tngtrace ul {
		padding-left:10px;
		margin-left:10px;
	}

	#KT_tngtrace_details {
		display: none;
	}
	
#KT_tngwarning {
	padding: 10px 10px 10px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(../../../includes/skins/kollection/images/warning.gif) ;
	background-repeat:no-repeat;
	background-position:left;
}

/* Form / List look and feel 
 * KT_tngform
 * 		the main container for a Dynamic Form
 * KT_tnglist
 * 		the main container for a Dynamic List */

.KT_tngform, .KT_tnglist {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 0 none;
}

	/*
	 * KT_tngtable
	 * 		tabular content generated for NeXT List / Form */
	.KT_tngtable, .KT_tng .KT_options {
		margin: 0;
	}
	
button {
	border: 0 none;
	background: none;
	padding: 0;
	margin: 0;
}