/*
 * Forms
 */
div.form {
	font-size: 8pt;
}

h3.form_head {
	border-bottom: 1px solid;
	margin-bottom:1em;
}
div.search {
	background: #d4e1f7;
	padding:1em;
	border:2px solid #EEEEEE;
	margin-bottom:1em;
}
div.search ul {
	width:100%;
	padding-left: 2px;
}
div.search li {
	list-style:none;
	float:left;
	width:10em;
}
div.search li a{
	margin-left: -2px;
	background: #CCCCCC;
	border:2px solid #EEEEEE;
	display:block;
	width:100%;
	padding:.2em;
	padding-left: .5em;
	text-decoration: none;
	color:#EEEEEE;
	font-weight:bold;
}
div.search li a:hover, div.search li a.current{
	color: #000000;
	background: #F4E454;
}
div.search li a.current {
	border-bottom: none;
	padding-bottom: .3em;
}
div.search div.form {
	padding:1em;
	background: #F4E454; /*#F4E454;*/
	border:2px solid #EEEEEE;
	margin-top: -2px;
}

/****** AJAX POPUP STUFF ******/
div.search #search_suggest {
	position:absolute;
	width:21em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
	background: #f3f9fc none;
	cursor: default;
}
div.search #search_suggest div.suggest:hover {
	background: #e3eff6 none;
}

#search_suggest span.highlight {
	font-weight:bold;
	background: #e3eff6
}
/****** AJAX POPUP STUFF ******/

div.form div.subform {
	float: left;
}
div.form div.form_leftlabel {
	float: left;
}
div.form div.form_toplabel label {
	font-weight: bold;
}
div.form div.form_help {
	width: 20px;
	clear: left;
	height:2em;
}
div.form div.form_label {
	max-width: 50%;
}
div.form div.form_element {
	padding-bottom: 8px;
}
div.form div.form_submit {
	clear: both;
	text-align: right;
}


/*
 * Form widgets
 */
input,textarea,select {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
	background: #f3f9fc none;
}
input[type='radio'], input[type='checkbox'] {
	border: none;
}
/* for IE */
input.checkbox {
	border: none;
}
input.image {
	background: none;
	border: none;
}
input.image:focus {
	background: none;
}
input.submit, input.button {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #feffff url(img/input_bg.gif) repeat-x left top;
}
input.submit[disabled] {
	color: #7091fe;
}
input:focus,textarea:focus,select:focus {
	background: #e3eff6 none;
	border: 1px solid #81a3cd;
}
input.error,textarea.error,select.error {
	background: #ffe4ea none;
}
input.error:focus,textarea.error:focus,select.error:focus {
	background: #ffcdd8 none;
	border: 1px inset #f00;
}
/* Multi Select */
div.multiselect_container {
	width: 190px;
	height: 100px;
	background: #f3f9fc none;
}
div.multiselect {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 100%;
	overflow: auto;
}
div.multiselect .option {
	margin: 0;
	cursor: default;
}
div.multiselect .selected {
	background-color: #ceedff;
}
div.multiselect_control {
	width: 100%;
	height: 16px;
	position: relative;
	bottom: 16px;
	right: 14px;
	text-align: right;
}
div.multiselect_control img {
	cursor: pointer;
}

