﻿/*------------------------------------------------*
 *Note       : This is a Cascading StyleSheet(css)*
 *           : for AjaxToolkitControls,gridviews  *
 *           : and other common controls          *
 *------------------------------------------------*/



.btnInput
{
    font-weight: bold;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    padding: 3px;
    border: 0px solid #000080; 
    cursor:hand;
    background-color: #B12825;    
}

.btnInput1 {
            font-weight: bold;
            color: #9D9B9B;
            font-family: Arial;
            font-size: 12px;
            padding: 3px;
            border: 0px solid #000080;
            cursor: hand;
            background-color: #b64c4c;
        }



.lblHeadingGeneral
 {
 	font-family: Verdana, Helvetica, sans-serif;
 	font-size: 12px; 
 	color:Black;
 	font-weight :bold ;
 }
 
  .lblGeneral
 {
   
  	font-size :11px;
 	color:black;
 	font-weight:bold;
 	text-align:left;
 	font-family: Verdana, Helvetica, sans-serif;
 }
 
  .lblGeneralLight
 {
   
  	font-size: 11px;
 	color:black;
 	text-align:left;
 	font-family: Verdana, Helvetica, sans-serif;
 }
 
 .txtGeneral
{
    border:1px solid #163638;
    font-weight:normal;
	color:#163638;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	height: 18px;
}

.btnInput
{
    font-weight: bold;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #000080; 
    cursor:hand;
    background-color: #B12825;    
}

.btnInput2
{
    font-weight: bold;
    color: black;
    font-family: Arial;
    font-size: 12px;
    padding: 2px;
    border: 1px solid #000080;
    cursor: hand;
    height: 20px;
    background-color: #FFCC66;
}

.gvContent
{
	font-size: 14px;
	text-align: left;
	color: black ; 
	font-family: Calibri;
} 

 .NavigateLink
 {
   
  	font-size: 12px;
 	color: blue;
 	font-weight: bold;
 	text-decoration:none;
 	text-align: center;
 	font-family: Calibri;
 	cursor: hand; 
 	border: none; 
 }
 
 .gvFixedHeader
 {
     position: relative; 
     top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);    
	 font-family: arial;  
	 font-size: 14PX;  
	 font-weight: bold; 
	 color: White;
	 border : solid 1px black;
     text-align: center; 
     background-color: White;
     height: 10px;
 }
                
 .lblCount
 {
   
  	font-size :11px;
 	color:black;
 	font-weight:bold;
 	color: White;
 	font-family: Verdana, Helvetica, sans-serif;
 }
 
  .txtNote
{
    border: solid 1px white;
    font-weight:normal; 
	color:maroon;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;  
	overflow: auto;
}

 .lbCountLink
 {
   
  	font-size :11px;
 	color:black;
 	font-weight:bold;
 	color: blue; 
 	text-decoration: underline;
 	font-family: Verdana, Helvetica, sans-serif;
 	cursor: hand;
 }
 
 .scrollable-container
  {
    height: 460px; 
    width: 100%; 
    overflow: auto; 
    border: 0;
 }
                                         
 .ddlGeneral
{
    border:1px solid #163638;
    font-weight:normal;
	color:#163638;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	height: 18px;
}

 .txtConfig
{
    border:1px solid #163638;
    font-weight:normal;
	color:#163638;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	height: 15px;
}
 
 .btnClose
 {
 	font-family: Verdana, Helvetica, sans-serif;
 	font-size: 14px; 
 	color:Black;
 	font-weight :bold ;
 	cursor: hand;
 }

.btnChangeEvent
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    border: solid 1px #990099;
    background-color: #9F2F40;
    cursor: hand;
}

 .lblCompatibilityNote
 {
   
  	font-size: 13px;
 	color: #666666;
 	font-weight: bold;
 	text-align: center;
 	font-family: Calibri;
 }
 
 .lblContentHeading
 {
     font-family:Verdana, Helvetica, sans-serif;
     color:White;
     font-size:12px;
     font-weight:bold;
 }
  .lblSubHeading
 {
     font-family:Verdana, Helvetica, sans-serif;
     color:Red;
     font-size:10px;
 }
 .lblMsubHeading
 {
     font-family:Arial Unicode MS;
    font-size:11px;
    color:Red;
 }
 
 /*------------------------------*
 *Purpose: To Show Ajax Calender*
  *------------------------------*/
 .ajax_MyCalender.ajax__calendar_container
{
    background-color: #6D8EC5;
    color: White;
    font-weight: bold;
    z-index: 4000;
}
 .ajax_MyCalender.ajax__calendar_header{color: White;}
 .ajax_MyCalender.ajax__calendar_dayname{color: White;
                                         font-weight:bold;}
 .ajax_MyCalender.ajax__calendar_footer{color: White;}
 
 
/*img:hover 
{
width: 500px;
height: 500px;
}*/

.inboxLabel
{
    padding: 3px 10px 3px 2px;
    background-color: #D0ACDF;
    font-size: 11px;
    color: black;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif;
}

.completionList
{
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #CCBDC9;
    z-index: 10000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    text-align: left;
}
.listItem 
{
    color:Black ;
}
.itemHighlighted 
{
	background-color:#FFFFFF;
}

.completionListBig
{
    margin: 0px;
    height: 140px;
    overflow: auto;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: black; 
    text-align: left; 
    background-color: #CCBDC9; 
    z-index: 3000;
}
 
.NewsTab .ajax__tab_header 
        {
            color: white;
            font-size: 11px;
            font-weight: bold;
            background-color: Silver;
            margin-left: 0px;
            font-family:Verdana, Helvetica, sans-serif;
            cursor: hand;
        }
        .NewsTab .ajax__tab_outer
        {
            background-color: White;
        }
        .NewsTab .ajax__tab_inner
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: Gray; /*#2057AA*/
}
        .NewsTab .ajax__tab_hover .ajax__tab_outer
        {
            background-color:#CC3300;
        }
        .NewsTab .ajax__tab_hover .ajax__tab_inner
{
    background-color: Gray ;
}
        .NewsTab .ajax__tab_active .ajax__tab_outer
        {
            background-color: white;
        }
        .NewsTab .ajax__tab_active .ajax__tab_inner
{
    background-color: #E19F36;
    color: Black;
}

 .tvInput
{
    /*border: #750022 1px solid;*/ /*color: #004182;*/
    color: black;
    font-family: Century Gothic;
    font-size: 12px;
}

.labelReport
{
    font-family:Calibri;
    font-size:16px;
    color:black; 
}

.labelReportHead
{
    font-family:Calibri;
    font-size:18px;
    color:black; 
    font-weight: 900;
}

.labelReportSubHead
{
    font-family:Calibri;
    font-size:16px;
    color:black; 
}

.labelReportChkType
{
    font-family:Californian FB;
    font-size:20px;
    color:#990033;
    font-weight: bold; 
}

.labelReportColNM
{
    font-family:Calibri;
    font-size:18px;
    color:grey; 
    font-weight: 900;
}

.completionList
{
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #CCBDC9;
    z-index: 10000;
    font-family: Calibri;
    font-size: 13px;
    color: black;
    text-align: left;
}

.checkboxlist{
            font: inherit;
            font-size: 14px; /*0.875em; /* 14px / 16px */
            color: #494949;            
            margin-top: 5px;
            margin-right: 5px;
            overflow: auto; 
            font-family: Calibri;