﻿
/* General reset for almost all browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* TMW page specific items */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fcfdfc;
	background-color: #000000;
}
br { clear: both; }
a {
	text-decoration: none;
	color: #fcfdfc;
}
a:hover {
	/* color: #7eb803; */
	color: #909090;
}
.charcoalBG {
	background-color: #1F1F1F;
}

.top {
	position: relative;
}
.topleft {
	width: 50%;
	float: left;
}
.companyname {
	font-family: "Times New Roman";
	font-size: 40px;
	position: absolute;
	top: 50px;
	left: 8%;
	float: left;
}
.companyslogan {
	font-size: 16px;
	color: #7b97d8;
}
.menuitem {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-left: 50px;
	margin-top: 30px;
	list-style-image: url('images/green_arrow.gif')
}
.menuitemactive, .menuitemactive a {
	color: #aee833;
	/*color: #7b97d8;*/
}
.topmiddle {
	width: 35%;
	position: absolute;
	left: 45%;
}
.topright {
	/* border: 1px solid blue; */
	width: 9%;
	font-size: 12px;
	position: absolute;
	left: 80%;
	top: 50px;
}
.bottomMenu {
	text-align: center;
	width: 84%;
	margin-top: 10px;
	font-size: 14px;
	clear: both;
	margin-left: 8%;
}
.copyrightLine {
	text-align: center;
	width: 84%;
	margin-top: 10px;
	font-size: 14px;
	clear: both;
	margin-left: 8%;
}

/* Product Specific */
#alert {
	position: relative;
	clear: both;
	width: 100%;
	/*color: #DD7676; -- this looks good on white background */
	color: #FFFF33;
	font-weight: 900;
	font-size: .9em;
	text-align: center;
}
.leftProd {
	position: relative;
	width: 30%;
	margin-top: 10px;
	margin-left: 5%;
	float: left;
	white-space: nowrap;
}
.rightProd {
	position: relative;
	float: right;
	width: 25%;
	left: 0;
	margin: 0;
	margin-top: 10px;
	margin-left: 5%;
	float: left;
	white-space: nowrap;
}
.heading {
	/*color: #aee833;*/
	color: #7b97d8;
}


.bottom {
	/* border: 1px solid green; */
	clear: both;
	position: relative;
	top: 380px;
	line-height: 125%;
}
.hding {
	border-top: 2px dotted #aeaeae;
	border-bottom: 2px dotted #aeaeae;
	padding: 9px;
	padding-left: 10px;
	float: left;
}
.heading1col1 {
	width: 82%;
	text-align: left;
	margin-left: 8%;
}
.heading1col1body { position: relative; top: 5px; }
.heading2col1 {
	width: 20%;
	text-align: left;
	margin-left: 8%;
}
.heading2col2 {
	width: 60%;
	text-align: left;
	border-left: 2px dotted #aeaeae;
}
.heading2col1body {
	padding: 9px;
	padding-left: 10px;
	float: left;
}
.heading2col2body {
	padding: 9px;
	padding-left: 10px;
	float: left;
}
.heading3col1 {
	width: 28%;
	text-align: left;
	margin-left: 8%;
}
.heading3col2 {
	width: 27%;
	text-align: left;
	border-left: 2px dotted #aeaeae;
}
.heading3col3 {
	width: 27%;
	text-align: left;
	border-left: 2px dotted #aeaeae;
}
.heading3col1body {
	padding: 9px;
	padding-left: 10px;
	float: left;
}
.heading3col2body {
	padding: 9px;
	padding-left: 10px;
	float: left;
}
.heading3col3body {
	padding: 9px;
	padding-left: 10px;
	float: left;
}
.teampic {
	float: left;
	padding-left: 10px;
	width: 113px;
	height: 150px;
	padding: 2px;
	border: 1px solid gray;
	clear: both;
}
.teamtext {
	font-size: 14px;
	margin-left: 145px;
}
.newPara {
	clear: both;
	height: 15px;
}
.alignRight {
	float: right;
	display: inline-block;
}
.readMoreText {
	position: relative;
	padding-top: 8px;
	font-size: 14px;
	color: #7b97d8;
}
.readMoreText a {
	color: #7b97d8;
}
.readMoreText a:hover {
	color: #9bb7f8;
	text-decoration: underline;
}
.subtitles {
	color: #7b97d8;
}

