﻿.main
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.header
{
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 1px #1D2A5B;
    background-color: #3B5998;
}

.header table
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
}

.menuitem
{
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

.useritem 
{
    color: #FFFF00;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

.menuitemlabel
{
    color: #999999;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;    
}

.content
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.leftcontent
{
    width: 610px;
    vertical-align: top;
}

.rightcontent
{
    width: 330px;
    vertical-align: top;
    padding-left: 20px;
}

.footer
{
    border-top: solid 1px #DDDDDD;
    padding-top: 10px;
    text-align: center;
}

.footeritem
{
    padding-left: 3px;
    padding-right: 3px;
    color: #3B5998;
}

.normalpanel 
{
    padding: 10px;
    background-color: #FFFFAA;
    border: solid 1px #FF7F2A;    
}

.normalpanel2 
{
    width: 588px;
    padding: 10px;
    margin-top: 10px;
    background-color: #D4FFD4;
    border: solid 1px #6EA954;    
}

.normalpanel3 
{
    padding: 10px;
    margin-top: 10px;
    background-color: #E0ECFF;
    border: solid 1px #C3D9FF;
}

.sendpanel 
{
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #D4FFD4;
    border: solid 1px #6EA954;    
}

.loginpanel
{
    padding: 10px;
    text-align: center;
    background-color: #CBD2E2;
    border: solid 1px #3B5998;
}

.registrationpanel
{
    padding: 10px;
    margin-top: 10px;
    text-align: center;    
    background-color: #CBD2E2;
    border: solid 1px #3B5998;
}

.registrationpanel2
{
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 350px;
    text-align: center;
    background-color: #CBD2E2;
    border: solid 1px #3B5998;
}

.welcomepanel
{
    padding: 10px;
    text-align: center;
    background-color: #CBD2E2;
    border: solid 1px #3B5998;
}

.welcomepanel2
{
    padding: 10px;
    margin-top: 10px;
    text-align: center;    
}

.statuspanel
{
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #CBD2E2;
    border: solid 1px #3B5998;
}

.calendar-table tr th
{
    text-align: center;
    font-weight: bold;
    padding: 2px;    
}

.calendar-table tr td
{
    text-align: center;
    padding: 2px;
}

.monthheader-panel
{
    width: 26px;
    overflow: hidden;
}

.workplace-panel
{
    width: 556px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow: scroll;
}

.workplace-table tr th
{
    text-align: center;
    font-weight: bold;
    padding: 1px;    
}

.workplace-table tr td
{
    text-align: center;
    padding: 1px;    
}

.empty-text-box 
{
    display: block;    
    font-weight: bold;
    height: 10px;
    text-align: center;
    font-size: 9px;
    font-family: Tahoma;
    cursor: pointer;
    background-color: #D4FFD4;
    border: solid 2px #D4FFD4;    
}

.custom-text-box 
{
    display: block;    
    width: 22px;
    height: 10px;
    text-align: center;
    font-size: 9px;
    font-family: Tahoma;
    cursor: pointer;
    color: black;
}

.custom-check-box 
{
    display: block;    
    padding-left: 1px;
    padding-top: 1px;
    width: 11px;
    height: 12px;
    border: solid 1px #000000;
    font-size: 9px;
    font-family: Tahoma;
    cursor: pointer;
    color: #FFFFFF;
}

.simple-check-box 
{
    display: block;    
    padding-top: 1px;
    padding-left: 1px;
    width: 11px;
    height: 12px;
    border: solid 1px #000000;
    font-size: 9px;
    font-weight: bold;
    font-family: Tahoma;
    cursor: pointer;
    color: #FFFFFF;
}

.chartpanel 
{
    margin-top: 5px;
    text-align: center;
}