/* Global styles */
* {
	font-family: Arial;
}

/* HTML entities */
body {
	font-size: 10pt;
	background-color: #c7dedc;
}

body.lgfont {
	font-size: 12pt;
	background-color: #c7dedc;
}

input, textarea, select, iframe {
  font-family: Verdana;
  font-size: 10pt;
  border: 1px solid #a5acb2;
}

fieldset {
	border: 0;
}

img {
	border: 0;
}

td {
	text-align: left;
	vertical-align: top;
}
td.right {
	text-align: right;
}
th {
	vertical-align: top;
}

/* Generic styles */
.label {
	vertical-align: top;
	font-weight: bold;
}

.value {
	vertical-align: top;
}

.number {
	text-align: right;
}

.column_comment {
  border-bottom: 1px dotted #00f;
  background-image: url(/images/info.gif);
  background-repeat: no-repeat;
  padding-right: 16px;
  background-position: top right;
  cursor: help;
}

.dumpQuery, .edit-table {
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.dumpQuery th , .dumpQuery td, .edit-table th , .edit-table td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0 3px 0 3px;
}

.odd {
	background-color: #fffde9;
}

.even {
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
}

.center table td {
	text-align: left;
}

.editable {
	font-style: italic;
}

/* Columns */
#left {
	width: 50%;
	float: left;
}

#right {
	width: 50%;
	float: right;
}

/* Page look-and-feel */
#myForm {
	width: 954px;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	left: 0;
}

#header {
}

#header #logo {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0.5em;
	padding-left: 34px;
}

#header #logo a {
	text-decoration: none;
	color: #00f;
}

#leftcol {
	width: 244px;
	padding-left: 34px;
	padding-right: 34px;
}

#nav {
}

#nav td.header {
	color: #842437;
	border-top: 1px dotted #6b6c6e;
	border-bottom: 1px dotted #6b6c6e;
	width: 176px;
	background-color: #fff;
	padding: 7px 0 7px 0;
}

#nav td {
	color: #842437;
	border: 0;
	width: 176px;
	background-color: #fff;
	padding: 7px 0 7px 0;
}

#nav td a {
	color: #6b6c6e;
	text-decoration: none;
}

#nav td a:hover {
	color: #842437;
}

#nav td.linkoff {
	color: #6b6c6e;
	border: 0;
	border-bottom: 1px dotted #6b6c6e;
	background-color: #fffde9;
	padding: 7px 0 7px 0;
}

#nav td.linkoff a {
	color: #6b6c6e;
	text-decoration: none;
}

#nav td.linkoff a:hover, #navtd.linkoff a:active {
	color: #842437;
}

#nav td.linkoff {
	color: #6b6c6e;
	border: 0;
	border-bottom: 1px dotted #6b6c6e;
	background-color: #fffde9;
	padding: 7px 0 7px 0;
}

#nav td.linkon {
	color: #842437;
	border: 0;
	border-bottom: 1px dotted #6b6c6e;
	background-color: #fffde9;
	padding: 7px 0 7px 0;
}

#nav td.linkon a {
	color: #842437;
	text-decoration: none;
}

#nav ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 15px;
}

#nav li {
	padding: 5px 0 5px 0;
}

#nav li a:hover {
	color: #842437;
}

#nav li.off {
	color: #6b6c6e;
}

#nav li.off a {
	color: #6b6c6e;
}

#nav li.off a:hover {
	color: #842437;
}

#feedback a {
	display: block;
	height: 146px;
	width: 176px;
	color: #fff;
	background-image: url(/images/feedback_off.gif);
	background-repeat: no-repeat;
}

#feedback a:hover {
	background-image: url(/images/feedback_roll.gif);
	background-repeat: no-repeat;
}

#rightcol {
	position: relative;
	top: -17px;
	left: -68px;	
	width: 676px;
	padding: 0;
	margin: 0;
}

#rightcol #bigimage {
	padding: 0;
	margin: 0;
	border: 0;
	height: 318px;
}
#onecol {
	padding-left: 30px;
}
#menubar {
	color: #6b6c6e;
	background-color: #dceaea;
	height: 24px;
	width: 676px; 
	font-size: 9pt;
	padding: 0;
	margin: 0;
	border: 0;
}

