﻿.SearchDiv
{
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid black;
}
.GridDiv
{
    border-width: 1px;
    border-color: Gray;
    border-style: solid;
    background-color: WhiteSmoke;
    width: 100%;
    text-align: right;
    direction: rtl;
}
.FormviewDiv
{
    border: 1px solid #DEDFDE;
    background-color: WhiteSmoke;
    width: 100%;
}
.PageHelpDiv
{
    border: 1px solid Gray;
    margin: 5px 20px 5px 20px;
    padding: 5px;
    background-color: Gold;
}
#MonthNavigationDiv
{
    text-align: right;
    margin: 10px 40px;
    min-height: 25px;
}
.ToolbarTable
{
    border-top-width: 1px;
    border-top-color: Gray;
    border-top-style: dashed;
}
.Toolbar
{
    font-size: 8pt;
    font-family: Tahoma;
    color: Black;
    cursor: Hand;
}
.ToolbarButtonDefualt
{
    font-size: 8pt;
    font-family: Tahoma;
    color: Black;
    cursor: Hand;
    width: 100px;
}
.ToolbarButtonHover
{
    font-size: 8pt;
    font-family: Tahoma;
    color: Maroon;
    cursor: Hand;
    width: 100px;
}
.SpecificHyperLink
{
    color: Blue;
    font-size: 8pt;
    font-family: Tahoma;
    text-decoration: none;
    cursor: Hand;
}
a
{
    text-decoration: none;
    cursor: hand;
    direction: ltr;
}
a:hover
{
    font-size: 10px;
    font-weight: bold;
}

/* ===== gridview footer ==== */
.pgr
{
    background-color: #989898;
}
.pgr table
{
    margin: 1px 0;
}
.pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-right: solid 1px #666;
    font-weight: bold;
    font-size: 9px;
    color: #fff;
    line-height: 12px;
}
.pgr a
{
    color: #666;
    text-decoration: none;
}
.pgr a:hover
{
    color: #000;
    text-decoration: none;
}
.monthDays
{
    text-align: right;
    direction: ltr;
    width: 100px;
    height: 85px;
    border: solid 2px Gray;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    direction: rtl;
    margin: -2px;
    float: right;
}

.monthDaysSmall
{
    text-align: right;
    direction: ltr;
    width: 22px;
    height: 25px;
    border: solid 2px Gray;
    font-family: Tahoma;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    direction: rtl;
    margin: -2px;
    float: right;
}
.isHoliday
{
    background-color: #FF6600;
}

.projectName
{
    color: Black;
}
.paramName
{
    color: Red;
}

.monthDaysReport
{
    float: left;
    text-align: right;
    direction: rtl;
    width: 265px;
    height: 180px;
    border: solid 2px Gray;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
}

.announcementList
{
    position: absolute;
    left: 0;
    top: 325px;
    text-align: right;
    direction: rtl;
    width: 265px;
    height: 228px;
    border: solid 2px Gray;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
}

#timesheetReport4User
{
    position: absolute;
    top: 70px; /*top:55px; for agah.az.ir*/
    left: 50px;
}

.spider
{
    border-bottom: solid 1px #c0c0c0;
    margin: 2px 5px;
}

.title
{
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 2px;
    background-color: Gold;
    text-align: center;
    height: 20px;
}

.timeSheetReport
{
    text-align: right;
    direction: rtl;
    margin: 10px 40px;
    border-top: solid 1px Gray;
    font-family: Tahoma;
    font-size: 10px;
    padding-top: 5px;
    background-color: WhiteSmoke;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.9;
}

.modalPopup
{
    background-color: WhiteSmoke;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: right;
    z-index:100;
}
div.notifier
{
    padding: 10px;
    height: auto;
    width: auto;
    background-color: white;
    border: 1px solid black;
    top: 0;
    right: 0;
    line-height: 180%;
    font-family: Tahoma;
    font-size: 12px;
    background-color: Green;
    color: White;
}
div.fixHelp
{
    position: fixed;
    float: left;
    left:50PX;
    width: 200px;
    font-family: Tahoma;
    font-size: 10px;
    background-color: Green;
    text-align: center;
    direction: rtl;
    color: White;
    padding: 5px;
    margin-top: 150px;
}
.boldTitle
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
}

.list
{
    text-align: right;
    direction: rtl;
    border-top: solid 1px Gray;
    font-family: Tahoma;
    font-size: 10px;
    padding-top: 5px;
    background-color: WhiteSmoke;
}

