#systitle {	
	font-family		: arial , sans-serif;
	font-size		: 16;
	vertical-align	:center;
	color			:blue;
	margin			:5px 4px;
	font-weight	:bold;
	height:23px;
	
}
.sysapp{
	vertical-align: middle;
	padding-right:2px;
}
.showMsgText table td {
padding:3px;
}


a.star_on, a.star_on:link, a.star_on:visited {
    width:16px;height:16px;
    margin:7px 2px ;
    display:block;
    background-image: url("/star_on.png");
    background-position: 1px center;
    background-repeat: no-repeat; 
}
a.star_on:hover{
    background-image: url("/star_hover.png"); 
}     

a.star_off, a.star_off:link, a.star_off:visited {
    width:16px;height:16px;
    margin:7px 2px ;
    display:block;
    background-image: url("/star_off.png");
    background-position: 1px center;
    background-repeat: no-repeat; 
}
a.star_off:hover{
    background-image: url("/star_hover.png"); 
}