﻿body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: #303030;
	margin: 0px;
	padding: 0px;
	background: #eff3f9 url('../images/body_bg.png') repeat-x left top;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	height: 18px;
	vertical-align: middle;
}

input[type=radio] {
	-webkit-appearance: radio;
	height: 18px;
	vertical-align: middle;
}

label {
	vertical-align: middle;
}

select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	min-height: 26px;
	line-height: 26px;
	background: #feffff;
	height: 26px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}

input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	height: 26px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}

input[type=number] {
	text-align: right;
	padding-right: 0px;
}

th {
	text-align: left;
}

img {
	border: none;
}

ul {
	list-style: disc;
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
}

li {
	margin-left: 0px;
}

a {
	color: #2840e0;
	text-decoration: none;
}

	a:link {
		color: #2840e0;
		text-decoration: none;
	}

	a:visited {
		color: #2840e0;
		text-decoration: none;
	}

	a:hover {
		color: #2840e0;
		text-decoration: underline;
	}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

h1 {
	font-weight: bold;
	font-size: 22px;
	color: #384f6f;
	margin-bottom: 3px;
	margin-top: 0px;
}

	h1 a, h1 a:link, h1 a:visited {
		color: #384f6f;
	}

h2 {
	font-weight: bold;
	color: #336699;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
}

	h2 a, h2 a:link, h2 a:visited {
		color: #336699;
	}

h3 {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	h3 a, h3 a:link, h3 a:visited {
		color: #444444;
	}

h4 {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

	h4 a, h4 a:link, h4 a:visited {
		color: #000000;
	}

#col1 {
	float: left;
	width: 500px;
	margin: 10px 0px 0px 10px;
}

#col1w {
	float: left;
	width: 810px;
	margin: 10px 0px 0px 10px;
}

#col1s {
	float: left;
	width: 670px;
	margin: 10px 0px 0px 10px;
}

#col2 {
	float: left;
	width: 300px;
	margin: 10px 0px 0px 10px;
}

#col3 {
	float: right;
	width: 160px;
	margin: 10px 10px 0px 0px;
}

.bca {
	height: 30px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #336699;
	color: #fff;
}

.r1 {
	background-color: #fff;
}

.r0 {
	background-color: #eee;
}

.rc_t {
	border-spacing: 0px;
	height: 26px;
	width: 100%;
}

.rc_c {
	margin: 0px 0px 0px 6px;
	color: #336699;
	font-weight: bold;
	height: 26px;
	vertical-align: middle;
	font-size: 13px;
}

.rc_bg_bl {
	background: url('../images/ch_bg_bl3.png') repeat top left;
	height: 26px;
	width: 100%;
}

.rc_tl_bl {
	background: url('../images/ch_tl_bl.png') no-repeat top left;
	height: 26px;
}

.rc_tr_bl {
	background: url('../images/ch_tr_bl.png') no-repeat top right;
	height: 26px;
}

div.hr {
	height: 1px;
	color: #aaaaaa;
	border-bottom: solid 1px #cccccc;
}

.hlink {
	font-size: 10px;
	color: #2840e0;
	margin-right: 2px;
	text-align: right;
	margin-right: 8px;
}

.hicon {
	margin-right: 6px;
	margin-top: 2px;
}

table.quotes {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
}

	table.quotes select, table.quotes input, table.quotes option {
		font-size: 11px;
	}

	table.quotes th {
		color: #666666;
		background-color: #cbd9f3;
		font-weight: bold;
		padding: 3px;
	}

	table.quotes td {
		padding: 3px;
	}

	table.quotes tr.d0 td {
		background-color: #F5F5F5;
	}

	table.quotes tr.d1 td {
		background-color: #ffffff;
	}

