/* AGW.CSS Kim Jacobson 2005, AlGenWeb-Greene */

BODY
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	color: #000000;
	line-height: 100%;
	cursor:default; 
}

P
{
	font-family: Verdana, Arial, sans-serif; 
	color: #000000;
	line-height: 100%; 
	margin-top: 0px; 
	margin-bottom: 6px;
}

.InputFixedFont   { font-family: Courier New, courier,monospace,serif; font-size: 10pt }

.text
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	color: #000000;
	line-height: 100%;
	cursor:default 
}

TABLE
{
	font-size: 10pt;
	line-height: 100%;
}

.NotesIndent 
{ 
	text-align: left; 
	margin-left: 10%;
	margin-right: 10%; 
}

.BodyTextIndent 
{ 
	text-align: left; 
	margin-left: 10%;
	margin-right: 10%; 
}

/* Headings */	
				 
h1
{
	font-family: Georgia, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #295300;
	line-height: 100%; 
	font-weight: bold; 
	margin-top: 12px;
	margin-bottom: 12px;
}
				
h2            
{
	font-family: Georgia, Arial, sans-serif; 
	text-align: center; 
	font-size: 1.3em;
	color: #295300;
	font-weight: bold; 
	line-height: 100%; 
	margin-top: 12px; 
	margin-bottom: 12px; 
}

h3            
{
	font-family: Georgia, Arial, sans-serif;
	font-size: 1.2em;
	color: #295300; 
	text-align: Left; 
	font-weight: normal; 
	line-height: 100%; 
	margin-top: 6px; 
	margin-bottom: 6px; 
}
	
h4            
{
	font-family: Georgia, Arial, sans-serif;
	font-size: 12pt; 
	text-transform: uppercase;
	color: #000000;
	text-align: center; 
	font-weight: bold; 
	line-height: 100%; 
	margin-top: 6px;
	margin-bottom: 6px; 
}

h5            
{
	font-family: Georgia, Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold; 
	text-align: left; 
	line-height: 100%; 
	margin-top: 6px;
	margin-bottom: 6px; 
}

h6            
{
	font-family: Georgia, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left; 
	font-weight: bold; 
	line-height: 100%; 
	margin-top: 6px; 
	margin-bottom: 6px; 
}

/* Bulleted Lists */	
			
li.BulletedList
{
	font-family: Verdana, Arial, sans-serif;
	list-style-image: url('/GreeneAlGenWeb/images/ArrowGS.gif');
}

.altLine, .altLine2 		
{
	font-size: 1em; 
	line-height: 1.5em; 
}

.altLine 		
{
	color: #000000;
	background-color: #C8CFC0;
}

.altLine2 		
{
	color: #000000;
	background-color: #A2B196;
}

/* Images and Links */	

A IMG 
{
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:bottom;
	text-decoration:none;

}

/* Hyperlinks */	

a:link
{
	COLOR: #003366;
	background: transparent;
}

a:visited
{
	background: transparent;
	color: #660066;
}

A:hover 
{
	text-decoration:underline;
	background: transparent;
}

a:link.tblHeadRev
{
	COLOR: #FFFFFF;
	background: transparent;
}

a:visited.tblHeadRev
{
	COLOR: #FFFFFF;
	background: transparent;
}

/* HighSlide css */
<style type="text/css">
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(/library/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid red;
}

.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(/library/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(/library/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/library/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}