﻿/* Form starts here */
table.FormTable
{
    border-collapse: collapse;
}

table.FormTable td
{
    color: #505050;
    font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
}

table.FormTable td pre
{
    font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #993300;
}

table.FormTable td pre a
{
    text-decoration: underline;
    color: #993300;
}

table.FormTable td a
{
    text-decoration: underline;
    color: #505050;
}

table.FormTable td a:hover
{
    color: #336699;
    text-decoration: underline;
}

table.FormTable td h2
{
    font-weight: bold;
}

table.FormTable td span
{
    width: 20px;
    height: 100%;
    vertical-align: top;
    padding: 0px 10px;
    color: #a45b2f;
}

table.FormTable td span.FieldInfo
{
    float: left;
    display: block;
    width: 350px;
    padding: 0px;
    padding-top: 5px;
    font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #a45b2f;
}

table.FormTable td textarea
{
    font-size: 8pt;
    line-height: 12px;
    color: #505050;
}

table.FormTable td option
{
    font-size: 8pt;
    line-height: 12px;
    color: #505050;
}

table.FormTable td select
{
    font-size: 8pt;
    line-height: 12px;
    color: #505050;
}

table.FormTable td input
{
    font-size: 8pt;
    line-height: 12px;
    color: #505050;
}

table.FormTable td.Button
{
    text-align: right;
}

Input.Button
{
    padding: 0;      
    height: 20px;   
    white-space: nowrap;
    font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #cccccc;
    color: #430311;
    background: url( '../../images/FormBG.jpg' ) repeat-x;
}
Input.LoginButton
{
    height: 20px;
    margin-left: -101px;
    margin-top: 2px;
    white-space: nowrap;
    font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #cccccc;
    color: #430311;
    background: url( '../../images/FormBG.jpg' ) repeat-x;
}
Input.Deactive
{
    height: 24px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    color: #430311;
    background: url( '../../images/Deactive.jpg' ) repeat-x;
}

Input.Active
{
    height: 24px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    color: #430311;
    background: url( '../../images/Active.jpg' ) repeat-x;
}

table.FormTable td Input.Button:hover
{
}
/* Form ends here */

/* Main Form Sub Properties starts here */
table.MainForm td
{
    padding: 4px 4px;
}

table.MainForm td option
{
    padding: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

table.MainForm td textarea
{
    padding: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

table.MainForm td input
{
    padding: 0px;
   
}

table.MainForm td select
{

}

table.MainForm P
{
    color: #303030;
    text-align: justify;
}
/* Main Form Sub Properties ends here */

/*Form Button starts here */
div.FormButton
{
    margin: 0px 0px 10px 0;
    text-align: right;
}
/* Form Button ends here */

/* Form Container starts here */
div.FormContainer
{
    margin: 0px 0px;
}

div.FormContainer fieldset
{
    background: #f9f9f7 url( '../../Images/FormBG1.jpg' ) repeat-x; /* IE Hack */
    border: 1px solid #e9e9e9;
}

div.FormContainer legend
{
	 padding: 0px 2px;
    margin-left: 24px;
    color: #7A5C6E;
    font: 18px/22px Verdana, Arial;  
    border: 1px solid #e2e2d8;
    background: #fdfefd;
    font-style: italic;
}

/*Form Container ends here */

div.FileContainer
{
}

div.FileContainer fieldset
{
    margin: 10px 0px;
    padding: 0px; /* IE 6.0 Hack */
    padding: 0px 10px;
    padding-bottom: 10px;
    border: 1px solid #ffecc4;
    background: #fffcf4 50%;
}

div.FileContainer fieldset legend
{
    padding: 0px 8px;
    color: #990000;
    font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
    background: url( '../../images/NewImages/FileContainerLegendBG.jpg' )repeat-x;
    border: 1px solid #ffe6b0;
}

/* Form Container1 starts here */
div.FormContainer1
{
    margin: 10px 0 0px;
}

div.FormContainer1 fieldset
{
    background: #f9f9f7 url( '../images/FormBG.jpg' ) repeat-x; /* IE Hack */
    border: 1px solid #e9e9e9;
}

div.FormContainer1 legend
{
    padding: 0px 2px;
    margin-left: 24px;
    color: #7A5C6E;
    font: 18px/22px Verdana, Arial;
    font-style: italic;
    border: 1px solid #e2e2d8;
    background: #fdfefd;
}
/*Form Container ends here */