/* @override http://printgreener.com/gp09/css/greenprint.css */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset{
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
        line-height: 1.4em;

}

/* Apply left margin:   Only to the few elements that need it: */

li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}

fieldset {
        border: none;
}

input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

/* Remove the ugly borders from images that are links */
a img {
	padding: 0px;
	margin: 0px;
	border: none;
	}

a:link, a:visited{
	color: #419806;
	text-decoration: none;
}

a:hover{
color: #064401;
}



body{
	background-color: #e4e7e9;
 }
 

div#fpHeader{
	background-image: url("../images/main_bg.jpg");
	width:100%;
	height:371px;
}

div#footer{
	background-image: url("../images/footer.jpg");
	width:100%;
	height:73px;
}


#programs
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	width:98%; 
	margin-left:1%; 
	margin-right:1%;
}

#programs td, #programs th 
{
	font-size:.8em;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
}

#programs th 
{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#B1E149;
	color:#038ed2;
}

/*	background-color:#cccccc;  */

#programs tr.alt td 
{
	font-size:.8em;
	color:#000000;
	background-color:#cccccc;
}

#earnings
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}

#earnings td, #earnings th 
{
	font-size:.8em;
	border:1px solid #98bf21;
	padding:3px 4px 2px 4px;
}

#earnings th 
{
	font-size:1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#B1E149;
	color:#038ed2;
}

#earnings tr.alt td 
{
	color:#000000;
	background-color:#B1E149;
}

#details
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	width:98%; 
	margin-left:1%; 
	margin-right:1%;
}

#details td, #details th 
{
	font-size:.8em;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
}

#details th 
{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#cccccc;
	color:#038ed2;
}

/*	background-color:#B1E149;  */

#details tr.alt td 
{
	text-align:center;
	font-size:1em;
	font-weight:600;
	color:#000000;
	background-color:#B1E149;
}

#logger
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	width:98%; 
	margin-left:1%; 
	margin-right:1%;
}

#logger td, #details th 
{
	font-size:.8em;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
}

#logger th 
{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:0px;
	background-color:#cccccc;
	color:#038ed2;
}

#logger tr.alt td 
{
	text-align:center;
	font-size:1em;
	font-weight:600;
	color:#000000;
	background-color:#B1E149;
}


div#fpContent
{
	width:941px;
	min-height: 500px;
	margin: auto;
}

div#fpContent div#Top{
	background-image: url(../images/colTop.jpg);
		width: 941px;
		height: 67px;
}

div#fpContent div#ColContent{
	background-image: url(../images/colContent.jpg);
	background-repeat: repeat-y;
	width: 941px;
	height:auto;
	background-color: #343434;
}

div#fpContent div#Bottom{
	background-image: url(../images/colBottom.jpg);
	width: 941px;
	height: 15px;
}
	
	
div#leftCol, div#rightCol, div#midCol{
float: left;
}

div#leftCol{
width: 270px;
padding-left:20px;
padding-right:20px;
position: relative;
}

div#midCol{
width: 280px;
padding-left:20px;
padding-right:20px;
position: relative;

}

div#rightCol{
width: 265px;
padding-left:20px;
padding-right:20px;
position: relative;

}

div.clear{
	clear: both;
}

div#headerContent{
	padding-right: 20px;
	width:941px;
	margin: auto;
	}

div#headerContent div#gpLogo{
	float:left;
}

div#keyImage{
	float:left;
	width:448pxpx;
	height:332px;
}

div#keyContent{
 width: 463px;
 float:left;
 height:336px;
 position: relative;
 padding-right: 30px;
}

div#logoBar{
	position: absolute;
	left: 0px;
	bottom: 10px;

}



div#keyContent p{
color: white;
}

ul {
	list-style-type: none;
}

div#fpContent li {
	margin-bottom: 1em;;
}

div#keyImage div#keyImageTop{
	height: 83px;
	width: 448px;
	overflow: hidden;
	margin-top:1px;
	background-image: url(../images/aboveKeyImage.jpg)
}

div#keyImage div#keyImageBottom{
	width: 448px;
}



/*CSS for Navigation*/

div#nav{
	float:right;
}

div#nav a:link, div#nav a:visited {
	color: black;
}

div#nav ul {
	float:right;
}

div#nav li{
	float:left;
}

div#nav li a:hover{
	border-bottom: 2px white solid;
}

