body
{
    background: #006600 url("../images/bg.gif");
    background-repeat:    repeat-x;
    margin: 10px 0px 0px 0px;
    font-size: 11px;
    padding: 0;
    font-family: 'trebuchet MS', Helvetica, sans-serif, Arial;   
}

td.main_area_td {
    background: #FFFFFF url("../images/left_block_main_bg.jpg");
    background-position: left;
    background-repeat: repeat-y;
    border-top: 1px solid #000000;
}
td.main_area_tdb {
    background: #FFFFFF;
    border-top: 1px solid #000000;
}
.back-to-table
{
    text-align: right;    
    padding: 0;
}
.back-to-table a
{
    color: #006600; 
    font-size: 11px;
    font-weight: bold;     
    text-decoration: none;
}
.back-to-table a:hover
{    
    text-decoration: underline;
}
.footer_row
{
    background-color: #003300;
    color: #33CC00;
    text-align: center;
    font-size: 11px;
}
.footer_row a, .footer_row a:link, .footer_row a:visited
{
    color: #33CC00;
    font-size: 11px;
    text-decoration: none;
}
.footer_row a:hover
{
    color: #CCCC00;
    text-decoration: underline;  
      
}

.footer_row2
{
    background-color: #006600;
    color: #33CC00;
    text-align: center;
    font-size: 11px;
}
.footer_row2 a, .footer_row2 a:link, .footer_row2 a:visited
{
    color: #33CC00;
    font-size: 11px;
    text-decoration: none;
}
.footer_row2 a:hover
{
    color: #CCCC00;
    text-decoration: underline;    
}

