
body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	background: #E7E7E7;
}

a {
	text-decoration: none;
	color: #B60400;
}

a:hover {
	color: White;
	background-color: #286ea0;
}

a img {
	border: 0;
}

.blue {
	color: #286ea0;
}

.red {
	color: #B60400;
}

#bg { 
	width: 760px;
	margin: 0 auto;
	margin-top: 0px;
	Xheight: 580px;
	padding: 6px 10px 0px 10px;
	background: url(bg-body.gif) repeat-y;
}

#bg-top { 
	top: 0;
	width: 760px;
	margin: 0 auto;
	margin-bottom: 0px;
	height: 6px;
	padding: 6px 10px 0px 10px;
	background: url(bg-top.gif) no-repeat;
	font-size: 1px;
}

#wholepage {
	margin-top: 0px;
	padding: 0px 4px 0px 2px;
	color: #303030;
	width: 736px;
}

#verytop {
	clear: both;
	text-align: right;
	padding: 10px 15px 0 0;
	margin: 0px 0 3px 0;
	height: 10px;
	border-bottom: 2px solid #eee;
	background: #FFF url(fade.gif) repeat-x;
	color: #808080;
}

#title {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#toptitle {
	float: right;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#slogan {
	margin:  10px 20px 15px 155px;
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: right;
}

#left-bar {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#top-links {	
	list-style: none;
	width: 150px;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#top-links li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

#top-links li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
#top-links li a:hover {
	color: #286ea0;
}

.sec-nav {
	margin-top: 10px;
	color: #6B6B6B;
}

.sec-nav li {
	list-style: none;
}

.sec-nav a {
	text-decoration: underline;
}

.sec-nav ul {
	margin: 0px;
	padding: 0px;
}


.sec-nav ul li a {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	Xheight: 10px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 2px 1px 1px 1px;
	background: #fff;
}	

.sec-nav ul li a:hover {
	color: White;
	background-color: #286ea0;
}

.sec-nav h2 {
	font-size: 1em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.sec-nav p {
	margin: 0;	
}

.more {
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding-right: 5px;
}

.more a{
	font-size: 8pt;
	color: #808080;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#infobox {
	border: 1px solid #ccc;
	background: #ffe0e0;
	padding: 3px;
	margin: 10px 0px 10px 0px;
}

.content h2 {
	font-size: 1.2em;
}

.content h3 {
	font-size: 1.0em;
}

.content {
	float: none;
	margin-left: 160px;
	padding: 0px 10px 20px 20px;
	color: #5D5D5D;
}

#pic {
	margin:  0 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(large-header.jpg) repeat-x;
	height: 146px;
}

#pic-small {
	margin:  0 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(small-header.jpg) repeat-x;
	height: 80px;
}

#pic h2 {
	margin: 0px;
	padding: 15px 0 2px 5px;
	font-size: 12pt;
	color: #3A6794;
}

#pic p {
	margin: 0;
	padding: 0 0 0 5px;
	color: #5488BC;
	width: 260px;
}

#downbox {
	clear: left;
	margin: 15px 10px 15px 10px;
	border: 1px solid #819CD7;
	background: #CDE1F9;
}

#downbox p {
	padding: 6px;
	margin: 0;
}

#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding: 9px 10px 9px 0;
	margin: 10px 5px 10px 5px;
	border: 1px solid #ccc;
	
}

#footer a {
	text-decoration: underline;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}

#quick-menu {
	text-align: right;
	padding: 0px;
}

#quick-menu a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	padding: 0px 10px 0 10px;
	background: #fff;
	border-left: 1px dotted #ccc;
}	
	
#quick-menu a:hover {
	color: #286ea0;
}

.content {
}

.content .clid {
	font-size: x-small;
	padding: 5px 10px 5px 30px;
	float: none;
}

.content .clload {
	padding: 2px 10px 0px 0px;
	float: right;
}

.content .cldescription {
	font-style: italic;
	padding: 10px 10px 5px 30px;
}

.content .variables {
	padding: 0px 10px 10px 30px;
}

.content .variable {
	height: 100%;
	clear: right;
}

.content .varname {
	font-weight: bold;
	width: 25%;
	float: left;
}

.content .vardescription {
	font-style: italic;
	width: 75%;
	float: right;
}

#published-chart {
	overflow: hidden;
}

#published-chart .chart-description {
	padding-left: 0px 0px 10px 20px;
	font-style: italic;
}

#published-chart .chart-last-updated {
	padding-top: 10px;
	font-size: x-small;
}

#published-chart .chart-author {
	font-size: x-small;
}

#published-chart .chart-chartlet {
	font-size: x-small;
}

#published-chart .chart-channel {
	clear: right;
	padding-left: 20px;
	height: 100%;
	overflow: hidden;
}

#published-chart .chart-channel-title {
	float: left;
	font-weight: bold;
	width: 25%;
}

#published-chart .chart-channel-description {
	float: right;
	clear: right;
	font-style: italic;
	width: 75%;
}

.highlight {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.code {
	font-family: courier;
}

.image-right {
	float: right;
	padding-left: 10px;
}

.image-left {
	float: left;
	padding-right: 10px;
}

.image {
	text-align: center;
	padding: 10px;
}

.clear-right {
	clear: right;
}

#support-form input {
	width: 300px;
}

#support-form textarea {
	width: 300px;
}

div.chart-page-next {
	float: right;
	padding: 10px;
	overflow: visible;
}

div.chart-page-prev {
	float: right;
	padding: 10px;
	overflow: visible;
}

div.chart-page-list {
	overflow: hidden;
	background-color: Cyan;
}

div.chart-page-row {
	clear: right;
	overflow: hidden;
	width: 100%;
	padding-bottom:5px;
}

div.chart-page-title {
	clear: right;
	margin: 0;
	font-weight: bold;
}

div.chart-page-details {
	float: left;
	clear: right;
	margin: 0;
	overflow: hidden;
	font-size: x-small;
	font-style: italic;
}

div.chart-page-date {
	float: left;
	margin: 0;
}

div.chart-page-author {
	float: left;
	clear: right;
	margin: 0;
	padding-left: 5px;
}

div.chartlet-page-row {
	clear: right;
	overflow: hidden;
	width: 100%;
	padding-bottom:5px;
}

div.chartlet-page-details {
	float: left;
	clear: right;
	margin: 0;
	overflow: hidden;
	font-size: x-small;
	font-style: italic;
}

div.chartlet-page-title {
	clear: right;
	margin: 0;
	font-weight: bold;
}

div.chartlet-page-date {
	float: left;
	margin: 0;
}

div.basic-steps {
	padding: 3px 8px 3px 8px;
	background-color: #F0F0FF;
	border: 1px solid #E0E0FF;
}

