/* Style sheet for custom look of binders - greys */    

body {
	}
body {
	background: url("/images/grey/player_background.gif") repeat top right;
	}
a, a:hover {
	    color: #1a1a1a;
	}
.binder-footer{
	background: url("/images/grey/player_background.gif") repeat top right;
	color: #1a1a1a;
	}
.logo{
	background: url("/images/player_tag.gif") no-repeat; 
	width:291px;
	height:24px;
	margin-top:3px;
	}
.binder-header-line {
	    background: url("/images/grey/player_top_line.gif") repeat-x;
	}
.binder-header-left {
	    color: #1a1a1a;
	}
.binder-header-right {
	    color: #1a1a1a;
	}

.binder-content-pane {
	border-bottom:4px #B9BAAC solid; 
	border-left:4px #B9BAAC solid; 
	border-right:4px #B9BAAC solid;
	border-top:2px #B9BAAC solid;
	background-color: white;
	}
.binder-tab-selected {
    color: #1a1a1a;
    background:url("/images/grey/main_nav_on_middle.gif") repeat-x;
}
.binder-tab-selected-edit {
    color: #1a1a1a;	
    background:url("/images/grey_main_nav_on_middle.gif") repeat-x;
}
.binder-tab-unselected {
    color: #ffffff;	
    background:url("/images/grey/main_nav_off_middle.gif") repeat-x;
}
.binder-tab-unselected a {
    color: #ffffff;	
}
.binder-tab-unselected a:hover {
    color: #ffffff;
}
#binder-tab-selected-left {
	background-image: url(/images/grey/main_nav_on_left.gif);	 
}
#tab-ax {
    background: url("/images/grey/main_nav_on_right.gif") no-repeat; 
}
#binder-tab-unselected-left {
	background-image: url(/images/grey/main_nav_off_left.gif);
}
#binder-tab-unselected-right {
	background: url("/images/grey/main_nav_off_right.gif") no-repeat; 
}
.binder-subtab-selected {
    color: #FFFFFF;
	background-color:#1e1e1e;	
}
.binder-subtab {
    color:#1a1a1a;
}
#binder-subtab-pane {
    background-image: url(/images/b_subtab.gif);
}
.more-tabs-left {
	background: url("/images/grey/main_nav_more_left.gif") no-repeat;
}
.more-tabs-right {
	background: url("/images/grey/main_nav_more_right.gif") no-repeat;
}

/* styles for the star rater */
.star-rating{
    background: url("/images/grey/star_rating.gif") top left repeat-x;
}
.star-rating li a:hover{
    background: url("/images/grey/star_rating.gif") left bottom;
}
.one-star-rating {
    background: url("/images/grey/star_rating.gif") left bottom;
}
.two-star-rating {
    background: url("/images/grey/star_rating.gif") left bottom;
}
.three-star-rating {
    background: url("/images/grey/star_rating.gif") left bottom;
}
.four-star-rating {
    background: url("/images/grey/star_rating.gif") left bottom;
}
.five-star-rating {
    background: url("/images/grey/star_rating.gif") left bottom;    
}
