/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../images/star_big.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
/*display:-moz-inline-block;*/
/*display:-moz-inline-box;*/
display: inline-block;
vertical-align: middle;
}

.small-star{
width:50px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(../images/star_small.gif);
line-height: 10px;
height: 10px;
}
/* ======= /STAR-RATER ======== */

/* style="width: 125px; float: left;" */

#discography td {
	padding: 5px;
}

#discography .even {
	background-color:#DBDBDB;
}

#discography .odd {
	background-color: #FFF;
}
#discography .header {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
#discography .headerSortUp {
	background-image: url(../images/asc.png);
	background-repeat: no-repeat;
}
#discography .headerSortDown {
	background-image: url(../images/desc.png);
	background-repeat: no-repeat;
}

#discography a:link, #discography a:visited{
	text-decoration:none;
	color:#009933;
}

#discography a:hover{
color: #99CC00;
text-decoration: none;
}

#discography a:active,  #discography a:focus{
	text-decoration:none;
	color:#80FF80;
}


#tabletracks td {
	padding: 5px;
}
#tabletracks .even {
	background-color:#DBDBDB;
}
#tabletracks .odd {
	background-color: #FFF;
}
#tabletracks .header {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
#tabletracks .headerSortUp {
	background-image: url(../images/asc.png);
	background-repeat: no-repeat;
}
#tabletracks .headerSortDown {
	background-image: url(../images/desc.png);
	background-repeat: no-repeat;
}

#tabletracks a:hover{
	text-decoration:underline;
	color:#009933;
}

#tableallreview td {
	padding: 5px 0 5px 5px;
}
#tableallreview .even {
	background-color:#DBDBDB;
}
#tableallreview .odd {
	background-color: #FFF;
}
#tableallreview .header {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	width: 100px;
}
#tableallreview .headerSortUp {
	background-image: url(../images/asc.png);
	background-repeat: no-repeat;
}
#tableallreview .headerSortDown {
	background-image: url(../images/desc.png);
	background-repeat: no-repeat;
}

#tableallreview a:hover{
	text-decoration:underline;
	color:#009933;
}

/* ======= SCROLL.css ========= */

		#makeMeScrollable
		{
			width: 990px;
/*height: 1200px;*/

			position: relative;
			overflow:auto;
		}

		#makeMeScrollable div.scrollableArea *
		{
			position: relative;
			/*float: left;
			padding: 0*/
			margin: 0;
			
		}

/* ======= ALERT.css ======*/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/* ========== jquery.AUTOCOMPLETE.css ========= */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* ========== jquery.RATING.css ========= */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
