/*************************************
 * Default KServer Properties
 *************************************/
font.kadroError {
	color: #F00;
}
/*************************************
 * End Default KServer Properties
 *************************************/


/*************************************
 * Start KListing Styles
 *************************************/
.klisting {
	width: 100%;
}
.klisting .klistingHeader {
	width: 100%;
}
.klisting .klistingResultsPerPage .klistingResultsPerPageLabel {
	font-weight: bold;
}
.klisting .klistingData {
	border-collapse: separate;
	width: 100%;
}
.klisting .klistingFooter {
	width: 100%;
}
.klisting .klistingData th {
	border-spacing: 5px;
	padding: 5px;
}
.klisting .klistingData td {
	border-spacing: 5px;
	padding: 5px;
}
.klisting .klistingEmptyListMessage {
	width: 100%;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}
/*************************************
 * End KListing Styles
 *************************************/
 
 /***********************************
 * Ajax Components
 ************************************/
.kAutoCompleteResults {
	background-color: white;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
.kAutoCompleteResults ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: solid #888888 1px;
}
.kAutoCompleteResults ul li.selected { 
	background-color: #ffb;
}
.kAutoCompleteResults ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0.1em;
	cursor: pointer;
}
