﻿
BODY
{
    border-right: medium none;
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
    border: none;
    color: black;
    font-size: small;    
    font-family: Arial, Tahoma;
    background-color: #636563;
}

.Background
{
    background-color: white
}
.BodyBackground
{
    background-color: #636563
}

.Footer
{
    font-weight: normal;
    font-size: xx-small;
    color: #D3D3D3;
    font-family: Arial, Tahoma;
    background-color: #636563;
}

.SubHeader
{
    background-color: #DFDFDF;
    font-weight: bold;
    font-size: small;
    color: #31659C;
    font-family: Arial, Tahoma;
    vertical-align: middle;
    text-align: left;
    height: 20Px;
    border-bottom: 1px solid ButtonShadow;
    border-top: 1px solid ButtonShadow;
}  

.SubSecondHeader
{
    background-color: #EFEFEF;
    font-weight: bold;
    font-size: small;
    color: #5389BF;
    font-family: Arial, Tahoma;
    vertical-align: middle;
    text-align: left;
    height: 25Px;
    border-bottom: 0px solid ButtonShadow;
    border-top: 0px solid ButtonShadow;
} 

.FAQHeader
{
	font-size: medium;
	color: #31659C;
	font-family: Arial, Tahoma;
	vertical-align: middle;
	text-align: left;
	height: 20Px;
	text-decoration: underline;
}

.PageHeader
{
	BORDER-bottom: 		#9b9b9b 1px solid;
	font-family: 		Arial, Tahoma;
	font-size :         small;
	FONT-WEIGHT: 		bold; 
	height : 			22px;
    text-align:         left;
	TEXT-DECORATION: 	none;
	COLOR: 				Black;
    background-image:   url("Tabs/TabToolTextBG.gif");
    background-repeat:  repeat-all;
}   

TH 
{
	font-weight: normal;
	color: #000000;
}
TH a
{
	font-weight: normal;
	color: #000000;
}

/*Label*/

.Label_Normal
{
    font-weight: normal;
    font-size: small;
    color: black;
    font-family: Arial, Tahoma;
    vertical-align: middle;
    text-align: right;
}   
.Label_Mandatory
{
    font-weight: normal;
    font-size: small;
    color: black;
    font-family: Arial, Tahoma;
    vertical-align: middle;
    text-align: right;
}   
.Label_Error
{
    font-weight: normal;
    font-size: small;
    color: red;
    font-family: Arial, Tahoma;
    vertical-align: middle;
    text-align: left;
}   
.Label_Message
{
    font-weight: normal;
    font-size: small;
    color: green;
    font-family: Arial, Tahoma;
    vertical-align: middle;
    text-align: left;
}   
.Label_Bold
{
    font-weight: bold;
    font-size: small;
    color: black;
    font-family: Arial, Tahoma;
    vertical-align: middle;
    text-align: left;
}   

/** Messages 
---------------------------------------------- */
 
A.MessageText 
{

	text-decoration: none;
}

A.MessageText span 
{
	font-weight: normal;
	color: Black;
	font-size: smaller;
}

/* GridView */
.GVGridView
{
	color: #202020;
	font-size: small;
	font-family: Arial, Tahoma;
	font-weight: normal;
	text-align: center;
	border-bottom: #aca899 1px solid;
	border-top: #aca899 1px solid;
}

.GVGridViewNoGrid
{
    color: #202020;
    font-size: small;
    font-family: Arial, Tahoma;
   	font-weight: normal;
    text-align: center;
}

.GVHeader
{
	background-color: #DFDFDF;
}
.GVFooter
{
    background-color: #DFDFDF;
    font-weight: bold;
	color: #336699;
    
}

.GVSelectedRow
{
    background-color: #B6BDD2;
}
.GVRow 
{
	background-color: #FFFFFF;
}
.GVAltRow
{
	background-color: #F4F4F4;
}
.GVHighlightRow
{
	/*background-color:#E6E6FA;*/
	font-weight:bold;
	color:#0000EE;
}
.GVEmptyRow
{
	background-color: #EFEFF7;
}
.GVPager 
{
	background-color: #FFFFFF;
	text-align: right;
}

.GVSummaryHeader
{
	background-color: #FFFFFF;
	color: #336699;
	font-weight: bold;
}

.GVSummaryTotal
{
	background-color: #FFFFFF;
	color: #336699;
}

.GVGrandTotal
{
    background-color: #DFDFDF;
    font-weight: bold;
	color: #336699;
}
/*
TR.GVPager TD, TR.GVHeader TH, TR.GVRow TD, TR.GVAltRow TD
{
    border-left: solid 1px #ACA899;
    border-right: solid 1px #ACA899;
	border-bottom: solid 1px #ACA899;
	border-top: solid 1px #ACA899;
}
*/

.colAction {
    background-color:#FFD68F;
    font-weight:bold;
}


/* GridView - end */

.BDRAll
{
    border: solid 1px #ACA899;
}
.TableBGColor
{
    BACKGROUND-COLOR: #ACA899;
}

.DisabledText
{
    COLOR: Black;  
    BACKGROUND-COLOR: #cccccc;
}

.Info
{
    BACKGROUND-COLOR:Silver;
    font-weight:bold;
}
.SiteMapPathText
{
    font-size: smaller;
	color: #666666;
	font-family: Arial, Tahoma;
}

.FormViewHeading
{
	BORDER-bottom: 		#9b9b9b 1px solid;
	font-family: 		Arial, Tahoma;
	font-size :         small;
	FONT-WEIGHT: 		bold; 
	height : 			22px;
    text-align:         left;
	TEXT-DECORATION: 	none;
	COLOR: 				Black;
    background-image:   url("Tabs/FormViewHeader.jpg");
    background-repeat:  repeat-x;
    border-top:			solid 1px ButtonShadow;
    border-bottom:		solid 1px ButtonShadow;
}   


