
*
{
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
}
#registration-forms-wrapper
{
    margin: 0px auto;
    width: auto; max-width: 90%;
}
.header-block
{
    height: 60px;
    width: 100%;
    padding: 20px 0;
}
.logo-img
{
    height: 100%;
}
.logout-container
{
    float: right;
    height: 100%;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: right;
}
.navigation-tabs-container
{
    height: 26px;
    width: 100%;
}
.nav-tabs
{
    cursor: pointer;
    padding: 5px;
    background: white;
    color: #666;
    border: 1px solid #ccc;
    border-bottom: 0px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    float: left;
    margin-right: 2px;
    text-align: left;
    text-decoration: none;
}
.nav-tabs:hover 
{
  background: #B2B2B2;
  border-bottom: 0px;   
  color: white;
}
.nav-tabs.active 
{
    background: #064181;
    border-bottom: 0px;   
    color: white;
}
#indv-reg-main-content
{
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    margin-bottom: 50px;
}
table.register-table
{
    font-family: 'Open Sans', arial, sans-serif;
    width: 100%;
}
table.register-table th
{
    background-color: #064181;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    width: 100%;
}
table.register-table td
{
    color: rgb(102, 102, 102);
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 10px;
}
table.register-table td:nth-child(1) 
{  
    width: 39%;
}
table.register-table td:nth-child(2) 
{  
    width: 30%;
}
table.recommendedFormatTable th
{
    font-size: 9pt;
}
div.language-item
{
    border: 2px solid #B2B2B2;
    padding: 3px;
    width: 227px;
    color: #B2B2B2;
    margin-bottom: 5px;
}
span.language-item-remove
{
    float: right;
    cursor: pointer;   
}
.border-screen-top
{
    border-top: 5px solid #064181;
    width: 100%;
}
.individualRadio input
{
    top: 1px;
    margin: 0 3px;
    position: relative;
}
#radioWorkPermit td, #radioNationality td
{
    padding: 2px;
}
