/* CSS for the ORPS website */

body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #ccc;
	color: black; 
}

#maintable {
	z-index: 1;
	position: relative;
}

#innertable {
	background: #DFF3D2;
	padding-left: 30px;
	padding-right: 30px;
}

table {
	background: #fff;
	padding: 10px 0 10px 10px;
}

table.green {
	background: #CFF9B5;
	vertical-align: top;
}

td.padleft {
	padding-left: 20px;
	padding-right: 2px;
	padding-top: 20px;
}

td.padright {
	padding-top: 20px;
	padding-left: 2px;
	padding-right: 20px;
}

td.padboth {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

td.titlecell {
	vertical-align: bottom;
	padding: 10px 0 0 10px;
	border-style: none none solid none;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}

td.subtitlecell {
	vertical-align: top;
	padding: 0 0 15px 10px;
	border-style: solid solid none none;
	border-right-width: 1px;
	border-right-color: #ccc;
}

tr.headrow td {
	background-color: #C0C0C0;
	font-weight:bold;
}

#graph {
	position: absolute;
	left: 840px;
	top: 10px;
	z-index: 2;
}

h1 {
	font-size: 34pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #6D6F72; 
	font-weight: normal;
	margin-top: 10px;
}

h2 {
	font-size: 18pt; 
	font-family: Verdana, Helvetica, sans-serif; 
	color: #000000;
}

h3 {
	font-size: 14pt; 
	font-family: Verdana, Helvetica, sans-serif; 
	color: #609441;
}

p, .in {
	font-size: 9pt; 
	font-family: Verdana, Helvetica, sans-serif; 
}

p.greenli {
	font-size: 14pt; 
	font-weight: bold;
	color: #314525; 
	line-height: 95%; 
	margin: 0px;
}

p.quotebox {
	font-family: Arial, Helvetica, sans-serif; 
	text-indent: -5px;
	padding: 10px 20px 10px 20px;
	background: #CFF9B5;
	color: #314525;
}

p.centerbox {
	text-align: center;
	padding: 10px;
	background: #CFF9B5;
	color: #314525;
	border-style: solid;
	border-color: #314525;
	margin: 0px 350px;
}

p.tinier {
	font-size: 8pt;
	margin-bottom: 8px;
}

p.tiniest {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 10px;
}

.orange {
	color: #FF6400;
}

.nav {
	background: #609441;
}

/* Links */

A:link { color:#314545; text-decoration: underline; }
A:visited { color:#314545; text-decoration: underline; }
A:active { color:#58C31A; text-decoration: none; }
A:hover { color:#58C31A; text-decoration:none; }

A:link.nav { color:#314545; text-decoration: none; }
A:visited.nav { color:#314545; text-decoration: none; }
A:active.nav { color:#CFF9B5; text-decoration: none; }
A:hover.nav { color:#CFF9B5; text-decoration:none; }

A:link.orange { color:#FF6400; text-decoration: underline; }
A:visited.orange { color:#FF6400; text-decoration: underline; }
A:active.orange { color:#6E3218; text-decoration: none; }
A:hover.orange { color:#6E3218; text-decoration:none; }


/* Fancy List */

ul.fancy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.arrow {
	background: #D7E9C7;
	background-image: url('li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 30px; 
	padding-right: 20px;
}

li.arrownop {
	background-image: url('li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 30px;
	font-size: 9pt; 
	font-family: Verdana, Helvetica, sans-serif; 
	line-height: 150%;
}

li.arrow2 {
	background-image: url('li_arrow2.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 40px; 
	padding-right: 20px;
	margin: 0px;
}

li.arrow3 {
	background-image: url('li_arrow.png');
	background-repeat: no-repeat;
	background-position: 30px 15px; 
	padding-left: 60px; 
	padding-right: 20px;
}

li.bonus {
	background-image: url('bonus.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 90px; 
	padding-right: 20px;
	margin: 0px;
}

/* Footer */

#footertable {
	background: #fff;
	height: 85px;
	width: 975px;
	margin: 0 auto;
	padding-left: 30px;
}

#footertable p{
	color: #6D6F72;
	font-size: 11px;
}

#footertable td{
	vertical-align: top;
}

#footertable A:link { color:#609441; text-decoration: none; }
#footertable A:visited { color:#609441; text-decoration: none; }
#footertable A:active { color:#6D6F72; text-decoration: none; }
#footertable A:hover { color:#6D6F72; text-decoration:none; }


/* FreshView Newsletter */

#freshtable {
	background: #DFF3D2;
	border: black solid 2px;
}

#freshtable H6 {
	font-size: 10pt;
	line-height: 175%;
	font-weight: bold;
	color: white;
	background-color: #6D6F72;
	font-family: Verdana, Helvetical, Arial, sans-serif;
	text-align: center;
}

#freshtable ol li {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt; 
}

#freshtable ul {
	list-style-type: square;
	margin-left: 2em;
	margin-right: 1em;
}

#freshtable ul li {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt; 
	margin-bottom: 0.5em;
}

#freshtable ol ul {
	list-style-type: circle;
}

#freshtable ol ul li {
	font-size: 9pt; 
}

