@charset "UTF-8";

/* +++++++++++++ COMMON STYLES Perio and Hygiene +++++++++++++*/

#CE_course_table a{
	color: #FFFFFF;
}
#CE_course_table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

#CE_course_table h1 {
	font-size: 15px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#CE_course_table h2 {
	font-size: 12px;
	line-height: 1.5em;
	color: #99CCCC;
	font-weight: normal;
}

#CE_course_table h3 {
	font-size: 11pt;
	line-height: 1.5em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: normal;
}

/* +++++++++++++ HYGIENE STYLES +++++++++++++*/
#hygiene {
	background-color: #1A5577;
	color: #E0E0E0;
	font-size: 10pt;
	line-height: 1.3em;
	padding: 12px;
	font-weight: normal;
}

#hygiene img {
	height: 100px;
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 1px;
}




/* +++++++++++++ PERIO STYLES +++++++++++++*/
#perio {
	background-color: #483721;
	color: #E0E0E0;
	font-size: 10pt;
	line-height: 1.3em;
	padding: 12px;
	font-weight: normal;
}

#perio img {
	height: 100px;
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 1px;
}



/* +++++++++++++ GENERAL STYLES +++++++++++++*/


#tabImagePerio img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#tabImageHygiene img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#tabImagePerio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background-color: #483721;*/
}
#tabImageHygiene {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background-color: #1A5577;*/
}






#TAB_area_blue {
	margin: 15px;
	background-color: #1A5577;
}
#TAB_area_brown {
	margin: 15px;
	background-color: #483721;
}

.courseDescriptionArea {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 6px;
}
