/*** Oak Show All Policies Widget ***/

div#main div.course {
	max-width: 911px;
	margin: 0 20px 20px 20px;
}
div#main .box ul {
	margin-bottom: 10px;
	margin-left: 0px;
}
div#main .box .course-heading ul li {
	list-style:none;
}
div#main .box .course-heading span {
	font-weight:bold;
}
.course-description h4 {
	border-top: 1px dotted #80C25A;
	border-bottom: 1px dotted #80C25A;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.course-facilitator h4 {
	border-top: 1px dotted #80C25A;
	border-bottom: 1px dotted #80C25A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.course-fee h4 {
	border-top: 1px dotted #80C25A;
	border-bottom: 1px dotted #80C25A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 15px;
}
/*** 2 col ***/

div.content-left-sb div#main div.course, div.content-right-sb div#main div.course {
	max-width: 661px;
}
/*** 3 col ***/

div.content-both-sb div#main div.course {
	max-width: 409px;
}
div#main div.course {
	margin: 0 0 0 35px;
	padding: 4px 0;/* border-bottom: 1px dotted #78be4f; */
}
div#main div.course h6 {
	padding: 5px;
	height: 14px;
	font-size: 100%;
	font-weight: bold;
	background: url("bg-widget-green-plus.png") no-repeat 99% 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
div#main div.course h6::selection {
	background:#ffffff;
	color:#000000;
}
/* mozilla firefox */
div#main div.course h6::-moz-selection {
 background:#ffffff;
 color:#000000;
}
div#main div.course h6:hover {
	background-color:#CEEDCD;
}
div#main div.course h6.show {
	background: url("bg-widget-green-minus.png") no-repeat 99% 5px;
	font-weight: bold;
	background-color: #F5F5F5;
}
div#main div.course h6.list-open {
	background: url("bg-widget-green-minus.png") no-repeat 99% 5px;
	font-weight: bold;
}
div#main div.course h6.hide {
	background: url("bg-widget-green-plus.png") no-repeat 99% 5px;
	font-weight: normal;
}
div#main div.course h6:hover {
	background-color:#CEEDCD;
}
div#main div.course ul {
	margin-top: 4px;
	margin-bottom: 4px;
}
div#main div.course .course-cat {
	border-width: 0px 1px 1px 1px;
	border-style: dotted;
	border-color: #cccccc;
	margin-top: -9px;
	padding-top:2px;
}
