﻿.hideverticalscroll
{
  overflow : hidden;
}
.hideheadercolumn
{
    display:none;
} 
.hideitemcolumn
{
    display:none;
}
.enableverticalscroll
{
overflow : auto;
} 

/* So the overflow scrolls */
.container {overflow:auto;}

/* Keep the header cells positioned as we scroll */
.container table th {position:relative;}

a:link {
	text-decoration: none;
	color: #293A4C;
	font-weight : bold ;
}
a:visited {
	text-decoration: none;
	color: #293A4C;
	font-weight : bold ;
}
a:hover {
	text-decoration: underline;
	color: #293A4C;
}
a:active {
	text-decoration: none;
	color: #293A4C;
}

.NoUnderLine
{
    text-decoration : none; 
     cursor : default; 
    }
    .NoUnderLine:hover
    {
      text-decoration : none; 
       cursor : default; 
        }
    
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #7f99cc;
	line-height: 14px;
	color: #293A4C;
	text-decoration: none;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
}

/*Scroll bar properties
BODY{
scrollbar-face-color: #7f99cc;
scrollbar-arrow-color:#7f99cc;
scrollbar-track-color:#DDDDFF;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}*/

#test
{
    overflow : hidden;
    }
.table_row1 {
	background-color: #c5d9ee;
}
.table_row2 {
	background-color: #b5cee8;
}
.breadcrumb {
	font-size: 10px;
	color: #205996;
}
.breadcrumb a:link 
{
    font-size: 10px;
	text-decoration: none;
	color: #205996;
}
.breadcrumb a:visited {
	color: #205996;
	font-size: 10px;
}
.lnkbutton a:link
{
     font-weight : bold 
    }
