﻿*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #C4C4C4 url('/styles/pageback.png') repeat-x top;
	font-family: Verdana, "Lucida Sans", "Microsoft Sans Serif";
	font-size: 12px;
	margin: 20px 0 0 0;
}

img {
	border-style: none;
}

#pagewrap {
	position: relative;
	min-height: 100%;
	background-color: #FFFFFF;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#headerwrap {
	background-color: #000000;
	background: url('/styles/menuback.png') repeat-x top;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
	overflow: auto;
	clear: both;
	width: 900px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#headerwrap a {
	color: white;
	text-decoration: none;
}

#headerwrap a:visited {
	color:white;
	text-decoration:none;
}

#headerwrap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#headerleft {
	position: relative;
	z-index: 3;
	top: 0;
	float: left;
	background-color: #000000;
	color:white;
}

#headerleft li{
	display:inline;
}

#headerright {
	position: relative;
	z-index: 2;
	background-color: #000000;
	color: #C0C0C0;
	text-align: right;
}
#headerright li{
	display:inline;
}

#bodywrap {
	width: 900px;
	background-color: #FFFFFF;
	clear: both;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow:hidden;
}

#line {
	width: 900px;
	height: 10px;
	background-color: #E6EFEF;
	clear: both;
}
	
#search {
	width:700px;
	float:left;
	position:relative
}

#pagetitle {
	width: 704px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}
#logo {
	float: right;
	margin: 10px 0 5px 0;
	width: 196px;
}

#leftcolumn {
	float: left;
	width: 450px;
	overflow: hidden;
}

#rightcolumn {
	width: 435px;
	position: relative;
	float: right;
	background-image: url('rightcolumnback.jpg');
	padding-top: 5px;
	overflow: hidden;
}

#rightcolumn p {
	margin-bottom: 5px;
}

#rightcolumn h1 {
	color:teal;
	text-indent:0px;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	border:0px;
	margin-bottom: 5px;
}

#rightcolumn h2 {
	color:teal;
	font-size:10px;
	text-indent:0px;
	margin-top:10px;
	margin-bottom:3px;
}

#filtercriteria {
	margin: 0 0 0 0;
	border: 1px #D8E5E5 solid;
	clear: both;
	overflow: hidden;
	width: 900px;
	padding-bottom: 10px;
}

#buttonholder {
	margin: 0 0 20px 0;
	width: 900px;
	height: 20px;
}

#results {
	margin-top:50px;
	width:690px;
}

#osctypes {
	margin-left: 20px;
}

#parameters {
	margin-top: 50px;
	margin-left:20px;
}

#drops {
	height: 30px;
}

#stockgrid {
	margin-top: 20px;
}

#stockinfo {
	margin-top:50px;
}

#pndetailbuttons {
	margin-top:20px;
	margin-left:100px;
}

#timestamp {
	margin-top:30px;
}

#imageguide img {
	overflow:hidden;
	margin-left:0px;
}

#resources {
	background-image: url('ResourcesBack.jpg');
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
	border: 1px #D8E5E5 solid;
	font-size: 11px;
	height: 315px;
	clear: both;
}

#highlights {
	width: 420px;
	margin-top: 10px;
	float: left;
}
#highlights p {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}


#highlights li{
	margin-left: 50px;
	margin-bottom: 5px;
	list-style-type: square;
}

#featured {
	padding: 10px 0 10px 20px;
	margin: 0 0 0 0;
	width: 450px;
	height: 210px;
	float: right;
}

#featured h2 {
	margin: 10px 0 0 0;
	color: black;
	font-size: 10px;
	font-weight: bold;
}



#featured1, #featured2, #featured3 {
	margin: 10px 0 0 10px;
	width: 140px;
	height: 189px;
	float: right;
}


.resourcecolumn {
	width: 265px;
	height: 150px;
	float: left;
	padding: 5px 10px 5px 20px;
}

.resourcecolumn p {
	font-size: 11px;
	margin: 0 0 10px 10px;
}

.resourcecolumn a {
	text-decoration:none;
	color:black;
} 

.resourcecolumn a:hover {
	text-decoration:underline;
	color: #008080;
}


.range {
	float:left;
	margin-left: 0px;
	margin-right: 10px;
}

.radio {
	float:left;
	margin-right: 15px;
}

