/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	font: 			.7em verdana, arial, sans-serif; 
	margin: 		0;  
	text-align: 		center;
	line-height: 		170%; /*Spacing Avove and below lines*/
	color: 			#000000;						/*BODY TEXT COLOR*/
	background: 		#BBD9EE  url(bg_body.jpg) repeat-y top center;		/*BackGround COLOR*/
	border: 		10px;
	padding: 		0px; /*Equal distance from top and left corner*/
	
}
p1
{
	font: 			1em verdana, arial, sans-serif; 
	margin: 		100;  
	
}

p { 
  padding-top: 0px !important;
  padding-bottom: 0px !important;

}


a {
  color: #465984;			/*Link COLOR*/
}

a:visited {	
  color: #AAA;				/*Link*/
}

a:hover {
  color: #000000;				/*Link*/
}

acronym {				
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
 xxxwidth: 70%;				/*Length of Text Forms*/
}

.txtinput {
}

.category_highlite
{
	width: 100%;
	font: 1em;
	color: white;
	background-color: white;
	border-collapse: collapse; 
	border-spacing: 3;
	border: thin solid #7BD32C;
}

SELECT 
{
	border: 		1px solid #000000;
    font: 			verdana, arial, sans-serif;
    font-size:      8.5pt;
    color:          Black;
    position:		static;
    z-index: 		1;
}

textarea {
  width: 95%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 0px 0px;
  font: 1em verdana, arial, sans-serif;
  color: #000000;
  background-color: #e5fcfc; /*Text Input Area*/
  border: 1px solid #b6b4b4;  /*Text Input Area Border*/
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #000000;
  background-color: #ffffff;	/*Text Input Area*/
  border: 1px solid #000000;	/*Text Input Area*/
}


h1 {
  clear: both;
  margin: 10px 0;
   text-align: Left;
  font: 700 1em verdana, arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #465984 url('rounded_tr.gif') no-repeat top right;/*h1 Header Bars, Back groung and Text Colors*/
}


h1 span {
  display: block;
  padding: 2px;
  background: url('rounded_br.gif') no-repeat bottom right;/*h1 Span spacing*/
}

#sideBar h1 {
  text-align: Center;
  background: #000000 url(rounded_tl.gif) no-repeat top left;  /*Sidebar Header Background*/
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background:  url('rounded_bl.gif') no-repeat bottom left;
}


#content ol li { 
  color: #blue;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 3px;
  padding-top: 3px;
}

#content ul li {
  list-style-image: url('li_bullet.gif');
}

/* IE does not support the > "child" */
#content ul.nested li {
  list-style-image: none;
  list-style-type: square;
}

blockquote {  
  margin: 0;
  background: #686868 url('rounded_tr.gif') no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url('rounded_br.gif') no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
 
  width: 100%;
  left: 256px;
  height: 3px;
  background: #ffffff url('') repeat-y top center;  
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: left;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
  background: url() no-repeat bottom center;
}


/***************************************************
  Site Title  - LEFT TITLE BAR WITH LOGO
 ***************************************************/

#title {
  padding: 1.5em 0px 0.6em 0;
  margin-right: 0.5em;
  float: Left;
  background: url('') no-repeat top right;
}

#title h1 {
  display: inline;
  color:  #000000;			/*text Color of VTCData*/
  background-color: #ffffff;		/*Backgroud of VTCData*/
  background-image: none;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/
#content {
	position: absolute;
	float: Center;
	clear: none;
	width: 0;
	margin: 0;
	text-align: Left;
	background-color: #BBD9EE;
	padding: 0;
}

#text {
	position: absolute;
	left: 249px;
	width: 67em;
	padding: 10px 10px 100px 10;
	background-color: #BBD9EE;
}

#sideBar {					/*LEFT SIDE BAR*/
	position: absolute;
	width: 125px;
	left: 107px;
	padding: 10px 14px 150px 10px;
	background-color: #cee1ee;
}

/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px 15px 0 0;
}

#sideMenu a.active {
	font-weight: bold;  
	background: url(subnav_bullet.gif) no-repeat top right; 
	background: url(li_bullet.gif) no-repeat right center;
}

.sideMenu a:hover {
   background:  url(rounded_tl.gif) no-repeat bottom Right;
}