.breadcrumb a:hover {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
}
.breadcrumb a:active {
	color: #205996;
	font-size: 10px;
}
.banner {
	background-image: url(../images/banner_bg_1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B6E5FF;
	text-align:left;
}
.banner a:link {
	color: #B6E5FF;
	
}
.banner a:visited {
	color: #B6E5FF;
}
.banner a:hover {
	color: #B6E5FF;
}
.banner a:active {
	color: #B6E5FF;
}
.menuArea {
	background-color: #2978b3;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}
.messagesText {
	color: #B30000;
}
.messagesBackgrnd {
	background-color: #a9c5e5;
	background-image: url(../images/bg_messageArea.gif);
	background-repeat: repeat-x;
    text-align: left;
}
.leftColumn {
    background-color: #fffaf5;
    background-image: url(../images/163_leftColumn_feature_blank.jpg);
    Width : 163px;
    margin-top : 0px;
    background-repeat : repeat-y;
}
.leftColumn1 {
    background-color: #fffaf5;
    background-image: url(../images/163_left_column_bg.gif);
    Width : 162px;
    margin-top : 0px;
    background-repeat : repeat-y;
}
.Img_for_Your_Info
{
    background-color: #fffaf5;
    Width : 162px;
    margin-top : 0px;
    height : 70px;
    }
.header {
	font-size: 14px;
	font-weight: bold;
	color: #244E90;
}
.contentArea {
	background-color: #e1e9f2;
	
}
.tabArea {
	background-color: #5991bb;
	background-image: url(../images/tabArea_bg.gif);
	background-repeat: repeat-x;
    height: 64px;
}
.date {
	background-image: url(../images/menuLeft.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B6E5FF;
	text-align: center;
	background-repeat: no-repeat;
	font-weight: bold;
}
.messagesHeader {
	font-size: 14px;
	font-weight: bold;
	color: #ae0500;
	
}
.footer {
	color: #FFF;
	background-color: #1d528a;
	text-align: center;	
	font-weight: bold;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: none;
	color: #FFFFFF;

}
.puzzleBG {
	background-image: url(../images/puzzle_bg.jpg);
	background-repeat: no-repeat;
}
.bannerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D8EEFF;
}
.modalBackground {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
    -ms-filter: alpha(opacity=70);
}

.Inactive
{
    background-image: url('../images/inactive-bg.gif');
    filter:alpha(opacity=50);
    /*-moz-opacity:0.5;*/
    /*-khtml-opacity: 0.5;*/
    opacity: 0.5;
}

.modalPopup 
{
    background: url('../images/popup-bg.gif') no-repeat;
	background-color:#c5d9ee;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}
.modalPopup_ProviderInfo 
{
    background: url('../images/popup-bg.gif') no-repeat;
	background-color:#c5d9ee;
	border-width:1px;
	border-style:solid;  
	border-color:Gray;
	padding:3px;
}
.modalPopup_RegistrantInfo       
{
    background: #c5d9ee url('../images/popup-bg.gif') no-repeat;
    padding:3px;
	width:500px;
    height: 504px;
}
.modalPopup_ExitConfirmation {
	background-color:#c5d9ee;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:420px;ST
}
.OverLayHeader
{
    font-family: Arial;
     font-size: medium; 
     font-weight: bold;
      height: 31px;
      color: #FFFFFF;
      vertical-align : middle;
}
        .image_Button3
        {
            height: 30px;
            width: 118px;
            background-color:inherit ;
            background-image: url('../images/tab_120px.gif');
            background-repeat: no-repeat;
            background-color:inherit ;
        }
        .image_Button4
        {
            height: 30px;
            width: 238px;
            background-image: url('../images/tab_240px.gif');
            background-repeat: no-repeat;
            background-color:inherit ;
        }
        .image_Button2
        {
            height: 30px;
            width: 149px;
            background-color:inherit ;
            background-image: url('../images/tab_150px.gif');
            background-repeat: no-repeat;
            background-color:inherit ;
        }
        .image_Button1
        {
            height: 30px;
            width: 148px;
            background-color:inherit ;
            background-image: url('../images/tab_150px.gif');
            background-repeat: no-repeat;
        }
        .image_Button4:hover {
        background-image: url('../images/tab_over_240px.gif');
        }
        .image_Button2:hover {
        background-image: url('../images/tab_over_150px.gif');
        }
        .image_Button3:hover 
        {
            background-image: url('../images/tab_over_120px.gif');
        }

/*.image_Button1:hover {
      background-image: url('../images/tab_over_150px.gif');
}*/
   .Inactivetab_Employer
        {
            height: 30px;
            width: 148px;
            background-color:inherit ;
            background-image: url('../images/tab_150px.gif');
            background-repeat: no-repeat;
        }
     .Inactivetab_Employer:hover {
      background-image: url('../images/tab_over_150px.gif');
}   

 .Inactivetab_Register
        {
            height: 30px;
            width: 118px;
            background-color:inherit ;
            background-image: url('../images/tab_120px.gif');
            background-repeat: no-repeat;
        }
         .Inactivetab_Register:hover
        {
            background-image: url('../images/tab_over_120px.gif');
        }

/* Link*/

.AddAnotherName_Image1
        {
            height: 30px;
            width: 148px;
            background-repeat : no-repeat ;
            background-image: url('../images/button_150px.gif');
                   }
                   
.AddAnotherName_Image {
	background-image: url(../images/button_150px_new.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;  
	
}
.btnSubmit_Image {
	background-image: url('../images/button_75px_new.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position : left top  ;
	font-weight: bold;
	color: #FFF;  
	text-align : center;
	width : 75px;
	height : 22px;
	background-color : #0000FF;
  
}
.btn100px_Image {
	background-image: url('../images/button_120px_new.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position : left top  ;
	font-weight: bold;
	color: #FFF;  
	text-align : center;
	width : 120px;
	height : 22px;
	background-color : #0000FF;
  
}
.btn150px_Image {
	background-image: url('../images/button_150px_new.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position : left top  ;
	font-weight: bold;
	color: #FFF;  
	text-align : center;
	width : 150px;
	height : 22px;
	background-color : #0000FF;
  
}
.btn210px_Image {
	background-image: url('../images/button_210px_new.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position : left top  ;
	font-weight: bold;
	color: #FFF;  
	text-align : center;
	width : 210px;
	height : 22px;
	background-color : #0000FF;
  
}

.btnNewCode_Image {
	background-image: url(../images/button_85px_new.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position : left top  ;
	font-weight: bold;
	text-align :center ;
	color: #FFF;  
	
}

.textbox 
{
 	border: 2px inset #EBE9ED;
 }
.textboxerror {
	border: solid 1px #ae0500;
}
.cntpage
{
    height: 90%;
    }
    
.pnlRowStyle
{
    height : 25px;
    vertical-align : top;
    } 
    
 .btnOverlay
 {
     width : 90px;
     text-align : center;
     }
     
 .watermarked
 {
    color:#808080;
    font-style : italic ;
    text-align : center;
    font-size : small;
}     

.hide
{
    background-image : url(../images/banner_title.jpg);
    position:absolute;
    left:-9999px;
    width:1000px;
    width : 505px;
    height : 97px;
} 
.GridViewrow
{
    display : none ;
}
.GridViewrow1
{
    display : inline ;
}
.AnnouncementTitle
{
	color: #FFF;  
	font-weight:bold; 
	height:32px; 
	width:560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 2px #FFF;
	background-color: #5991bb;
	background-image: url('../images/tabArea_bg.gif');
	background-repeat: repeat-x;
}

.AnnouncementText
{
    padding-left: .5em;
    color: #244E90;
    width:605px;   
    overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;    
	color:Black;
	border: solid 2px #FFF;	
}

.AnnouncementImage
{
    width:115px;
    height:114px;
    margin: 0 0 0 10px;
    border: solid 2px #FFFFFF;
}

.infoText
{
    color : #FF0000;
    font-size : x-small;
    }

.greetingHeader
{
    font-size: 15px;
	font-weight : bold ;    
	font-style : italic;
}

.gridHeader
{
    display : none;
    }