#left .training_sidebar {
	padding-left: 18px;
	padding-bottom: 0px;
	padding-top: 20px;
}
#left .training_but {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
#right .training_list {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 35px
}
#right .training_group1 {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px
}
#right .training_group2 {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 30px
}
table {
	width: 100%;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9D5CA;
	border-right-color: #D9D5CA;
	border-bottom-color: #D9D5CA;
	border-left-color: #D9D5CA;
	background-color: #eee;
	background-image: url(../images/courses_tbl_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
table a {
	text-decoration: none;
	color: #404035;
}
table a:visited {
	text-decoration: none;
}
table a:hover, table a:active {
	text-decoration: underline;
}
thead th {
	color: #eee;
	background-color: #928C76;
}
tr {
	vertical-align: top;
	/* hover: expression(this.onmouseover=new Function("this.style.background='#d8d9cc';"), this.onmouseout=new Function("this.style.background='';")); */
	behavior: expression( this.onmouseover = new Function("this.className += ' whateverhover';"), this.onmouseout = new Function("this.className = this.className.replace(' whateverhover', '');"), this.style.behavior = null );
}
tr:hover, .whateverhover {
	background: #d8d9cc;
}
tr, th, td {
	padding: .75em;
}
tr.odd td, tr.odd th {
	background-image: url(../images/courses_tr_bg.gif);
	background-repeat: repeat;
}
