
/** 
 * autocomplete
 */
.wicket-aa {
	background-color: white;
	border: 1px solid black;
}

.wicket-aa ul {

}

.wicket-aa ul li {
	background-color: #DDDDDD;
	color: black;
}

.wicket-aa ul li.selected {
	background-color: #0000DD;
}

#busy_indicator {
  background: rgb(255,241,168);
}

/* user feedback panel */
.feedback ul {
}

li.feedbackPanelINFO {
	border: 1px solid #009900;
	background-color: #BBFFBB;
	color:black;
}

li.feedbackPanelWARNING {
	border: 1px solid #997700;
	background-color: #FFEEAA;
	color:black;
}

li.feedbackPanelERROR {
	border: 1px solid #990000;
	background-color: #FFBBBB;
	color:black;
}

/* standard form layout */

.uniForm {
	border: 1px solid #CCC;
	background-color: #EEE;
}

.uniForm .buttons {
	border: 1px inset #CCC;
	background: #DDD;
}

.uniForm .error {
	border: 1px solid red;
}

.uniForm .error_border {
	border: 1px solid red;
	background-color: #FFCCCC;
}

.uniForm .error_body {
	color: black;
}


/* title section */
.uniForm .title {
	color: #666;
	border-bottom: 1px solid #CCC;
}

.uniForm .submit {
	border-top: 1px solid #CCC;
}

/* allows elements to return labels to INLINE,
	which is necessary because of the way Wicket renders 
	radio button groups
 */
/*div.uniForm .radio {
	float:left;
}*/

/* compound floats the whole section so it still appears to the right of the floated label */
.uniForm .input-text {
	border:1px solid #3b6e22;
	color:#666666;
}

.uniForm label {
	color:#555555;
}


/**
 * table formatting 
 **/
table.tp_table {
}

.tp_table th {
	background-color:#CCC;
	border-bottom:1px solid #FFFFFF;
	border-top:4px solid #BBB;
	color:#444444;
}

.tp_table td {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#777777;
}

.tp_table tr {
	background-color:#EFEFEF;
}

.tp_table tr.odd {
	background-color:#E5E5E5;
}

.tp_table tr.even {
	background-color:#EFEFEF;
}

/** wicket-specific table tags **/
.tp_table thead tr.navigation {
	background-color:#EFEFEF;
}

.tp_table tr.headers th.wicket_orderUp {
	background-color:#E5E5E5;
}

.tp_table tr.headers th.wicket_orderDown {
	background-color:#E5E5E5;
}

.tp_table tr.headers th.wicket_orderNone {
	background-color:#E5E5E5;
}

.tp_table tr.headers th {
}

.tp_table tr.filters-tr {
	background-color:#E5E5E5;
}

.tp_table tr.norecords-tr {
	background-color:#E5E5E5;
}