/*Star Rating*/

#rating
{
	font: 12px Tahoma;	
	color: black;
}

.rating
{
	float: left;
}

.rating:after
{
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.star
{
	float: left;
	width: 17px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.star,
.star a {background: url(/etc/images/star1.gif) no-repeat 0 0px;}
	

.star a
{
	display: block;
	width: 100%;
	height: 100%;
}

div.rating div.on a
{
	background-position: 0 -16px;
}

div.rating div.hover a,
div.rating div a:hover
{
	background-position: 0 -32px;
}



/*Date Picker*/

a.date-picker {
	position:absolute;
	top: -1px;
	width: 63px;
	height: 21px;
	border: 0;
	color: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: url(/etc/images/calendar.png) no-repeat top; 
}

a.date-picker span
{
	margin: 0 0 0 -2000px;
}

div.date-picker-holder, div.date-picker-holder *
{
	margin: 0;
	padding: 0;
}

div.date-picker-holder
{
	position: relative;
	z-index: 2;
}

div.date-picker-holder input
{
	float: left;
}

div.popup-calendar {
	font: 11px Tahoma;	
	display: none;
	position: absolute;
	z-index: 2;
	top: 21;
	/*left: -63px;*/ /* value for IE */
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 165px;
}
html>body div.popup-calendar {
	left: 63px; /* value for decent browsers */
	top: 21px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font: bold 12px Tahoma;
	color: maroon;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	font: bold 10px Tahoma;		
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #cccccc	;
}
div.popup-calendar table td a {
	font: 11px Tahoma;		
	display: block;
	width: 21px;
	height: 15px;
	text-decoration: none;
	color: #000;
}
div.popup-calendar table td.today a {
	border: 1px solid #eee;	
	border-color: red;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: white; 
	color: red;
	font-weight:bold;
}