/* Team Pic information */
.overflow { overflow: hidden; }
.centerit { text-align: center; }
/*#greenbar { color: #aee833; }*/
#greenbar { color: #7b97d8; }
#Info { position: relative; padding-left: 5%; }
/*#Info { border: 1px solid gray; }*/
TH { border-bottom: 1px solid gray; padding-right: 2px; }
#col1row1 { border: none; }
/*TH { text-decoration: underline; border-bottom: 1px solid gray; }
#col1row1 { text-decoration: underline; border: none; } */
#col1 { border-right: 1px solid gray; }

/* Market information */
.mktInd {
	border: 1px solid gray;
	width: 29px;
	height: 44px;
	padding: 5px;
	float: left;
	margin-top: 10px;
	position: relative;
	/* background-color: white; */
}
.indices {
	border: 1px solid gray;
	width: 70%;
	color: #6d8a9c;
	float: left;
	margin-top: 10px;
	/* color: #1d3a4c; background-color: white; */
}
.realIndex {
	text-align: left;
	font-family: helvetical, verdana, arial, sans-serif;
	padding: 6px 5px 6px 4px;
	float: left;
}
.realIndex a {
	color: #7b97d8;
}
.realIndex a:hover {
	color: #9bb7f8;
	text-decoration: underline;
}
.upValue {
	color: #aee833;
}
.downValue {
	color: red;
}
.nochangeValue {
	color: blue;
}
.realIndexValue {
	font-size: 12px;
}
.realIndexPct {
	font-size: 10px; color: #aeaeae;
}
.rl {
	height: 15px;
}
.textfld {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #696969;
	color: #fcfdfc;
	border: none;
	padding-left: 5px;
	/*width: 60%;*/
	overflow: hidden;
}
.emailaddy {
	padding-left: 15px;
}
.emailaddy a {
	color: #7b97d8;
}
.addr {
	margin-left: 15px;
}
.singlelinefld {
	/*height: 20px;*/
	min-height: 20px;
}
.frmbutton {
	background-color: #000000;
	color: #fcfdfc;
	float: right;
	border: none;
}
.frmbutton:hover {
	background-color: #696969;
	color: #fcfdfc;
}

.specSheetDesc {
	clear: both;
	float: left;
	position: relative;
	width: 24%;
	top: 0;
	vertical-align: top;
	text-align: left;
	font-weight: 700;
	font-size: 120%;
	padding-top: 10px;
	line-height: 125%;
	color: #7b97d8;
}
.specSheetDescText {
	float: right;
	position: relative;
	text-align: left;
	width: 75%;
	padding-top: 10px;
}
#specSheetAnalysis {
	clear: both;
	text-align: left;
	width: 75%;
	padding-top: 10px;
}
#specSheetHeader {
	color: #7b97d8;
	font-weight: 700;
	text-align: center;
}
.specSheetAnalysisCol1 {
	clear: none;
	float: left;
	width: 50%;
	text-align: left;
}
.specSheetAnalysisCol2 {
	float: right;
	clear: none;
	width: 50%;
	text-align: left;
}
.specSheetAnalysisCol31 {
	clear: none;
	float: left;
	width: 33%;
	text-align: left;
}
.specSheetAnalysisCol32 {
	float: left;
	clear: none;
	width: 33%;
	text-align: left;
}
.specSheetAnalysisCol33 {
	float: right;
	clear: none;
	width: 33%;
	text-align: left;
}

#speclogo {
	visibility: hidden;
	display: none;
}

.double_blue {
	display: inline;
	border-bottom: 5px double #7b97d8;
}

.mkt_table {
	width: 100%;
	font-size: 14px;
}
.mw_col_title {
	text-decoration: underline;
	color: #7b97d8;
	text-transform: uppercase;
	font-size: 16px;
}
.mkt_txt_left {
	display: inline;
	position: relative;
	float: left;
	width: 50%;
	min-width: 120px;
	white-space: nowrap;
	/*border: 1px solid green;*/
}
.mkt_dot_leader {
	/*border: 1px solid red;*/
	display: block;
	float: left;
	width: 50%;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px dotted #222;
}
.mkt_num_right {
	display: inline;
	position: relative;
	float: right;
	width: 10%;
	white-space: nowrap;
	padding-right: 15px;
	/*border: 1px solid blue;*/
}
.mkt_intl {
	color: #aee833;
}
.mkt_indent {
	margin-left: 15px;
	margin-right: -15px;
}

.links {
	text-align: left;
	font-size: 14px;
}

.copyright {
	text-align: center;
	width: 84%;
	margin-top: 10px;
	font-size: 14px;
	clear: both;
	margin-left: 8%;
}