@charset "utf-8";

/* @group elements */

label,
input,
select,
textarea,
button,
legend {
	font-family: Arial, Helvetica, Sans-sSerif;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

legend {
	font-weight: bold;
	color: #666;
	background: inherit;
}

button,
.link-button * {
	cursor: pointer;
	outline: none;
}

/* @end group elements */


/* @group fieldsets */

.margin .portlet form {
	position: relative;
}

.form-fieldset {
	padding-bottom: 20px;
}

.form-fieldset-button {
	padding-left: 200px;
}

.margin .form-fieldset-button {
	padding-left: 75px;
}

.form-fieldset-button-no-indent {
	text-align: right;
}

.form-fieldset dt {
	clear: left;
	float: left;
	position: relative;
	padding: 5px 0 0;
	width: 200px;
}

.margin .form-fieldset dt {
	width: 75px;
}

.form-fieldset dt.form-label-above {
	float: none;
	width: auto;
}

dt label.sweep {
	display: inline;
	visibility: hidden;
}

.form-fieldset dd {
	position: relative;
	padding: 5px 0 5px 200px;
}

.margin .form-fieldset dd {
	padding-left: 75px;
}

.form-no-indent {
	padding-left: 0 !important;
}

.form-fieldset fieldset .inline li {
	display: inline;
}

.form-fieldset dd.form-nested {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

/* @end group fieldsets */


/* @group labels */

.form-fieldset label {
	padding-right: 10px;
}

.form-fieldset .form-label-above label {
	padding-right: 0;
}

.form-mandatory-indicator {
	position: absolute;
	top: 3px;
	right: 5px; 
	color: #254E52;
	background: transparent;
}

.form-label-above .form-mandatory-indicator {
	position: static;
}

/* @end group labels */


/* @group fields */

.form-text,
.form-password,
.form-textarea {
	margin-right: 2px;
	padding: 2px 0 0 2px;
	width: 360px;
	height: 18px;
	color: #444;
	background-color: #f4f4f4;
	border: solid #ddd;
	border-width: 1px 0 0 1px;
}

.margin .form-text,
.margin .form-password,
.margin .form-textarea {
	width: 160px;
}

.form-pulldown {
	position: relative;
	top: 1px;
	width: 365px;
	border: solid #ddd;
	border-width: 1px 0 0 1px;
	color: #444;
	background-color: #f4f4f4;
}

.margin .form-pulldown {
	width: 165px;
}

.filled .form-text,
.filled .form-password,
.filled .form-textarea,
.filled .form-pulldown {
	color: #333;
	background-color: #fff;
}

.form-textarea {
	display: block;
	height: 120px;
}

.form-fieldset dd ul.block li {
	width: 360px;
}

.form-fieldset dd ul.block input {
	position: relative;
	top: 0;
}

.form-fieldset dd ul.block li label {
	padding-left: 5px;
}

/* @end groupd fields */


/* @group buttons */

.link-button a,
.link-button em,
form button {
	font-weight: normal;
	width: auto;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #666;
	text-align: center;
	font-style: normal;
	/*background: #F6C602 url('../gfx/controls/button.form.gif') 0 0 no-repeat;*/
	background: #F5F5F5 url('../gfx/controls/button.form.gif') 0 0 no-repeat;
	
}

#submit_bidding,
#submit_bidding_guest,
#link-button-next,
.link-button-next {
	background: #F6C602 url('../gfx/controls/button.form.gif') 0 0 no-repeat;
}

#link-button-previous a {
	background: #F5F5F5 url('../gfx/controls/button.form.gif') 0 0 no-repeat;
}

.link-button .large-colored {
	line-height: 54px;
	background: transparent	url('../gfx/controls/button.form.large.gif') 0 0 no-repeat;
	font-size: 19px;
}

.link-button .large-colored span {
	background: transparent	url('../gfx/controls/button.form.large.edge.gif') 100% 0 no-repeat;
	color: #344E2B;
}

.link-button .medium-colored {
	background: transparent	url('../gfx/controls/button.form.colored.medium.gif') 0 0 no-repeat;
}

.link-button .medium-colored span {
	background: transparent	url('../gfx/controls/button.form.colored.medium.edge.gif') 100% 0 no-repeat;
	color: #344E2B;
}

form button.small {
	height: 22px;
	color: #666;
	background: transparent url('../gfx/controls/button.form.small.gif') 0 0 no-repeat;
}

form button.small-colored {
	color: #254e52;
	background: transparent	url('../gfx/controls/button.form.small.colored.gif') 0 0 no-repeat;
}

.link-button span,
form button span {
	position: relative;
	display: block;
	top: -1px;
	right: -3px;
	padding: 7px 20px 4px 16px;
	height: 30px;
	color: #666;
	background: transparent url('../gfx/controls/button.form.edge.gif') 100% 0 no-repeat;
	font-weight: bold;
}

.link-button a:focus {
	text-decoration: none;
}

.link-button .edit,
form button .edit {
	font-weight: normal;
	color: #428e97;
}

form button.small span {
	padding: 4px 20px 4px 16px;
	height: 22px;
	font-size: 11px;
	color: #666;
	background: transparent url('../gfx/controls/button.form.small.gif') 100% -22px no-repeat;
}

form button.small-colored span {
	color: #254e52;
	background: transparent url('../gfx/controls/button.form.small.colored.gif') 100% -22px no-repeat;
}

.link-button {
	margin-top: 10px;
	height: 30px;
}

.link-button-inline {
	display: inline;
	float: right;
}

.form-fieldset-button .link-button-inline {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

.link-button a,
.link-button em {
	float: left;
	height: auto;
}

.form-disabled button,
.link-button em,
.link-button em span
.link-button a.disabled,
.link-button a.disabled span {
	cursor: default !important;
}

.link-button a:hover {
	text-decoration: none;
}

.link-button a span,
.link-button em span {
	top: 0;
	right: 0;
	padding: 0 20px 0 19px;
	height: auto;
}

.link-button-previous a{
	background: #F5F5F5 url('../gfx/controls/button.form.gif') 0 0 no-repeat;
}

.link-button-next a{
	background: #F6C602 url('../gfx/controls/button.form.gif') 0 0 no-repeat;
}



.link-button em span,
.link-button a.disabled span {
	color: #d9d9d9 !important;
}

.form-nested button {
	position: absolute;
	right: 0;
	bottom: 0;
}

form .icon-button {
	color: #666;
	background: transparent;
}

.link-buttons {
	height: 30px;
}

.link-buttons .link-button {
	margin: 0 0 0 5px;
}

/* @end group buttons */


/* @group response messages */

.form-response ul {
	top: 0 !important;
}

.form-response-success * {
	color: #0c0;
	background-color: transparent;
}

.form-response-error * {
	color: #f00;
	background-color: transparent;
}

/* @end group response messages */


/* @group miscellaneous */

#group-form-identifier {
	display: none;
}

.form-error {
	color: #f00;
	background: inherit;
}

.form-indicator {
	color: #666;
	background: #fff url('../gfx/icon/indicator-form.gif') 99% 2px no-repeat !important;
}

.form-indicator-grey {
	color: #999;
	background: #f4f4f4 url('../gfx/icon/indicator-form-grey.gif') 99% 2px no-repeat !important;
}

.form-indicator-button {
	color: #999;
	background: #fff url('../gfx/icon/indicator.gif') 0 no-repeat !important;
	cursor: default;
}

.form-indicator-button span {
	visibility: hidden;
}

.field_readonly {
	color: #999 !important;
	background-color: #e4e4e4 !important;
}

span.weak {
	color: red;
}

span.medium {
	color: orange;
}

span.strong {
	color: green;
}

.indicator {
	position: absolute;
	left: 0;
	bottom: 22px;
	width: 24px;
	height: 24px;
	color: #666;
	background: #fff url('../gfx/icon/indicator.gif') 0 0 no-repeat;
}

/* @end group miscellaneous */

