/* form.css TOC *******************************************
 *
 * Control Overrides
 * Common Classes
 * Shared
 * Left Labels ( use .label-left class )
 * Top Labels ( use .label-top class )
 *
 **************************************************************/

/**************************************************************
 * Control Overrides
 **************************************************************/
button,
button.defaultBtn,  
input[type=submit],
input[type=reset], 
input[type=button], 
input[type=submit].defaultBtn {
	background: url(../images/display/formButtons.png) 0px -62px scroll #dadada;
	border: 1px solid #565656;
	border-top-color: #919191;
	border-left-color: #919191;
	color: #010101;
	cursor: pointer;
	font-size: 14px;
	height: 32px;
	margin-right: 5px;
	overflow: visible;
	padding: 5px 8px;
	width: auto;
}
button:hover, 
button.defaultBtn:hover, 
input[type=submit]:hover,
input[type=reset]:hover, 
input[type=button]:hover, 
input[type=submit].defaultBtn:hover {
	background: url(../images/display/formButtons.png) 0px -93px scroll #dadada;
	border: 1px solid #565656;
	border-right-color: #919191;
	border-bottom-color: #919191;
}
button[type=submit], 
input[type=submit] {
	background: url(../images/display/formButtons.png) 0px 0px scroll #dadada;
	border: 1px solid #565656;
	border-top-color: #919191;
	border-left-color: #919191;
	font-weight: bold;
}
button[type=submit]:hover, 
input[type=submit]:hover {
	background: url(../images/display/formButtons.png) 0px -31px scroll #dadada;
	border: 1px solid #565656;
	border-right-color: #919191;
	border-bottom-color: #919191;
}
button[disabled], 
button[disabled]:hover, 
input[disabled], 
input[disabled]:hover {
	background: url(../images/display/formButtons.png) 0px -186px scroll #e9e9e9;
	border: 1px solid #828282;
	border-top-color: #aeaeae;
	border-left-color: #aeaeae;
	color: #999;
	cursor: default;
}
button[type].negative, 
input[type].negative {
	background: url(../images/display/formButtons.png) 0px -124px scroll #ffb5b5;
	border: 1px solid #900;
	border-top-color: #bd5959;
	border-left-color: #bd5959;
	color: #900;
}
button[type].negative:hover, 
input[type].negative:hover {
	background: url(../images/display/formButtons.png) 0px -155px scroll #ffb5b5;
	border: 1px solid #900;
	border-right-color: #bd5959;
	border-bottom-color: #bd5959;
}
/* 'creditcardpayment' class displays a credit card icon on right edge of control. Attribute selector used to hide from IE6. */
button[type].creditcardpayment, 
input[type].creditcardpayment {
	background: url(../images/display/formButtons.png) right -217px scroll #dadada;
	border: 1px solid #565656;
	border-top-color: #919191;
	border-left-color: #919191;
	color: #010101;
	padding-right: 55px;
}
button[type].creditcardpayment:hover, 
input[type].creditcardpayment:hover {
	background: url(../images/display/formButtons.png) right -248px scroll #dadada;
	border: 1px solid #565656;
	border-right-color: #919191;
	border-bottom-color: #919191;
	color: #010101;
	padding-right: 55px;
}
/* 'invoice' class displays an invoice icon on right edge of control. Attribute selector used to hide from IE6. */
button[type].invoice, 
input[type].invoice {
	background: url(../images/display/formButtons.png) right -279px scroll #dadada;
	border: 1px solid #565656;
	border-top-color: #919191;
	border-left-color: #919191;
	color: #010101;
	padding-right: 40px;
}
button[type].invoice:hover, 
input[type].invoice:hover {
	background: url(../images/display/formButtons.png) right -310px scroll #dadada;
	border: 1px solid #565656;
	border-top-color: #919191;
	border-left-color: #919191;
	color: #010101;
	padding-right: 40px;
}
/* 'shortBtn' class displays a...shorter button. Attribute selector used to hide from IE6. */
button[type].shortBtn, 
input[type].shortBtn { 
	font-size: 12px;
	height: 22px;
	padding: 3px 6px;
}
 
