﻿/*
 * Styles for tabbed exercise containers
 */

div.exercises {
	background-position: 0px 21px;
	background-repeat: no-repeat;
	padding-left:30px;
	margin-bottom:20px;
	background-image: url(images/exercise-tabs/tira4.gif);
	min-height: 86px;
}
div.exercise {
	position:absolute;
	padding:0px;
	border:0px;
	margin:0px;
	width: 100%;
	left:30px !important;
	top:-10000px;
	padding-bottom: 80px;
	line-height:150%;
}
#exercise-nav-top {
	height:40px;
	padding-left:24px;
	padding-bottom:10px;
	line-height:110%;
	cursor:default;
}
#exercise-nav-bot {
	font-family:"Courier New", Courier, monospace;
}
#exercise-nav-top ul {
	margin:0;
	padding:0;
}
#exercise-nav-top li {
	float: left;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height:22px;
}
#exercise-nav-top a {
	display: -moz-inline-box; /* Firefox 2 */
	display: inline-block;
	min-width:1px;
	text-decoration: none;
	text-align: center;
	font-size: 10pt !important;
	font-weight:bold;
	height: 19px;
	cursor:pointer;
}
#exercise-nav-top a.disabled {
	padding-top: 3px;
	height: 19px;
	margin-right:3px;
	color: #D5D5D5;
	cursor: default;
}
#exercise-nav-top a.unselected {
	padding-top: 3px;
	height: 19px;
	margin-right:3px;
	color: #999;
}
#exercise-nav-top a.selected {
	padding-top: 3px;
	height: 19px;
	margin-right:3px;
	color: #D09106;
}
#exercise-nav-top a.unselected:hover {
	padding-top:0;
	height: 22px;
	margin-right:3px;
}
#exercise-nav-top a.unselected-visited {
	padding-top: 3px;
	height: 19px;
	margin-right:3px;
	color: #999;
}
#exercise-nav-top a.unselected-visited:hover {
	padding-top:0;
	height: 22px;
	margin-right:3px;
}
#exercise-nav-top a div {
	float:left;
	height:100%;
}
#exercise-nav-top a div.left,
#exercise-nav-top a div.right {
	background-repeat:no-repeat;
	width:3px;
}
#exercise-nav-top a div.center {
	background-repeat:repeat-x;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
}