sideMenu a:hover span {
  background: url('rounded_bl.gif') no-repeat bottom Right;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
	position: ;
	bottom: 2em;
	margin: 0px 3em 0px 255px;
	padding: 10px;
	width: 751px;
	background-color: #000000;           /*Partical FOOTER*/
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;				/*FOOTER LINK COLOR*/
}

#footer a:hover {
  color: #EEE;				/*FOOTER LINK HOVER COLOR*/
}

a.fullAhead {
  float: left;
  width: 30px;
  height: 34px;  
  margin-right: 10px;
  background: url('logo_fullahead.gif') no-repeat 0 0;
}

a:hover.fullAhead  {
  background-position: -30px 0;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.date {
  display: block;
  font-weight: 700;
}

#privacypolicy {
	display: none; 
	border: 2px groove #999; 
	padding: 5px; 
	background-color:#707070;
}

#privacypolicy b.pptitle {
	text-align : right;
	text-transform : capitalize;
	xxtext-decoration : underline;
}

#privacypolicy p {
	text-align : justify;
}

#upsell {
	xxborder: ridge;
	xxborder-color: #78d32c;
	xxpadding-top: 5px;
	color:#78d32c; 
	text-align:middle;
}

.selectbox-ghosted
{
	color: 		 black;
	font-weight: bold;
	background-color: #DCDCDC;
	text-align: center;
}

FORM
{
	 margin: 0px;
}

TD, TH, TEXTAREA, TABLE
{
	font: 1em verdana, arial, sans-serif;  
}

td.numeric,
th.numeric {
	text-align: right;
}

TABLE.datainfo
{
	background-color: #E2E2E2;
	border-collapse: collapse; 
	border-spacing: 1px;
	border: 1px solid #999999;
	empty-cells: show;
}

TABLE.datalist
{
	background-color: #686868;
	width: 99%;
	border: none;
	border-collapse: separate; 
	border-spacing: 1px;
	empty-cells: show;
	align: center;
	color: black;
}

TABLE.error
{
	color: black;
	background-color: white;
	width: 95%;
	border-collapse: collapse; 
	border-spacing: 3;
	border: thin solid red;
}

TABLE.info
{
	color: black;
	background-color: white;
	width: 95%;
	border-collapse: collapse; 
	border-spacing: 3;
	border: thin solid yellow;
}

TABLE.success
{
	background-color: white;
	width: 95%;
	border-collapse: collapse; 
	border-spacing: 3;
	border: thin solid green;
}
 
TR.dataRowError { background-color: red; }
TR.dataRowSelf { background-color: white; }