/**************************************************************
 * Common Classes
 **************************************************************/
.add { background: url(../images/display/add.png) top left no-repeat; margin-left: 5px; padding-left: 18px; }
.alert { background: #ffffe5; border: 1px solid #eaeacb; color: #930; padding: 5px 15px; }
.alert p { margin: 0.5em 0; }
.goto { background: url(../images/display/go.png) top left no-repeat; margin: 0 5px; padding-left: 18px; }
.select { background: url(../images/display/select.png) top left no-repeat; margin: 0 5px; padding-left: 24px; }
.amountDue { background: #f9fbfd; border: 1px solid #cfdae5; color: #000; padding: 10px 15px; }
.amountDue .total { font-weight: bold; font-size: 1.23em; }
.error, 
.invalid, 
.warning, 
.req, 
.required { color: #f00; }
.selectedAddress { color: #222; font-size: 0.92em; font-style: normal; }

/**************************************************************
 * Shared
 **************************************************************/
.form fieldset { border: none; margin: 10px 0; padding: 0; }
.form legend { color: #000; font-size: 1.38em; font-style: italic; line-height: 2em; margin: 0; padding: 0; }
.form fieldset fieldset legend { font-size: 1em; font-weight: bold; }
.form fieldset fieldset .field { font-size: 0.85em; }
.form .field:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form input[type=checkbox] + label, 
.form input[type=radio] + label {
	display: inline;
	float: none;
	text-align: right;
	padding: 0.2em 0.5em 0 0;
}
.form input[type=checkbox], 
.form input[type=radio] { margin-left: 0; }
.form .note { color: #333; font-size: 0.92em; font-style: italic; margin: 0; }

/*booth purchase summary styling*/
#boothPurchaseSummaryTable th {
    font-size: 16px;
    padding: 5px 15px 5px 5px;
    text-align: right;
}

#boothPurchaseSummaryTable td {
    padding: 5px 15px 5px 5px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    text-align: right;
}

#boothPurchaseSummaryTable tfoot td {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px 5px 5px;
    text-align: right;
}

/**************************************************************
 * Left Labels
 **************************************************************/
.form.label-left label, 
.form.label-left fieldset fieldset legend {
	color: #333;
	float: left;
	width: 12em;      
	text-align: right;
	padding: .2em .5em 0 0;
}
.form.label-left.text-left label { text-align: left; width: 14em; }
.form.label-left fieldset fieldset legend { font-weight: normal; font-style: normal; line-height: 1em; width: 11em; }
.form.label-left .field {
	position: relative;
	margin-bottom: .2em;
	font-size: 100%;
	padding-top: 2px;
	height: 1%; /* IE fix */
	_position: fixed; /* IE6 fix */
}
.form.label-left fieldset fieldset .field { font-style: italic; }
.form.label-left .actions { padding: 1em 0 1em 12.5em; }
.form.label-left .selectedAddress { margin: 1em 0 1em 14.5em; }
/* .form.label-left fieldset fieldset legend { margin-left: 10em; } */
.form.label-left .field .note { margin-left: 13em; }

/**************************************************************
 * Top Labels
 **************************************************************/
.form.label-top label {
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0;
}
.form.label-top input[type=checkbox] + label, 
.form.label-top input[type=radio] + label {
	font-weight: normal;
}
.form.label-top .field {
	margin-bottom: 0.25em;
}
.form.label-top .actions { padding: 1em 0 1em; }
.form.label-top .selectedAddress { margin: 1em 0 1em; }

/* Not sure about this stuff yet */
/*
.form .fieldlist .fieldlist li { list-style: none;  padding: 3px 0 3px 15px; margin: 3px 0; }
.form .childfields legend { color: #000; font-size: 13px; font-weight: bold; }
.form .childfields span { float: left; padding-right: 20px; }
.form .childfields label { font-size: 11px; font-weight: normal; color: #333; }
.form .childfields label span { float: none; padding: 0; } /* we need to reset span for dynamic labels */
/*
.form .childfields .fieldlist { margin: 0; }
.form .childfields .fieldlist li { clear: both; margin: 0; padding: 0; }
*/
