﻿/* outmost wrapper element */
.statematchrotator 
{
	width:300px;
	height:180px;
	background:#E5F0D2;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}
.statematchrotator .scrollable {
	width:300px !important;
	height:120px;
	background:#E5F0D2;
	padding:0px;
	float:left;
}
/* container for the scrollable items */
.statematchrotator .scrollable div.items {
	height:117px;	
	float:left;
	margin-left:0px !important;
	clear:both;
	position:absolute;
	width:20000em;
}
/* single item */
.statematchrotator .scrollable div.items .floats {
	display:block;
	float:left;
	/*margin-right:8px;*/
	width:300px;	
	background:url(../images/game_rotator_bg.gif) no-repeat;
	color:#1A528A;
	text-decoration:none;
	height:115px;
}
.statematchrotator .scrollable div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

/* next / prev buttons */
.statematchrotator a.prev{
	width:15px;
	height:17px;
	float:left;
	background-repeat:no-repeat;	
	margin:8px 0px 0px 0px;
	cursor:pointer;
}
.statematchrotator a.next {
	width:15px;
	height:17px;
	float:right;
	background-repeat:no-repeat;	
	margin:8px 0px 0px 0px;
	cursor:pointer;
}
.statematchrotator a.prev {
	background:url(../images/button-left.gif);		
}

.statematchrotator a.prev:hover {
	background:url(../images/button-left-over.gif);		
}

.statematchrotator a.next {
	background:url(../images/button-right.gif);		
}

.statematchrotator a.next:hover {
	background:url(../images/button-right-over.gif);		
}


/* navigator */
.statematchrotator div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
	display:none;
}


/* items inside navigator */
.statematchrotator div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

.statematchrotator div.navi span:hover {
	background-position:0 -8px;      
}

.statematchrotator div.navi span.active {
	background-position:0 -16px;     
} 	
.statematchrotator .State_matchnavigation{		
	width:300px;
	float:left;
}
.statematchrotator .prev_navText{
	color:#2798D4;
	float:left;
	margin:1px 5px;
	width:85px;
	padding:0px 10px;
	font-weight:bold;
}
.statematchrotator .next_navText{
	color:#2798D4;
	float:right;
	margin:1px 5px;
	*margin:1px 5px 1px -65px;
	width:75px;
	font-weight:bold;
	text-align:left;
}
.statematchrotator .teamA{
	float:left;
	font-size:12px;
	width:110px;
}
.statematchrotator .teamB{
	float:left;
	font-size:12px;
	width:110px;
}
.statematchrotator .v{
	float:left;
	font-size:20px;
	width:70px;
	line-height:0.9em;
}
.statematchrotator .teamdetails{
	width:290px;
	text-align:center;
	float:left;
	padding:10px 5px 0px 5px;
	height:45px;	
}
.statematchrotator a.tickets{
	color:#1E8DBB;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
.statematchrotator .venuedetails{
	clear:both;
	font-size:12px;	
	text-align:center;
}
.statematchrotator .venue
{
	color:#002C58;
	clear:both;
	margin:0pt auto;
	padding:10px 0px 0px 0px;
	width:260px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.statematchrotator .venue a,
.statematchrotator .venue a:hover
{
	text-decoration:none;
	color:#002C58;
	font-weight:bold;
}
.statematchrotator .State_futurenavigation{	
	height:20px;
	width:300px;
	float:left;
}
.statematchrotator .matchdetails{
	color:#2798D4;
	float:left;
	margin:22px;
	font-weight:bold;
	padding:0px;
	width:100px;
}
.statematchrotator .fullfixturelink{
	color:#2798D4;
	float:right;
	margin:5px;
	font-weight:bold;
	width:105px;
}

.statematchrotator .archivelink .prev_navText{
	color:#2798D4;
	float:left;
	margin:5px;
	font-weight:bold;
	padding:0px;
	width:50px;
}

.statematchrotator .fullfixturelink .next_navText{
	color:#2798D4;
	float:right;
	margin:5px;
	font-weight:bold;
	width:50px;
}
.statematchrotator .archivelink .prev_navText a,
.statematchrotator .fullfixturelink .next_navText a
{
	color:#000000;
	text-decoration:none;
}
.statematchrotator .archivelink .prev_navText a:hover,
.statematchrotator .fullfixturelink .next_navText a:hover
{
	text-decoration:underline;
}
.statematchrotator .archivelink .prev{
	width:15px;
	height:17px;
	float:left;
	background-repeat:no-repeat;	
	margin:3px 0 0 0;
	background:url(../images/button-left.gif);		
}
.statematchrotator .fullfixturelink .next {
	width:15px;
	height:17px;
	float:right;
	background-repeat:no-repeat;	
	margin:3px 0 0 0;
	background:url(../images/button-right.gif);	
}