/*
red = #BE0027
yellow = #F7F409
green = #239E46
*/
body 
{
    font-family:Arial;
    color:White;
    background-color:Black;
    border-left: 0px;
    border-right: 0px;
    height: 100%;
}
a 
{
    color:silver;
}
a:hover 
{
    color:White;
}
table 
{
    padding:0px;
    margin:0px;
}
.leftgradient
{
    background-image: URL(REDGRADIENT.PNG);
    background-repeat: repeat-x;
    height: 29px;
}
.middlegradient
{
    background-image: URL(YELLOWGRADIENT.PNG);
    background-repeat: repeat-x;
    height: 29px;
}
.rightgradient
{
    background-image: URL(GREENGRADIENT.PNG);
    background-repeat: repeat-x;
    height: 29px;
}
.leftgradient1
{
    background-image: URL(REDGRADIENT1.PNG);
    background-repeat: repeat-x;
    height: 29px;
}
.middlegradient1
{
    background-image: URL(YELLOWGRADIENT1.PNG);
    background-repeat: repeat-x;
    height: 29px;
}
.rightgradient1
{
    background-image: URL(GREENGRADIENT1.PNG);
    background-repeat: repeat-x;
    height: 29px;
}
.leftcolumn
{
    background-color: #BE0027;
}
.middlecolumn
{
    background-color: #F7F409;
}
.rightcolumn
{
    background-color: #239E46;
}
.titleline1
{
    font-family: Arial;
    font-size: 20pt;
    color: Black;
    font-weight: bold;
    font-variant: small-caps;
}
.titleline2
{
    font-family: Arial;
    font-size: 18pt;
    color: Black;
    font-style: italic;
}
.titleline3
{
    font-family: Arial;
    font-size: 14pt;
    color: Black;
}
.LeftPane
{
    padding: 8px;
    text-align:left;
    vertical-align:top;
}
.ContentPane
{
    padding: 8px;
    text-align:center;
    vertical-align:top;
}
.RightPane
{
    padding: 8px;
    text-align:right;
    vertical-align:top;
}
.rootmenuitem td
{
    color:White;
    font-weight:bold;
    background-color:black;
}
.rootmenuitemselected td
{
    border:solid 1px #808080;
    border-collapse:collapse;
}
.rootmenuitembreadcrumb td
{
    font-variant:small-caps;
    border:solid 1px #808080;
    border-collapse:collapse;
}
.MainMenu_SubMenu td
{
    padding:2px;
    background-color:black;
    color:white;
}
.submenuitemselected td td
{
    background-color:#606060;
}
.submenuitembreadcrumb td td
{
    font-variant:small-caps;
    background-color:#606060;
}
.footer, a.footer:link, a.footer:active, a.footer:visited
{
    color: #606060;
    text-decoration: none;
}
a.footer:hover
{
    color: white;
    text-decoration: underline;
}
.links_bottom, a.links_bottom:link, a.links_bottom:active, a.links_bottom:visited
{
    color:#606060;
}
a.links_bottom:hover
{
    color: white;
    text-decoration:underline;
}
.user 
{
    color:black;
}
a.user:link, a.user:active, a.user:visited 
{
    color:black;
    text-decoration:underline;
}
a.user:hover 
{
    color:white;
    text-decoration:underline;
}


.MainMenu_MenuContainer
{
    background: transparent;
    width: 100%;
    height: 1px;
}
.MainMenu_MenuBar
{
    padding-right: 15px;
}
.MainMenu_MenuIcon
{
}
.MainMenu_MenuArrow
{
}
.MainMenu_RootMenuArrow
{
}
.MainMenu_MenuBreak
{
    display: none;
}
.MainMenu_MenuItem
{
    padding-right: 15px;
}
.MainMenu_MenuItemSel 
{
    background-color:#606060;
}
/*
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    color: #FF7900;
    text-decoration: none;
}
A.CommandButton:hover
{
    color: #FF7900;
    text-decoration: underline;
}

