@CHARSET "UTF-8";

.subform-choice ul.choice-form {
	margin: 5px 0 0 20px;
}

body.js-enabled .choice-form {
	display: none;
}

body.js-enabled .choice-form.selected {
	display: block;
}

.subform-choice ul.selected {
	display: block;
}
.subform-choice.selected {
	background-color: #fafabb;
}

.subform-choice.selected .subform-choice.selected {
	background-color: #fefeee;
}
.subform-choice:hover{
	background-color: #f5f5f5;
}
.subform-choice.selected:hover{
	background-color: #fafabb;
}
ul.formfields {
	list-style-type: none;
}

ul.optional-subform {
	margin-left: 20px;
	margin-top: 10px;
}

li.optional-subform-field {
	margin-top: 15px;
}

body.js-enabled .optional-subform {
	display: none;
}

.optional-subform.selected {
	display: block !important;
}

form li {
	padding: 3px;
	clear: left;
	zoom: 1; /* please don't ask why, but this is needed by IE (hasLayout bug) */
}

.subform-choice {
	padding: 5px;
	margin: 3px;
	border: 1px solid #e5e5e5;
}

label {
	display: block;
	float: left;
	clear: left;
	width: 10em;
	font-size: 13px;
	cursor: pointer;
	padding-bottom: 5px;
}
label.required {
	font-weight: bold;
}

label.checkbox-label, .subform-choice>label, label.choice {
	width: auto;
	float: none !important;
    display: inline;
    padding-left: 5px;
	padding-bottom: 0;
}
.radio label {
	width: auto;
	float: none;
}

form li.submit{
	font-size: 13px;
	margin-left: 10em;
	clear: left;
}

form li input {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 2px;
}
form input[type=text].loading {
	background-image: url('../images/layout/loading.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

form input.disabled {
}

form li input[type=radio] {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
}

form li input[type=checkbox] {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
}

form input[type=text], form input[type=password] {
	width: 13em;
}

form li.errors>input[type=text], form li.errors>input[type=password] {
	border-color: #A70009;
	color: #000000;
    background-color: #ffeeee;
}

form li.errors>label.checkbox-label {
    background-color: #ffeeee;
	border: 1px solid #A70009;
}

form .errorlist {
	padding: 3px 3px 3px 18px;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
    background-image: url('../images/icons/formerror.png');
    color: #a70009;
    font-weight: bold;
}

form.combined li{
	float: left;
	clear: none;
	padding-left: 0;
	padding-right: 0;
}

form.combined input[type=text] {
	border-right: 0px;
	margin: 0;
	float: left;
}

input.disabled {
	background-color: #f5f5f5;
}

.ui-datepicker {
	z-index: 16000;
}
input[type="submit"]{
	width: auto;
	overflow: visible; /* this is for IE6/7 button padding */
	height: 20px;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 2px;
	margin: 0;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:active{
	color: #333333 !important;
	text-decoration: none !important;
}

a.button{
	display: block;
	padding: 3px !important;
	font-size: 13px;
	height: 14px;
}

a.button,
div.button {
	float: left;
	color: #333333;
	margin: 0;
	border: 1px solid #cccccc;
	background: #fcfcfc url('../images/layout/button_bg.gif') repeat-x bottom left;
	padding: 0 2px;
}

div.button input, div.button input:active{
	border: 0px;
	background-color: transparent;
	background-image: none;
}

a.button:active,
div.button:active,
input[type=submit]:active,
input[type=button]:active{
	background: #d7d7d7 url('../images/layout/button_bg_reverse.gif') repeat-x bottom left;
}

a.button.action,
div.button.action,
input.action[type=submit],
input.action[type=button]{
	font-size: 13px;
	border: 1px solid #973100;
	background: #fe5817 url('../images/layout/action_bg.gif') repeat-x bottom left;
}

div.button.action input{
	color: #ffffff;
	font-weight: bold;

}

a.button.action:active,
div.button.action:active,
input.action[type=submit]:active,
input.action[type=button]:active{
	background: #d33b00 url('../images/layout/action_bg_reverse.gif') repeat-x bottom left;
}

a.button.action:link,
a.button.action:visited,
a.button.action:hover,
a.button.action:active{
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none !important;
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #cccccc;
}

input.next[type=submit],
input.next[type=button],
input.next[type=submit]:active,
input.next[type=button]:active {
	background: transparent url('../images/layout/next.png') no-repeat right center;
	padding-right: 6px;
}

.action input.next[type=submit],
.action input.next[type=submit]:active,
a.action .next {
	background: transparent url('../images/layout/next-action.png') no-repeat right center;
	padding-right: 15px;
}

input.delete[type=submit],
input.delete[type=button],
input.delete[type=submit]:active,
input.delete[type=button]:active,
input.logout[type=submit],
input.logout[type=button],
input.logout[type=submit]:active,
input.logout[type=button]:active {
	background: transparent url('../images/layout/delete.png') no-repeat 4px center;
	padding-left: 12px;
}

input.save[type=submit],
input.save[type=button],
input.save[type=submit]:active,
input.save[type=button]:active {
	background: transparent url('../images/layout/check.png') no-repeat 2px center;
	padding-left: 13px;
}
