#contentBody ol#tabs, #contentBody ol#panes { margin: auto; }

#tabs { 
	height: 21px;
	display: block;
	border-bottom: solid 5px #4189dd;
	background-color: #6ed2e2;
	margin: 0px;
	padding: 0px;
	width: 449px;
}

#tabs .tab {
	display: block;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	list-style-type: none;
}

#tabs .tab a {
	color: white;
	text-decoration: none; 
	font-size: 8pt;
	height: 16px;
	display: block;
	padding: 5px 8px 0px 8px;
	margin: 0px;
}

#tabs.small .tab a {
	font-size: 8pt;
}

#tabs .selected a {
	background-color: #4189dd;
}

#panes {
	margin: 0px;
	padding: 0px;
	border: solid 2px #4189dd;
	border-top: none;
	display: block;
	width: 445px;
}

#panes .pane {
	padding: 0px 3px 10px 3px;
	margin: 0px;
	display: none;	
	list-style-type: none;
}

#panes .pane p {
	margin: 0px;
	padding: 0px;	
}

#panes .pane p.info {
	margin-bottom: 10px;
}

#panes .selected {
	display: block;	
}

.statusBar {
	width: 729px;
	padding: 0px 10px 5px 10px;
	height: 20px;
	background-color: #4189dd;
	position: relative;	
}

.statusBar.small {
	width: 429px;
}

.statusBar label {
	color: white;
	font-size: 10pt;
	margin: 0px;
	top: 2px;
	position: absolute;
}

#bottomStatus label {
	left: 10px; 	
}

.statusBar input {
	background-color: #4189dd;
	color: white;
	font-size: 10pt;
	border: none;
	margin: 0px;
	top: 0px;	
	height: 20px;
	position: absolute;
}

#topStatusImage,
#bottomStatusImage {
	position: absolute;
	top: 2px;	
	left: 115px;
}

#statusDetails {
	left: 135px; 
	width: 70px;
}

.statusBar input.button {
	border: solid 1px white;
	padding: 0px 0px;	
	height: 20px;
	top: 0px;
}

#topStatusMessage,
#bottomStatusMessage {
	position: absolute;
	top: 2px;
	width: 70px;	
	margin-left: 45px;
}

#progressBarContainer {
	position: absolute;
	border: solid 1px white;	
	top: 0px;
	right: 10px;
	height: 18px;
	width: 302px;
}

#progressBarContainer img {
	display: block;	
}

#progressLabel {
	position: absolute;
	top: 2px;
	right: 317px;	
}

#progressBar {
	font-size: 8pt;
	font-weight: bold;
	height: 14px;
	margin: 0px;
	padding: 1px 0px;
	color: #4189dd;
	position: absolute;
	top: 1px;
	left: 134px;
	width: 30px;
	text-align: center;
	background-color: white;
}

#progress {
	background-color: #6ed2e2;
	border: solid 2px #4189dd;
	width: 150px;
	height: 14px;
	left: 0px;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.error #progress {
	background-color: #ffd2d3;
}

.warn #progress {
	background-color: #faed24;
}

#bottomStatus ul {
	position: absolute;
	top: 1px;
	right: 10px;
	margin: 0px;
	padding: 0px;	
}

#bottomStatus ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;	
}

#bottomStatus input {
	position: relative;
	top: 0px;
	left: 0px;	
}

#prevBtn {
	padding-left: 12px;
	background-image: url( ../images/trainer/back.gif );	
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

#nextBtn {
	padding-right: 12px;
	background-image: url( ../images/trainer/next.gif );	
	background-repeat: no-repeat;
	background-position: 33px 4px;
}