﻿.TextBox
{
    border: none 0px;
    height: 24px;
    padding-top:6px;
    color: #5CA630;
    font-weight: bold;
}

.TextBoxMulti
{
    border: none 0px;
    color: #5CA630;
    font-weight: bold;
}

.TextBoxWhite
{
    background-color: White;
}

.TextBoxGreen
{
    background-color: #5CA630;
}

.TextBoxBlue
{
    background-color: #1A66B1;
    color: White;
}

.TextBoxImage
{
    background-color: #5CA630;
    border: none 0px;
}

.SelectedLeaf
{
    text-decoration: underline;
    
}

.Bookmarks
{
    position: static;
}

.Bookmarks Div
{
    position: static;
}
