/* CSS Document */
/*--use this sytle for box at the top of the page--
#sample_top {
    margin:8px;
    margin-top:8px !important;
    margin-top:-8px;
}
*/

/*--use this sytle for boxs in the middle of the page NOT AT THE TOP--
#sample_middle {
    margin:8px;
}
*/

/*----------------------------------------time entry form box---------------------------------*/


/*------------------------------calendar-----------------------------
#calendar {
    background:#ededed url(../images/sidebar_left_grey.gif) repeat-y left;
    margin:7px;
    margin-left:0px;
    /*margin-top:4px !important;
    margin-top:-9px;
}*/

/*------------------------------------to do box----------------------------*/
/*--use this style as a sample for sidebar boxs in grey that inclose data
#to_do {
    background:url(../images/sidebar_left_grey.gif) #ededed repeat-y left;
    margin:7px ;
    margin-top:7px !important;
    margin-top:4px;
    margin-left:0px;*/


/*------------------------------------clients list----------------------------
#client_list {
    background:url(../images/sidebar_left_grey.gif) #ededed repeat-y left;
    margin:7px ;
    margin-top:7px !important;
    margin-top:4px;
    margin-left:0px;
    clear:both !important;
    clear:none;
}

#client_list table {
    margin:7px;
    width:239px;
}

#client_list table td {
    padding-bottom:7px;
    padding-top:5px;
}

#client_list h4 {
    font-size:70%;
}

#client_list .report_table a:link {
    color: #333333;
}

#client_list .report_table a:visited {
    color: #333333;
}

#client_list .report_table a:active {
    color: #333333;
}

#client_list .report_table a:hover {
    color: #999999;
}

*/

/*------------------------------------employee list----------------------------
#employee_list {
    background:url(../images/sidebar_left_grey.gif) #ededed repeat-y left;
    margin:7px ;
    margin-top:7px !important;
    margin-top:4px;
    margin-left:0px;
    clear:both !important;
    clear:none;
}

#employee_list table {
    margin:7px;
    width:239px;
}

#employee_list table td {
    padding-bottom:7px;
    padding-top:5px;
}

#employee_list h4 {
    font-size:70%;
}

#employee_list .employee_name a:link {
    color: #333333;
}

#employee_list .employee_name a:visited {
    color: #333333;
}

#employee_list .employee_name a:active {
    color: #333333;
}

#employee_list .employee_name a:hover {
    color: #999999;
}

*/
/*-------------------------------------add employee-------------------------------*/


