/*
 * Styles for tabbed exercise containers
 */

div.exercises {
/*	background-position: 0px 21px;
	background-repeat: no-repeat;*/
	/*padding-left:30px;*/
	margin-bottom:20px;
	/*height: 81px;*/
	/*background-image: url(images/exercise-tabs/tira4.gif);*/
	min-height: 86px;
	max-width: 760px;
	position:relative;
}

div.exercise {
	position:absolute;
	padding:0px;
	border:0px;
	margin:0px;
	width: 100%;
	left:0;
	top:-10000px;
	padding-bottom: 40px;
	line-height:150%;
}
#exercise-nav-top {
	height: 22px;
	padding-left:24px;
	margin-bottom:30px;
	line-height:110%;
	cursor:default;
	/*border-bottom:2px solid #E0E8E9;  ------- changed by Ciaran to below 30/4/14 */
	border-bottom:3px solid #CED5D6;
}
#exercise-nav-bot {
	font-family:"Courier New", Courier, monospace;
}
#exercise-nav-top ul {
	margin:0 0 -2px;
	padding:0;
}
#exercise-nav-top li {
	float: left;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height:22px;
	overflow-y:hidden;
}
#exercise-nav-top a {
	display: -moz-inline-box; /* Firefox 2 */
	display: inline-block;
	min-width:1px;
	text-decoration: none;
	text-align: center;
	font-size: 10.5pt;
/*	font-weight:bold;    ---Ciaran: just testing a no bold look for the new player 14/03/2014 */
	height: 20px;
	cursor:pointer;
	padding-top: 3px;
	margin-right:4px;
	position: relative;
	height:19px;
}
#exercise-nav-top a.disabled {
	color: #D5D5D5;
	cursor: default;
}
#exercise-nav-top a.unselected {
	margin-right:4px;
	color: #999;
}
#exercise-nav-top a.selected {
	/*color: #D09106; changed by Ciaran to below (colour & bold) 30/4/14 */
	color: #FFFFFF;
	font-weight:bold;
}
#exercise-nav-top a.disabled:hover {
	top:0;
}
#exercise-nav-top a:hover,
#exercise-nav-top a.selected {
	top:-3px;
}

#exercise-nav-top a div {
	float:left;
	height:100%;
}
#exercise-nav-top a div.center {
	background-repeat:repeat-x;
	padding-top:1px;
	padding-left:13px;
	padding-right:13px;
}
#exercise-nav-top a div.state {
	height: 3px;
	width:100%;
	border-radius:3px 3px 0 0;

}