div#nav li.active a{
	float:left;
	color: white;
	font-weight: bold;
}

/* Define NarrowLogger content form*/
/*  CSS for the non front page layouts */
div#loggerHeader{
	background-image: url("../images/common/headerBg.jpg");
	height: 130px;
	width: auto;
	background-repeat: repeat-x;
}

div#loggerContent
{
	align:center;
	width:500px;
	min-height: 100px;
	margin: auto;
}

div#loggerContent div#logTop
{
/*	background-image: url(../images/common/colTopNoIcons.jpg);*/
	width: 500px;
	height: 5px;
}

div#loggerContent div#logColContent
{
/*	background-image: url(../images/common/colMidNoDivide.jpg);*/
	background-repeat: repeat-y repeat-x;
	width: 500px;
	height:auto;
	background-color: #fafafa;
}

div#loggerContent div#logBottom
{
/*	background-image: url(../images/common/colBotNoDivide.jpg);*/
	width: 500px;
	height: 10px;
}
	
div#loggerContent div#logHdrContent
{
	padding-right: 20px;
	width:500px;
    width:98%; 
	margin-left:1%; 
	margin-right:1%;

}

/* Define AdminPage content form*/
div#adminContent
{
	align:center;
	width:1200px;
	min-height: 500px;
	margin: auto;
}

div#adminContent div#adminTop
{
/*	background-image: url(../images/common/colTopNoIcons.jpg);*/
	width: 1200px;
	height: 67px;
}

div#adminContent div#adminColContent
{
/*	background-image: url(../images/common/colMidNoDivide.jpg);*/
	background-repeat: repeat-y repeat-x;
	width: 1200px;
	height:auto;
	background-color: #fafafa;
}

div#adminContent div#adminBottom
{
/*	background-image: url(../images/common/colBotNoDivide.jpg);*/
	width: 1200px;
	height: 15px;
}
	
div#adminContent div#adminHdrContent
{
	padding-right: 20px;
	width:1200px;
    width:98%; 
	margin-left:1%; 
	margin-right:1%;

}


/*  CSS for the non front page layouts */
div#commonHeader{
	background-image: url("../images/common/headerBg.jpg");
	height: 130px;
	width: auto;
	background-repeat: repeat-x;
}

div#commonContent {
	align:center;
	width:941px;
	min-height: 500px;
	margin: auto;
}

div#commonContent div#Top{
	background-image: url(../images/common/colTopNoIcons.jpg);
		width: 941px;
		height: 18px;

}

div#commonContent div#ColContent{
	background-image: url(../images/common/colMidNoDivide.jpg);
	background-repeat: repeat-y;
	width: 941px;
	height:auto;
	background-color: #343434;
	}

div#commonContent div#Bottom{
	background-image: url(../images/common/colBotNoDivide.jpg);
	width: 941px;
	height: 18px;
	}
	
div#commonContent div#colWideLeft{

width: 590px;
padding-left: 20px;
padding-right: 20px;
float: left;
}

div#commonContent div#leftCol{
width: 220px;
padding-left: 20px;
padding-right: 20px;
float: left;
}

div.horizontalBlock{
margin-bottom: 20px;
border-bottom: 1px gray dotted;
}

div.imageBlock{
width:150px;
height:100px;
background-color: black;
float:left;
margin-right:20px;
}

/*  CSS for the Fund Raising page layouts*/


div#frContent {

	width:941px;
	min-height: 500px;
	height: auto;
	margin: auto;
}

div#frContent div#frTop{
	background-image: url(../images/common/colTopNoIcons.jpg);
		width: 941px;
		height: 18px;
}

div#frContent div#frHdrContent{
	background-image: url(../images/common/colMidNoDivide.jpg);
	background-repeat: repeat-y;
	width: 901px;
	height:auto;
	padding-left: 20px;
	padding-right: 60px;
	}


div#frContent div#frColContent{
	background-image: url(../images/common/colMidNoDivide.jpg);
	background-repeat: repeat-y;
	width: 941px;
	height:auto;
	background-color: #343434;
	}

div#frContent div#frBottom{
	background-image: url(../images/common/colBotNoDivide.jpg);
	width: 941px;
	height: 18px;
	}
	
div#frContent div#frleftCol{
	width: 220px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

/* was 350 with another right-column */

div#frContent div#frcolWideLeft{
	width: 610px;  
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

div#frContent div#frcolFarRight{
	width: 100px;
	float: left;
}

