a.starnull {
        height:15px;
        width:15px;
        display:block;
        background:url('/images/star-null.gif') no-repeat;
        float:left;
}

a.starfull {
        height:15px;
        width:15px;
        display:block;
        background:url('/images/star-full.gif') no-repeat;
        float:left;

}

#log_res {
	overflow: auto;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url('/img/spinner.gif') no-repeat center;
}

#chkAll {    padding-left: 30px;
}