﻿.loader
{
margin: 20px auto;
    padding: 20px;
    text-align: left;
    width: 400px;
    }
  
.loader p
{
      margin: 10px 0;
    text-align: center;
}
.label_result
{
    color:Red;

}

   .overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: #000000;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 64px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
     background-color: #ffffff;
     height:64px;
     padding: 0px;
     
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
    
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 65%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
#tabs, #ui-datepicker-div, .ui-datepicker {
    font-size: 65%;
}
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


.tasktable {
/*    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: -moz-use-text-color -moz-use-text-color #DEE4E8 #DEE4E8;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;*/
    margin: 0 auto 10px;
    padding: 0;
    width: 90%;
    font-size:90%;
}

.tasktable th {
 /*   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F7F8;
    border-color: #DEE4E8 #DEE4E8 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;*/
    margin: 0;
    padding: 5px;
    text-align: left;
}

.tasktable td {
    /*border-right: 1px solid #DEE4E8;
    border-top: 1px solid #DEE4E8;*/
    margin: 0;
    padding: 5px;
    vertical-align: top;
}

.tasktable td.taskcancel {color:#9A4444;}
.tasktable td.taskinwait {color:#737373;}
.tasktable td.taskinproc {color:#0077CC;}
.tasktable td.taskdone {color:#508850;}

