﻿body{
	color: #595959;
	font:13px/1.3846 Arial,Helvetica,sans-serif;
    background: url('/Image/backg.jpg') no-repeat top center fixed #000; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box_rounded {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }

.box_roundeda {
    background-color: white;
 }

.header_blue
{
    font-size: 15px;
    color: #003acc;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #F2F2F2;
    position: relative;
}

.cv_header
{
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    color: black;
    position: relative;
    text-decoration: underline;
    align-content: center;
}

table { border-collapse: collapse; border-spacing: 0; } 

.stdLbl {
    color: #005C95;
    font-style: italic;
}

.reqLbl {
    color: #005C95;
    font-style: italic;
}

.star { font-weight:bold; color:darkred; }

.vtor { font-weight:bold; font-size:medium; color:darkred; }

.regText { width: 208px; height: 18px; border-color: #BFBFBF; border-style: solid; border-width: 1px; }
.logText { width: 208px; height: 18px; border-color: #BFBFBF; border-style: solid; border-width: 1px; }

.perCol1 {    width: 1px; }
.perCol2 {    width: 120px; }
.perCol3 {    width: 320px; }
.perCol4 {    width: 20px; }
.perCol5 {    width: 120px; }
.perCol6 {    width: 320px; }
.perCol7 {    width: 30px; }
.perTxtWidth {     width: 315px; }
.perDDWidth  {     width: 320px; }

.per1Col1 {    width: 0px; }
.per1Col2 {    width: 110px; }
.per1Col3 {    width: 90px; }
.per1Col4 {    width: 30px; }
.per1Col5 {    width: 110px; }
.per1Col6 {    width: 90px; }
.per1Col7 {    width: 35px; }

.per1TxtWidth {     width: 85px; border-color: #BFBFBF; border-style:solid; border-width: 1px; }
.per1DDWidth  {     width: 90px; border-color: #BFBFBF; border-style:solid; border-width: 1px; }
.per1TxtLong {     width: 322px; border-color: #BFBFBF; border-style:solid; border-width: 1px; }
.per1DDLong  {     width: 327px; border-color: #BFBFBF; border-style:solid; border-width: 1px; }

.nokCol1    { width: 1px; }
.nokCol2    { width: 100px; }
.nokCol3    { width: 150px; }
.nokCol4    { width: 30px; }
.nokCol5    { width: 70px; }
.nokCol6    { width: 150px; }
.nokCol3456 { width: 400px; }
.nokCol7    { width: 30px; }
.nokCol8    { width: 250px; }
.nokCol9    { width: 236px; }
.nokTxtWide { width: 402px; border-color: #BFBFBF; }
.nokTxtWidth{ width: 145px; }
.nokDDWidth { width: 150px; }

.certCol1   {  width: 1px; }
.certCol2   {  width: 100px; }
.certCol3   {  width: 184px; }
.certCol4   {  width: 30px; }
.certCol5   {  width: 100px; }
.certCol6   {  width: 184px; }
.certCol3456{  width: 498px; }
.certCol7   {  width: 30px; }
.certCol8   {  width: 100px; }
.certCol9   {  width: 184px; }
.certCol10  {  width: 30px; }
.certTxtWide{  width: 322px; }
.certTxtWidth{ width: 86px; }
.certDDWidth{  width: 90px; }
.certDDWide{  width: 326px; }

.eduCol1    { width: 1px; }
.eduCol2    { width: 100px; }
.eduCol3    { width: 150px; }
.eduCol4    { width: 30px; }
.eduCol5    { width: 70px; }
.eduCol6    { width: 150px; }
.eduCol3456 { width: 405px; }
.eduCol7    { width: 30px; }
.eduCol8    { width: 250px; }

.eduTxtWide { width: 407px; }
.eduTxtWidth{ width: 145px; }
.eduDDWidth { width: 150px; }

.eduLast { margin: 0px; padding: 0px; height: 20px; width: 100%; border-color: #BFBFBF; border-style: solid; border-width: 1px; }

.watermarked 
{ 
   background-color: #E1E1E1; 
   color: #005C95;
   width: 322px;
}

.gridLbl{
    width: 99%;
    background-color: white;
    border-style: none;
    color: black;
}

.grvNok td
{
    padding-left: 0px;
    padding-right: 0px;
}

.gridDdlNoBorder
{
    border: none;
}

.hidden{
    display: none;
}

.GridViewHeaderStyle th {
  font-weight: normal;  
}

a.HyperLinkHover {
     color: white;
     font-size: small;
}  
.HyperLinkBlack {
     color: black;
     font-size: small;
}

a.HyperLinkHover:visited { 
    color: white;
    font-size: small;
}

div.ajax__tab_header {
    height: 21px;
}

.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img
{
    height: 128px;
    width: 128px;
}