/* Reset CSS Styles */
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: "" "";
}
/* ENd Reset CSS Styles */

#logo {
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(../images/logo_main.gif) no-repeat top right;
	width: 103px;
	height: 80px;
}

body, td, th {
	font-family: sans-serif;
}

textarea {
	font-family: sans-serif;
	font-size: 11px;
}

a {
	color: blue;
}

form {
	padding: 0;
	margin: 0;
}

div.stockimg {
	float: right;
	border: 2px #ddd solid;
	color: #aaa;
	text-align: center;
	font-size: 0.8em;
	padding: 4px;
	margin: 4px 0 4px 4px;
	background-color: white;
}

h1 span {
	display:none;
}

img {
	border: 0;
}

table.formleftright {
	padding-top: 5px;
}

table.formleftright span.th, th {
	font-weight: bold;
}

table.formleftright th, table.formleftright span.th {
	text-align: right;
}

table.formleftright th {
	font-size: 0.8em;
	background-color: #EEF7EE;
}
table.formleftright td {
	font-size: 0.8em;
	background-color: white;
}

table.formleftright th a:hover, table.formleftright td a:hover {
	text-decoration: none;
}
table.formleftright th a, table.formleftright td a {
	color: blue;
}

table.formtopdown th {
	font-size: 0.8em;
	background-color: #D6E0E6;
}

table.formtopdown th a {
	color: black;
}

table.formtopdown td {
	font-size: 0.8em;
}
table.formtopdown td a {
	color: blue;
}

table.formtopdown td a:hover {
	text-decoration: none;
}

table.formtopdown tr.even {
	background-color: #eef7ee;
}

p, th, td {
	text-align: left;
	padding: 2px;
}

p, th, td, dt, dd, li {
	font-size: 0.9em;
}

h3 {
	background: url('../images/rc_25607d_tl.png') no-repeat top left;
	background-color: #25607D;
	color: white;
	margin-bottom: 0;
	padding: 5px 5px;
	font-size: 0.8em;
}

h3 a {
	color: white;
}

h3 a:hover {
	text-decoration: none;
}

h4 {
	background: url('../images/rc_c1d3db_tl.png') no-repeat top left;
	background-color: #C1D3DB;
	color: black;
	margin-bottom: 0;
	padding: 2px 5px 2px 5px;
	font-size: 0.8em;
}

h4 a {
	font-weight: normal;
	color: white;
	font-size: 0.8em;
}

td.select {
	text-align: center;
}

input[type=text], input[type=password], textarea, select {
   border: 1px #80868A solid;
	padding: 2px;
}

input[type=button], input[type=submit] {
	margin: 2px;
	background-color: #c51015;
	color: white;
	border: 1px black solid;
	font-weight: strong;
	margin-top: 5px;
}

pre.syslog {
	border: 1px #ccc solid;
	background-color: #efefef;
}

pre.payload {
	border: 1px #ccc solid;
	width: 100%;
	height: 400px;
	background-color: #efefef;
	overflow: auto;
}
pre.tablecell {
	overflow: auto;
	height: 40px;
}

.error {
	color: red;
}

td.pager {
	padding: 2px 5px;
	background-color: #d6e0e6;
	font-weight: bold;
	border-bottom: 1px #4D96BA solid;
	border-right: 1px #4D96BA solid;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	margin-left: 0;
}

dl {
	margin-bottom: 10px;
}

#toprightlogo {
	float:right;
	margin: 0;
	padding: 0;
}

#toprightlogo span { display: none; }

a[href$=pdf] {
	background: url(../images/pdf.png) no-repeat top right;
	padding-right: 20px;
}

.dlookup_results
{
	border: 1px #80868A solid;
	background-color: #D6E0E6;
	font-size: 0.7em;
}

.dlookup_results div {
	padding: 2px 5px;
}

.dlookup_results div {
	border-bottom: 1px #B4BCC2 solid;
}

.dlookup_results div:hover {
	background-color: #A6C7D9;
	cursor: pointer;
}

.dlookup_results div:last-child {
	border-bottom: 8px #c51015 solid;
}

.dlookup_results a {
	text-decoration: none;
	display: block;
}

.dlookup {
	background: url(../images/dots.png) no-repeat top right;
}


/* Date picker */
.dpDiv {
	border: 1px #80868A solid;
}

.dpTable {
	background-color: #D6E0E6;
	font-family: sans-serif;
	color: black;
	border: none;
	border-bottom: 8px #c51015 solid;
}

.dpDayTD {
	background-color: #C51015;
	border: 1px #C51015 solid;
	text-align: center;
}

.dpButton, .dpTodayButton {
	margin: 2px;
	background-color: #c51015;
	color: white;
	border: 1px black solid;
	font-weight: normal;
	margin-top: 5px;
}

.dpTitleText {
	color: black;
}

.dpDayHighlight {
	color: black;
}

.dpDayHighlightTD {
	background-color: #A6C7D9;
	border: 1px #B4BCC2 solid;
	text-align: center;
}

.dpTDHover {
	background-color: #A6C7D9;
	border: 1px #A6C7D9 solid;
	color: black;
	text-align: center;
}