table.menu {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

	table.menu td {
		padding: 8px;
		text-align: center;
		vertical-align: middle;
	}

.watermark {
	color: #999999;
}
/* blue full bordered div */
div.bbf {
	background-color: #EEEEEE;
	border: solid 1px #a5b6d9;
	margin-bottom: 10px;
	min-height: 55px;
}
/* bordered control div */
div.cb {
	margin-top: 0px;
	border-left: solid 1px #a5b6d9;
	border-bottom: solid 1px #a5b6d9;
	border-right: solid 1px #a5b6d9;
	margin-bottom: 10px;
}

.contrastbox {
	background-color: #336699;
	color: #eff3f9;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

	.contrastbox ul {
		padding: 0px;
		margin: 0px;
	}

		.contrastbox ul li {
			padding: 0px 0px;
			margin: 0px 20px;
		}

	.contrastbox.list {
		color: #393939;
		background-color: #cbd9f3;
		padding: 10px;
	}

		.contrastbox.list ul {
			font-weight: normal;
			list-style: none;
			margin: 0px;
			padding: 0px;
			font-size: 9pt;
		}

			.contrastbox.list ul li {
				margin: 0px 0px 10px 0px;
				padding: 0px;
			}

.lett {
	width: 100%;
	border-left: solid 1px #A8BADE;
	border-right: solid 1px #A8BADE;
}

.ls {
	background-color: #cbd9f3;
	font-weight: bold;
	text-align: center;
}

.ld {
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: center;
}

.re {
	background-color: #eee;
	cursor: pointer;
}

.ro {
	background-color: #fff;
	cursor: pointer;
}

#container {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}

#header {
	height: 60px;
	background-color: #97a6c6;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 100%;
	background-color: #97a6c6;
	border-top: solid 1px #336699;
	font-size: 8pt;
	color: #333;
}

.fi {
	width: 980px;
	height: 170px;
	margin: 10px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

.fh {
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}

.fb {
	width: 1px;
	height: 140px;
	float: left;
	border-right: 1px solid #999;
	margin: 0px 10px 0px 0px;
}

#footer ul {
	font-size: 8pt;
	padding: 0px;
}

#footer li {
	list-style: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#logo {
	width: 100px;
	float: left;
}

.sb {
	width: 216px;
	float: left;
	background-image: url('../images/stock_bg.jpg');
	margin-right: 11px;
}

.sbh {
	width: 196px;
	height: 24px;
	background-image: url('../images/boxtop.png');
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px 0px 20px;
}

.sbc {
	height: 80px;
	font-size: 14px;
	background-image: url('../images/sbc_bg.png');
	padding: 10px;
}

.sbf {
	height: 22px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-image: url('../images/slide_bg.png');
	padding: 6px 0px 0px 5px;
}

.sbb {
	font-size: 12px;
	margin: 10px 0px 0px 45px;
	padding: 10px 20px 10px 20px;
}

.signup {
	height: 40px;
	width: 90px;
	font-size: 14px;
}

.tagline {
	width: 700px;
	float: right;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 2px;
}

