﻿html,body 
{
    margin-top : 0px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    height : 100%;
    width : 100%;
    font-family : Tahoma;
    font-size : 11px;
}

body{min-height : 100%;}

#MasterTable
{
    min-height : 100%;
    height : 100%;
    width : 100%;
}

.TopNav
{
    border-width : 1px;
    border-color : #ececec;
    border-style : solid;
    padding-bottom : 1px;
    padding-left : 3px;
    padding-right : 3px;
}

.TopNav:hover
{
    border-color : #3bb3c2;
}

.TopNavHref
{
    text-decoration : none;
    color : #000000;
}

.TopNavHref:hover
{
    text-decoration : underline;
    color : #000000;
}

.LeftNavMenu
{
    background-color : #ececec;
    height : 20px;
}
.LeftNavMenu:hover
{
    background-color : #ffffff;
}

.LeftNavHref
{
    text-decoration : none;
    color : #000000;
}

.LeftNavHref:hover
{
    text-decoration : underline;
    color : #3bb3c2;
}

.FontStyle1
{
    font-size : 11px;
    color : #000000;
}

.Turquoise
{
    color : #3bb3c2;
}

.GreySmall
{
    color : #898989;
    font-size : 10px;
}

.Grey
{
    color : #898989;
}

.InnerTextHref
{
    color : #3bb3c2;
    text-decoration : underline;
}

.InnerTextHref:hover
{
    color : #3bb3c2;
    text-decoration : underline;
}
.TextBoxStyle1
{
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: #a1a1a1;
    font-size: 11px;
    background-color: Transparent;
}
.ButtonStyle1
{
    width: 80px;
    border-width: 1px;
    border-style: solid;
    border-color: #a1a1a1;
    background-color: #ececec;
    font-size: 11px;
    font-weight: bold;
    color: #a1a1a1;
}
.ButtonStyle1:hover
{
    color: #3bb3c2;
    background-color: #ffffff;
}

.DropDownListStyle1
{
    font-size: 10px;
    height: 20px;
    width: 120px;
    border-style: solid;
    border-width: 1px;
}