@charset "utf-8";
/* STYLES FOR INSIDE TABBED CONTENT
----------------------------------- */
#tabbys{
margin:20px 0px 0px 0px; padding:0px 0px 0px 1px;
display: block;
background-image:url(../images/tabbed_end.jpg);
background-position:bottom right;
width:520px;
height:32px;
bottom:0px;

}

ul#tabbys{
line-height:normal;

}

#tabbys li{
	display:inline;
}

#tabbys a{
	display: block;
	float:left;
	overflow:hidden;
	height:29px;
	font-size:11px;
	text-align:center;	
	width:66px;
	padding:3px 15px 0px 13px;
	line-height:12px;
}

#tabbys a:hover{
	text-decoration:none;
	
}

#tabbys #tab_scor, #tabbys #tab_cons, #tabbys #tab_train, #tabbys #tab_res, #tabbys #tab_rules{
	background:url(../images/tabNav.jpg);
	background-position:bottom left;
}

	#tabbys #tab_scor:hover, #tabbys #tab_cons:hover, #tabbys #tab_train:hover, #tabbys #tab_res:hover, #tabbys #tab_rules:hover{
		background-position:top left;
	}
	
	#tabbys #tab_scor.selected, #tabbys #tab_cons.selected, #tabbys #tab_train.selected, #tabbys #tab_res.selected, #tabbys #tab_rules.selected{
			background-position:top left;
	}

#tabbys a#tab_scor {
padding:10px 15px 0px 13px;
height:22px;

}

#tabbys #tab_end{
	background-image:url(../images/tabbed_end.jpg);
	width:219px;
	height:32px;
	display:inline;
}


.tabcontent .moreInfoLink{
 padding-right:40px;
 margin-top:30px;

}

.tabcontent{
	height:190px;
	padding-top:10px;


}
