﻿body
{
}

.EmplMain
{
     width: 835px;
     text-align: left;
}

.EmplMain A:link
{
    text-decoration: underline;
    color: Black; 
    font-weight:normal; 
}
.EmplMain A:visited
{
    text-decoration: underline;
    color: Black; 
    font-weight:normal; 
}
.EmplMain A:active
{
    text-decoration: underline;
    color: Black; 
    font-weight:normal; 
}
.EmplMain A:hover    
{
    text-decoration: underline;
    color: Gray;
    font-weight:normal;   
     
}


.EmplLeft
{
    vertical-align: top;
    width: 450px;  
    height: 100px; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
.EmplRight
{
    vertical-align: top;
    text-align: left;
    width: 285px;  
    height: 100px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.EmplHeader
{
    width: 440px;
    font-size: 14px;
    font-weight: bolder;
    border-bottom-width: 1px;
    border-bottom-color: Gray;
    border-bottom-style: dotted;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;    
}
.EmplHeaderSmall
{
    width: 260px;
    font-size: 14px;
    font-weight: bolder;
    border-bottom-width: 1px;
    border-bottom-color: Gray;
    border-bottom-style: dotted;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;    
}

.EmplCell
{
    
    font-size: 10px;
    font-weight: normal;
    border-width: 2px;
    border-bottom-width: 1px;
    border-bottom-color: #CECECE;
    border-bottom-style: solid;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;     
    
}

.EmplCellHeader
{
    
    font-size: 11px;
    font-weight: bolder;
    border-width: 2px;
    border-bottom-width: 1px;
    border-bottom-color: Black;
    border-bottom-style: solid;
    
    padding-top: 30px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;     
    
}

.EmplInfoHeader
{
    width: 440px;
    font-size: 14px;
    font-weight: bolder;
    border-bottom-width: 1px;
    border-bottom-color: Gray;
    border-bottom-style: dotted;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;    
}



.EmplInfoCell
{
    padding-top: 25px;  
    padding-left: 20px;   
}

.EmplInfoText
{
    color: Gray;
    vertical-align: top; 
    padding-left: 20px;
}
.EmplInfoTextValue
{
    color: Black;
}

.EmployeeImageCell
{
    border: 1px;
    border-style: solid;
    border-color: Gray;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;   
    background-color: White; 
    /*cursor: pointer;*/
}
