﻿.MenuButton
{
    font-size:small;
    font-family:Arial;
    width:130px;
    font-weight:bold;
    color:White;
    background-color:transparent;
}
.hidden    
{       
    display: none;   
}
.labelFont
{
    font-size:small;
    font-family:Arial;
}
.textboxFont
{
    font-size:small;
    font-family:Arial;
    margin-bottom: 0px;
}
.validationFont
{
    font-size:small;
    font-family:Arial;
    color: Red;
}
/* Top Bar */
.topBar
{
    width: 1350px;
    height: 70px;
    z-index: 1;
    background-color: #0000A0;
    color: White;
    vertical-align:middle;
}
.topbarTitle
{
    font-size:x-large;
    font-family:Arial;
    font-weight: bold;
    color: White;
}

.leftMenuPanel
{
    height: 600px;
    width:180px;
    z-index: 1;
    background-color: #0000A0;
    color: White;
}
.mainForm
{
    width: 1150px;
    background-color: #FFFFFF;
    height: 600px;
}
.mainFormTopBar
{
    width: 100%;
    background-color: #0000A0;
    color: White;
    font-size: small;
    font-weight: bold;
    height: 20px;
    float: none;
    text-align: center;
}

.linkButton 
{ 
    background-color: #152649; 
    color: White; 
    font: Arial; 
    font-size:small; 
    font-style: normal; 
    font-weight:bold; 
    text-align: center; 
    text-decoration: none;    
    border-style: outset; 
    border-width: 1px;    
}
.DropdownMargin
{
    margin-left: 25px;
}