/* stylesheet for orchid content pages */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E9EDD1;
	margin: 0px 10px 10px 10px;
	text-align: justify;
	/* the following scrollbar properties are for ie 5.5 only and are 
not a w3c xhtml standard */
         scrollbar-3d-light-color:#000000;
         scrollbar-arrow-color: #ffffff;
         scrollbar-dark-shadow-color: #bdda8d;
         scrollbar-face-color: #669933;
         scrollbar-highlight-color: #669933;
         scrollbar-shadow-color: #669933;
         scrollbar-track-color:#bdda8d;
         scrollbar-base-color: #669933;
		}		
h1{
	color: #000066;
	font-weight: bold;
	font-size: 28px;
	margin-top: 10px;
	text-align: left;
}
h2{
	color: #6B1439;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
	text-align: left;}
h3{
	font-size: 11px;
	font-weight: normal;
	margin: -10px 10px 0px 15px;
	text-align: left;
}
h4{
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}
/* H5 heading for genera names */
h5{
	color: #000066;
	font-weight: bold;
	font-size: 26px;
	margin-top: 10px;
	font-style: italic;
	text-align: left;
}
/* H6 heading for genera x names */
h6{
	color: #000066;
	font-weight: bold;
	font-size: 26px;
	margin-top: 10px;
	text-align: left;
}
p{
	font-size: 12px;}
ol{
	font-size: 12px;}
ul{
	font-size: 12px;
	list-style-image: url(images/dotpoint.gif)
	}

div.load{
	font-size: 10px;
	font-weight: bold;
	color: #669933;
	margin-top: 12px;
	margin-bottom: -10px;
	text-align: right;
}
div.window{
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
}
a:link, a:visited, a:active{
	color: #6B1439;}
a:hover{
	color: #669933;}
	
div.top{
	font-size: 10px;
	font-weight: bold;
	margin: -5px 0px -5px 0px;
}
div.top a:link, div.top a:visited, div.top a:active{
	color: #000066;
	text-decoration: none;}
div.top a:hover{
	color: #6B1439;}
	
div.navbar{
	font-size: 12px;
	color: white;
	background-color: #669933;
	padding: 2px 5px 2px 5px;
	margin-top: -10px;
	margin-bottom: -10px;}
div.navbar a:link, div.navbar a:visited, div.navbar a:active{
	color: White;
	text-decoration: none;}
div.navbar a:hover{
	color: Black;
}	

hr{
	margin-top: -10px;
	color: #669933;
}
div.hr{
	margin-top: -5px;
	margin-bottom: -5px;
}
ol{
	font-size: 12px;
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-left: 0px;
	text-align: left;
}
.drawingname{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.drawingname_ssp{
	font-size: 12px;
	font-weight: bold;
}
div.drawingname a:link, div.drawingname a:visited, div.drawingname a:active{
	color: #6B1439;
	text-decoration: none;}
div.drawingname a:hover{
	color: #669933;}
div.drawingname_ssp a:link, div.drawingname_ssp a:visited, div.drawingname_ssp a:active{
	color: #6B1439;
	text-decoration: none;}
div.drawingname_ssp a:hover{
	color: #669933;}
input{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background: transparent;
	border: none;
}
div.drawingbar{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #6B1439;}
div.drawingbar a:link, div.drawingbar a:visited, div.drawingbar a:active{
	color: #6B1439;
	text-decoration: none;}
div.drawingbar a:hover{
	color: #6B1439;
	font-weight: bold;
}	
div.drawingbar_ssp{
	font-size: 12px;
	font-weight: normal;
	color: #6B1439;}
div.drawingbar_ssp a:link, div.drawingbar_ssp a:visited, div.drawingbar_ssp a:active{
	color: #6B1439;
	text-decoration: none;}
div.drawingbar_ssp a:hover{
	color: #6B1439;
	font-weight: bold;
}	

/*styles for alphabet*/
.menudisabled
{
	color: #88C350;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
}	
.alphabet {
	font-size: 12px;
	color: white;
	background-color: #669933;
	padding: 2px 5px 2px 5px;
	line-height: 15px;	
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 8px;}
.alphabet a:link, .alphabet a:visited, .alphabet a:active{
	color: White;
	text-decoration: none;}
.alphabet a:hover{
	color: Black;
}