/**************************************************************
 * ema.css 
 * Styles for all front-facing EMA components
 *
 * HTML Overrides
 * Common Elements
 * Form Layout
 * Browser Workarounds
 *
 **************************************************************/

/**************************************************************
 * Import form.css - this will be phased in to replace
 * items in ema.css
 **************************************************************/
@import url(form.css);

/**************************************************************
 * HTML Overrides
 **************************************************************/
body { font-family: Arial, Verdana, Sans-Serif; }
abbr,
acronym { border-bottom-style: dotted; border-bottom-width: 1px; cursor: help; }

button,
button.defaultBtn,  
input[type=submit],
input[type=reset], 
input[type=button], 
input[type=submit].defaultBtn {
		background: url(/ema/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(/ema/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(/ema/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(/ema/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(/ema/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(/ema/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(/ema/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(/ema/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(/ema/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(/ema/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(/ema/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 Elements
 **************************************************************/
.addItem { background: url(/ema/images/display/add.png) top left no-repeat; margin-left: 5px; padding-left: 18px; }
.gotoItem { background: url(/ema/images/display/go.png) top left no-repeat; margin: 0 5px; padding-left: 18px; }
.selectItem { background: url(/ema/images/display/select.png) top left no-repeat; margin: 0 5px; padding-left: 24px; }
.gotoItems { list-style-image: url(/ema/images/display/go_li.png); }
.amountDue { background: #f9fbfd; border: 1px solid #cfdae5; color: #000; font-size: 12px; padding: 10px 15px; }
.amountDue .total { font-weight: bold; font-size: 16px; }
.amountDue .total span { float: none; padding: 0; }
.selectedAddress { color: #222; font-size: 12px; font-style: normal; margin: 1em 5px; }
.windowDesc { background: #f9f9f9; border-bottom: 1px solid #d3d3d3; color: #036; font-size: 14px; margin: 0; padding: 10px; }

.cartHeadline { font-size: 24px; margin-top: 0; }
.cartGrid { margin: 15px 0 5px; }

.taskWinContent { font-family: Arial, Verdana, Sans-Serif; padding: 15px; }
.taskWinTitle {
		background: url(/ema/images/display/bckgrnd_taskWin_title.gif) bottom left repeat-x #fcfcfc; 
		border: 1px solid #d5d5d5; 
		color: #036; 
		font-family: Arial, Verdana, Sans-Serif; 
		font-size: 13px;
		height: 15px;
		margin: 0; 
		padding: 8px 15px;
	}
.taskWinTitle .step { background: url(/ema/images/display/bckgrnd_taskWin_seperator.png) top left no-repeat transparent; padding: 8px 18px; }

.registrationLabel { display: block; font-size: 16px; font-weight: bold; margin: 0.5em 0 2em; }
.registrationItems { font-size: 13px; padding: 0; }
.registrationItems hr { border: none; border-bottom: 1px solid #CCC; background: none; height: 1px; margin: 0.5em 0 1em; }
.registrationItems input { margin-left: 0; }
.registrationItems label, 
.registrationItems .label { font-weight: bold; }
.registrationItems .cb { margin-left: 25px; }
.registrationItems .description { display: block; font-size: 12px; font-weight: normal; margin-bottom: -1em; }

.requestInfo legend { display: none; }
.requestInfo .childfields legend { display: block; }
.requestInfo .fieldlist li { padding-left: 0 !important; }

.registrationItems .price { font-size: 12px; font-weight: bold; }

.orderSuccess .tactical { font-size: 14px; }
.orderSuccess .tactical .gotoItems { line-height: 25px; }

.emaSponsorGroup .emaHdr { margin-bottom: 0.25em; }
.emaSponsorOp { border-top: 1px solid #CCC; position: relative; }
.emaSponsorOp .emaHdr { margin-top: 1em; }
.emaSponsorOp .addToCart-item { background: url(/ema/images/display/basket_add.png) top left no-repeat; padding: 0 0 3px 20px; }
.emaSponsorOp .info-item { background: url(/ema/images/display/information.png) top left no-repeat; padding: 0 0 3px 20px; }
.emaSponsorOp .description { font-size: 11px; margin: 0.5em 0 1.5em; }
.emaSponsorOp .description * { margin-top: 0; margin-bottom: 0; }
.emaSponsorOp .description p,
.emaSponsorOp .description ul,
.emaSponsorOp .description ol,
.emaSponsorOp .description dl { margin-top: 0.5em; margin-bottom: 0.5em; }
.emaSponsorOp .tactical-post { font-size: 11px; list-style: none; margin: 0 0 2em; padding: 0; }
.emaSponsorOp .tactical-pre { list-style: none; margin: 0; padding: 0; position: absolute; top: 1.25em; right: 0; }
.emaSponsorOp .tactical-pre li { display: inline; }
.price { color: #036; margin-left: 1em; }
/* .soldOut + .price { text-decoration: line-through; } */
.emaHdr .soldOut { margin-right: 10px; }
.soldOut { background: #c00; color: #fff; font-style: normal; font-weight: bold; padding: 2px 4px; }

/**************************************************************
 * Form Layout
 **************************************************************/
.userForm { font-family: Arial, Verdana, Sans-Serif; font-size: 13px; line-height: normal; }
.userForm p { margin: 0.5em 0 0; }
.userForm hr { border: none; border-bottom: 1px solid #CCC; background: none; height: 1px; margin: 0 0 2px; padding: 0; }
.userForm .childfields hr { border-color: #E5E5E5; }
.userForm table { margin-top: 10px; }
.userForm td { vertical-align: top; }

.userForm fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
.userForm legend {
		color: #000;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}
.userForm label {
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
.userForm input,
.userForm select,
.userForm textarea { margin: 2px 0; }
.userForm span { float: left; padding-right: 10px; }
.userForm label span { float: none; padding: 0; } /* we need to reset span for dynamic labels */
.userForm .fieldlist {
		margin: 0;
		padding: 0;
		padding-bottom: 5px;
	}
.userForm .fieldlist li {
		clear: both;
		list-style: none;
		padding: 2px 0 2px 15px;
		margin: 3px 0;
	}
.userForm .fieldlist li:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
.userForm .fieldlist ol li { list-style: decimal; padding: 0 0 5px; margin: 0; }
.userForm .fieldlist ul li { list-style: disc; padding: 0 0 5px; margin: 0; }
.userForm .fieldlist .fieldlist li { list-style: none;  padding: 3px 0 3px 15px; margin: 3px 0; }

.userForm .childfields { padding: 0; margin: 0; border: 0; }
.userForm .childfields legend { color: #000; font-size: 12px; font-weight: bold; }
.userForm .childfields span { float: left; padding-right: 10px; }
.userForm .childfields label { font-size: 11px; font-weight: normal; color: #333; }
.userForm .childfields label span { float: none; padding: 0; } /* we need to reset span for dynamic labels */
.userForm .childfields .fieldlist { margin: 0; }
.userForm .childfields .fieldlist li { clear: both; margin: 0 0 0 10px; padding: 0; }

.userForm input[type=checkbox], 
.userForm input[type=radio] { margin-left: 0; }
.userForm input[type=checkbox] + label, 
.userForm input[type=radio] + label { display: inline; }  /* display labels for checkboxes and radio buttons inline */

.userForm .actions { padding: 0 15px; }
.userForm .footnote { color: #333; font-size: 11px; font-style: italic; margin-top: 2em; }
.userForm .required { color: #C00; font-size: 13px; font-style: normal; font-weight: normal; }
.userForm .optional { color: #333; font-size: 11px; font-style: normal; font-weight: normal; padding-left: 5px; }
.formError {
		color: #f00;
		display: block;
		font-weight: bold;
		margin: 15px 0;
	}

/**************************************************************
 * Browser Workarounds
 *
 * DO NOT PLACE ANYTHING OTHER THAN
 * BROWSER WORKAROUNDS BELOW THESE LINES!
 **************************************************************/
.userForm legend {
	 	_margin: 0 -7px -3px; /* IE6 Win */
		/* /margin: 0 -7px -6px; /* IE7 Win */
	}