.tagline2 {
	width: 600px;
	float: right;
	color: #dddddd;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

table.layout {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

	table.layout td, table.layout th {
		padding: 0;
	}

.search {
	background: #97a6c6;
}

.leaderboard {
	background: #97a6c6;
	width: 728px;
	height: 100px;
}

.skyscraper {
	width: 160px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.island {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.script {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
}

/* Modal PopUp */
.modalpopup {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: small;
	padding: 2px 3px;
	display: block;
	position: absolute;
}

.modalcontainer {
	width: 320px;
	border: solid 1px #999999;
	border-width: 1px 0px;
}

.modalheader {
	/* background: url('../images/loginheader_bg_bl.png') repeat-x top left; */
	height: 14px;
	color: #ffffff;
	background-color: #999999;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 8px 10px;
}

	.modalheader .modalmsg {
		font-weight: bold;
	}

.modalbody {
	background-color: #ffffff;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

	.modalbody .modalmsg {
		/* background: url(../images/sprite.gif) no-repeat 0px -1150px;	*/
		float: left;
		padding-left: 22px;
	}

.modalfooter {
	background-color: #ffffff;
	border-color: #999999;
	border-style: none solid;
	border-width: 0px 1px;
	text-align: right;
	padding-bottom: 8px;
	padding-right: 8px;
	border-bottom: solid 1px;
}

.modalclose {
	right: 12px;
	background: url('../images/close.png') no-repeat 0px 0px;
	width: 16px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	height: 16px;
}

.modalclosetext {
	right: 7px;
	padding-right: 10px;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 7px;
	height: 15px;
}

/*  ========= Tab Control ========= */
.tabheader {
	display: block;
	width: 100%;
}

.tabselected, .tabunselected {
	float: left;
	cursor: pointer;
	height: 26px;
}

.tabselected_spacer, .tabunselected_spacer {
	float: left;
	height: 26px;
	width: 2px;
	/*border-bottom:solid 1px #c3dae6;*/
}

.tabselected_text, .tabunselected_text {
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
}

.tabselected_text {
	color: White;
}

.tabunselected_text {
	color: White;
}

.tabselected_left, .tabunselected_left {
	width: 0px;
	height: 26px;
	float: left;
}

.tabselected_middle, .tabunselected_middle {
	height: 26px;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

.tabselected_right, .tabunselected_right {
	width: 0px;
	height: 26px;
	float: left;
}

.tabselected_middle {
	background-color: #2E5295;
}

.tabunselected_middle {
	background-color: #999999;
}

.TabContainer_Panel {
	border: solid 1px #2E5295;
	padding: 0px 0px 0px 0px;
	clear: left;
}

.ddlSymbols {
	font-size: 14px;
}

.sitesearch {
	display: block;
	position: absolute;
	/*margin-left: 680px;*/
	/*vertical-align: bottom;*/
	top: 62px;
	/*left:780px;*/
	right: 10px;
	z-index: 1;
	text-align: left;
}

.SearchPane_Header {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.SearchPane_Content {
	margin: 0px;
	font-size: 11px;
}

.SearchPane_Content_Selected {
	cursor: pointer;
	background-color: #F5F5F5;
}

.SearchPane_Content_UnSelected {
	cursor: pointer;
	background-color: #FFFFFF;
}

.surveyheader {
	margin-bottom: 20px;
}

.survey {
	list-style: none;
	margin-bottom: 30px;
}

	.survey li {
		margin-bottom: 15px;
	}

		.survey li span {
			font-weight: bold;
			color: #336699;
		}

		.survey li ul {
			list-style: none;
			padding-left: 0px;
			margin: 10px 0px 0px 15px;
		}

			.survey li ul li {
				margin: 0px 0px 5px 0px;
				padding: 0px 0px 0px 5px;
			}

		.survey li table {
			margin: 10px 0px 0px 13px;
		}

			.survey li table td {
				width: 190px;
				margin: 0px;
				padding: 3px;
			}

				.survey li table td input[type=text] {
					width: 80px;
				}

.surveybutton {
	margin-bottom: 40px;
}

.surveycomments {
	margin-bottom: 20px;
}


.hero {
	margin-bottom: 10px;
}

	.hero .left {
		width: 255px;
		float: left;
		margin: 10px 10px;
	}

	.hero .right {
		width: 375px;
		float: left;
		margin: 10px 10px;
	}

		.hero .right table {
			width: 100%;
			border-collapse: collapse;
		}

			.hero .right table td {
				padding: 5px;
				margin: 0px;
			}

				.hero .right table td a {
					display: block;
					padding: 0px 10px;
					height: 50px;
					line-height: 46px;
					font-size: 14px;
					font-weight: bold;
					background: #ffffff url(../images/homepage_button.png) no-repeat top left;
					color: #ffffff;
					width: 103px;
				}
/* HELP CONTROL STYLES */
div.help {
	position: relative;
	margin: 10px 0px;
	padding: 10px 0px;
	color: #000000;
}

div.helpcontent {
	background: url('../images/download.png') no-repeat 20px 3px;
	padding: 0px 0px 0px 30px;
}

	div.helpcontent button {
		/*border: none;*/
		/*background: url('../images/btn_download.png') no-repeat center center;*/
		width: 250px;
		height: 26px;
		font-weight: bold;
		cursor: pointer;
	}

.symbolHistory {
	margin-bottom: 5px;
}

/* NOTIFICATION STYLES */
.notification {
	background-position: 6px 6px !important;
	background-repeat: no-repeat !important;
	border: 1px solid;
	font-size: 13px;
	margin: 0 0 15px;
	padding: 0;
	position: relative;
	/*width:99.8%;*/
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.input-notification {
	background-color: transparent;
	background-position: left 2px;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
	padding: 2px 0 2px 22px;
}

.notification div {
	display: block;
	font-style: normal;
	line-height: 1.5em;
	padding: 4px 10px 4px 28px;
}

.hidden {
	visibility: hidden;
	display: none;
}

.attention {
	background: #FFFBCC url(../images/warning.png) no-repeat scroll 10px 11px;
	border-color: #E6DB55;
	color: #666452;
}

.success {
	background: #D5FFCE url(../images/check.png) repeat scroll 0 0;
	border-color: #9ADF8F;
	color: #556652;
}

.error {
	background: #FFCECE url(../images/error.png) repeat scroll 0 0;
	border-color: #DF8F8F;
	color: #665252;
}

.information {
	background: #DBE3FF url(../images/information.png) repeat scroll 0 0;
	border-color: #A2B4EE;
	color: #585B66;
}

#ctl00_cph1_dd1_Image1, #ctl00_cph1_dd1_Image2, #ctl00_cph1_ddo1_Image2 {
	margin-top: 4px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#ctl00_cph1_btns1, #ctl00_cph1_btns2, #ctl00_cph1_btns3 {
	height: 36px;
}

#ctl00_cph1_imgStartDate {
	margin-top: 3px;
}