/* Sanjeev's Trial */
td.menuon 
{ 
	background-color: #000000; 
	color: #FFFFFF; 
}


td.menuoff 
{ 
	background-color: #FFFFFF; 
	color: #000000; 
}
.unreadMsg
{
	font-weight: bold;
	color: navy;
}

.StatusMessage
{
	background-color:#EEE;
	border:1px solid Black;
	padding:5px
}
/* added by bijoy*/
.Header1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: white;
    BORDER-BOTTOM: buttonshadow 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #636563
}

.Header1Small
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #636563
}
.Header2
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: #31659C;
}

.TableHeader
{
    BORDER-RIGHT: 0pt;
    BORDER-TOP: 0pt;
    FONT-SIZE: 9pt;
    BORDER-LEFT: 0pt;
    COLOR: #000000;
    BORDER-BOTTOM: 0pt;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #DFDFDF
}

.TableText
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #F4F4F4
}

.TableTextBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #F4F4F4
}

.TDColorFill
{
    BACKGROUND-COLOR: #31659C
}
.LinkEnabled
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline
}

.MessageReadAll
{
	text-decoration: underline;
	color: Blue;
	font-weight: normal;
}


.MessageReadAll:hover
{
	color: Black;
}
.Label_Standard
{
	font-weight: bold;
	font-size: 	small;
	color: 		#08398F;/*#2B60DE*/
	font-family: Arial, Tahoma;
	vertical-align: middle;
	text-align: left;
}

.Label_Benchmark
{
	font-weight: normal;
	font-size: small;
	color: #5F0624;
	font-family: Arial, Tahoma;
	vertical-align: middle;
	text-align: left;
}

.Label_PerformanceStandard
{
	font-weight: normal;
	font-size: small;
	color: #606060;/*#D16587*/
	
	font-family: Arial, Tahoma;
	vertical-align: middle;
	text-align: left;
}
.Notification
{
	font-weight: normal;
	font-size: 10px ;
	color: #330099;	
	font-family: Arial, Tahoma;
	vertical-align: middle;	
}


.PSDates
{
	 background-color:#F1EDED;
}

.faqInfoModule
{
	border:1px solid #ffe58a;
	margin:1em 0;
	padding:0em 1em 0em 0;
	background:#fff3c8 repeat-x url(Images/infoPanel.gif);
	color:#000;

}

.faqInfoModuleBottom
{
	min-height:30px;
	padding:0 0 0 45px;
	background:no-repeat -1184px -1447px url(Images/faqInfo.gif);

}
/* Password bar  */
    #pwstrength
        {
                height:10px;
                display:block;
                float:left;
        }
        .strength0
        {
                width:0px;
                background:#ff0000;
        }
        .strength1
        {
                width:25px;
                background:#ff0000;
        }
        .strength2
        {
                width:50px;
                background:#FF3333;
        }
        .strength3
        {
                width:75px;
                background:#FF6633
        }
        .strength4
        {
                background:#FF6633;
                width:100px;
        }
        .strength5
        {
                background:#66CC33;
                width:155px;
        }
        .strength6
        {
                background:#339933;
                width:155px;
        }

/* Button Related Classes */

.ButtonDisabled
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: white 1px solid;
    COLOR: #666666;
    FONT-SIZE: 9pt;
    BORDER-LEFT: white 1px solid;
    BORDER-BOTTOM: buttonshadow 1px solid;
    FONT-FAMILY: Arial;
}
.ButtonEnabled
{
	font-size: 9pt;
	font-family: Arial;
	margin:0px;
	border-top: 1px solid #FFC77F;
	border-left: 1px solid #FFC77F;
	border-bottom: 1px solid #AF7120;
	border-right: 1px solid #AF7120;
	text-decoration: none;
	color: #000;
	background: url('TKSABtn.png') repeat-x;
	background-color: #FFC77F;
}
.ButtonOver
{
    BORDER-RIGHT: #004181 1px solid;
    BORDER-TOP: #004181 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: #004181 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #004181 1px solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #B6BDD2;
    CURSOR: hand;
}
.DropdownColor
{	
	background-color: #e3efff;
		
}
.headercureent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image:url(../../images/login-header-current.png); 
	height:23px; 
	background-repeat:repeat-x; 
	background-color:#fdf2de; 
	background-position:top;
	color:#414141;
}
.headerold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image:url(../../images/login-header-old.png); 
	height:23px; 
	background-repeat:repeat-x; 
	background-color:#d8e2ec; 
	background-position:top;
	color:#414141;
}

.footerloginpage
{ 
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-align:center;
}
.blockbg
{ 
	background-image:url(../../images/login-block-bg.png); 
	background-repeat:repeat-x; 
	background-color:#FFF; 
	background-position:bottom; 
	height:82px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
.blockbg a:link
{ 
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	color:#084481;
}
.blockbg a:active
{ 
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	color:#084481;
}
.blockbg a:visited
{ 
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	color:#084481;
}
.blockbg a:hover
{ 
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.headertxt
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	text-decoration:none;
	font-weight:bold;
	color:#084481;
	text-align:right;
}

.comment
{
font-family: Tahoma, Geneva, sans-serif;
font-size:11px;
color:#e67a02;
}
.yearinfomration
{
font-family: Tahoma, Geneva, sans-serif;
font-size:12px;
color:#000000;
}
#contactusbtn
{
  display: block;
  width: 217px;
  height: 28px;
  background: url("../../images/login1011.png") no-repeat 0 0;

}

#contactusbtn:hover
{ 
  background-position: 0 -28px;
}

#contactusbtn span
{
  display: none;
}