#menubar #menuleft {
	vertical-align: middle;
	padding-left: 25px;
}

#menubar #menuimage {
	float: left;
	position: relative;
	top: -2px;
}

#menubar #menuright {
	vertical-align: middle;
	padding-left: 100px;
}

#menubar input {
	border: 0;
}

#menubar a {
	text-decoration: none;
	color: #6b6c6e;
}

#menubar a:hover {
	color: #842437;
}

#content {
	display: block;
	width: 594px;
	min-height: 330px;
	color: #6b6c6e;
	background-image: url(/images/bckgrnd_textarea.gif);
	background-repeat: y-repeat;
	padding: 0 0 30px 0;
}

#content #normal {
	padding-left: 30px;
	padding-right: 30px;
}

#content a {
	text-decoration: none;
	color: #842437;
}

#content a:hover {
	text-decoration: underline;
}

#content h3 {
	color: #842437;
	font-weight: normal;
	font-size: 11pt;
	padding-top: 15px;
}

#content.lgfont h3 {
	color: #842437;
	font-weight: normal;
	font-size: 13pt;
	padding-top: 15px;
}
#content #quote {
	color: #842437;
}
#content #bluebox {
	background-color: #dceaea;
	color: #6b6c6e;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
}

#chart {
	display: block;
	width: 895px;
	min-height: 330px;
	color: #fff;
	padding: 0 0 30px 0;
}

#chart td.maroon {
	color: #fff;
	background-color: #842437;
	text-align: center;
	font-weight: bold;
}

#chart td.ltblue {
	color: #000;
	background-color: #dceaea;
	text-align: center;
	font-weight: bold;
}

#chart td.gray {
	color: #000;
	background-color: #d8d6d8;
	text-align: left;
	vertical-align: bottom;
	font-size: smaller;
	font-weight: bold;
	width: 20%;
}
#chart td.gray10 {
	color: #000;
	background-color: #d8d6d8;
	text-align: left;
	vertical-align: bottom;
	font-size: smaller;
	font-weight: bold;
	width: 10%;
}
#chart td.gray15 {
	color: #000;
	background-color: #d8d6d8;
	text-align: left;
	vertical-align: bottom;
	font-size: smaller;
	font-weight: bold;
	width: 15%;
}
#chart td.gray30 {
	color: #000;
	background-color: #d8d6d8;
	text-align: left;
	vertical-align: bottom;
	font-size: smaller;
	font-weight: bold;
	width: 30%;
}
#chart td.ltgray {
	color: #000;
	background-color: #faf7ed;
	font-size: smaller;
	padding: 3px 5px 3px 0;
}

#chart td.ltgrayhr {
	color: #000;
	background-color: #faf7ed;
	font-size: smaller;
	padding: 3px 5px 3px 0;
	border-bottom: 1px solid #6b6c6e;
}

#sitemap {
	display: block;
	width: 534px;
	min-height: 550px;
	color: #6b6c6e;
	background-image: url(/images/bckgrnd_textarea.gif);
	background-repeat: y-repeat;
	padding: 0 30px 30px 30px;
}

#sitemap h3 {
	color: #842437;
	font-weight: normal;
	font-size: 11pt;
	padding-top: 15px;
}

#sitemap.lgfont h3 {
	color: #842437;
	font-weight: normal;
	font-size: 13pt;
	padding-top: 15px;
}

#sitemap a {
	text-decoration: none;
	color: #6b6c6e;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap ul {
	list-style-type: none;
	list-style-position: inside;
}

#myreport {
	display: block;
	width: 534px;
	min-height: 550px;
	color: #6b6c6e;
	background-image: url(/images/bckgrnd_textarea.gif);
	background-repeat: y-repeat;
	padding: 0 30px 30px 30px;
}

#myreport table {
	border: 0;
	margin: 50px 0 0 0;
	padding: 25px 0 0 0;
	width: 100%;
	cell-padding: 0;
	color: #6b6c6e;
}	

#myreport th {
	color: #842437;
	text-align: left;
	vertical-align: middle;
	font-size: 11pt;
	font-weight: normal;
	padding: 0;
	padding-left: 5px;
	border: 0;
	height: 30px;
}

