﻿body
{
	
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #4B4B4B;
	font-size: 0.81em;	
    
    /* Margin code added on dated 12 sept 20013 by deven 
    */
}
input[type="text"], select, textarea, input[type="password"]
{
border-radius:5px;
background-color: #F0FFFC;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
padding: 3px 3px 3px 3px;
border: 1px solid #1FC2BA; 
color: #0D7D84;
}
/*input:focus{
 -moz-box-shadow:inset 2px 1px 5px 5px #dcecfb;
       
-webkit-box-shadow:inset 2px 1px 5px 5px #dcecfb;
 background-color:#FFF;
 border: 1px solid #0D7D84;
 box-shadow:inset 5 2 10px #0D7D84;
} */

.BtnBig
{
	padding: 0px 3px 0px 0px;
	margin: 0px auto 0px 0px;	
	width: 120px;
	font-size: 9pt;
	color: white;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica, Verdana, Sans-Serif;
	background: transparent url('../../Images/small_btn_120.jpg') no-repeat left top;
	height:27px;
	border: solid #000000 0px;
}
.BtnSmall
{
	padding: 0px 3px 0px 0px;
	margin: 0px auto 0px 0px;	
	width: 60px;
	font-size: 10pt;
	color: white;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica, Verdana, Sans-Serif;
	background: transparent url('../../Images/small_btn_60.jpg') no-repeat left top;
	height:27px;
	border: solid #000000 0px;
}

.BtnSoSmall
{
	padding: 0px 3px 0px 0px;
	margin: 0px auto 0px 0px;	
	width: 40px;
	font-size: 9pt;
	color: white;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica, Verdana, Sans-Serif;
	background: transparent url('../../Images/small-btn.png') no-repeat left top;
	height:27px;
	border: solid #000000 0px;
}

.OutermostTable
{
	/*background-color: #FFFFFF;
	/*
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #6C7884;
	border-left-color: #6C7884;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6C7884;*/
}
.project-head
{
	font-size: 80px;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}
