/* layout */
#wrapper {
	background-color:#EAEAEA;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	text-align: left;
	width: 1024px;
}

#topBox {
	margin-bottom: 20px;
}

#fullBox {
	min-height: 600px;
}

#leftBox {
	float: left;
	width: 640px;
}

#feeBox {
	display: inline-block;
	margin-left: 22px;
	width: 274px;
}


/* general */
form.realtime h1 {
	color: #123eab;
	font-size: 18px;
	font-weight: bold;
}
form.realtime h2 {
	color: #353535;
	font-size: 14px;
	font-weight: medium;
}

form.realtime ol { padding: 0 0 0 50px }
form.realtime li { 	padding: 0 5px 10px 5px; margin: 5px 0;}
form.realtime .orderedListDiv { padding-left: 50px;}
#leftBox input[type=text][readonly=readonly],
#leftBox input[type=password][readonly=readonly],
#fullBox input[type=text][readonly=readonly],
#fullBox input[type=password][readonly=readonly] {
	background-color: #c0c0c0;
}

.hide { display: none; }
.smallNote {
	color: #4c4c4c;
	font-size: 11px;
}
.bigNote {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.steps {
	color: #ff9700;
	font-weight: normal;
}

.clearBoth {
	clear: both;
}
.box {
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}
.boxContainer {
	margin-top: 20px;
	padding: 20px;
}

.fieldContainer { clear: left; margin-top: 2px; }
.fieldElements {
	display: inline;
	margin-left: 0;
}
fieldset .fieldElements {
	margin: 0;
}
.fieldContainer label.leftLabel {
	display: block;
	width: 140px;
	margin-right: 10px;
	padding-top: 2px;
	float: left;
	text-align: right;
}
label.aboveLabel { display: block; font-weight: bold; }
label.rightLabel { margin: 0 10px 0 5px; font-weight: bold; font-size: 16px;}

.spacedList li { margin-top: 20px; }
.sectionSeparator {	margin-top: 10px; }
.required { color: red; }
.instructions textarea, .instructions input { color: #555555; }
.newLine { display: block; margin-left: 150px; }
.tooltip { padding: 5px; }
.attention { 
	border: 1px solid black; 
	background-color: #fcc;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	margin: 10px;
}


/* section-specific */

#progressBox {
	color: #6F6D6E;
	height: 100px;
	text-align: center;
	text-align: center;
	height: 60px;
	padding: 0 20px;
}

.progressStep {
	font-size: 20px;
	padding: 10px 22px;
}

.progressSelected {
	background-color: #f1c37e;
	border: 2px solid #ff9700;
	color: #353535;
}

#feeBox h1 { margin: 0; }
#feeBox label { width: 10em; font-weight: bold; }
#feeBox input { width: 3.5em; text-align: right; border: none; }
#feeBox ul { padding-left: 15px;}
.fee_list li { list-style-type: none; }
#totalFeesAmount, #immTotalFeesAmount { display: inline-block; padding: 10px 20px; }
.fee_subtitle { font-weight: bold; text-decoration: underline; padding: 10px 0px 0px; }
.fee_amount { float: right; padding-right: 20px;}
li .fee_amount { float: right; padding-right: 20px;}
.total_fees_subtitle { display: inline-block; font-weight: bold; padding: 10px 0px; }

.submitButton {
	cursor: pointer;
	padding: 5px 7px;
	background-color: #436CD3;
	background-image: linear-gradient(to bottom, #436CD3, #123EAB);
	font-weight: bold;
	color: #FFF;
	border: 1px solid #436cd3;
	border-radius: 3px;
}
.submitButton:hover {
	background-color: #103AA3;
	background-image: linear-gradient(to bottom, #103AA3, #062572);
}
.nextButton { 
	float: right;
}
.backButton {
	float: left;
}

.submitSection { margin-top:10px; }

.agreeInput label.leftLabel {
	width: 75px;
	margin-right: 10px;
	padding-top: 2px;
	float: left;
	text-align: right;
}
.agreeInput .fieldElements {
	margin-left: 10px;
}
.requiredArrowDiv {
	background-color: #FFD18D;
	margin: 10px 0 5px 0;
	width: 100%;
}
.requiredArrowDiv label.leftLabel {
	width: auto;
}
.requiredArrowDiv label.aboveLabel {
	display: inline-block;
}
.requiredArrow {
	background-color: #FFD18D;
	display: inline-block;
	margin-top: 0;
	padding: 3px 0 3px 0;
}
.requiredArrowImg {
	background-color: #fff;
	display: inline-block;
	padding: 3px 3px 6px 0;
	height: 20px;
}

.subscriberInput {
	padding: 2px;
	clear: left;
}
.subscriberInput label.leftLabel {
	width: 100px;
	margin-right: 5px;
	float: left;
	text-align: right;
}

.bigLabel label {
	font-size: 14px;
	font-weight: bold;
}

/* page-specific */
ul#exchanges {margin: 2px 50px;list-style-type:disc; padding-left: 30px;}
#exchanges li {float: left; margin-right: 60px; padding: 0; list-style-type: disc; width:70px;}
.sectionOptions { margin: 0 0 0 20px; }
.serviceRadio { margin-bottom: 3px; }
.trialRadio { padding-left: 40px; margin-bottom: 3px; }
.servicePrice { float: right; padding: 3px 100px 0 0; }
#nonDisplayUseDiv  { font-size: 14px; }
#nonDisplayUseDiv .leftLabel  { width: 100px; }
#nonDisplayUseQuestions .rightLabel { font-size: 14px; font-weight: normal !important; }
#nonDisplayUseQuestions .leftLabel { width: auto; text-align: left; margin: 0 10px 0 25px; }
#nonDisplayUseQuestions .fieldContainer { margin: 20px 0 20px 25px; }
#nonDisplayUseQuestions .fieldElements { margin-left: 0; }

#proStatusDiv span { display: block; }
#tradingDiv span { display: block; }
.exchangeElement select, .exchangeGroup select, .packageGroup select { width: 220px; }
.exchangeDisplayGroup { margin-bottom: 20px;}
#brokerTrading { margin: 0 0 30px 30px; }
#ccvercode { width: 50px; }

.cmeApprovedTitle {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
}
.proTitle {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	text-align: center;
}
.proTitleStatus {
	color: #f96909;
}

#nasdaqIndividualDiv, #nasdaqFirmDiv {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}

.confirm_fees {
	width: 360px;
}
.confirm_fees h1 {
	margin-bottom: 10px;
}
.confirm_fees .total_fees_subtitle,
.confirm_fees #immTotalFeesAmount,
.confirm_fees #totalFeesAmount {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}


.finalInfo label.leftLabel {
	font-weight: bold;
	padding-top: 0;
}

.barchart-form-acknowledge {
	font-family: inherit;
	font-size: inherit;
	display: block;
	/*text-align: center;*/
	margin: 8px 0px;
}

.barchart-disclaimer {
	display: block;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
}

.barchart-disclaimer ul.list-inline {
	display: inline-block;
	list-style-type: none !important;
}

.barchart-disclaimer ul.list-inline li {
	display: inline-block;
	padding: 3px 15px;
}

.barchart-disclaimer ul.list-inline li:not(:last-child) {
	border-right: 1px solid #666;
}


#errorMessages { background-color: #FCC; padding: 5px; }