﻿*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-position: center;
	height: 100%;
	font-family: Verdana, "Lucida Sans", "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #ECEEF1;
	background-image: url('Images/pageshadow.jpg');
	background-repeat: repeat-y;
}
* html #pagewrap {
	height: 100%;
}

img {
	border-style: none;
}

#pagewrap {
	position: relative;
	min-height: 100%;
	background-color: #FFFFFF;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#headerwrap {
	position: relative;
	z-index: 0;
	background-color: #000000;
	overflow: auto;
	clear: both;
	width: 900px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left:15px;
	padding-right:15px;
}
#headerwrap a {
	color:white;
	text-decoration:underline;
}

#headerwrap a:visited {
	color:white;
	text-decoration:underline;
}

#headerwrap a:hover {
	color:red;
	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: 30px;
	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: 672px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}
#logo {
	float: right;
	margin: 10px 0 5px 0;
	width: 228px;
}

#leftcolumn {
	padding: 0 20px 20px 20px;
	float: left;
	width: 860px;
}

#rightcolumn {
	border-color: #ECEEF1;
	border-width: 1px;
	border-style: solid;
	width: 175px;
	height: 460px;
	position: relative;
	float: right;
	padding: 10px;
	background-image: url('Images/rightcolumnback.jpg');
	font-size:10px;
}

#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;
}

#searchcriteria {
	background-color: #E6EFEF;
	padding: 3px 3px 15px 3px;
	clear:both;
}

#buttonholder {
	width: 900px;
	float: right;
}

#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;
}

#pndetail {
	width:900px;
}
#pndetail p {
	margin-top:20px;
	margin-bottom:5px;
}

#pndetail a {
	margin: 0 0 0 0;
}

#imageguide img {
	overflow:hidden;
	margin-left:0px;
}

.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:10px;
	font-weight:bold;
	background-color:#E6EFEF;
	height:30px;
	text-align:left;
}

.resultsrow {
	font-size: 10px;
	color: #000000;
	text-align:left;
	line-height:20px;
}

.stockrow {
	font-size: 12px;
	color: #000000;
	text-align:left;
	line-height:20px;
}

.newsearch {
	border: 1px #FFFFFF solid;
	height: 20px;
	width: 150px;
	float: right;
	background-color: maroon;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.topmargin {
	margin-top:30px;
}

.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;
}

.clearparm {
	background-color: #007577;
	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;
}

.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 {
	font-size: small;
	font-weight: normal;
	text-indent:50px;
}

h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

h4 {
	border: 1px #0000FF solid;
	color: #0000FF;
	background-color: #FFFFE8;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 3px 5px 3px;
	margin-bottom: 50px;
	margin-top: 0;
	width: 620px;
}

h5 {
	color:teal;
	font-weight:normal;
	font-size:14px;
	margin: 30px 0 5px 20px;
}

#osctypes h3, #parameters h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-left:0px;
}

h6 {
	text-align:center;
	font-size: small;
	margin:5px;
}

#stocksearchmenu {
	width: 700px;
	margin-left: 30px;
	margin-top: 30px;
}

#stocksearchmenu p {
	margin-bottom: 5px;
	margin-top: 20px;
}

#stocksearchmenu li{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	list-style-type: decimal;
}

.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;
}

#footer {
	height: 15px;
	background-color: #000000;
	clear: both;
	width:930px;
	color: silver;
	text-align:center;
	position:relative;
	margin-top: -25px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer li {
		display:inline;
}

#footer a {
	color:silver;
	text-decoration:underline;
}

#footer a:visited {
	color:silver;
	text-decoration:underline;
}

#footer a:hover {
	color:red;
	text-decoration:underline;
}

