@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom: 20px;
}
#gutter{
	width:20px;
	background-color:#FFFFFF;
}
#page_content{
	width:600px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:8px;
	vertical-align:top;
}
#logo{
	text-align:center;
	padding:0px;
	margin-bottom:0px;
	margin-top:4px;
}
h1{
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
h2{
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
h3{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
h4{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.hti_tagline{
	color:#5B0346;
	font-size:10px;
}
.top_kw{
	color:#055789;
	font-size:12px;
}

.moredetails, .thelisted{
	display:block;
	text-align:center;
	margin:10px 0;
}

.moredetails a, .thelisted a:hover{
	color:#000 !important;
	text-decoration:underline;
}

.thelisted a{
	color:#000 !important;
	text-decoration:none;
}

.thetopicslist h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  background: #055789;
  padding: 5px 20px;
  display: block;
  margin: 0;
  font-family: "Arial Narrow";
}

.thetopicslist li{
	list-style:none;
	display:block;
	padding:0;
	font-size:15px;
	color:#000;
}

.thetopicslist li span{
	font-size:11px;
	color:#000;
	font-weight:normal;
}

.thetopicslist li span label{
	font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 5px;
	color:#000;
}

.thetopicslist li span label.arrowup{
	color:#055789;
}

.thetopicslist li font{
	padding:7px 0 7px 160px;
	display:block;
	cursor:pointer;
}

.thetopicslist li font.cehours{
	padding:7px 0 7px 170px;
}

.thetopicslist li:hover{
	background: #b5d9ef !important;
}

.thetopicslist li font img{
	vertical-align:middle;
}

.thetopicslist li:nth-child(odd){
	background:#e6e7e8;
}

.thetopicslist li table{
	background:#fff;
	border-collapse:collapse;
	border:1px solid #ddd;
	color:#000;
	width:100%;
	display:none;
}

.thetopicslist li table:hover{
	cursor:default;
}

.thetopicslist ul{
	margin:0;
	padding:0;
}

.thelist{
	float:left;
	width:33%;
	font-size:15px;
	border-right: 1px solid #C2C2C2;
}

.thelist a{
	color:#000 !important;
	text-decoration:none !important;
	padding: 5px 10px;
	display:block;
}

.thelist li:hover{
	background:#b5d9ef !important;
}

.thelist img{
	vertical-align:middle;
}

.clear{
	clear:both;
}

.loadcourses{
	display:none;
}

/* added */

#searchme {
    margin-top: 12px;
    margin-bottom: 8px;
}

.newcontentsadded{
	line-height:22px;
	padding:0 10px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.newcontentsadded-inner{
	text-align:left;
	padding:0 8px;
}

.newcontentsadded span{
	font-size:15px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
	color:#5b0346;
	text-align:center;
}

.newcontentsadded a{
	display:block;
	color:#000;
	text-decoration:none;
}

.newcontentsadded a:hover{
	text-decoration:none;
	color:#5b0346;
}

.pagenewcontentadded{
	line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	text-align:center;
}

.pagenewcontentadded a {
    display: block;
    color: #000;
    text-decoration: none;
}

.pagenewcontentadded a:hover{
	text-decoration:none;
	color:#5b0346;
}