﻿.divSelectMenu
{
    font-family: Samim;
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
}
.divunSelectMenu
{
    font-family: Samim;
    font-size: 9pt;
}
.tdSelectMenu
{
    border-style: solid solid none none;
    border-width: 1px;
    border-color: #99CC66;
    height: 30px;
    width: 87px;
    background-color: #EEF7D4;
    text-align: center;
}
.tdunSelectMenu
{
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #99CC66;
    height: 30px;
    width: 60px;
    background-color: #fcf897;
    text-align: center;
}
.tdMouseOver
{
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #99CC66;
    height: 30px;
    width: 60px;
    background-color: #ECFFDF;
    text-align: center;
}

.oddRow 
{
    background-color: #F3F9DF;
}

.evenRow
{
    background-color: #EEF7D4;
}

.borderMiddle
{
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #6D8420;
    border-right-color: #6D8420;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: White;
}

.borderMiddle2
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: White;
}
div.submenuMasterHolder
{
    position: relative; 
    width: 810px; 
    top: 163px !important; 
    left: 0px;
}