.criteriatitle {
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

.criteriarow {
	font-size:10px;
	color:#505F6E;
}

.criteriapn {
	font-size:14px;
	font-weight:bold;
	color:#505F6E;

}

.resultstitle {
	font-size: 11px;
	font-weight: bold;
	background-color: #E6EFEF;
	height: 30px;
	text-align: left;
}

.resultsrow {
	font-size: 11px;
	color: #000000;
	text-align: left;
	height:40px;
}

.resultsrowalt {
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FFFFCC;
}

.stockrow {
	font-size: 12px;
	color: #000000;
	text-align:left;
	line-height:20px;
}

.newsearch {
	border: 1px #DBDEDE solid;
	height: 20px;
	width: 200px;
	float: right;
	background-color: maroon;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-image: url('NewSearchBack.png');
	background-repeat: repeat-x;
}

table.serieslist {
	width:900px;
	border: 2px #808080 solid;
}

table.serieslist td {
	padding: 5px;
	border-bottom-color: #D8E5E5;
	border-top-color: #D8E5E5;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.topmargin {
	margin: 10px 0 30px 7px;
	font-size: 10px;
}

.parasearch {
	background-color: #505F6E;
	color: white;
	border: 1px #FFFFFF solid;
	font-size: 11px;
	width: 200px;
	height: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-image: url('ParaSearchBack.png');
	background-repeat: repeat-x;
}

.clearparm {
	background-color: #007577;
	color: white;
	border: 1px #DBDEDE solid;
	font-size: 11px;
	width: 200px;
	height: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-image: url('ClearParmBack.png');
	background-repeat: repeat-x;
}

.displayitems {
	background-color: #BDC5CC;
	color: #000000;
	border: 1px #FFFFFF solid;
	font-size: 11px;
	width: 200px;
	height: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.errorboxred {
	background-color: #FFECEC;
	color: maroon;
	border: 1px;
	border-color: maroon;
	border-style: solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 670px;
	display: block;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.errorboxyellow, .nostockbox {
	background-color: #FFFFCC;
	color: maroon;
	border: 1px;
	border-color: maroon;
	border-style: solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 670px;
	display: block;
	padding: 10px;
	margin-top: 20px;
	margin-bottom:20px;
}

.ecxmessage p {
	color: maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 670px;
	margin:15px 0px 0px 20px;
}


.pninputbox {
	width: 200px;
	height: 20px;
	margin-left: 50px;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #505F6E;
}

.input {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bigpn {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0px 0px 20px;
}

.pndetailtitle {
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding: 2px;
}

.pndetailvalue {
	text-indent: 20px;
	font-size: 14px;
	color: #000000;
	padding: 2px;
}

.checkboxpanel {
	margin-left: 20px;
	line-height: 20px;
}

.floatr {
	float:right;
}

#plbutton {
	margin: 30px 0px 10px 12px;
	text-align: center;
}

h1 {
	border-left: thick #008080 solid;
	font-size: large;
	text-indent: 10px;
}

h2 {
	margin: 10px 0 10px 15px;
	color: #008080;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

h5 {
	color: teal;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 5px 20px;
}

#osctypes h3, #parameters h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-left:0px;
}

h6 {
	font-size: small;
	font-weight: normal;
	text-indent:50px;
}

#stocksearchmenu {
	width: 500px;
	margin-left: 70px;
	margin-top: 30px;
}

#stocksearchmenu p {
	margin-left: 20px;
	margin-bottom:20px;
	margin-top: 5px;
}

#stocksearchmenu li{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	list-style-type: decimal;
}

.oscillatorhighlights {
	width: 650px;
	margin-left: 50px;
	margin-top: 10px;
}

.oscillatorhighlights li{
	list-style: square outside;
}


.smalltext {
	font-size:10px;
}

.contact {
	width:600px;
	margin-left: 50px;
	margin-bottom:0px;
	margin-top:30px;
}

.contact h2 {
	color: teal;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	text-indent:0;
}

.indent {
	text-indent: 30px;
	margin-bottom:20px;
}

.menuitem {
	color: teal;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
}

.dropdown {
	margin-left:20px;
	font-size:10px;
	float:left;
}

.textbox {
	margin:5px;
}

.itemcount {
	float:right;
	color:maroon;
}

.detailparms {
	line-height:20px;
}

#backtotop {
	float:right;
}

#backtotop p {
	font-size: 10px;
	margin: 0 0 10px 0;
}

#backtotop a {
	text-decoration: none;
	color: #505F6E;
} 

#backtotop a:hover {
	text-decoration:underline;
	color: #008080;
}

#footer {
	height: 15px;
	background-color: #000000;
	background: url('/styles/footerback.png') repeat-x top;
	clear: both;
	width:930px;
	color: silver;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#footer li {
		display:inline;
}

#footer a {
	color: silver;
	text-decoration: none;
}

#footer a:visited {
	color:silver;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
