.training {
	/*font-size: 12px;*/
	width: 975px;
}

.training h1 {
	font-weight: bold;
	font-size: 24px;
	color: #800000;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.training h2 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 8px;
	width: 100%;
	color: #800000;
	text-align: center;
	display: inline;
	}
	
.training h3 {
	font-weight: bold;
	font-size: 16px;
	display: inline;
	}
	
.training h4 {
	font-weight: bold;
	font-size: 15px;
	color: #800000;
	display: inline;
	}
	
.training td {
	vertical-align: top;
	}
	
.smallTable td {
	padding-bottom: 3px;
	}
	
.smallTable tr.odd {
	background-color: #bfcce3;
	}
	
.smallTable tr.even {
	background-color: #fff;
	}
	
.smallTable th {
	font-size: 12px;
	color: #800000;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
	background-color: #fff;
	}
	
.smallTable2 td {
	padding-bottom: 3px;
	}
	
.smallTable2 tr.odd {
	background-color: #bfcce3;
	}
	
.smallTable2 tr.even {
	background-color: #fff;
	}
	
.smallTable2 th {
	font-size: 12px;
	color: #800000;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
	background-color: #fff;
	}
	
.trainingComparisons th {
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.trainingComparisons td {
	font-weight: bold;
	/*text-align: center;*/
	vertical-align: middle;
	padding: 5px 0px;
}

.trainingComparisons a, .trainingComparisons a:active, .trainingComparisons a:link, .trainingComparisons a:visited {
	text-decoration: none;
	color: #002762;
}

.trainingComparisons a:hover {
	text-decoration: underline;
}

tr.trainingComparisons {
	background-color: #bfcce3;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 0px;
}

tr.trainingComparisons td {
	padding: 5px 0px;
}
	
.trainingSide {
	color: #002762;
	text-align: center;
}

#trainingSide {
	margin: 0px 5px;
	position: relative;
	width: 230px;
	}

.trainingSide table {
	/*border: 1px solid #f4f4f4;*/
	}
	
.trainingSide h2 {
	color:#800000;
	font-size:16px;
	margin: 3px 0px;
	}
	
.trainingSide h3 {
	color:#002762;
	font-size:13px;
	margin: 0px;
	}
	
.trainingSideInner {
	width:100%;
	margin: 0pt auto;
	text-align: left;
	}
	
.workshopbg {
	background: url(../images/trainingbox.png) no-repeat;
	height: 176px;
	float: left;
	width: 476px;
	padding-top: 15px;
	margin-left: 10px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimboxprev.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimboxnext.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimboxclose.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.clear {
	clear: both;
}

a:hover {
	text-decoration: none;
	color: #003366;
}

a.alt, a.alt:active, a.alt:link, a.alt:visited {
	color: #ffffff;
}

a.alt:hover {
	text-decoration: none;
	color: #ffffff;
}

