﻿html, body, select, input
{
    font: 8pt tahoma,arial,helvetica;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;                  
    scrollbar-face-color:white;
}

.AppModuleFooter
{
    text-align: center;
    width: 900px;
    height: 23px;
    color: #cccccc;
    background-color: #333333;
}

.TableHavingLeftAlign td
{
    text-align: left;
}

/*Nevigation Style*/
a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
/*Nevigation Style Close*/


.RegistrationButton
{
    padding: 6px 3px 6px 3px;
    border: 1px solid #98B5E2;
    background-color: #CAD9F0;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

.RegistrationButton:hover
{
    padding: 6px 3px 6px 3px;
    border: 1px solid #98B5E2;
    background-color: #7199D7;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}




.FlatTextBox
{
    padding: 3px;
    border: 1px solid #DDDDDD;
}

.FlatTextBox:hover
{
    border: 1px solid #336699;
}

.FlatTextBox:focus
{
    border: 1px solid #336699;
}

.FlatButton
{
    padding: 6px;
    border: 1px solid #98B5E2;
    background-color: #CAD9F0;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

.FlatButton:hover
{
    background-color: #98B5E2;
}
.combo
{
    height: 20px;
    width: 140px;
    color: #000000;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #003399;
    margin: 0px;
    padding: 0px;    
    vertical-align:middle;
} 

