/* CSS Document */
/*----General Start-----------*/
/*body{
	padding:0;
	margin:0;
	color:#3C3C3C;
	background-color:#fff;
	font:normal 11px "Lucida Sans Unicode", sans-serif, Arial;
}*/
/*p, b, span, td, h1, h2, h3, h4, form, input, select, textarea, div, td, tr{
	padding:0;
	margin:0;
}*/
a.reorder {
    background: url(../images/up-down.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    margin-right: 13px;
}

a.edit {
    /*background: url(../images/edit.gif) 0 0 no-repeat;*/
    /*background: url(../images/edit-16.png) 0 0 no-repeat;*/
    background: url(../images/pen.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    margin-right: 13px;
}

a.view {
    /*background: url(../images/view.gif) 0 0 no-repeat;*/
    /*background: url(../images/view-16.png) 0 0 no-repeat;*/
    background: url(../images/view.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    margin-right: 13px;
}

a.more {
    background: url(../images/add.gif) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 20px;
}

a.delete {
    /*background: url(../images/delete.gif) 0 0 no-repeat;*/
    /*background: url(../images/delete-16.png) 0 0 no-repeat;*/
    background: url(../images/bin.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 16px;
    height: 17px;
    float: left;
}



a.Go {
    background: url(../images/ico-magnify.gif) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 20px;
}

a.viewReport {
    /*background: url(../images/report-icon.gif) 0 0 no-repeat;*/
    /*background: url(../images/report-16.png) 0 0 no-repeat;*/
    background: url(../images/report.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    background-size: 16px 16px;
    margin-right: 13px;
}

a.view-process {
    background: url(../images/view-process.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 13px;
}

a.notify-manager {
    background: url(../images/notify-manager.png) 0 0 no-repeat;
    text-indent: -5000px;
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    margin-right: 13px;
}