/* 
    Document   : sitb.css
    Description: Style sheet for stock investors tool kit
*/

body { text-align: left; font-family: Trebuchet, Arial, Verdana, Futura, Helvetica, sans-serif; font-size: 12pt; background-color: #EADFBE; margin: 4px 4px 4px 4px; }
p {color: black; font-size: 0.8em; /* line-height: 110%; */ margin-top: 0; }
h1 {color: #717018; font-size: 1.75em; margin-top: 0; margin-bottom: 15px; }
h2 {color: #ffffff; font-size: .8em; margin-bottom: 0; margin-top: 0; padding: 3px 0px 3px 10px; background-color: #715B18; }
a:link { font-size: 0.9em; color: #715B18; text-decoration: none; }
a:active { font-size: 0.9em; color: green; text-decoration: none; }
a:visited{ font-size: 0.9em; color: #3D6516; text-decoration: none; }

img {
	border: none;
}

/*----- specific divs --------------------------------------------------------*/

#topContainer {
	background-color: #EADFBE;
	margin: 0 auto 0 auto;
/*	width: 989px; */
/*	text-align: left; */
}

#headerDiv {
	position: relative;
	width: 100%;
	clear: both;
	background-color: #D4D48C;
	color: #715B18;
	padding: 6px 0px 6px 0px;
	border-top: 2px solid #715B18;
	border-bottom: 6px solid #715B18;
	border-left: none;
	border-right: none;
	margin-left: 0px;
	margin-right: 0px;
}

#headerTable {
	width: 100%;
	color: #715B18;
	vertical-align: bottom;
}

#headerTable td {
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 10px;
}

#siteTitle {
	font-size: 2.5em;
	text-align: left;
}

#subTitle {
	float: right;
	font-size: 1.5em;
	text-align: right;
}

#containerDiv {
	position: relative;
	width: 100%;
	margin-top: 8px;
	padding: 0px;
	clear :both;
}

#leftColumn {
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
}

#centerColumn {
	/*
	margin-left: 189px;
	margin-right: 202px;
	*/
	margin-left: 185px;
	margin-right: 197px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0;
}

#rightColumn {
	width: 192px;
	position: absolute;
	top: 0;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

#toolBlock {
	margin: 0px;
	padding: 0px;
}

#leftTopAd {
	display: none;
	border: 2px solid #715B18;
	padding: 8px 0px 8px 0px;
	background-color: white;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 3px;
}

#leftMiddleAd {
	display: none;
	border: 2px solid #715B18;
	padding: 8px 0px 8px 0px;
	background-color: white;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 3px;
}

#leftBottomAd {
	border: 2px solid #715B18;
	padding: 8px 0px 8px 0px;
	background-color: white;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 3px;
}

#centerBottomAds {
	display: none;
	position: relative;
	width: 617px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 0px;
	border: 1px solid #715B18;
	background-color: white;
	text-align: center;
}

#rightTopAd {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 3px;
	border: 2px solid #715B18;
	padding: 4px 4px 4px 4px;
	background-color: white;
}

#rightMiddleAd {
	display: none;
	border: 2px solid #715B18;
	padding: 4px 4px 4px 4px;
	background-color: white;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 3px;
}

#rightBottomAd {
	border: 2px solid #715B18;
	padding: 4px 4px 4px 4px;
	background-color: white;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}

.graphBlock {
	text-align: center;
	border: 2px solid #715B18;
	padding: 4px 4px 4px 4px;
	background-color: #D4D48C;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}

.graphCanvas {
	width: 180px;
	height: 180px;
}

#rightGraph1 {
	display: none;
}

#rightGraph2 {
	display: none;
}

#footerDiv {
/*	width: 619px; */
	width: 100%;
	margin-top: 5px;
	border-top: 2px solid #715B18;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .75em;
	text-align: center;
	color: #715B18;
}

#footerDiv a {
	font-weight: bold;
	text-decoration: underline;
}

/*----- local nav bar styles -----*/

div#navSpace {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: white;
	border: 1px solid black;
}

div#navSpace a {
	display: block;
	padding: 4px 8px;
	margin: 0;
	font-size: 0.7em;
	text-align: left;
	border-top: 1px solid gray;
}

div#navSpace a:hover { background-color: #D4D48C; }

/*
div#navSpace a:link { color: blue; }
div#navSpace a:active { color: green; }
div#navSpace a:visited { color: red; }
*/

/*----- Getting Started Formatting -----*/

#gettingStarted {
	margin-top: 10px;
}

#gettingStarted h1 {
    color: #715B18;
	font-size: 1.25em;
	margin-top: 4px;
	margin-bottom: 4px;
}

#gettingStarted li {
	font-size: 0.9em;
	margin-bottom: 8px;
}

#gettingStarted ul {
	margin-top: 5px;
}

#gettingStarted p {
	font-size: 0.9em;
	margin-bottom: 8px;
}

#gettingStarted a {
	text-decoration: underline;
}


/*----- other ---------------------------------------------------------------*/

#calculatorErrorMessage {
	font-style: italic;
	color: #715B18;
}

#changeIndicator {
    color: #715B18;
}

#addedIndicator {
    color: #715B18;
}

.brownBar {
	border-style: solid;
	border-color: #715B18;
}

.buttonStandard {
	width: 110px;
	background-color: #D4D48C;
	border-color: #EAE9AE;
	color: black;
}

/* ============================= */
/* TOOL NAVBAR                   */
/* ============================= */

.menuTab {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
}

.menuTab li {
	display: inline;
	float: left;
	font-size: .9em;
	padding: 8px 0px 5px 0px;
}

.menuTab a {
	position: static;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-bottom: none;
	padding: 7px 8px 8px 8px;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D4D48C;
	text-decoration: none;
	color: #000000;
	z-index: 100;
}

.menuTab a:hover {
	background-color: #707F62;
	text-decoration: none;
	color: #EAE9BE;
}

.menuTab a.selected {
	position: relative;
	background-color: #9DBF7E;
}

.menuTab a.notSelected {
}