/* Table styles*/
table.table_main {
    background-color: #EAEAEA;
}
table.table_main th{
    background: #FFFFFF url("../images/table_header.gif");
    background-repeat: repeat-x;
    height: 22px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 5px 0px 5px; 
    white-space: nowrap;
}
table.table_main th a{
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
table.table_main th a:hover{
    color: #FFFF99;
    text-decoration: underline;
}
table.table_main td{
    height: 22px;
    color: 000000;
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
}
table.table_main td a{
    color: #068423;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
table.table_main td a:hover{
    text-decoration: underline;
}

table.table_main_small_links td a{
    font-size: 11px;
}
div#accordion .st_bg1,
table.table_main tr.table_main_bg1
table.table_main td.table_main_bg1{
    background-color: #EAEAEA;
}
div#accordion .st_bg2,
table.table_main tr.table_main_bg2,
table.table_main td.table_main_bg2{
    background-color: #DEDEDE;
}
table.table_main td.override_green_arrow1{
    background: #EAEAEA url("../images/green_arrow.gif");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 24px;
    text-transform: uppercase;
    color: #006600;
    font-weight: bold;
    font-size: 14px;
}
table.table_main td.override_green_arrow2{
    background: #D0D0D0 url("../images/green_arrow.gif");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 24px;
    text-transform: uppercase;
    color: #006600;
    font-weight: bold;
    font-size: 14px;
}
table.table_main td.override_green_no_arrow1{
    background: #EAEAEA url;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 14px;
    text-transform: uppercase;
    color: #006600;
    font-weight: bold;
    font-size: 14px;
}
table.table_main td.override_green_no_arrow2{
    background: #D0D0D0 url;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 14px;
    text-transform: uppercase;
    color: #006600;
    font-weight: bold;
    font-size: 14px;
}

/* table with images on the left */
table.table_content_images
{
    font-size: inherit;
    font-family: inherit;    
}
table.table_content_images tbody tr td
{
    font-size: inherit;
    font-family: inherit;    
    padding: 15px;
}

/* Page main content area*/
.main_block{
    vertical-align: top;
    padding: 0px 10px 0px 0px;
    font-size: 11px;
    text-align: justify;
}
.main_block h1{
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
    color: #006600;
    margin: 0px;
    letter-spacing: -1px;
    text-align: left;
}
.main_block h2{
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #006600;
    margin: 0px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.main_block h3{
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #006600;
    margin: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.main_block hr{
    border-top: 1px solid #418541;
    border-right: 1px solid #D0E2D0;
    border-bottom: 1px solid #9EC19E;
    border-left: 1px solid #D0E2D0;
    margin: 20px 0px 10px 0px;
}

.menu_block{
    background: transparent url("../images/left_block_bg.jpg");
    background-repeat:    no-repeat;
    background-position:  top left ;
    vertical-align: top;
    text-align: left;
}
.breadcrumb_placeholder{
    background: #FFFFFF url("../images/breadcrumb_curl.gif");
    background-repeat:    no-repeat;
    background-position:  0px 0px;    
    height: 51px;
    text-align: right;
    padding: 0px 20px 0px 20px;
}
/* === END OF MY CLASSES === */

/* Blocks */
.right_block
{
    /*background-color: #FFFFFF;*/
    border-left: 1px dotted #000000;
    padding-left: 10px;
}
.right_block .block  HR{
    border: 1px dotted #444444;
}
.right_block .block {
    margin-bottom: 1.5em;
    padding-bottom: 0px;
    font-size: 10px;
    width: 128px;
    text-align: left;
    color: #003300;
    background-color: #DEEED9;
}
.right_block .block .block_content{
    padding: 0px 2px 5px 4px;
    margin: 0px;
    background: url("../images/block_bg.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
}
.right_block .block  A,
.right_block .block  A:link,
.right_block .block  A:visited
{
    color: #990000;
    text-decoration: none;
    font-size: inherit;
}
.right_block .block A:hover
{
    color: #440000;
    text-decoration: underline;
}
.right_block .block .news_date {
    color: #006600;
    font-weight: bold;
}
.right_block .block .title {
    display: block;
      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='../images/block_title_green.png',
      sizingMethod='image');
    background: url("../images/block_title_green.png");
    background-repeat: no-repeat;
    height: 41px;
    font-family: 'trebuchet MS', Helvetica, sans-serif, Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    margin: 0px;
    letter-spacing: -1px;
    color: #FFFFFF;
    width: 128px;
    vertical-align: bottom;
    text-align: left;
    line-height: 37px;
    overflow: hidden;
}
.right_block .block .title SPAN{
    padding: 0px 0px 0px 5px;
}

.right_block DIV.override_block_green{
    background-color: #33CC00;
}
.right_block DIV.override_block_green .block_content{
    background: url("../images/block_bg_green.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
}
.right_block DIV.override_block_green .block_content a:link,
.right_block DIV.override_block_green .block_content a:visited{
    color: #FFFFFF;
    font-size: 12px;
}
.right_block DIV.override_block_green .block_content a:hover{
	text-decoration: underline;
}
.right_block DIV.override_block_green .block_content hr{
    border: 0px;
    border-top: 2px dotted #FFFFFF;
}


.right_block DIV.override_block_orange{
    background-color: #FC771E;
}
td.right_block div.override_block_orange h2.title{
    background: transparent url(../images/block_title_orange.png) no-repeat scroll 0% !important;
      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='../images/block_title_orange.png',
      sizingMethod='image');
    /*background-image: url(../images/block_title_orange.png) !important;*/
}
.right_block DIV.override_block_orange .block_content{
    background: url("../images/block_bg_orange.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
}
.right_block DIV.override_block_orange .block_content a:link,
.right_block DIV.override_block_orange .block_content a:visited{
    color: #FFFFFF;
    font-size: 12px;
}
.right_block DIV.override_block_orange .block_content a:hover{
	text-decoration: underline;
}
.right_block DIV.override_block_orange .block_content hr{
    border: 0px;
    border-top: 1px dotted #FFFFFF;
}


/**/
.menu_block .block {
  padding: 0px;
}
.menu_block td{
  height: 20px;
  border-bottom: 1px dotted #AAAAAA;
  padding: 0px;
}

.menu_block td select{
    margin-bottom: 6px;
}

.menu_block td a,
.menu_block td a:link,
.menu_block td a:visited{
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  padding-left: 8px;
}
.menu_block td a:hover{
  color: #00FF00;
}

.menu_block td table.dynamic_menu{
    margin-bottom: 6px;
}
.menu_block td table.dynamic_menu th{
    text-align: left;
    height: 30px;
}
.menu_block td table.dynamic_menu th a{
    color: #FFFFFF;
}
.menu_block td table.dynamic_menu td{
    border-bottom: 0px;
}
.menu_block td table.dynamic_menu td a{
    display: block;
    height: 20px;
}
.menu_block td table.dynamic_menu td a:hover{
    filter:alpha(opacity=60);
    opacity: 0.6;
	-moz-opacity:0.6;
}

.menu_block td table.override_dynamic_menu_orange th{
    background-color: #FF6600;
}
.menu_block td table.override_dynamic_menu_orange td a,
.menu_block td table.override_dynamic_menu_orange td a:link,
.menu_block td table.override_dynamic_menu_orange td a:active,
.menu_block td table.override_dynamic_menu_orange td a:visited
{
    background-color: #FF9900;
    border-top: 1px solid #704300;
    border-left: 1px solid #704300;
    color: #FFFFFF;
}
.menu_block td table.override_dynamic_menu_pink th{
    background-color: #10B2FD;
}
.menu_block td table.override_dynamic_menu_pink td a,
.menu_block td table.override_dynamic_menu_pink td a:link,
.menu_block td table.override_dynamic_menu_pink td a:active,
.menu_block td table.override_dynamic_menu_pink td a:visited
{
    background-color: #7CC5E8;
    border-top: 1px solid #9F5F7F;
    border-left: 1px solid #9F5F7F;
    color: #FFFFFF;
}

#dropdownmenudiv
{
    visibility: hidden;
    width: 157px;
    height: 200px;
    position: absolute;
    margin-top: 4px;
    background-color: #CCCCCC;
    overflow: hidden;
    filter:alpha(opacity=90);
    opacity: 0.9;
	-moz-opacity:0.9;
}
#dropdownmenudiv #ddmcontent hr
{
    border: 0px;
    border-top: 1px dotted #000000;
    margin-left: 8px;
    margin-right: 10px;
}
#dropdownmenudiv #ddmcontent a
{
    display: block;
    background-color: #CCCCCC;
    color: #000000;
    width: 120px;
    height: 20px;
}
#dropdownmenudiv #ddmcontent a:hover
{
    background-color: #AAAAAA;
    color: #000000;
}

ul.searchtable {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.searchtable li {
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.searchtable li.st_distance {
	float: right;
    width: 60px;
    text-align: right;
}
ul.searchtable li.st_county {
	float: right;
    text-align: left;
}
ul.searchtable li.st_date {
    margin-right: 10px;
}
ul.searchtable li.st_clubname {
}

/* MooTools */
#area {
	background: #AAAAAA;
	height: 200px;
    float: right;
	width: 20px;
}
 
#knob {
	height: 20px;
	width: 20px;
	background: #000;
}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: normal;
    cursor: pointer;
}
h3.toggler {
    height: 17px;
    text-transform: none;
}

div#accordion div.element {
    padding: 0px 5px 0px 5px;
}

.element {
 
}

#rss_scroller a{
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #00365E;
    margin: 0px;
    letter-spacing: -1px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
#rss_scroller a:hover{
    text-decoration: underline;
    /*text-transform: uppercase;*/
}