#body div.auto_complete {
	position: absolute;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	cursor: default;
	width: 300px;
	font-weight: normal;
	font-size: .8em;
}

#body div.auto_complete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#body div.auto_complete ul.greater_than_five {
	height: 200px;
	overflow: auto;
}

#body div.auto_complete ul li {
	padding: 2px;
	list-style-type: none;
}
#body div.auto_complete li.selected {
	background-color: #E2E3F9;
}


#body #primarycontent table tr td.button {
	border: 0;
	text-align: center;
}

button,
a.button,
input[type="button"],
input[type="submit"] {
    background: url('images/buttonbg.png') repeat-x scroll center top #9E9E9E;
    border: 1px solid transparent;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	cursor: pointer;
}
input[type="button"],
input[type="submit"] {
    padding-bottom: 1px;
}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
a.button:active,
input[type="button"]:active,
input[type="submit"]:active {
	background: url('images/buttonbg.png') repeat-x scroll center bottom #9E9E9E;
}
a.button.disabled,
input[type="button"][disabled],
input[type="submit"][disabled] {
	background: #f6f6f6;
}
a.list-button {
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	margin: 4px 0 4px 0;
	color: #00439D;
	font-weight: normal;
}
a.list-button:hover {
	background-color: #3b5998 !important;
	color: #FFFFFF;
}
tr.line-through td a.button {
	text-decoration: none;
}

/* -------------------------------------------------------------------------
-- FORMS -------------------------------------------------------------------
---------------------------------------------------------------------------*/
form input {
	font-size: 1em;
}
form div.submit {
    text-align: center;
}
form input.submit {
	font-size: 0.85em;
}
form dl dd div.input.text {
    display: inline;
}
form input[type="text"],
form input[type="password"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form textarea {
	border: 1px solid rgb(205,205,205);
}
fieldset {
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(220, 220, 220);
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px;
	margin: 4px 0 4px 0;
	width: auto;
}
fieldset.light {
	font-weight: normal;
}
fieldset.standard {
	font-size: 1em;
}
fieldset.invisible {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

label {
	font-weight: bold;
}
fieldset.light label {
	font-weight: normal;
}

fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
}
fieldset.standard legend {
	font-size: 1.32em;
	font-weight: bold;
}
fieldset legend.h1 {
	font-size: 1.667em;
}
fieldset legend.h2 {
	font-size: 1.417em;
	color: #CC3300;
}
fieldset legend.h3 {
	font-size: 1.125em;
	color: #FF9900;
}
fieldset legend.h4 {
	font-size: 1.0em;
	color: #336699;
}
fieldset.standard legend.h4 {
	font-size: 1.2em;
}
fieldset legend.h5 {
	font-size: 0.917em;
	color: #169D00;
}
fieldset legend.h6 {
	font-size: 0.875em;
}

fieldset dl {
	margin: 0;
}

fieldset dt {
	display: block;
	float: none;
	font-weight: bold;
	margin: 10px 0 0 0;
	width: 100%;
}

fieldset .note {
	font-weight: normal;
	font-size: 0.85em;
	margin-top: -6px;
}

fieldset dd {
	margin: 0;
	width: 100%;
}

fieldset dd input {
	font-size: 1em;
	margin: 0;
}

fieldset dd input[type="text"],
fieldset dd input[type="password"],
fieldset dd input[type="number"],
fieldset dd input[type="email"],
fieldset dd input[type="tel"],
fieldset dd select.wide {
	width: 300px;
}

fieldset dd input[type="checkbox"] {
	width: auto;
}

input[type="checkbox"] {
	margin-right: 4px;
}

fieldset dd input[type="radio"] {
	margin: 0 4px 0 4px;
	width: auto;
}

fieldset dd textarea,
textarea {
	font: .9em/ 1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	width: 300px;
	padding: 2px;
}

fieldset dd ol li {
	margin: 0 0 5px 0;
}

fieldset dt.optional,
fieldset dt.optional label,
fieldset dd.optional,
fieldset label.optional {
	font-weight: normal;
}

input.form-error,
textarea.form-error {
	background-color: rgb(249,226,226);
	border-color: #9D0000 !important;
}
.error-message {
	color: #9D0000;
	font-weight: bold;
}
