﻿img{border-left: 4px solid green;}

.greenBody{
    background-color: green;
    margin-left: 0px;
    padding: 0px 0px;
}

.orangeText{
    font-weight: bold;
    color: #ff9900;
}

/* Root */
.rss_box, .gfg-root, .titles {
    width: 124px;
    padding: 0px 8px;
    background-color: #CF9;
    border-left: 4px solid green;
    border-top: 0px solid green;
    border-right: 0px solid green;
    border-bottom: 0px solid green;
    text-align:left;
    font-family: Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #F90;
    margin-left: 0px;
}

.borderBottom4{border-bottom: 4px solid green;}

.borderBottom3{border-bottom: 3px solid #ccff99;}

.tourPlannerLink
{
  border: 0px;
}

a:link, a:visited, a:active{text-decoration: none;}

/* Feed Title */
.rss_title, .gfg-title {display: none;}

/* Entry Section - Note the contents are generated from the
   FeedControl, see documentation or the css here to style.
   This hides the flashing news
*/
.gfg-entry {display: none;}

/* Feed List */
.rss_items, .gfg-list{
    background-color: #ccff99;
    list-style:none;
    margin-left:0px;
    border-bottom: 10px solid #ccff99;
}

/* List Entries, support highlighting, and odd and even behaviors */
.rss_item, .gfg-listentry{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #26590D;
  margin-bottom: 1em;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active, .gfg-listentry a:link, .gfg-listentry a:visited, .gfg-listentry a:active{
	text-decoration : none;
	color: #26590D;
}

.rss_item a:hover, .gfg-listentry a:hover { 
	text-decoration : underline;
	color: #F90;
	}

.gfg-listentry-highlight{}
.gfg-listentry-odd{}
.gfg-listentry-even{}

/* Date for each news item(I named this class myself) */
.rss_date, .gfg-listentry-date{
	font-size: 10px;
	font-weight : normal;
	color: #333;
}

/* For horizontal mode, the root is replaced with the following class.

   All other changes are styled against the classes above. 

*/

.gfg-horizontal-root{}




.cbCustieNews{
        font-family: Arial, Verdana, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #F90;
}

table, tr{
        background-color: green;
}

td, th   {
        background-color: #CF9;
}

/*************************************************
.rss_box, .news {
	width: 124px;
	padding: 0px 8px;
	background-color: #CF9;
	border-left: 4px solid #238912;
	border-top: 0px solid #238912;
	border-right: 0px solid #238912;
	border-bottom: 0px solid #238912;
        align:left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
        color: #F90;
}

.rss_title, .rss_title a:link
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	text-align:left;

}

.rss_title a:visited, .rss_title a:active, .rss_title a:hover {
	color: #692;
}

.rss_items {
	list-style:none;
        margin-left:0px;
}

.anchor, .rss_item {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  margin-bottom: 1em
}

.anchor, .rss_item a:link, .rss_item a:visited, .rss_item a:active{
	text-decoration : none;
	color: #26590D;
	}

.anchor a:hover, .rss_item a:hover { 
	text-decoration : underline;
	color: #F90;
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #333;
	}


******************************************************/