﻿body 
{
    padding: 0px; margin: 0px; font-family: Arial, sans-serif; color: #444444;
}
a.mainmenu
{
    color: #FFFFFF; font-weight: bold; text-decoration: none; font-size: 12px; text-transform: uppercase;
}
a:hover.mainmenu
{
    color: #00a8e1; text-decoration: none;
}
a.submenu
{
    color: #0B77B4; font-weight: bold; text-decoration: none; font-size: 13px; font-family: Calibri;
}
a:hover.submenu
{
    color: #AAAAAA; text-decoration: underline;
}
a.adminmenu
{
    color: #0B77B4; font-weight: bold; text-decoration: none; font-size: 14px; font-family: Arial; line-height: 20px;
}
a:hover.adminmenu
{
    color: #AAAAAA; text-decoration: underline;
}

a.gridbutton
{
    color: #0B77B4; font-weight: bold; text-decoration: none; font-size: 14px; font-family: Arial;
}
a:hover.gridbutton
{
    color: #AAAAAA; text-decoration: underline;
}
h3.heading01
{
    color: #94420e; text-transform: uppercase; font-family: Arial, sans-serif; font-size: 20px; text-align: left;
    border-bottom: 1px solid #7d7e82; padding-left: 110px;
}
span.heading01
{
    color: #94420e; text-transform: uppercase; font-family: Arial, sans-serif; font-size: 20px; text-align: left;
    padding-left: 110px; font-weight: bold;
}
span.heading02
{
    color: #666666; text-transform: uppercase; font-family: Arial, sans-serif; font-size: 20px; text-align: left;
    font-weight: lighter;
}
input.buttonsmallgold
{
    background-image: url('/Images/Buttons/button_small_gold.jpg'); width: 75px; height: 24px; 
    font-family: Arial; font-size: 14px; font-weight: bold; color: #94420e; border: 0px; cursor: pointer;
}
input.buttonsmallyellow
{
    background-image: url('/Images/Buttons/button_small_lightyellow.jpg'); width: 75px; height: 24px; 
    font-family: Arial; font-size: 14px; font-weight: bold; color: #94420e; border: 0px; cursor: pointer;
    text-transform: uppercase;
}
input.buttonmediumyellow
{
    background-image: url('/Images/Buttons/button_medium_lightyellow.jpg'); width: 150px; height: 24px; 
    font-family: Arial; font-size: 14px; font-weight: bold; color: #94420e; border: 0px; cursor: pointer;
    text-transform: uppercase;
}
.popupbackground
{
    background-color:Black;
    filter: alpha(opacity=50);
    opacity:.50;
}
.whitepanel
{
    background-color: White; 
    border-top: 8px solid #BBBBBB; 
    font-size: 12px;
}
.panelbrlogo
{
    background-color: #d2d3d5; 
    background-image: url('/Images/Logo/HP-design_002_rev_06_24.jpg'); 
    background-position: right bottom; background-repeat: no-repeat; 
}
h2.controlHeadings
{ 
    font-family: Arial, sans-serif; color: #3776b1; font-size: 18px; font-weight: bold; text-align: left;
}
.ModuleBox span img, .ModuleBox p span img
{
    float:right;
    margin-left:10px;
}

/* Admin Section */

td.Label
{
    text-align:left;
    vertical-align:top;
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: underline;
    width: 20%;
}

th
{
    text-align:left; font-size:12px; font-weight:bold; text-decoration:underline;
}

.AccordianHeaderClass
{
    text-align:left; font-size:18px; font-weight:bold; cursor:pointer; border-bottom: 1px solid #CCCCCC;
}

.HighlightCssClass
{
    background-color:Red; color:Yellow;
}

.HoverCssClass
{
    background-color: #94420e; color:White;
}
