﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    background-color: White;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}
/*
table
{
    height: 100%;
    width: 100%;
    border: none 1px white;
}*/

/*--- Start of MasterPage ---*/
div.sidePane
{
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
}
#Left
{
    background-image: url(Images/leftbg.png);
    background-repeat: repeat-y;
    left: 0;
    clear: left;
}
#Center
{
    margin-left: 250px; /*margin-right: 250px;*/
    height: 100%; /* needed for ContentPage height */
}
#Right
{
    right: 0;
    clear: right;
}

.header
{
    background-color: #000066;
    height: 20px;
    text-align: right;
    padding-right: 20px;
}

#LTRowLnks
{
    text-align: center;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    background-image: url(Images/leftbgTop.png);
    background-color: White;
}
#LTRowLogo
{
    background-image: url(Images/leftbg1.png);
    background-repeat: repeat-y;
    height: 120px;
}
.Logo
{
    padding-left: 30px;
    padding-top: 0px;
}
#LTRowSpacer
{
    padding-top: 25px;
}

.mpNavTree
{
    position: static;
    white-space: normal; /*filter: alpha(opacity=80);     opacity: 0.8;     -moz-opacity: 0.8;*/
}

.mplnk /*HyperLink, LinkButtons on MasterPage*/
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: white;
}
A.mplnk:link
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

A.mplnk:visited
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

A.mplnk:active
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

A.mplnk:hover
{
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    color: #DDE7FF;
}
/*--- End of MasterPage ---*/


/*--- ContentPage Structure ---*/
.divHolder
{
    /*padding: 10px 10px 10px 10px;*/
}
.divLTPane
{
    width: 70%;
    position: relative;
    float: left;
    clear: left;
}
.divRTPane
{
    /*LTPane:85%, RTPane: 12%*/
    width: 200px;
    position: relative;
    float: right;
    clear: right;
    background-color: #EFEFEF;
    height: 95%;
    padding: 10px 10px 0px 10px;
}
.divTitle
{
    padding-left: 10px;
    padding-top: 10px;
}
.divContent
{
    padding-left: 10px;
    padding-top: 10px;
}
.divLTList
{
    width: 25%;
    position: relative;
    float: left;
    vertical-align: top;
    clear: left;
}
.divCTDetail
{
    width: 90%;
    position: relative;
    float: left;
    vertical-align: top;
    padding-left: 10px;
}

.divPrint
{
    width: 70%;
    position: relative;
    float: left;
    vertical-align: top;
    padding-left: 10px;
    text-align: right;
    cursor: pointer;
}

.div5050
{
    width: 50%;
    position: relative;
    float: left;
}
/*--- end of ContentPage Structure ---*/


.PageTitleText
{
    font-size: 16px;
    font-weight: bolder;
    color: #000066;
}
.PageDscptText
{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.InstruTextTitle /*Instruction Text*/
{
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}
.InstruText
{
    color: #676767;
    font-weight: normal;
    font-size: 11px;
}
.InstruSpacer
{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: dashed 1px #666666;
}
.InstruList
{
    margin-left: 0px;
    padding-left: 20px;
    list-style-type: none;
    list-style-image: url(images/icon_dash_tran.gif);
}
.InstruList li
{
    padding-bottom: 10px;
}

.InfoText
{
    color: #4F4F4F;
    font-weight: normal;
    font-size: 12px;
}

.DisplayText
{
    font-size: 11px;
    font-weight: bolder;
    color: #303030;
}
.InputText
{
    font-size: 11px;
    font-weight: normal;
    color: #303030;
}
.NoteText
{
    font-size: 10px;
    font-weight: normal;
    color: #606060;
}
.ErrorText
{
    font-size: 10px;
    font-weight: normal;
    color: #FF0000;
}


.BlockTitleRow
{
    background-color: #F1F1F1;
    color: #000066;
    border-left: solid 2px #000066;
    border-bottom: solid 1px #CCCCCC;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.BorderDotted
{
    /*border: dotted 1px #D0D0D0;*/
    border-left: dotted 1px #E0E0E0;
    border-right: dotted 1px #E0E0E0;
    border-bottom: dotted 1px #E0E0E0;
}

.SubmitRow
{
    width: 100%;
    text-align: center;
    background-color: #F1F1F1;
    border-top: solid 1px #676767;
    border-bottom: solid 1px #676767;
    padding: 10px 0px;
}
.dataBtn
{
    background-color: #004F28;
    border: double 3px #004F28;
    color: White;
    font-size: 11px;
    font-weight: bolder;
    padding: 0px 10px; /*     filter: alpha(opacity=80);     -moz-opacity: 0.8;     opacity: 0.8;*/
    width: 120px;
}
/*Set disabled button style, both works in FF, but no in IE6*/
input.dataBtn:disabled
{
    color: #999999;
}
input.dataBtn[disabled]
{
    color: #999999;
}


/*Set CheckBoxList ColumeWidth Evenly*/
.CBL3Cols tr td
{
    width: 33%;
}

.AlignRT
{
    text-align: right;
}

/* Research GridView Specific */
.dataHeader
{
    padding-left: 10px;
}
.dataText
{
    padding-left: 20px;
    padding-bottom: 20px;
}
.dataNoteText
{
    color: #004F28;
}
.dataDivider
{
    border-bottom: solid 10px #000066;
}
.dataDividerThin
{
    padding-top: 20px;
    border-bottom: solid 3px #000066;
}

/* Feedback Specific*/
.divFB
{
    background-color: #DDFFDD; /*border-top:solid 3px green;*/
    padding: 30px;
}
.FBHeader
{
    font-weight: bolder;
    color: #004F28;
}
.FBText
{
    padding-bottom: 5px;
}

.gdvCmdBtn
{
    padding-top: 50px;
    font-weight: bolder;
}

/* FAQ Specific */
.handCursor
{
    cursor: pointer;
}


/* Data Displayed using BulletList */
.BulletListText
{
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* used as mouse-over references, howtos*/
.HowtoPopup
{
    padding: 10px;
    background-color: White;
    border: solid 2px #3366FF;
    text-align: left;
}
.HowtoText
{
    color: #C6D5FF;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
.divDef
{
    clear: left;
}
.divDef .floatIcon
{
    float: left;
    width: 20px;
}
.fixText
{
    margin-top: 0;
    margin-left: 20px;
}

/* FAQ */
.QTitle
{
    color: #004F28;
}
.ATitle
{
    color: #FF6600;
    font-weight: bolder;
}

.ddl
{
    z-index: -1000;
}

/* CONTACT US */
.validation
{
	 display :block ;		
}

.lblSent
{
	
}