﻿body
{
    font-family: 'Verdana CE' , Verdana, 'Arial CE' , Arial, 'Helvetica CE' , Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

h1 {
    font-size: 130%;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
}

a {
    color: #013983;
    font-weight: bold;
    text-decoration: none;
}

form {
    margin: 0px;
    padding: 0px;
}

textarea {
	font-family: 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica, sans-serif;
    font-size: 100%;
}

hr {
    height: 1px;
    color: silver;
}

img {
    border: none;
}

fieldset
{
    margin: 10px;
}

legend {
    padding: 0px 5px 0px 5px;
}

.displayNone 
{
    display: none;
}

.clear, .clearLeft
{
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}

.clear
{
    clear: both;
}

.clearLeft
{
    clear: left;
}

.fsBox 
{
    width: 420px;
    float: left;
}

.portraitBox 
{
    width: 170px;
    text-align: center;
    float: right;
} 

.portraitBox .fullName
{
    display: block;
    font-size: 110%;
    margin: 5px 0px 2px 0px;
}

.portraitBox .statusActive, .portraitBox .statusEliminated
{
    display: block;
    font-weight: bold;
}

.portraitBox .statusActive
{
    color: #00AA00;
}

.portraitBox .statusInfoNote 
{
    display: block;
    font-size: 90%;
    text-align: left;
}

.portraitBox .statusEliminated {
    color: #AA0000;
}

.fieldsetContent {
    padding: 5px;
}

.fieldsetContent fieldset {
    margin: 5px 0px 5px 0px;
}

.layout {
    border-collapse: collapse;
}

.layout td {
    vertical-align: top;
}

.label, .labelFirst {
    display: block;
    margin-top: 10px;
    font-size: 90%;
    color: rgb(120,120,120);
}

.labelFirst 
{
    margin-top: 0px;
}

.inputItem, .inputItemReadOnly {
    width: 400px;
}

.hiddenItem {
    display: none;
}

.inputItemReadOnly {
    border: solid 1px silver;
    background-color: Transparent;
}

.inputItemCheckBoxList 
{
    background-color: White;
    border: solid 1px gray;
}

.inputItemCheckBoxList .inside
{
    margin: 4px;
}

.fieldsetContent fieldset .inputItem {
    width: 380px;
}

.tableEmployeeParams 
{
    width: 100%;
    margin-bottom: 10px;
}

.tableEmployeeParams td
{
    padding: 2px;
}

.tableEmployeeParams .header 
{
    background-color: Gray;
    color: White;
    text-align: center;
}

.buttonsDialog 
{
    display: none;
}

.button, .buttonCancel
{
    display: none;
}

.loginDialog 
{
    margin: auto;
}

/****************************************************/
/******************** search form *******************/
/****************************************************/

.searchForm {
}

.searchForm .inputItem {
    width: 180px;
    margin-right: 10px;
}

.searchForm .button, .searchForm .buttonCancel {
    display: none;
}

.searchForm .inputItemCheckBoxList 
{
    width: 180px;
    height: 100px;
    overflow: auto;
}

.searchForm .searchBox 
{
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.searchForm .searchBox .header
{
    background-color: Gray;
    color: White;
    position: relative;
    height: 14px;
    padding-left: 2px;
    width: 180px;
}

.searchForm .searchBox .closeIco
{
    display: none;
}

.browserSearchResult 
{
    margin: 10px;
}

.browserSearchResult table
{
    width: 100%;
}

.browserSearchResult table td
{
    padding: 4px;
}

.browserSearchResult table .header 
{
    background-color: Gray;
    color: White;
    text-align: center;
}

.browserSearchResult table .alternating
{
    background-color: silver;
    color: black;
    cursor: normal;    
}

.browserSearchResult table td a
{
    text-decoration: none;
    font-weight: normal;
    color: Black;
}

.browserSearchResult table .button
{
    display: none;
}

.browserSearchResult table .browserRowOver
{
    background-color: #ff9900;
    color: black;
    cursor: pointer;
}

.browserSearchResult table .browserRowOver td a
{
    color: white;
}

.browserSearchResult table .browserRowOut 
{
    background-color: transparent;
    color: black;
    cursor: default;
}

.browserSearchResult table .attendanceManual
{
    background-color: moccasin;
    color: black;
    cursor: default;
}

.browserSearchResult table .attendanceNotAccepted
{
    background-color: gold;
    color: black;
    cursor: default;
}

.browserSum 
{
    background-color: gray;
    color: White;
    padding: 5px;
    font-weight: bold;
}

.browserFilterBox 
{
    margin: 10px;
    background-color: white;
    border: solid 1px black;
    color: black;
    padding: 5px;
}

.navigation 
{
    margin: 0px 0px 5px 0px;
    padding: 4px;
    background-color: gray;
}

.navigation a
{
    font-weight: normal;
    color: white;
    text-decoration: none;    
}

.navigation .navigationDisabled
{
    color: silver;
}

.navigation .navigationDisabled:hover
{
    text-decoration: none;
}

.navigation .navigationEnabled:hover
{
    text-decoration: underline;
}

.navigation .navigationSelectedPage
{
    font-weight: bold;
    color: #AA0000;
}

.navigation .recordCount
{
    float: right;
    color: silver;
}

/****************************************************/
/*********************** top menu *******************/
/****************************************************/

#divMenuTop 
{
    display: none;
}

.pageTitle 
{
    margin: 10px;
    font-size: 100%;
    font-weight: bold;
}

/****************************************************/
/******************** tabs **************************/
/****************************************************/

.tabs 
{
    display: none;
}

.fsBoxSkill 
{
    width: 96%;
}

.fsDocuments, .fsNotes {
    width: 96%;
}

/****************************************************/
/***************** popup window *********************/
/****************************************************/


.popupTitle 
{
   padding: 5px 10px 5px 10px;
   font-size: 100%;
   background-color: Silver;
   color: Gray;  
}

/****************************************************/
/***************** attendance ***********************/
/****************************************************/

.attendanceStatBox 
{
    float: right;
    width: 250px;
}

.attendanceStatBox .layout .separator td
{
    border-top: solid 1px gray;
    padding-top: 5px;
    margin-top: 5px;
}


.noPrint {
    display: none;
}

.printBlock {
    padding: 0px;
    height: auto;
    width: auto;
}

.printClearLeft 
{
    clear: left;
}