TR.dataRow1 { background-color: #e8f5f7; } /* light */
TR.dataRow1:hover { background-color: #FFFF00; } /* light */

TR.dataRow2 { background-color: #dce8ea; } /* dark */
TR.dataRow2:hover { background-color: #FFFF00; } /* dark */

TR.dataRowSeparator { background-color: #cccccc; height:1; }


TD.header  /* the green table column header */
{
	color: white;
	background-color: #92C772;  /* #86E160 */
	font-style: normal;
	font-size: 7.5pt;
	font-weight: bold; 
	text-align: center;
	xxxpadding: 5px 5px 5px 5px;
	xxborder-left: dashed 1px black;
	xxborder-right: dashed 1px black;
}

TD.tableHeadline  /* the gray bar at the top of all tables */
{
	color: white;
	background-color: #757575;
	xxxbackground: #757575 url('notify_info.png') no-repeat center;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold; 
	text-align: center;
	padding: 5px 5px 5px 10px;
}

TD.listTitle
{
	color: #000066;
	background-color: #CEDAF3;
	font-style: normal;
	font-size: 8pt;
	padding: 2px 2px 2px 10px;
}
/* supporting CSS classes =================================================== */
 
.error 
{
	FONT-SIZE: 8pt; 
	COLOR: #FF0000; 
	FONT-FAMILY: Courier New, monospace;
}

.outline-red
{ 
	border: thin solid Red;
}

.readonly 
{
	width: 200px;
	border: 1px solid #000000;
	color: #000000;
	background: #CCCCCC;
	background-color : #CCCCCC;
}

.foundWord
{
	background-color : white;
	color: red;
	border : solid;
	border-color : Red;
	font-weight : bold;
	border-width : 1;
}


/* page elements ============================================================ */
.bodyText
{
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

.NoteBanner 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Arial Narrow, Arial, sans-serif; 
	font-style : italic;
	/*
	TEXT-ALIGN: right;
	width: 100%;
	*/
}

.NoteText 
{
	FONT-SIZE: 9pt; 
	FONT-FAMILY: Arial, sans-serif; 
	TEXT-ALIGN: left;
}

.title
{
	color: #CCCCCC;
	font-variant: small-caps;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
}

.titleText
{
	color: #CCCCCC;
	font-style: normal;
	font-size: 8pt;
}

.pageHeaderTitle
{
	color: white;
	background-color: #52658D;
	font-style: normal;
	font-size: 10pt;
	padding: 5px 5px 5px 10px;
}

.leftMetalTitle
{
	color: black;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.dynamicTitle
{
	color: white;
	background-color: #92C772;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold; 
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.cautionTitle
{
	color: #993300;
	background-color: #FFFF77;
	font-style: normal;
	font-size: 8pt;
	padding: 2px 2px 2px 10px;
}

/* input fields and form elements =========================================== */

.inputSelected 
{
	border: 1px solid #000000;
	color: #FFFFFF;
	background: #BE0202;
	background-color: #BE0202;
}

.inputHover 
{
	border: 1px solid #000000;
	color: #000000;
	background: #FFFF00;
	background-color: #FFFF00;
}

.selectbox-ghosted
{
	color: 		 black;
	font-weight: bold;
	background-color: #DCDCDC;
	text-align: center;
} */


/* buttons ================================================================== */
/*
BUTTON
{
    font-family:  verdana, arial, sans-serif;
    font-variant: normal;
    font-style:   normal;
    font-size:    8.5pt;
	
}

.button {
	width: 		auto;
	cursor: 	pointer;
	background-color: #86E160;
	color: 		#000000;
	margin-left: 3px;
}
*/
/* these are for the rounded buttons */

BUTTON
{
	width: 			auto;
	cursor: 		pointer;
	background-color: #86E160;
	text-align: 	center;

    font-family:  verdana, arial, sans-serif;
    font-variant: normal;
    font-style:   normal;
    font-size:    8.5pt;
	color: 		  #000000;
}

input.button {				/*Button Configuration*/
    position: relative;
	text-align: center;
	color:  #ffffff;		/*Text Inside Submit Buttons*/

	width: 	auto;
	cursor: pointer;
	background-color: #86E160;

    margin: 0;
    padding: 0;
    padding-left: 5px;
    xxmargin-right: 10px;
	margin-left: 3px;

    border: 5;
    height: 19px;
    background: #67979b url(.gif) no-repeat;
}

.buttonEnding {
    position: absolute;
    display: inline;
    border: 0;

    padding: 0;
    margin: 0;
    xxmargin-left: -10px;

    width: 6px;
    height: 19px;
    background: url(button_end.gif) no-repeat;
}

.blackborder
{
	border: 1px solid #000000;
}


.helpDiv
{
	-moz-opacity: .7; 
	display: none;  
	position: absolute; 
	z-index: 98;
	top: 50px; 
	left: 50px; 
	width: 200px; 
	background-color:#FFFF00;
	filter: alpha(opacity=90); 
}
.helpDivBox
{
	display: none;
	padding: 5px; 
	border: 1px solid #444444; 
	background-color:#FFFF66;   
	top: 50px; 
	left: 50px; 
	width: 210px; 
	position: absolute; 
	z-index: 99;
	-moz-opacity: .7;
	filter: alpha(opacity=90); 
}
OPTION.helpTitle
{
	font-weight: bold; 
	text-transform : capitalize;
	background-color:#FFFF66;
	position: absolute; 
	z-index: 99;
}
OPTION.helpDescription
{ 
	background-color:#FFFF66;
	position: absolute; 
	z-index: 99;
}

.polaroid {
     padding:15px 15px 55px 15px;
     border:1px solid black;
     background:white;
     text-align:center;
	 align: center;
}
.polaroidtext {
    color:black;
    position:relative;
    top: -50px;
    text-align:center;
    align: center;
}

