/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body
{
  margin: 0; 
  width: 1240px !important;
  width: 1230px;
  text-align: left;
  align: left;
  font: 10pt verdana, arial, sans-serif;  
  line-height: 140%;
  color: #EEE;
  background: #585858 url(../images/bg_body.jpg) repeat-y top left;
}

p { 
  padding-top: 2px !important;
  padding-top: 3px;
  padding-bottom: 2px !important;
  padding-bottom: 3px;
}

tr{
	vertical-align: center;
}

td{
	border: 0 solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

#column td{
	border: 0 solid #FFFFFF;
	text-align: left;
	vertical-align: top;
}


th{
	border: 0 solid #86E160;
	text-align: left;
	background: #86E160;
	color:  #222;
}

th a{
	color: #000000;
	text-align: center;
}

table
{
	width: 100%;
	border: 0 solid #FFFFFF;
    font: 10pt verdana, arial, sans-serif;  
}

.image_credit
{
	text-align: right;
	margin-right: 20px;
	font: 7pt verdana, arial, sans-serif;
}

a {
  color: #86E160;
}

a:visited {
  color: #AAA;
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

textarea {
  /* 
    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,
select {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active
{
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}

input:disabled,
textarea:disabled,
select:disabled {
  color: #888;
  background-color: #444;
  border: 1px solid #777;
}

.myradio
{
	background-color: 'transparent'; 
	border: 0 solid 'transparent';
	height: 12px;
}



h1 {
  clear: both;
  margin: 10px 0;
  font: 900 1.4em verdana, sans-serif;
  color: #FFFFFF;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}


h2 {
  clear: both;
  margin: 10px 0;
  font: 700 1.1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h3 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h2 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
  text-align: right;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

#sideBar h2 {
  text-align: right;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar h2 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}


#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 100%;
  height: 34px;
  background: #585858 url(../images/bg_header.jpg) repeat-y top left;  
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 1240px !important;
  width: 1230px;
  margin: 0 20px !important;
  margin: 0 0px 0 20px;
  font: 10px verdana, arial, sans-serif;
  color: #000000;
  text-align: left;  
  height: 34px;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 6px;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 16px;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
  background: url(../images/menu_tab.gif) no-repeat bottom center;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 9px 50px 4px 0;
  margin-right: 0.5em;
  font: 12px verdana, arial, sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  color: #000000;
  text-align: right;
  float: right;
  background: url(../images/logo_greenery.gif) no-repeat top right;
}

#title h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
}

#title h2 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/

/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {
  display: block;  
  clear: none;
  width: 1240px !important;
  width: 1230px;
  margin: 0 0;
  padding: 0;
  text-align: left;
  align: left;
}

#text {
  float: left;
  width: 864px !important;
  width: 880px;
  padding: 5px 0px 20px 20px;
  text-align: left;
}

#image {
  float: left;
  width: 166px !important;  
  width: 166px;  
  vertical-align: top;
}

#sideBar {
  float: left;
  width: 190px !important;
  width: 190px;
  padding: 4px 0px 15px 0px !important;
  padding: 4px 0px 15px 0px;
}

/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 0px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover{
  background: #686848 url(../images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span{
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

.sideItem a:hover{
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

.sideItem{
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 4px;  
}

.selectedSideItem{
  background: #505050  no-repeat top left;
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 4px;  
}
/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:visited {
  color: #AAA;
}

#comments a:hover {
  color: #FFF;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  float: left;
  width: 800px;
  padding: 10px 20px;
  color: #888;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

a.fullAhead {
  float: left;
  width: 30px;
  height: 34px;  
  margin-right: 10px;
  background: url(../images/logo_fullahead.gif) no-repeat 0 0;
}

a:hover.fullAhead  {
  background-position: -30px 0;
}


.calendar{
  margin: 10px 0px ;
}

.calendar th {
  margin: 10px 0px;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  text-align: right;
  color: #7BD32C;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}


/***************************************************
 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;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

.actionlist td{
border: 1 solid #686868;
background-color:#68686;
}

.csentry{
border: 1 solid #86E160;
background-color:#86E160;
width: 90%;
valign: top;
align: left; 
color: #000000;
}

.csbody{
border: 1 solid #777777;
background-color:#777777;
width: 90%;
valign: top;
align: left;
color: #FFFFFF;
}

.navtable
{
	width: 10px;
}

.maintable
{
	border-collapse: collapse;
	width: 100%;
	border: 0;
	margin: 0;
}

.maintable th{
border: 0 solid #86E160;
margin: 0;
background-color:#86E160;
valign: top;
align: left; 
color: #000000;
}

.maintable th a{
color: #005500;
}

.maintable td{
border: 0 solid #777777;
margin: 0;
background-color:#777777;
valign: top;
align: left;
color: #FFFFFF;
}

.infotable
{
	border-collapse: collapse;
	border: 0;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.infotable th{
border: 0 solid #86E160;
margin: 0;
background-color:#86E160;
valign: top;
align: left; 
color: #000000;
}

.infotable .selected {
border: 0 solid #95be84;
margin: 0;
background-color:#95be84;
valign: top;
align: left; 
color: #000000;
}

.infotable .selected a{
	color: #000000;
}
		
.infotable td{
border: 0 solid #777777;
margin: 0;
background-color:#777777;
valign: top;
align: left;
color: #FFFFFF;
}

.tabsection
{
	width: 850px;
}

.tabbody
{
	width: 850px;
}
.tab
{
	clear:both;
	float:left;
	position: absolute;
	width: 840px;
	padding: 5px;
	background-color: #777777;
	line-height: 110%;
}

.tab p { 
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tab h2 {
  clear: both;
  margin: 10px 0;
  text-transform: uppercase;
  color: #000000;
  background: #86E160;
}

.focusedtabbutton
{
	background-color: #777777;
	border-color: #777777;
	font-weight: bold;
	width: 16%;
	text-align: center;
	display: inline;
	padding: 2;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.tabbutton
{
	cursor: pointer;
	cursor: hand;
	background-color: #585858;
	font-weight: bold;
	width: 16%;
	text-align: center;
	display: inline;
	padding: 2;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.tabbutton:hover,
.tabbutton:focus
{
	background-color: #707070;
}

.workcalendardate
{
	text-align: right;
	color: #86e160;
}

.workcalendartext a
{
	text-align: left;
	font: 8pt verdana, arial, sans-serif;
	color: #FFFFFF;  
}

.workcalendar th
{
	border: 0 solid #86E160;
	margin: 0;
}

.workcalendar td
{
	border: 0 solid #777777;
	margin: 0;
	vertical-align: top;
	height: 40px;
}

.workcalendar
{
	border-collapse: collapse;
	border: 0;
	margin: 0;
}
	
.navigable
{
	cursor: pointer;
	cursor: hand;
	font: 8pt verdana, arial, sans-serif;
}

.navigabledate
{
	cursor: pointer;
	cursor: hand;
}

#mycalendar { background-color: #FF5858; background: #FF5858;}
#mycalendar .general { background-color: #FFFFFF; }
#mycalendar .othermonth { background-color: #EEEEEE; color: #AAAAAA; }
#mycalendar .header { background-color: #86e160; color: #585858; }
#mycalendar .today { background-color: #FFFFCC; }
#mycalendar .bg { background-color: #585858; background: bottom right url(../images/rounded_tl.gif);}
#mycalendar .select { background-color: #86e160; }
#mycalendar .othermonth a:link { text-decoration : none; font-family: tahoma; color: #CCFFCC; }
#mycalendar .othermonth a:visited { text-decoration : none; font-family: tahoma; color: #CCFFCC; }
#mycalendar .othermonth a:hover { text-decoration : underline; font-family: tahoma; color: #FFFFFF; }
#mycalendar a:link { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar a:visited { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar a:hover { text-decoration : underline; font-family: tahoma; color: #FF0000; }
#mycalendar .btn { background-color: #585858; border: 0px solid #000000; }
#mycalendar .btn a:link { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar .btn a:visited { text-decoration : none; font-family: tahoma; color: #000000; }
#mycalendar .btn a:hover { text-decoration : underline; font-family: tahoma; color: #FF0000; }
#mycalendar .closeme { padding: 0px 3px 2px 0px; }


