/* CSS Document */

.coursetable {
	width:98%;
	border: 1px solid #efefef;
	border-collapse:collapse;
	text-align:left;
	margin:0;
	padding:0;
}
.coursetable th{
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	padding:4px 0px 4px 0px;
	background:#f3e7cc;
	text-align:center;
}

.coursetable .courseduration{
	width:15%;
	border-left: 1px solid #ffffff;
}

.coursetable td {
/*	border: 1px solid #aaaaaa; */
	padding: 3px .5em 5px .5em;
    background-color: #efefef;
	font-size:11px;	
	font-weight:bold;
}

.coursetable .coursedesc td, .coursetable .coursedesc td p, .coursetable .coursedesc td li {
	font-size:11px;
	padding: 3px 1em 3px 1.5em;
	background-color:#ffffff;
	font-weight:normal;	
}
.coursetable .coursedesc td li {
	line-height:1em;
}


.coursetable td.divcell {
	padding:0;
}

.nodisp {
	width: 3%;
	display:none;
}


.coursetable .ctitle{
	width:82%;
	padding: 3px .5em 5px .5em;	
	float:left;
	border-right: 2px solid #ffffff;	
}

.coursetable .cdur{
	width:8%;
	font-weight:bold;	
	float:right;
	padding: 3px .5em 5px .5em;
	text-align:right;
}

.coursetable .cdesc {
	margin:0;
	font-size:11px;
	padding: 3px 1em 3px 1.5em;
	background-color:#ffffff;
	font-weight:normal;	
}

.coursetable .cdesc p{
	font-size:11px;
	padding: 3px 1em 3px 1.5em;
	background-color:#ffffff;
	font-weight:normal;	
}

.divclear {
	clear:left;
}


td#maincontent p.headline {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

td#maincontent p.subheadline {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #e25a28;
	background: none;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.center {
	text-align:center;
}

.bold {
	font-weight: bold;
}

.boldcenter {
	text-align:center;
	font-weight: bold;
}

.redbold {
	font-weight: bold;
	color: red;
}

.redbolditalic {
	font-weight: bold;
	color: red;
	font-style:italic;
}

.redboldlarge {
	font-size:16px;
	font-weight: bold;
	color: #FF0000;
}

.smalltext {font-size: 9px}


/* use the 2 below to get tables so we can copy.
.nodisp {
	width: 3%;
}

.coursetable .cdesc {
	display:none;
}
*/
