/*
Script name: rb1.css
	File location: ..common/rp1.css
Copyright (c) 2004 ReadPlease Corporation
	Created - Feb 01, 2004
	
	Revised - Mar 22, 2004
*/

a:link,active {
	color: #1C6C2D;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #1C6C2D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8B0000;
	text-decoration: underline;
}

body {
	background-color: #D8D8D8;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

body.help {
	background-color: #FFFFFF;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

h2.italic {
	color: #1C6C2D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

hr {
	border-color: #0B6923;
	border-style: dotted;
}

html {
	scrollbar-3dlight-color: #D1D7D3;
	scrollbar-arrow-color: #2D8840;
	scrollbar-darkshadow-color: #92AE98;
	scrollbar-face-color: #88BE93;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #EFEFEF;
}

table.none {
	background-color: transparent;
}

td.menu {
	background-color: #D8D8D8;
	cursor: pointer;
	padding: 0px;
}

tr.greybg {
	background-color: #F2F2F2;
}

tr.greybg2 {
	background-color: #D8D8D8;
}

/* This is the border line & background colour round the entire page */
.borderline1	{
	background-color: #FFFFFF;
	border: 2px #0B6923 solid;
	border-top: 0px;
}

.borderline2	{
	background-color: #FFFFFF;
	border: 2px #0B6923 solid;
}

.borderline3 {
	border: #0B6923 solid;
	border-top: 2px;
	border-left: 1px;
	border-bottom: 0px;
	border-right: 0px;
}

.borderline4 {
	border: #0B6923 solid;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 0px;
	border-right: 0px;
}

/* This is used in the Developer Tutorials section... */
.code {
	background-color: #F7E27F;
	font-family: courier, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 20px;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.grey {
	color: #8F8F8F;
}

.red {
	color: #FF0000;
}

.redsmall {
	color: #FF0000;
	font-size: 8pt;
}

.rowbgcol	{
	background-color: #0B6923;
}

.white {
	color: #FFFFFF;
}

#arrow ul {
	list-style-image: url("images/bullet.gif");
	margin-bottom: 5px;
	margin-top: 5px;
}

#font,th,td,p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* All navlist entries control the navigation box roll-over effects */
#navlist {
	width: 122px;
	background-color: #D8D8D8;
}

#navlist a {
	background-image: url(images/bg_off.gif);
	border: 1px solid #D8D8D8;
	display: block;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	width: 100px;
}

#navlist a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
}

#navlist a:hover {
	background-image: url(images/bg_on.gif);
	border: 1px dotted #333333;
	color: #333333;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none; /*turns off display of bullet*/
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
}
tr.compbg {
	background-color: #ffffff;
}

table.compborder	{
	border: 2px #C6EEC4 solid;
}

table.compborder2	{
	border: 2px #0B6923 solid;
}