.dpTD {
	border: 1px #B4BCC2 solid;
	text-align: center;
}

p {
	margin-top: 2px;
	margin-bottom: 2px;
}

p.h2 {
	background-color: #efefce;
	margin: 0;
	padding: 5px;
}

h2.withp {
	margin-bottom: 0;
}

h2 a {
	font-weight: normal;
	color: black;
	font-size: 0.7em;
}

h2 {
	background: url('../../pub/images/rc_fcd200_tl.png') no-repeat top left;
	background-color: #FCD200;
	color:black;
	font-size: 0.9em;
	padding: 5px 10px;
}

p.h2 a:hover {
	color: red;
	text-decoration: underline;
}

p.h2 a {
	text-decoration: none;
	color: black;
}

span.y {
	color: green;
}

td.special {
	vertical-align: top;
}

td.special .spcbody {
	border: 1px #547278 solid;
	padding: 0;
}

h5 {
	margin: 10px 0 0 0;
	padding: 0;
}

td.special h5 {
	margin: 0;
	padding: 3px;
	background: #547278 url('../images/rc_547278_tr.png') no-repeat top right;
	color: white;
	text-align: center;
}

td.special p {
	text-align: center;
}

td.special p.sell {
	color: red;
	font-weight: bold;
}

.disclaimer {
	font-size: 0.7em;
}

h2.frontpage {
	background: url('../images/rc_6cd96c_tl.png') no-repeat top left;
	background-color: #6CD96C;
}

div.frontpage a:hover {
	text-decoration: none;
}

div.frontpage a {
	color: black;
}

div.frontpage {
	background-color: #EBFFEB;
}

div.frontpage ul li {
	padding-bottom: 5px;
}

div.frontpage ul {
	list-style-type: circle;
	padding: 0;
	margin: 5px 10px 5px 20px;
}

#group_filter {
	padding: 2px;
	margin: 0;
	background-color: #ecf1f6;
}
#group_filter td {
	font-size: 12px;
}

#group_filter th {
	width: 120px;
	text-align: right;
	font-size: 12px;
}

p.message {
	border: 2px #ffa500 solid;
	background-color: #ffda96;
	font-size: 18;
	margin: 0;
	padding: 5px;
}

#search {
	position: absolute;
	right: 20px;
	top: 50px;
}

#search a {
	font-size: 10px;
	color: white;
}

p {
	line-height: 1.5em;
}

#pdesc h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#pdesc h2 {
	font-size: 14px;
	background-color: white;
	background-image: none;
	margin: 0;
	padding: 10px 5px 5px 5px;
}

#pinfo {
	float: right;
	margin-top: -1px;
	margin-left: 5px; 
	margin-bottom: 5px; 
}

#pinfo table {
	border: 1px #25607D solid;
}

#pinfo td, #pinfo th {
	font-size: 11px;
	padding: 5px;
}

#pinfo th {
	font-weight: normal;
	background-color: #25607D;
	color: white;
	text-align: right;
}

#pinfo td {
	width: 150px;
	background-color: white;
}

#pimage p {
	font-size: 9px;
	color: #aaa;
}

#snav {
	position: absolute;
	left: 125px;
	top: 25px;
	color: black;
	font-size: 0.9em;
}

#rnav {
	position: absolute;
	padding: 0 5px 5px 5px;
	color: black;
	font-size: 0.9em;
	right: 10px;
	top: 25px;
}

#tagline {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 5px 0 5px 0;
	margin-left: 115px;
}

#snav a, #rnav a {
	color: black;
}

#snav a:hover, #rnav a:hover {
	text-decoration: none;
}

.rc {
	background-color: #060;
	color: #fff;
}

.rt {
	background: url(../images/rc_006600_tr.png) no-repeat top right; 
}

.rb {
	background: url(../images/rc_006600_br.png) no-repeat top right; 
	clear: both;
}

img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}

#navc {
	padding-top: 26px;
	margin-left: 115px;
}

#nav, #nav ul { 
	padding: 0;
	margin: 0 5px;
	list-style: none;
	line-height: 1;
}

li.l1 {
	display:inline;
	list-style-type: none;
	background-color: #006600;
	font-size: 0.95em;
	float: left;
	padding: 5px;
}

li.l1 a {
	display: block;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
}

li.l2 a {
	font-weight: normal;
	display: block;
	color: #333;
	margin: 0;
	text-decoration: none;
	font-size: 0.75em;
	padding: 2px 10px;
	background-color: #EBFFEB;
}

li.l2 a:hover {
	background-color: #6CD96C;
}

ul.l2 {
	border: 1px #99C99A solid;
}

#nav ul {
	z-index: 1;
}

ul.l2 {
	position: absolute;
	margin: 0;
	left: -999em; 
	color: black;
	background-color: #d6e0e6;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

#content li {
  line-height: 1.5em;
  margin-left: 20px;
}

#content ul {
   list-style-type: disc;
   margin-top: 10px;
}

#content ul ul {
  margin-top: 0;
}

strong {
	font-weight: bold;
}


