@import "uni-form.css";
/** UNI-FORM SUPPORT **/

/* UN-Float the input elements */
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload,
.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select,
.uniForm .inlineLabels textarea{ float: left; }

/* need to remove UL padding, it's creeping in somewhere... */
/*ul {
	padding-left: 0px;
}*/

/*.ctrlHolder {
	clear: both;
}

.multiField {
	clear: right;
}*/

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

.wicket-aa ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.wicket-aa ul li {
	background-color: #DDDDDD;
	color: black;
	padding: 2px;
	border: 1px solid black;
}

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

#busy_indicator {
  display: none;
  float: right;
  background: rgb(255,241,168);
  margin-top: 5px;
  z-index: 1000;
  width: 200;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
}

/* user feedback panel */
.feedback ul {
	list-style-type: none;
	padding: 2px;
}

li.feedbackPanelINFO {
	border: 1px solid #009900;
	background-color: #BBFFBB;
	color:black;
	list-style:none;
	padding:2px;
	margin: 2px;
}

li.feedbackPanelWARNING {
	border: 1px solid #997700;
	background-color: #FFEEAA;
	color:black;
	list-style:none;
	padding:2px;
	margin: 2px;
}

li.feedbackPanelERROR {
	border: 1px solid #990000;
	background-color: #FFBBBB;
	color:black;
	list-style:none;
	padding:2px;
	margin: 2px;
}

/* standard form layout */

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

.uniForm .buttons {
	border: 1px inset #CCC;
	padding: 5px;
	background: #DDD;
	margin: 5px 0px 10px 0px;
}

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

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

.uniForm .error_body {
	margin-top: 3px;
	color: black;
	font-weight: bold;
}


/* title section */
.uniForm .title {
	font-size: larger;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin-bottom:5px;
	margin-top:10px;
	clear:both;
}

.uniForm .submit {
	clear: both;
	border-top: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
}

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

.uniForm .radio label {
	display: inline;
	margin: 2px;
	float: none;
	font-weight: normal;
}

.uniForm .inlineLabels .title {
	padding-left:42%;
}

* html .uniForm .inlineLabels .title {
	display: inline-block; /* fix for IE6 double padding bug */
}

/** for CSS 2.1 compliant browsers **/
.uniForm label,
.uniForm .label {
	font-weight:bold;
}
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label {
	line-height:110%;
	text-align:right;
}

/** columns for forms **/
/*.uniForm .leftcol { 
	width: 350px;
	float: left;
	clear: left;
}
.uniForm .rightcol { 
	width: 400px;
	float: left;
	clear: right;
	margin-left:10px;
}*/



/**
 * table formatting 
 **/
table.tp_table {
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	text-align:left;
}

.tp_table th {
	background-color:#B9C9FE;
	border-bottom:1px solid #FFFFFF;
	border-top:4px solid #AABCFE;
	color:#003399;
	font-size:13px;
	font-weight:normal;
	padding:8px;
}

.tp_table td {
	/*background-color:#E8EDFF;*/
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#666699;
	padding:8px;
}

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

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

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

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

.tp_table tr.headers th.wicket_orderUp {
	background-color:#E0E5FA;
	background-image:url(img/arrow_down.png);
}

.tp_table tr.headers th.wicket_orderDown {
	background-color:#E0E5FA;
	background-image:url(img/arrow_up.png);
}

.tp_table tr.headers th.wicket_orderNone {
	background-color:#E0E5FA;
	background-image:url(img/arrow_off.png);
}

.tp_table tr.headers th {
	background-position:right center;
	background-repeat:no-repeat;
	padding:0.2em 13px;
}

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

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

fieldset      { border: none;                                     }
legend        { font-weight: bold; color: inherit; display: none; }

html{ font-family: "lucida grande", "lucida sans unicode", "trebuchet ms", arial, verdana, sans-serif; line-height: 1.5; }

html, body, form, fieldset{ /* Resetting the browser defaults */
  margin: 0; padding: 0; 
}

* html{ font-size: 62.5%; } /* Make text resizeable in IE6 as well */
  * html body{ font-size: 1.2em; } /* Set it to 12px now */

html > body{ /* Set the starting font size for non-IE6 browsers */
  font-size: 12px;
}

select, input, textarea{ /* Form field text-scaling */
  font-size: 99%; line-height: inherit;
}

pre, code{ /* Fixing monospaced fonts */
  font: 100% monospace;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl{ /* Reset vertical margins and make them match the line height */
/*  margin: 1.5em 0; padding: 0; */
}

.uniForm .ctrlHolder{
/*    margin: 0 0 .75em 0;*/
  }
  
      /*<!--[if lte ie 7]>
      <style type="text/css" media="screen">*/
        /*
        Move these to your IE6/7 specific stylesheet if possible
        */
        .uniForm, .uniForm fieldset, .uniForm .ctrlHolder, .uniForm .formHint, .uniForm .buttonHolder, .uniForm .ctrlHolder .multiField, .uniForm .inlineLabel{ zoom:1; }
        .uniForm .inlineLabels label, .uniForm .inlineLabels .label, .uniForm .blockLabels label, .uniForm .blockLabels .label, .uniForm .inlineLabel span{ padding-bottom: .2em; }
        .uniForm .inlineLabel input, .uniForm .inlineLabels .inlineLabel input, .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
  /*    </style>
    <![endif]-->*/
  