/* Ladder Styles */
.ladder_wrap {height:225px;}
.spladder {
border:1px solid #c5c5c5;
color:#212121;
font-weight:bold;
margin-top:-1px;
width:289px;
}

.spladder th {
background-color:#FFFFFF;
color:#014E86;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
padding:4px;
text-align:center;
width:95%;
}

.sprowodd {
width: 195px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#212121;


}

.sprowodd td {
width: 195px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#212121;
	background-image:url(../images/ladder_row_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-left:0;
text-align:center;
}

.sproweven {
	width: 195px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#212121;
	background-color: #F6F6F6;
}

.sproweven td {
background-image:url(../images/ladder_row_bg.jpg);
background-position:center bottom;
background-repeat:repeat-x;
color:#212121;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
padding-left:0;
text-align:center;
width:195px;
}

.sproweven td.teamname {
color:#000000;
font-size:9px;
font-weight:bold;
text-transform:uppercase;
text-align:left;
padding-left: 4px;
}

.sprowodd td.teamname {
color:#000000;
font-size:9px;
font-weight:bold;
text-transform:uppercase;
text-align:left;
padding-left: 4px;
}

.next {
background-image:url(../images/more_results_image.gif);
background-repeat:no-repeat;
display:inline;
float:left;
height:18px;
margin:3px;
width:105px;
}

#ladder-wrap .next {
background-image:url(../images/more_ladders.gif);
}

a.prev {
	width: 85px;
	height: 18px;
	background-image: url(../images09/prev_div_button.gif);
	background-repeat: no-repeat;
	float: left;

}

.glidecontentwrapper2 {
height:169px;
overflow:hidden;
position:relative;
width:195px;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 195px;
	height: 169px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	z-index: 0px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	width: 195px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 195px;
	margin-top: 5px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: transparent;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

}

.glidecontenttoggler a:hover{

}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}

#ladder_title_text {
color:#FFFFFF;
padding-top:22px;
text-align:center;
}

#ladder_full_results_link {
display:inline;
float:left;
margin-left:21px;
margin-top:4px;
width:65px;
}


a.next2 {
background-image:url(../images/more_results_image.gif);
background-repeat:no-repeat;
display:inline;
float:left;
height:18px;
margin:3px;
width:94px;
}

a.prev2 {
	width: 85px;
	height: 18px;
	background-image: url(../images09/prev_div_button.gif);
	background-repeat: no-repeat;
	float: left;

}

.glidecontentwrapper2 {
height:169px;
overflow:hidden;
position:relative;
width:225px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent2{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	width: 195px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
	width: 195px;
	margin-top: 5px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}



/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: transparent;
}

.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

}

.glidecontenttoggler2 a:hover2{

}

.glidecontenttoggler2 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler2 a.prev2, .glidecontenttoggler2 a.next2{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler2 a.prev2:hover, .glidecontenttoggler2 a.next2:hover{

}

#results_title_text {
color:#FFFFFF;
padding-top:22px;
text-align:center;
}

#results_title_text {
background-image:url(../images/ladder_title.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
height:28px;
margin-top:10px;
text-align:center;
width:195px;
}

#results_full_results {background-image:url("../images/ladder_full_results_bg.jpg");background-repeat:no-repeat;float:left;height:23px;margin-top:5px;width:289px;}



#results_full_results_link {
display:inline;
float:left;
margin-left:21px;
margin-top:4px;
width:65px;
}


.sched_title {
	float: left;
	font-weight: bold;
	width: 25px;
	text-align: right;
}

.spteam1, .spversus, .spteam2 {
	float: left;
	margin-right: 5px;
}

/* test new ladders */
#rotfix #ladder_title_text {
background-image:url("../images/result_fixture_title.jpg");
overflow:hidden;
height:28px;
}
.rotladdercontent2, .rotladdercontent {height:380px;overflow:hidden;width:300px;}
ul#rotfix, ul#rotladder {height:320px;margin:0;overflow:hidden;padding:0;}
.spfixture {display:inline;float:left;height:200px;width:100%;}
.rotladderwrap {display:inline;float:left;height:290px;overflow:hidden;width:300px;}
#ladder-wrap .rotladderwrap {height:315px;}

.spmatch {	width: 100%;	float: left;	margin:0 0 5px;}
.spteams {display:inline;float:left;font-weight:bold;width:100%}
.spscore {display:inline;float:left;width:100%}

.sptime {	clear: left;}

.sptime, .spvenue {color:#666666;display:inline;float:left;width:110px;}
.spvenue {	margin: 0 0 0 4px;}

#ladder_title_text {
background-image:url(../images/ladder_title.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
height:35px;
margin-top:6px;
text-align:center;
width:289px;
}

#canadaprovinces2 #ladder_title_text {
	background-image:url(../images/results_title.gif);
}

#ladder_full_results {
background-image:url(../images/ladder_full_results_bg.jpg);
background-repeat:no-repeat;
height:23px;
margin-top:-5px;
}