div#pgmContent{
	align:center;
	width:941px;
	min-height: 500px;
	margin:auto;
}

div#pgmContent div#pgmTop{
	background-image: url(../images/common/colTopNoIcons.jpg);
		width: 941px;
		height: 18px;
}

div#pgmContent div#pgmColContent{
	background-image: url(../images/common/colMidNoDivide.jpg);
	background-repeat: repeat-y;
	width: 941px;
	height:auto;
	background-color: #343434;
}


div#pgmContent div#pgmColWideLeft{
	width: 620px;  
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

div#pgmContent div#pgmLeftCol{
	width:220px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

div#pgmContent div#pgmRightCol{
	width:300px;
	padding-left:20px;
	padding-right:5px;
	float:right;
}

div#pgmContent div#pgmBottom{
	background-image: url(../images/common/colBotNoDivide.jpg);
	width: 941px;
	height: 18px;
}

div#footer div#footerContent{
	margin-left: auto;
	margin-right:auto;
	padding-top:20px;
	}
	
div#footerContent p{
	text-align: center;
	color: white;
} 

div.minHeight200{
	min-height: 220px;
}


/*Generic column classes */

div.col600{
	width: 580px;
	float:left;
	padding-right: 20px;
}

div.col400{
	width: 380px;
	float:left;
	padding-right: 20px;
}

div.col50{
	width: 75px;
	float:left;	
}

div.whiteBox{
	width:97%;
	min-height: 180px;
	background-color:white;
	border: 1px solid #ccc;
	padding:5px;
	font-size: 0.8em;
}


/*left side navigation */


div.leftNav{
	width:220px;
}

div.leftNav a{
	
	padding: 5px;	

}

div.leftNav li{
	margin-bottom: 5px;

}

div.leftNav a:hover{
	background-color:  #419806;
	color: white;
}


/*Download Button*/
div.largeButton{
	height: 33px;
	width:177px;
	margin-left: auto;
	margin-right: auto;
}


div.largeButton  a#downloadButton {
   	background: url("../images/index/freeDownload.jpg") 0 0 no-repeat;
   	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
    }
div.largeButton  a#downloadButton:hover {
   background-position: -177px 0;
     }
div.largeButton  a#downloadButton:active {
   background-position: -354px 0;
      }

/*buynow button */

div.largeButton  a#buynowButton {
   	background: url("../images/index/buynowButton.gif") 0 0 no-repeat;
   	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
    }
div.largeButton  a#buynowButton:hover {
   background-position: -177px 0;
     }
div.largeButton  a#buynowButton:active {
   background-position: -354px 0;
      }

/*Contact Sales button */

div.largeButton  a#learnButton {
   	background: url("../images/index/learnmore.gif") 0 0 no-repeat;
   	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
    }
div.largeButton  a#learnButton:hover {
   background-position: -177px 0;
     }
div.largeButton  a#learnButton:active {
   background-position: -354px 0;
      }

/* Tab CSS */

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs li {

font-size: 0.8em;

}


div.lightGreenBox{
margin-bottom: 20px;
}

#enterprise div#colWideLeft{
	width:620px;
}

.tabcontent a:link, a:visited{
	color: #419806; 
}

.tabcontent a:hover{
	color: #064401 ; 
}

.bigBtn{
	padding:10px 25px 10px;
	background: #0F9CF3;
	color: white;
}

.bigBtn:visited, .bigBtn:link{	
	color:white;
	}
.bigBtn:hover{
	background:#666;
	color:white;
}

/*Style for expanding a elements*/
p.expandTitle{
margin-bottom: 0.2em;}

p.expand{
margin-left: 10px;
color: #419806;
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 0.8em;
}
div.expandText {

font-size: 0.8em;
color: #333;
}


.hidden{
display: none;
}

/*Left vertical navigation style */

ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;
font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;
width:220px;}

ul.vert-one li{margin:0;padding:0;border-top:1px solid  #a4f3ff;
border-bottom:1px solid #006ec4;;}

ul.vert-one li a{display:block;text-decoration:none;color:#fff;
background:#038ed2;padding:5px 0px 5px 20px;width:200px;}

ul.vert-one li a:hover{
background:#B6E549 url("../images/vert-one_arrow.gif") no-repeat 0 9px;}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#013852 url("images/vert-one_arrow.gif") no-repeat 0 9px;}

.hidden{
display: none;
}
