﻿html, body, form
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
h1,h2,.standardFont, .titleLine,.explainline,.labelline,.footer,.yellowExplain
{
    font-family: 'Segoe UI' ,Verdana, Arial, Helvetica, sans-serif;
}
h1
{   
    font-size: 22pt;
    font-weight: 700;
    color: #FF6600;
    margin: 2px;
}
h1 span
{
    font-size: 10pt;
    font-weight: 400;
    color: #333333;
    margin: 2px;
    display: block;
}
h2
{
    font-size: 15pt;
    font-weight: bold;
    color: #0080FF;
    margin: 2px;
}
.explainline
{
    color: #414141;
    font-size: small;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.labelline
{
    width: 20%;
    font-size: 9pt;
    text-align: right;
    vertical-align: middle;
}
.textboxline
{
    width: 35%;
    font-size: small;
    text-align: left;
}
.tdexplain
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #003366;
    text-align: justify;
}
.mandatory
{
    font-weight: bold;
    color: #FF0000;
    font-size: x-small;
}
.footer
{
    font-size: x-small;
    padding: 2px;
    left: 1%;
    width: 98%;
    height: 20px;
    position: absolute;
    top: 95%;
    vertical-align: middle;
    text-align: right;
}
.LinkSmallWhite
{
    font-family: 'Segoe UI' ,Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}

.LinkWhite
{
    font-family: 'Segoe UI' ,Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    color: #E8FFFF;
    text-decoration: none;
}
.yellowExplain
{
    border: 4px solid #FFCC00;
    padding: 10px;
    background-color: #FFFFB3;
    margin-top: 10px;    
    font-size: 14pt;
    text-align: justify;
}
a.ovalbuttongreen
{
    background: transparent url('../PublicImages/oval-green-left.gif') no-repeat top left;
    display: block;
    float: left;
    font: bold 10pt 'Segoe UI' , Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
    height: 24px;
    padding-left: 11px;
    text-decoration: none;
}

a:link.ovalbuttongreen, a:visited.ovalbuttongreen, a:active.ovalbuttongreen
{
    color: #494949;
}

a.ovalbuttongreen span
{
    background: transparent url('../PublicImages/oval-green-right.gif') no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0;
}

a.ovalbuttongreen:hover
{
    background-position: bottom left;
}

a.ovalbuttongreen:hover span
{
    background-position: bottom right;
    color: black;
}

