@charset "utf-8";

/*	Begin: Course Module Styles		*/

div.mod_box_header {
	width: 96%;
	margin: 3px auto 0px auto;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #666666;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 0px 8px;
	font-size: 18px;
}

div.mod_box {
	width: 96%;
	margin: 0px auto 3px auto;
	background-color: #EFEFEF;
	border: 1px solid #666666;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 2px 8px 8px 8px;
}

div.mod_top {
	width: 95%;
	margin: 8px auto 0px auto;
	background-color: #A1ADD4;
	border: 1px solid #A1ADD4;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding: 4px 12px;
}

div.mod_top_script {
	cursor: pointer;
}

.no_script {
	visibility: hidden;
}

div.mod_collapse {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.mod_detail {
	width: 95%;
	margin: 0px auto 3px auto;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border: 1px solid #A1ADD4;
	background-color: #ffffff;
	display: block;
	padding: 8px 12px;
}

div.detail_collapse {
	display: none;
}

.show_detail {
	float: right;
	color: white;
	vertical-align: middle;
	padding: 4px 8px 0px 0px;
}

.testimonial {
	font-size: 0.8em;
	font-style: italic;
	padding: 4px 0 0 0;
	text-align: center;
}

.summary_top_left {
	float: left;
	background-color: #666666;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-left-color: #666666;
	border-top-color: #666666;
	border-bottom-color: #ffffff;
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-top-left-radius: 8px;
	width: 10%;
	height: 1em;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1em;
	vertical-align: middle;
	padding: 3px 2px 3px 6px;
}

.summary_top_right {
	float: left;
	background-color: #ffffff;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #666666;
	-moz-border-radius: 0px 8px 0px 0px;
	-webkit-border-top-right-radius: 8px;
	width: 35%;
	height: 1em;
	color: #666666;
	font-size: 0.75em;
	line-height: 1em;
	vertical-align: middle;
	padding: 3px 4px;
	margin-right: 10px;
	white-space: nowrap;
}

.summary_middle_left {
	clear: both;
	float: left;
	background-color: #666666;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-left-color: #666666;
	border-bottom-color: #ffffff;
	width: 10%;
	height: 1em;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1em;
	vertical-align: middle;
	padding: 3px 2px 3px 6px;
}

.summary_middle_right {
	float: left;
	background-color: #ffffff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-bottom-color: #666666;
	border-right-color: #666666;
	width: 35%;
	height: 1em;
	color: #666666;
	font-size: 0.75em;
	line-height: 1em;
	vertical-align: middle;
	padding: 3px 4px;
	margin-right: 10px;
	white-space: nowrap;
}

.summary_bottom_left {
	clear: both;
	float: left;
	background-color: #666666;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-left-color: #666666;
	border-bottom-color: #666666;
	-moz-border-radius: 0px 0px 0px 8px;
	-webkit-border-bottom-left-radius: 8px;
	width: 10%;
	height: 1em;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1em;
	vertical-align: middle;
	padding: 3px 2px 3px 6px;
}

.summary_bottom_right {
	float: left;
	background-color: #ffffff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-bottom-color: #666666;
	border-right-color: #666666;
	-moz-border-radius: 0px 0px 8px 0px;
	-webkit-border-bottom-right-radius: 8px;
	width: 35%;
	height: 1em;
	color: #666666;
	font-size: 0.75em;
	line-height: 1em;
	vertical-align: middle;
	padding: 3px 4px;
	margin-right: 10px;
	white-space: nowrap;
}

.summary_price {
	padding-bottom: 5px;
}

.back_to_top {
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 75%;
	float: right;
	margin: 3px auto 0 auto;
	color: #999999;
}

/* override schedule_table.css	*/
table.course_listings {
	width:98%;
}

/*	End: Course Module Styles			*/
 	