/** google.feeds.FeedControl classes
 *  - very similar to .gsc-XXX from ajax search
*/

.gfc-resultsHeader {
    width: 100%;
/*    border-bottom: 1px solid #e#E9E9E99e9e9;*/
    border-bottom: none;
    margin-bottom : 4px;
}

.gfc-resultsHeader .gfc-title{
    color: #676767;
    display: inline;
}

.gfc-tabsArea {
    margin-top: 6px;
    margin-bottom: 3px;
    border-bottom: 1px solid #EFEFEF;
}

.gfc-tabsAreaInvisible {
    display : none;
}

.gfc-tabHeader {
    display: inline;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 2px;
}

.gfc-tabHeader.gfc-tabhActive {
    border-left: 1px solid #FFEFCA;
    border-right: 1px solid #FFEFCA;
    border-top: 2px solid #C52C1A;
    color: black;
    font-weight: 500;
}

.gfc-tabHeader.gfc-tabhInactive {
    border-left: 1px solid #FFEFCA;
    border-right: 1px solid #FFEFCA;
    border-top: 2px solid #003300;
    background: #FFEFCA;
    color: #676767;
    font-weight: 500;
}

.gfc-tabData.gfc-tabdActive {
    display: block;
}

.gfc-tabData.gfc-tabdInactive {
    display: none;
}

/* tab specific results header supression */
.gfc-tabData .gfc-resultsHeader .gfc-title {
    display: none;
}

/* the results for each section
 * .gfc-resultsbox-{visible,invisible} : a complete-collection of results including headers
 * .gfc-results : the collection of results for a given feed
 * .gfc-result : a generic result within the control
*/
.gfc-resultsbox-visible {
    display : block;
    /*height: 250px;
    overflow: scroll;*/
}

.gfc-resultsbox-invisible {
    display : none;
}

.gfc-results {
    padding-bottom: .2em;
}

.gfc-result {
    margin-bottom: .5em;
}

.gfc-result .gf-title {
    height: 1.4em;
    overflow: hidden;

}

.gfc-result .gf-title a, a:active {
    color: #003300;
    font-weight: 500;
}

.gfc-result .gf-title a:hover {
    color: #FF55AA;
    font-weight: 500;
}

.gf-result .gf-author,
.gf-result .gf-spacer,
.gf-result .gf-relativePublishedDate {
    color: #6f6f6f;
    display : inline;
}

.gf-result .gf-spacer {
    margin-right : 3px;
    margin-left : 3px;
}

/**
 * undo common generic table rules
 * that tend to impact branding
*/
table.gf-branding td,
table.gf-branding {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border : none;
}

table.gf-branding {
    border-style : none;
    border-width : 0px;
    border-spacing : 0px 0px;
    width : 100%;
}

td.gf-branding-text {
    vertical-align : top;
}

td.gf-branding-text div.gf-branding-text {
    padding-bottom : 2px;
    text-align : right;
    color : #676767;
    font-size : 11px;
    margin-right : 2px;
}

td.gf-branding-img-noclear {
    width : 51px;
    vertical-align : bottom;
}

td.gf-branding-img {
    width : 65px;
    vertical-align : bottom;
}

table.gf-branding-vertical td.gf-branding-text div.gf-branding-text {
    margin-right : 0px;
    text-align : center;
}

table.gf-branding-vertical td.gf-branding-img-noclear {
    text-align : center;
}

div.gf-branding-img,
div.gf-branding-img-noclear,
img.gf-branding-img,
img.gf-branding-img-noclear {
    padding-top : 1px;
}

img.gf-branding-img,
img.gf-branding-img-noclear {
    margin : 0 0 0 0;
    padding-right : 0;
    padding-left : 0;
    padding-bottom : 0;
    border : none;
    display : inline;
}

a.gf-branding-clickable {
    cursor : pointer;
}

.gf-result .gf-snippet{
    color: #003300;
}
/* 
    Document   : styleSheet
    Created on : Jun 22, 2011, 1:13:26 AM
    Author     : xyz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

