#systitle {	
	font-family: arial , sans-serif;
	font-size: 16px;	
	color: blue;
	padding: 0px 4px;
	font-weight: bold;
	height: 35px;
	vertical-align: middle;
	display: table-cell;
	
}
.sysapp{
	padding-top: 8px;
	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"); 
}

#sysbkm{
max-height:65px;
overflow-y:auto;
}
.sysbkbt{
display:inline-block;
}