body, td, .leftmenu h3
{
    color: #575757;
    font-size: 12px;
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body
{
    padding: 2px;
    margin: 0px;
}

h1
{
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

h2
{
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #000;
    text-transform: none;
    font-weight: bold;
    text-align: left;
}

.reportHeader
{
    font-size: 19px;
    font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #575757;
    text-transform: none;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 22px;
}

img
{
    border: none;
}

.menu, .topmenu
{
    height: 16px;
    position: relative;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active {
    color: #111;
    text-decoration: none;
    font-weight: bold;
}

.menu a:hover {
    color: #333;
    text-decoration: underline;
}

.topmenu
{
    color: #575757;
    font-weight: normal;
    font-size: 9px;
    padding-right: 15px;
    padding-top: 5px;
}
.topmenu a, .topmenu a:link, .topmenu a:visited, .topmenu a:active {
    color: #575757;
    text-decoration: underline;
    font-weight: normal;
    font-size: 10px;
}

a, a:link, a:visited, a:active {
    color: #222;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}


.error
{
    background: #ed6666;
    background-image: url('../images/alerts/warning.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #fff;
    font-weight: bold;
    border: 1px solid #f00;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    padding-left: 30px;
}

.message
{
    background: #95be50;
    color: #fff;
    font-weight: bold;
    border: 1px solid #375801;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

.onlyprint
{
    display: none;
    padding: 0px;
    margin: 0px;
    border: none;
}

.dontprint
{
    padding: 0px;
    margin: 0px;
    border: none;
}

/*---------------[Coloured Text]---------------*/
.overbudget
{
    color: #ff0000;
}

.nearbudget
{
    color: #ff5700;
}

.underbudget
{
    color: #11aa11;
}

/*---------------[Left Menu styles]---------------*/

.leftmenu
{
    width: 195px;
    min-width: 195px;
    color: #000;
    margin: 14px 16px 0px 0px;
    background: url('../images/bg_leftmenu_repeat.gif') top right repeat-y;
    overflow: hidden;
}

.leftmenuspacer
{
    width: 195px;
}

.leftmenuborder
{
    position: absolute;
    top: 135px;
    left: 0px;
    width: 195px;
    background: url('../images/bg_leftmenu.gif') top right no-repeat;
}

.leftmenuinner
{
    height: 100%;
    border: none;
    position: absolute;
    top: 149px;
    left: 0px;
    width: 179px;
}

.leftmenufooter
{
    width: 195px;
    min-width: 195px;
    height: 14px;
    background: url('../images/bg_leftmenu_footer.gif') bottom right no-repeat;
    color: #000;
    border: none;
}

.leftmenu h1
{
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-transform: capitalize;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    background: #d5d5d5 url('../images/bg_leftmenu_h1.gif') top right no-repeat;
    color: #568900;
}

.leftmenu h2
{
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-transform: capitalize;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    background: #d5d5d5;
    color: #568900;
}

.leftmenu h3
{
    padding: 5px 5px 5px 5px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    background-color: #e6e6e6;
    text-decoration: none;
}

.leftmenu p
{
    padding: 5px 5px 5px 20px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    background: #e6e6e6 url('../images/rightarrow_dots.gif') center left no-repeat;
}

/*---------------[Standard table styles]---------------*/
table.stdtable
{
    padding: 0px;
    border: 1px solid #83c11c;
    background: #fff;
}

tr.row1
{
    background: #f5f5f5;
}

tr.row1:hover
{
    background: #e5e5e5;
}

tr.row2
{
    background: #fafafa;
}

tr.row2:hover
{
    background: #e5e5e5;
}

tr.tableheader, td.tableheader
{
    background: #f1ffdb;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e0eeca;
    padding-left: 10px;
}

tr.colheader, td.colheader
{
    background: #f1ffdb;
    text-align: center;
    color: #575757;
    font-weight: bold;
    border-bottom: 1px solid #e0eeca;
}

span.smallheader, tr.smallcolheader, td.smallcolheader
{
    padding-left: 5px;
    text-align: left;
    color: #575757;
    font-weight: bold;
}

tr.smallcolheader, td.smallcolheader
{
    background: #f5f5f5;
}

tr.rowheader, td.rowheader, td.rowheader a
{
    background: #d5d5d5;
    color: #568900;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    font-size: 11px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

td.rowheader a
{
    padding: 0;
}

tr.rowfooter
{
    background: #e2eef7;
    text-align: center;
}

td.col1
{
    text-align: right;
    color: #667;
}

td.col2
{
    text-align: left;
    vertical-align: top;
    color: #001;
}

td.cell2
{
    color: #666;
}




.greenbutton
{
    -moz-border-radius: 8px;
    background-color: #508000;
    border: 1px solid #508000;
    font-weight:bold;
    color: white;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    margin: 4px;
}

.greenbutton:hover
{
    background-color: #72a222;
}

.redbutton
{
    -moz-border-radius: 8px;
    background-color: #c40000;
    border: 1px solid #730000;
    font-weight:bold;
    color: white;
    font-variant: small-caps;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    margin: 4px;
}

.redbutton:hover
{
    background-color: #e62222;
    border: 1px solid #841111;
}



.cal_rowheader
{
    position: absolute;
    border-left: 1px solid #83c11c;
    border-right: 1px solid #83c11c;
    border-bottom: 1px dotted #83c11c;
    height: 15px;
    width: 100%;
    text-align: right;
}

.cal_rowheader2
{
    position: absolute;
    border-bottom: 1px solid #83c11c;
}

.cal_cell
{
    position: absolute;
    border-right: 1px dotted #83c11c;
    border-bottom: 1px dotted #83c11c;
    height: 15px;
    width: 100%;
}

.cal_cell2
{
    position: absolute;
    border-bottom: 1px solid #83c11c;
}

.cal_colheader
{
    border-right: 1px dotted #83c11c;
    border-bottom: 1px solid #83c11c;
    text-align: center;
}

.cal_taskwrapper
{
    border: none;
}

.cal_task
{
    border: 1px solid red;
    background-color: red;
    color: white;
    margin-left: 1px;
    margin-top: 1px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    -moz-border-radius: 2px;
}

.cal_wrapper
{
    border: none;
}

.cal_note
{
    border: 1px solid #edecab;
    background-color: #fdff6e;
    background: #fdff6e url('../images/postit.gif') bottom right no-repeat;
    margin-left: 1px;
    margin-top: 1px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: black;
}

.cal_yearcolheader
{
    text-align: center;
    position: absolute;
    border-right: 1px dotted #83c11c;
    border-bottom: 1px solid #83c11c;
    text-align: center;
    top: 0px;
    height: 30px;
    width: 50px;
}

.cal_yearrowheader
{
    position: absolute;
    left: 0;
    height: 30px;
    width: 120px;

    border-left: 1px solid #83c11c;
    border-right: 1px solid #83c11c;
    border-bottom: 1px dotted #83c11c;
    text-align: right;
}

#sortablelist li
{
    border: 1px solid #83c11c;
    padding: 10px 5px 0 5px;
    margin: 5px;
    width: 200px;
    height: 20px;
    background: white;
    list-style-type: none;
}

#sortablelist .label
{
    margin-left: -10px;
    background: #83c11c;
    color: white;
    font-weight: bold;
}

#work_type_selector option, #task_selector option, #priority option, #disbursement_type option, .selectWithLabels option
{
    padding-left: 15px;
}

#work_type_selector .label, #task_selector .label, #priority .label, #disbursement_type .label, .selectWithLabels .label
{
    padding-left: 5px;
    background: #83c11c;
    color: white;
    font-weight: bold;
}
.colorBlock
{
    border: 1px solid black;
    float: right;
    height: 38px;
    width: 38px;
}

.cal2_cell
{
    position: absolute;
    border-right: 1px dotted #83c11c;
    border-bottom: 1px dotted #83c11c;
    height: 25px;
    width: 100%;
}

.cal2_cell2
{
    position: absolute;
    border-bottom: 1px solid #83c11c;
}


.cal2_rowheader
{
    position: absolute;
    border-left: 1px solid #83c11c;
    border-right: 1px solid #83c11c;
    border-bottom: 1px dotted #83c11c;
    height: 25px;
    width: 100%;
    text-align: right;
}

.cal2_rowheader2
{
    position: absolute;
    border-bottom: 1px solid #83c11c;
}

#goto
{
    border: 1px solid black;
    padding: 10px;
    height: 170px;
    z-index: 2000;
}

.calendarPopup
{
    width: 150px;
}

.calendarPopup .rightAlign
{
    text-align: right;
}

.current, .current a
{
    color: white;
    background-color: black;
    text-align: center;
}

.calendarPopup td
{
    text-align: center;
}

#contextMenu
{
    background-color: #f1f1f1;
    border: 1px solid black;
    padding: 5px;
    color: black;
}

#contextMenu a, #contextMenu h2 a, #contextMenu h1
{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666;
        white-space: nowrap;
        width: 170px;
    padding: 5px;
    margin: 0;
    display: block;
        overflow: hidden;
    font-weight: normal;
}

#contextMenu a:hover, #contextMenu h2 a:hover
{
    background-color: #f1ffdb;
    text-decoration: none;
}

#contextMenu h1, #contextMenu h2
{
    padding: 0;
    margin: 0;
}

#contextMenu h1
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin: 0;
    width: 175px;
    text-transform: none;
    font-weight: bold;
    background-color: #d5d5d5;
    color: #568900;

    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#contextMenu h2 a
{
    padding-left: 15px;
        width: 160px;
}