.lblMessage
{
	color: #DF0000;
	font-size: 10px;
}
.LoginHeadLine
{
	color: #0D7D84;
	font-size: 65px;
	font-family: 'Comic Sans MS';
}
.LoginBoxHead
{
	color: #FFFFFF;
	background-image: url('../../Images/headerBgMid.jpg'); 
	background-repeat: repeat-x; 
	height:25px;
}
.npavHead
{
	color: #003300;
	font-size: small;
}
.smallTxt{font-size:10px;}
.smallTxtPanel
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
	color:Black;
}
.PageHead
{
	font-family: 'Comic Sans MS';
	font-size: 28px;
	color: #0D7D84;
	height: 55px;
}
.PageSubHead
{
	font-family: Arial;
	
	color: #01708F;
	font-size: 20px;
	padding-left: 5px;
	font-weight: bold;
}
.PageHeadPanel_Left
{
	background-image:url('../../Images/popcurve-left.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	width:5px;
	height:44px;
}
.PageHeadPanel_Right
{
	background-image: url( '../../Images/popcurve-right.gif' );
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 5px;
	height: 44px;
}
.copyRights
{
	font-size: 10px;
	height: 25px;
	background-image: url(  '../../Images/bkg-shadow-divider.jpg' );
	background-repeat: no-repeat;
}
.LoginBox
{
	border: 1px solid #2B958F;
	background-color:Transparent;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.LogOutLink
{
	padding-right: 10px;
	text-decoration: none;
}
.brdTable
{
	border: 1px solid #72ccdc;
	border-collapse: collapse;
 border-radius: 10px;
	font-size: 12px;

}

.brdHeaderCell
{
	/*border-collapse: collapse;*/
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #72CCDC;
	background-color: #EBFCFE;
	text-align: left;
	height: 20px;
	 border-radius: 10px;
}
.brdCell
{
	border: 1px solid #72CCDC;
	border-collapse: collapse;
	line-height: 20px;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #72CCDC;
	 border-radius: 10px;
}

.brdCellWithoutPad
{
	border: 1px solid #98BCFE;
	border-collapse: collapse;
	line-height:20px;
	vertical-align:top;
	padding:0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #98BCFE;
}
.brdCellSelected
{
	border: 1px solid #88BACA;
	border-collapse: collapse;
	line-height: 20px;
	background-color: #EEFCFD;
}
.fieldHead
{
	color: #4F4F60;
}
.MasterContent
{
	padding-left:10px;
	padding-top:10px;
	height:500px;
}
.sidePanel
{
	/*background-color: #F0F2FF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #869DCA;*/
	background-position: right top;
	background-image: url(   '../../Images/ui-v-tab-bg.png' );
	background-repeat: repeat-y;
}

.sidePanelHead
{
	border-bottom: solid 1px #FFFFFF;
	font-size: 15px;
	color: Orange;
	font-weight:bold;
	
}
.OptionsTab
{
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url('../../Images/headerBgMid.jpg'); 
	background-repeat: repeat-x; 
	background-position: left center;
	height: 30px;
	border-bottom-color: #D7D9DB;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.OrangeBig
{
	color: #DC5A03;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.GreenBig
{
	color: #428901;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.BigText
{
	color: #3F3F3F;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.profileHead
{
	font-size: 17px;
	color: #016378;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CFDFFE;
	background-color: Transparent;
}
.profileSubHead
{
	font-size: 15px;
	color: #01738B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CFDFFE;
}
.gridHeader
{
	height: 20px;
	padding: 2px;
	background-color: #EBF4FE;
	text-align: left;
	padding: 3px;
	color: #003366;
}
.gridRow
{
	height: 20px;
	line-height: 17px;
}

.padding3px
{padding:3px;}
.dominentField
{
	color: #268888;
	font-weight: bold;
	font-size: 11px;
}
.ExpDate
{
	color: #F0830B;
	font-size: 10px;
	font-weight: bold;
}

.whiteTxt{color:White}

a:active
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #1E85BE;
	text-decoration: none;
}
a:hover
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #1E85BE;
	text-decoration: none;
}
a:link
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #1E85BE;
	text-decoration: none;
}
a:link:hover
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: Orange;
	text-decoration: none;
}
a:visited
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #1E85BE;
	text-decoration: none;
}
a:visited:hover
{
	font-family: Comic Sans MS;
	color: Orange;
	text-decoration: none;
}

.smallBlueTxt
{
	color: #373ABD;
	font-size: 10px;
}
.btnGO
{
	width:24px;
}
.SubPanel_Left
{
	background-image: url( '../../Images/subStrip_Left.gif' );
	background-repeat: no-repeat;
	background-position: right bottom;
	height:31px;
	width:6px;
}
.SubPanel_Right
{
	background-image: url( '../../Images/subStrip_Right.gif' );
	background-repeat: no-repeat;
	background-position: left bottom;
	height:31px;
	width:6px;
}
.PrintText
{
	color: #333737; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
}
.LoadingStyle
{
	background-image: url( '../../Images/ajax-loader (4).gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.roundedCorner
{
	padding: 2px 2px 2px 2px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.update-rewardinfo-panel
{
	background-color: #FBFEC7;
	border: 1px solid #D6D12E;
	padding: 3px;
	width: 500px;
}
.update-rewardinfo-panel-head
{
	font-weight: bold;
	color: #FA6705;
}
.label-style
{
	color: #336699;
	font-weight: bold;
}
.list-box
{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}


.accordion {  
    width: 100%; 
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	
}  
       
.accordionHeader {  
    border: 1px solid #0D7D84;  
    color: White;  
	background-color: #0D7D84;  
	font-family: Arial, Sans-Serif Times New Roman;  
	font-size: 12px;  
	font-weight: normal;  
	padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	 border-radius: 10px;
}  
.accordionHeader:hover
{
	border: 1px solid #D3DEEF;  
    color: White;  
	background-color: Gray;  
	font-family: Arial, Sans-Serif Times New Roman;  
	font-size: 12px;  
	font-weight: normal;  
	padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	 border-radius: 10px;
}
          
.accordionHeaderSelected {  
	border: 1px solid #D3DEEF;  
    color: White;  
    background-color: Gray;  
    font-family: Arial, Sans-Serif co;  
    font-size: 13px;  
    font-weight: bold; 
     
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
     -webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
     border-radius: 10px;
}  
          
.accordionContent {  
    background-color: Transparent;  
    border: 1px solid #0D7D84;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	 border-radius: 10px;
	 
}

.regisration-head
{
	color: #FFFFFF;
	font-size: 25px;
	background-color: #78B337;
	padding: 5px;
}

.outer-box
{
	border: 2px solid #7E858F;
	padding: 2px;
}
.outer-box-head
{
	border: 2px solid #7E858F;
	padding: 2px;
}
.diagonalbox
{
	border:solid #01738B 1px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	 border-radius: 10px;
	margin:3px;
	padding:5px;
	margin-top:5px;
}

.htnlbodybox
{
	border:solid #01738B 1px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	margin:3px;
	padding:5px;
	margin-top:5px;
	width:200px;
}
.search-panel
{
	background-color:AliceBlue; /*#EECCFD; /*#F89918;*/

	border:solid #01738B 1px;

	margin:3px;

	margin-top:5px;

	text-align:left;

	padding:5px;

	color:#000000;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

}
.search-panel1
{
	background-color:AliceBlue; /*#EECCFD; /*#F89918;*/

	border:solid #01738B 1px;

	margin:3px;

	margin-top:5px;

	text-align:left;

	padding:5px;

	color:#000000;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;

}
 .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }
    .modalPopup
    {
        background-color: AliceBlue;
        border: 2px solid #01738B;
        -webkit-border-radius: 12px;
        padding:0;
    }
    .modalPopup .header
    {
        background-color: #0D7D84;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        
        font-family: Comic Sans MS;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
    }
    .modalPopup .body
    {
       
        line-height: 30px;
        text-align: center;
        color:#0D7D84;
        font-family: Comic Sans MS;
        
    }
    .modalPopup .footer
    {
        padding: 6px;
    }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        -webkit-border-radius: 4px;
    }
    .modalPopup .yes
    {
        background-color: #0D7D84;
        border: 1px solid #0D7D84;
    }
    .modalPopup .no
    {
        background-color: #0D7D84;
        border: 1px solid #0D7D84;
    }
    .mylblcnt
    {
    	margin:auto 1%;
    border-radius:50%;
      background-color:Green;
      padding:4px 8px 5px 10px;
      color:#fff;
     text-decoration:none;
     font-weight:bolder;
      -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;
      
    }
    
    .gridview{
    background-color:#fff;
   
   padding:2px;
   margin:2% auto;
   
   
}
.gridview a{
  margin:auto 1%;
    border-radius:50%;
      background-color:#444;
      padding:5px 10px 5px 10px;
      color:#fff;
      text-decoration:none;
      -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;
     
}
.gridview a:hover{
    background-color:#1e8d12;
    color:#fff;
}
.gridview span{
    background-color:#ae2676;
    color:#fff;
     -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;

    border-radius:50%;
    padding:5px 10px 5px 10px;
}