#myreport.lgfont th {
	color: #842437;
	text-align: left;
	vertical-align: middle;
	font-size: 13pt;
	font-weight: normal;
	padding: 0;
	padding-left: 5px;
	border: 0;
	height: 30px;
}

#myreport td {
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding: 0;
	padding-left: 5px;
	font-size: 10pt;
	height: 30px;
} 

#myreport.lgfont td {
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding: 0;
	padding-left: 5px;
	font-size: 12pt;
	height: 30px;
} 

#myreport a {
	color: #6b6c6e;
	text-decoration: none;
}

#myreport a:hover {
	text-decoration: underline;
	color: #842437;
}

td.tabs {
	background-color: #fffddf;
}

#page a {
	display: block;
	height: 60px;
	width: 82px;
	color: #fffddf;
	background-image: url(/images/addpage_off.gif);
	background-repeat: no-repeat;
}

#page a:hover {
	background-image: url(/images/addpage_roll.gif);
	background-repeat: no-repeat;
}

#addnote a {
	display: block;
	height: 66px;
	width: 82px;
	color: #fffddf;
	background-image: url(/images/addnote_off.gif);
	background-repeat: no-repeat;
}

#addnote a:hover {
	background-image: url(/images/addnote_roll.gif);
	background-repeat: no-repeat;
}

#viewnote a {
	display: block;
	height: 66px;
	width: 82px;
	color: #fffddf;
	background-image: url(/images/viewnote_off.gif);
	background-repeat: no-repeat;
}

#viewnote a:hover {
	background-image: url(/images/viewnote_roll.gif);
	background-repeat: no-repeat;
}

#instructions {
	margin-left: 15%;
	margin-right: 15%;
}

#body {
	font-size: 10pt;
	padding: 0.5em 0 0.5em 0;
	border: 0;
}

#body.lgfont {
	font-size: 12pt;
	padding: 0.5em 0 0.5em 0;
	border: 0;
}

#goochart {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000;
}

#footer {
	position: relative;
	top: -30px;
	border: 0;
	margin: 0 34px 0 34px;
	clear: both;
	background-color: #fff;
	font-size: 8pt;
}
#footer #text {
	color: #6b6c6e;
	background-color: #c7dedc;
	vertical-align: middle;
	padding-left: 1.0em;
}
#footer ul {
	margin: 0;
	padding: 5px 2em 0 0.5em;
	list-style: none;
	border: 0;
	height: 21px;
	background-color: #c7dedc;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #6b6c6e;
}

#footer li a {
	text-decoration: none;
	color: #6b6c6e;
	border-right: 1px solid #6b6c6e;
	padding-right: 0.5em;
}

#footer li a.red {
	text-decoration: none;
	color: #842437;
	border-right: 1px solid #6b6c6e;
	padding-right: 0.5em;
}

#footer li a:hover {
	text-decoration: underline;
}

/* Autocomplete */
div.autocomplete {
	position: absolute;
	width: 400px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	height: 20em;
	overflow: scroll;
	display: block
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 2px;
	height: 42px;
	cursor: pointer;
	line-height: 1em;
}

div.autocomplete ul li .informal {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
}

/* Popups */
.x_popup {
	z-index: 100;
	position: absolute;
	border: 0;
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.x_popup .x_popup_title {
	background-color: #dceaea;
	color: #dceaea;
	padding: 2px 0 2px 0;
	font-weight: bold;
	border: 0;
	text-align: center;
}

.x_popup .x_popup_body {
	margin: 2px;
	padding: 0;
	border: 0;
}
.x_popup .x_popup_body #tag {
	color: #842437;
	margin: 15px 0 0 15px;
}
.x_popup .x_popup_body #note {
	color: #6b6c6e;
	border: 0;
	margin: 15px;
}
.x_popup .x_popup_buttons {
	text-align: right;
	background-color: #fffddf;
}
.x_popup .x_popup_buttons input {
	border: 0;
	color: #6b6c6e;
	background-color: #fffcd7;
	font-size: smaller;
}
.x_popup .x_popup_buttons input:hover {
	color: #842437;
	text-decoration: underline;
}
/* Screen only */
@media screen {

	.noprint { }

	* {
		margin: 0;
	}
}

/* Print only */
@media print {

	.noprint {
		display: none;
	}
}

