﻿/********************************************** START **********************************************/
body
{
}
/*-------------------------------------------------*/
.highContrast body
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
a:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=image]:focus, 
input[type=submit]:focus, 
input[type=radio]:focus, 
input[type=checkbox]:focus, 
textarea:focus, select:focus
{
    outline: 2px solid #9A0000;
}
/*****************************************************************/

/******************************************************************/
.dvActn
{
    background: #FFFFFF;
    border: none;
    font-size: 11px;
}
/*-------------------------------------------------*/
.highContrast .dvActn
{
    background: #000000;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
}
/******************************************************************/
.ddlfnt
{
    font: normal 12px 'Lucida Sans Unicode' , 'Trebuchet MS' ,Arial,Helvetica;
}
/*-------------------------------------------------*/
.highContrast .ddlfnt
{
    font: normal 12px 'Lucida Sans Unicode' , 'Trebuchet MS' ,Arial,Helvetica;
}
/******************************************************************/
fieldset label
{
    color: #000000;
    /*font: normal 90% 'Bookman Old Style' , Arial, Verdana, Helvetica, sans-serif;*/
}
/*-------------------------------------------------*/
.highContrast fieldset label
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
input[type="text"]:focus, 
input[type="image"]:focus, 
select:focus, 
textarea:focus
{
}
/*-------------------------------------------------*/
.highContrast input[type="text"]:focus, 
.highContrast input[type="image"]:focus, 
.highContrast input[type="submit"]:focus, 
.highContrast select:focus, 
.highContrast textarea:focus
{
    /*	border-style:solid; 	border-color:#FF0000; 	border-width:1px;					*/
    box-shadow: 0 0 0 1px #FF0000 inset;
    outline: medium none;
}
/******************************************************************/
input[type="file"]
{
}
/*-------------------------------------------------*/
.highContrast input[type="file"]
{
    /*	background:#000000; 	color:#FFFFFF; */
}
/******************************************************************/
.fnta
{
    color: Transparent;
}
/*-------------------------------------------------*/
.highContrast fnta
{
    color: #000000;
}
/******************************************************************/
.dvSrchReslt
{
    height: 350px;
    overflow: auto;
    padding-top: 10px;
}
/*-------------------------------------------------*/
.highContrast .dvSrchReslt
{
    height: 350px;
    overflow: auto;
    padding-top: 10px;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/

/*-------------------------------------------------*/
.highContrast .dvfotimg
{
    width: 255px;
    text-align: right;
    text-transform: capitalize;
}
/******************************************************************/
.dvfotimg a
{
    color: #2A7D9C;
    background-color: #2A7D9C;
}
/*-------------------------------------------------*/
.highContrast .dvfotimg a
{
    color: Transparent;
    background-color: Transparent;
}
/******************************************************************/
.BtnStyle
{
    background-color: #2AA1CC;
    color: #FFFFFF; /*	font-size: 13px;	*/
    border-style: double;
    border-width: 3px;
    border-color: LightBlue;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: 30px;
    width: 150px;
}
/*-------------------------------------------------*/
.highContrast .BtnStyle
{
    background-color: #000000;
    color: #FFFFFF; /*	font-size: 13px;	*/
    border-style: outset;
    border-width: 3px;
    border-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: 30px;
    width: 150px;
}
/******************************************************************/
.tdbtnlnk
{
    background-color: #2AA1CC;
    color: #FFFFFF; /*	font-size: 13px;	*/
    border-style: double;
    border-width: 3px;
    border-color: LightBlue;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: 30px;
    width: 250px;
}
/*-------------------------------------------------*/
.highContrast .tdbtnlnk
{
    background-color: #000000;
    color: #FFFFFF; /*	font-size: 13px;	*/
    border-style: outset;
    border-width: 3px;
    border-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: 30px;
    width: 250px;
}
/******************************************************************/
.lnkBtnStyl
{
    background-color: #2AA1CC;
    color: #FFFFFF; /*	font-size: 13px;	*/
    border-style: double;
    border-width: 3px;
    border-color: LightBlue;
    text-align: center;
    vertical-align: middle;
}
/*-------------------------------------------------*/
.highContrast .lnkBtnStyl
{
    background-color: #000000;
    color: #FFFFFF; /*	font-size: 13px;	*/
    border-style: outset;
    border-width: 3px;
    border-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
/******************************************************************/
.submit
{
    font-family: 'Bookman Old Style' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast .submit
{
    font-family: 'Bookman Old Style' , 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    width: 50px;
    height: 22px;
    border: outset 3px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.TRHeader
{
    background-color: #1582AB;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold; /*	font-size: 13px;	*/
    padding-left: 10px;
    padding-right: 10px;
}
/*-------------------------------------------------*/
.highContrast .TRHeader
{
    background-color: #000000;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold; /*	font-size: 13px;	*/
    padding-left: 10px;
    padding-right: 10px;
}
/******************************************************************/
table .ListViewTable
{
    border-spacing: 1px;
    width: 100%;
    background-color: #2AA1CC;
    color: #FFFFFF;
}
/*-------------------------------------------------*/
.highContrast table .ListViewTable
{
    border-right: solid 1px #FFFFFF;
    border-spacing: 1px;
    width: 100%;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewTable tr
{
    color: #FFFFFF;
}
/*-------------------------------------------------*/
.highContrast table .ListViewTable tr
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewTable tr th
{
    color: #FFFFFF;
}
/*-------------------------------------------------*/
.highContrast table .ListViewTable tr th
{
    border-left: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewTable tr th label, table .ListViewTable tr th a
{
    color: #FFFFFF;
}
/*-------------------------------------------------*/
.highContrast table .ListViewTable tr th label, .highContrast table .ListViewTable tr th a
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewTable tr td
{
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast table .ListViewTable tr td
{
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewHeader
{
    background-color: #2AA1CC;
    border: solid 1px #FFFFFF;
    border-spacing: 1px;
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast table .ListViewHeader
{
    background-color: #000000;
    border: solid 1px #FFFFFF;
    border-spacing: 1px;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewDefaultRow
{
    background-color: #FFFFFF;
}
/*-------------------------------------------------*/
.highContrast table .ListViewDefaultRow
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.lstviwRow
{
    background-color: #FFFFFF;
    color: #000000;
}
/*-------------------------------------------------*/




.highContrast .lstviwRow
{
    background-color: #000000;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewAlternateRow
{
    background-color: #EFF3FB;
}
/*-------------------------------------------------*/
.highContrast table .ListViewAlternateRow
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.lstviwAltRow
{
    background-color: #EFF3FB;
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast .lstviwAltRow
{
    border: solid 1px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
table .ListViewDefaultRow:hover, table .ListViewDefaultRow:focus, table .ListViewAlternateRow:hover, table .ListViewAlternateRow:focus
{
    background-color: #CDF2FE;
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast table .ListViewDefaultRow:hover, .highContrast table .ListViewDefaultRow:focus, .highContrast table .ListViewAlternateRow:hover, .highContrast table .ListViewAlternateRow:focus
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.lstviwRow:hover, .lstviwRow:focus, .lstviwAltRow:hover, .lstviwAltRow:focus
{
    background-color: #CDF2FE;
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast .lstviwRow:hover, .highContrast .lstviwRow:focus, .highContrast .lstviwAltRow:hover, .highContrast .lstviwAltRow:focus
{
    border: solid 1px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdPageResult
{
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
    height: 22px;
}
/*-------------------------------------------------*/
.highContrast .tdPageResult
{
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
    height: 22px;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdRightAlgn
{
    text-align: right;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdRightAlgn
{
    text-align: right;
    white-space: nowrap;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdLeftAlgn
{
    text-align: left;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdLeftAlgn
{
    text-align: left;
    white-space: nowrap;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdLeftAlgnLbl
{
    text-align: left;
    background-color: #FCCBB7;
    color: #000000;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdLeftAlgnLbl
{
    text-align: left;
    background-color: #000000;
    color: #FFFFFF;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    white-space: nowrap;
}
/******************************************************************/
.tdRightData
{
    text-align: right;
    width: 25%;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdRightData
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdLeftData
{
    text-align: left;
    width: 75%;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdLeftData
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdRightCompData
{
    
    text-align: right;
    width: 25%;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdRightCompData
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdLeftCompData
{
    text-align: left;
    width: 40%;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdLeftCompData
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdLeftCompData1
{
    text-align: left;
    width: 5%;
    white-space: nowrap;
}
/*-------------------------------------------------*/
.highContrast .tdLeftCompData1
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.tdLeftCompData2
{
    text-align: right;
    width: 18%;
    white-space: nowrap;
   /* background-color:#FFFCCC;*/
}
/*-------------------------------------------------*/
.highContrast .tdLeftCompData2
{
    background-color: #FFFCCC;
    color: #000000;
}
/******************************************************************/
.DataEntryTable
{
    border-width: 0px;
    border-style: inset;
    border-spacing: 0px;
    border-color: #000000;
    background-color: #FFFFFF;
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast .DataEntryTable
{
    border-width: 0px;
    border-style: inset;
    border-spacing: 0px;
    border-color: #000000;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.DataentryTd
{
    height: 5px;
}
/*-------------------------------------------------*/
.highContrast .DataentryTd
{
    height: 5px;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.DynamicMenuZIndex
{
    z-index: 999;
}
/*-------------------------------------------------*/
.highContrast .DynamicMenuZIndex
{
    z-index: 999;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.SubMenuTitle
{
    background-color: #728393;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: top;
    height: 20px;
    text-decoration: none;
}
/*-------------------------------------------------*/
.highContrast .SubMenuTitle
{
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: top;
    height: 20px;
    text-decoration: none;
}
/******************************************************************/
fieldset
{
    /*	border: double 4px #0073B0;		*/
    padding-left: 6px;
}
/*-------------------------------------------------*/
.highContrast fieldset
{
    /*	border: double 4px #FFFFFF;		*/
    padding-left: 6px;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
legend
{
    padding-left: 3px;
    padding-bottom: 5px;
    padding-right: 3px;
    font-weight: bold;
}
/*-------------------------------------------------*/
.highContrast legend
{
    padding-left: 3px;
    padding-bottom: 5px;
    padding-right: 3px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
}
/************************* Start Loading Icon *************************/
.overlay
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaaaaa; /*   filter: alpha(opacity=80); */
    opacity: 0.8;
    color: #FFFFFF;
}
/*-------------------------------------------------*/
.highContrast .overlay
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaaaaa; /*   filter: alpha(opacity=80); */
    opacity: 0.8;
    color: #FFFFFF;
}
/******************************************************************/
.overlayContent
{
    z-index: 99;
    margin: 250px auto;
    width: 134px;
    height: 100px;
}
/*-------------------------------------------------*/
.highContrast .overlayContent
{
    z-index: 99;
    margin: 250px auto;
    width: 134px;
    height: 100px;
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.overlayContent h2
{
    /*		font-size: 18px;	*/
    font-weight: bold;
    color: #FFFFFF;
    background-color: #aaaaaa;
}
/*-------------------------------------------------*/
.highContrast .overlayContent h2
{
    /*		font-size: 18px;	*/
    font-weight: bold;
    color: #FFFFFF;
    background-color: #aaaaaa;
}
/************************* End Loading Icon *************************/
.inputfieldcss
{
    background-color: #FFFFAA;
    color: #000000;
    border-color: #606060;
}
/*-------------------------------------------------*/
.highContrast .inputfieldcss
{
    background-color: #FFFFFF;
    color: #000000;
    border-color: #606060;
}
/******************************************************************/
.allDrpDwn
{
    background-color: #FFFFAA;
    color: #000000;
    border-color: #606060;
}
/*-------------------------------------------------*/
.highContrast .allDrpDwn
{
    background-color: #FFFFFF;
    color: #000000;
    border-color: #606060;
}
/******************************************************************/
.MstLink
{
    font-weight: bold;
    color: #F0F0F0;
}
/*-------------------------------------------------*/
.highContrast .MstLink
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
}
/******************************************************************/
.abtusContent
{
    table-layout: fixed;
    letter-spacing: normal;
    color: #000000;
    background-color: #FFFFFF;
    text-align: justify;
}
/*-------------------------------------------------*/
.highContrast .abtusContent
{
    table-layout: fixed;
    letter-spacing: normal;
    color: #FFFFFF;
    background-color: #000000;
    text-align: justify;
}
/******************************************************************/
.AllbtnStyle
{
    background-color: #2AA1CC;
    color: #FFFFFF;
    border-style: outset;
    border-width: 3px;
    border-color: #2AA1CC;
}
/*-------------------------------------------------*/
.highContrast .AllbtnStyle
{
    background-color: #000000;
    color: #ffffff;
    border-style: outset;
    border-width: 3px;
    border-color: #FFFFFF;
}
/******************************************************************/
.SerchBoxStyle
{
    border: double 4px #0073B0;
}
/*-------------------------------------------------*/
.highContrast .SerchBoxStyle
{
    border: double 4px #FFFFFF;
}
/******************************************************************/
.SerchBoxLbel
{
    color: #000000;
}
/*-------------------------------------------------*/
.highContrast .SerchBoxLbel
{
    color: #FFFFFF;
}
/******************************************************************/
.HeaderLbl
{
    color: #FFFFFF;
}
/*-------------------------------------------------*/
.highContrast .HeaderLbl
{
    color: #FFFFFF;
}
/******************************************************************/
.txtPageNo
{
    border: solid 1px #606060;
    background-color: #FFFFAA;
    color: #000000;
    border-radius: 3px;
    padding: 3px 10px;
    width: 45px;
}
/*-------------------------------------------------*/
.highContrast .txtPageNo
{
    border: solid 1px #606060;
    background-color: #FFFFFF;
    color: #000000;
}
/******************************************************************/
.currntNumrcPgeIndex
{
    background-color: #FFFFFF;
    color: #0000FF;
}
/*-------------------------------------------------*/
.highContrast .currntNumrcPgeIndex
{
    background-color: #000000;
    color: #FFFFFF;
}
/******************************************************************/
.NumrcPgeIndex
{
    background-color: #FFFFFF;
    color: #0000FF;
}
/*-------------------------------------------------*/
.highContrast .NumrcPgeIndex
{
    background-color: #000000;
    color: #FFFF00;
}
/******************************************************************/
.treevew a
{
    color: #0000FF;
}
/*-------------------------------------------------*/
.highContrast .treevew a
{
    color: #FFFF00;
}
/******************************************************************/
.tdSubHeader
{
    background-color: #1582AB;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
}
/*-------------------------------------------------*/
.highContrast .tdSubHeader
{
    background-color: #000000;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #FFFFFF;
}
/******************************************************************/
.tdSubHeader h4
{
    font-size: 1.0em;
    font-weight: bold;
}
/*-------------------------------------------------*/
.highContrast .tdSubHeader h4
{
    font-size: 1.0em;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
}
/********************************************** END **********************************************/