﻿
/* Misc. */
.link {
    border-bottom: 1px dashed #0cc;
}
.clear {
    clear: both;
    height: 0px;
    width: 0px;
}
.button {
    background: #0e69aa url('images/btnBG.jpg') no-repeat center center;
    width: auto;
    text-align: center;
    font: bold 11px Verdana;
    color: #FFF;
    border: outset 2px #036;
    padding: 1px;
}


/** result table **/
.directoryTable {
    width: 500px;
    padding: 0px 10px 10px 10px;
    text-align: center;
    border: none;
    margin-top: 20px;
}
.row {
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.col1 {
    width: 120px; 
    background: #FFFFFF;
    padding-bottom: 20px;
    margin-right: 0px;
}
.col1 img {
    border: solid 2px black; 
    width: 100px;
    height: 120px;
}
.col2 {
    width: 380px; 
    background: #FFFFFF;
    padding-left: 15px; 
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.col2 .name {
    font: bold 12pt Verdana; 
    display: block;
}
.col2 .title {
    font: bold 9pt Verdana;
    display: block;
}
.col2 .empData {
    font: 10pt Verdana;
    display: block;
}
.col2 .empHeading 
{
    font: bold 12pt Verdana;
    border-top: dashed 3px #CCC;
    display:block;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.col2 a {
    border-bottom: 1px dashed #0cc;
    font: 10pt Verdana;
    color: #036 !important;
    margin: 0;
}
.col2 a:hover
{
    background-color: White !important;
}



/********* Tab Container ***********/
.searchField
{
    padding: 10px 10px 10px 10px;
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
}
.searchLegend
{
    padding: 0px 5px 0px 5px;
}
.searchLegendText
{
    font: bold 14px Verdana;
    color: #0E69AA;
}
.searchTableWrapper
{
    margin: 0;
    height: 100%;
    width: 100%;
    background: #FFFBC2;
}
.searchTable
{
    width: 100%;
    margin: 0;
}
.searchTitle
{
    width: 100px;
    border: none;
    font: 12px Verdana;
    color: #0E69AA;
    background: #FFFFFF;
    padding: 5px 5px 5px 5px;
}
.searchData
{
    font: 12px Verdana;
    background: #FFFFFF;
    padding: 5px 5px 5px 5px;
    border: none;
}
.searchInput
{
    width: 250px;
    border: solid 1px #000000;
    padding: 1px 0px 1px 2px;
}
.AZ
{
    text-align: center;
    width: 150px;
}

/* Department Grid View */

.gvTableStyle
{
    margin: 15px 2px 15px 2px;
}

.gvTableStyle td
{
    padding: 5px 2px 5px 2px !important;
}

.gvTableStyle td a
{
    color: #003366 !important;
    font: normal 12px Arial !important;
    text-decoration: none !important;
    border: none !important;
}

.gvTableStyle td a:hover
{
    color: #003366 !important;
    font: normal 12px Arial !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.gvAltRowStyle
{
    background-color: #FFFFFF !important;
    padding: 2px 2px 2px 2px;
}

.gvHeaderStyle
{
    background: #6699CC;
    color: #FFF;
    font: bold 12px Arial;
    padding: 2px 2px 2px 2px;
    text-align: left;
}

.gvHeaderStyle th
{
    background: #6699CC;
    color: #FFF;
    font: bold 12px Arial;
    padding: 5px 5px 5px 5px !important;
    text-align: left;
}

.gvRowStyle
{
    background: #FFF;
    padding: 5px 2px 5px 2px;
}

/* Sub Tables for department info */

.tblDepartmentsEmployees
{
    width: 100%;
    border: 1px solid #6699CC;
    padding: 10px 5px 10px 5px;
    margin: 10px 0px 5px 0px;
    background-color: #FFFFFF;
}
.tdDepartmentsEmployeesName
{
    
}
.tdDepartmentsEmployeesName a
{
    font-weight: bold;
}
.tdDepartmentsEmployeesName a:hover
{
}
.tdDepartmentsEmployeesPhone
{
    
}
