/**********************************************************************/
/* To make a new style, create a stylesheet and add it to this dir.   */
/* Override any styles you wish from Default.css, which will always   */
/* be included first.  Stylesheets will be automatically detected and */
/* listed by the plugin's admin panel.                                */
/**********************************************************************/

.gbEntry{
    color: #333333;
    border:1px solid #108020;
}

.gbEntryLeft{
    background:  #BEFFA2;
    border:0;
}

.gbEntryTop, .gbEntryBottom{
    background-color: rgb(255, 255, 255);
    color: #108020;
}

.gbEntryContent{
    background: rgb(255, 255, 255); 
}

#gbSignWrap{
    color: #333333;
    background: #BEFFA2;
    border:1px solid  #108020;
}

#gbSignWrap a:link, #gbSignWrap a:visited, .gbEntry a:link, .gbEntry a:visited{
    color: #005FA9;
    text-decoration: none;
}
