ul.rater { 
	float: left;
	width:80px;
	height:16px;
	margin: 0 5px;
	padding:0px 0px 0px 5px;
	list-style:none;
	position:relative;
	background: url(s/star-matrix.png) no-repeat 0 0;
}
ul.s0 {background-position:0 0}
ul.s1 {background-position:0 -16px}
ul.s2 {background-position:0 -32px}
ul.s3 {background-position:0 -48px}
ul.s4 {background-position:0 -64px}
ul.s5 {background-position:0 -80px}

ul.rater li {
	cursor: pointer;
	float:left;
	text-indent:-999em;
}
ul.rater li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rater li.r1 a {left:0}
ul.rater li.r2 a {left:16px;}
ul.rater li.r3 a {left:32px;}
ul.rater li.r4 a {left:48px;}
ul.rater li.r5 a {left:64px;}
ul.rater li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(s/star-matrix.png) no-repeat 0 0
}
ul.rater li.r1 a:hover {background-position:0 -96px;}
ul.rater li.r2 a:hover {background-position:0 -112px;}
ul.rater li.r3 a:hover {background-position:0 -128px;}
ul.rater li.r4 a:hover {background-position:0 -144px;}
ul.rater li.r5 a:hover {background-position:0 -160px;}


p.rating { 
	float:left;
	width:80px;
	height:16px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	position:relative;
	background: url(s/star-matrix.png) no-repeat 0 0;
}
p.s0 {background-position:0 0}
p.s1 {background-position:0 -16px}
p.s2 {background-position:0 -32px}
p.s3 {background-position:0 -48px}
p.s4 {background-position:0 -64px}
p.s5 {background-position:0 -80px}
p.fr {float: right;}
p.fl {float: left;}
p.fc {margin: 0 auto;}

p.ertekeles {
	float:left;
	margin:2px 0px 0px 0px;
}

.ui-effects-transfer { border: 2px dotted gray; } 
.ui-widget-content.hoverscroll { background: white; }

table.datatable {
  width: 100%;
}
table.datatable th {
  font-size:12px;
  width:717px;
  height:16px;
  font-weight:bold;
  border-bottom:1px solid #d5d5d5;

}
table.datatable .datatable-header {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
table.datatable td {
  text-align: center;
}

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}
