﻿
/* This CSS uses shaded green theme*/

#wrapper
{
  height: 100%;
  margin: 0 auto;
  width: 95%;
  position: relative;
}

body {
padding: 0;
margin: 0;
text-align: center;
font-family: "Courier New"
font-size: 10pt; 
color: #FFFFFF
}
a
{
    font-family: "Courier New"; /*color: #97CDFF;*/ /*color: #A5B4A5;*/
    color: #8FB48F;
   
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    /*color: #FB5037;*/ /*color: #39F45A;*/
    text-decoration: none;
    font-weight: bold;
    /*color: #069EFA;*/
     color: #FFCC00;
}
a img {border: none; } 

table
{
  margin: 0px 0px 0px auto;
  font-size: 10pt;
   }
td
{
    font-family: "Courier New" , Courier, monospace;
    color: #FFFFFF;
    vertical-align: top;
    font-weight: 700;
}
li
{
  font-family: "Courier New" , Courier, Monospace;
  font-size: 10pt;
  color: #FFFFFF;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
 
}
script {
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #FFFFFF
}
p {  
font-family: "Courier New", Courier, monospace; 
font-size: 10pt; 
color: #FFFFFF;
  
}
.basic {  
font-family: "Courier New", Courier, monospace; 
font-size: 10pt; 
color: #FFFFFF;
}

.more
{
    text-align: right;
    background-image: url('moreGreen.png');
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 32px;
    padding-right: 40px;
}

.pagehead
{
    background-position: center center;
    font-size: 14pt;
    color: #FFFFFF;
    text-align: center;
    background-image: url('pageHeadGreen.png');
    background-repeat: no-repeat;
    line-height: 44px;
    font-weight: normal;
}
.subhead
{
    background-position: 0px 3px;
    font-size: 11pt;
    color: #FFFFFF;
    text-align: left;
    background-image: url('subheadGreen.png');
    background-repeat: no-repeat;
    line-height: 28px;
    vertical-align: middle;
    text-indent: 4px;
   
}
.crosshead
{
    font-size: 14pt;
    font-weight: normal;
    color: #bfd1bf;
    
}
.latest
{
  font-size: 11pt;
  color: #FFFFFF;
  text-align: center;
  background-image: url('latestback.jpg');
  background-repeat: no-repeat;
  vertical-align: middle;
  
}
.latest a
{
    font-size: 11pt;
    color: #FFFF00;
}

.mainbuttons
{
  background-position: center center;
  font-size: 10pt;
  color: #97CDFF;
  text-align: center;
  background-repeat: no-repeat;
  line-height: 28px;
}
.contact
{
  font-family: "Courier New" , Courier, monospace;
  font-size: 9pt;
    color: #000000;
}
.left{text-align: left;}
.centered{  text-align: center;}
.right{text-align: right;}
.eight{font-size: 8pt; }
.ten{font-size: 10pt; }
.eleven{font-size: 11pt;}

.black{color: #000000;}
.red{color: #FF0000;}
.yellow{color: #FFFF00}
.gold{color: #FFCC00;}
.taupe{color: #E2BB72}
.darkcell {background-color: #333333}
.lightcell{background-color: #555555;}
.blackcell{background-color: #000000;}
.overline
{border-top-style: ridge;
    border-top-width: medium;
    border-color: #AAC0C0;
}
.GridView
{
    border-style: none;
    border-width: 0px;
    border-color: inherit;
    padding: 0;
    margin: 0;
    font-size: 8pt;
    border-collapse: collapse;
    border-spacing: 0px;
}
.GridView tr.header
{
    background-color: #336699;
    color: #ffffdd;
}

.GridView tr.normal
{
    color: #ffffff;
}
.GridView tr.alternate
{
    color: #ffffff;
    background-color: #A071CC;
}
.GridView a
{
    background-color: #336699;
}
.GridView a:hover
{
    color: #ffff00;
}
.GridView tr.normal:hover, .GridView tr.alternate:hover
{
    background-color: #E80074;
}

.GridViewHeader
{
    background-color: #336699;
}
.BlogComment
{
color: #bbeeee;
 font-size: 9pt;
}
.ShowText
{
    visibility: visible;
}
.HideText
{
    visibility: hidden;
}

/* New current page 2010 */
#currentmenu td a
{
    background-position: 0px 0px;
    font-family: "Courier New";
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-image: url('LinkGreen.png');
    line-height: 26px;
    text-align: left;
    text-indent: 4px;
    display: block;
    
}
#currentmenu td a:hover
{
    text-decoration: none;
    font-weight: bold;
     color: #FFCC00;
   
}