 	/*

	(c) Copyright Acem 2004 - 2009

	This is the main stylesheet for Acem online
	The stylesheet is sectioned according to the templates where the styles are employed
	Other stylesheets govern individual sections:
	- course.css - for all course related templates
	- shop.css - for all online enrollment and user registration templates

	Individual stylesheets apply for each site
	ie:
	<site name>.css - for all sites
	

*/

/* General items */

body	{
	margin: 0;
	color: #000;
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: small;
	line-height: 1.3;
}

a:link	{
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}

a img	{
	border: 0;
}

h1, h2, h3	{

	font-weight:500;
	margin:0.2em 0 0 0;
	color: #363636;
}

h1 {
	font-family: Arial, verdana, helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	font-size:29px;
	color:#990505;
}


h2	{
	font-family: Arial, sans-serif;
	font-size: 19px;
	color: #222;
}

h3	{
	font-size: 16px;
}

p	{
	margin: 5px 2px 10px 0px;
}

button, #enrol, .defaultbutton, .button	  {
	/* determines the look of general buttons */
	color: #990505;
	font-weight: 700;
	/* border: 1px solid #999;
	margin-top: 1px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	height: 28px;
	padding: 3px 6px;
	background: none;
	list-style: none; */
}

.button a	{
	color: #666;
}

button:hover, button.hover, .button:hover, .button.hover, .defaultbutton:hover {
	/* background: #f93;
	color: #fff;
	text-decoration: none; */
}

/* img {
	border: 0;
} */

img a:link 	{
	border: 0;
}


table	{
	border: 1px solid #ccc;
	padding: 0;
	background: #eeeeee;
	margin-top: 6px;
}


th	{
	color: #5f5f59;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	background: #ccc;
	padding: 3px 6px;
	margin: 0;
}

tr	{
	margin: 0px;
}

td	{
	margin: 0px;
}

tr:hover	{
}

form	{
	margin: 0;
	margin-bottom: -10px;
	padding: 0;
	clear: none;
}

dt	{
	clear: both;
}

dl img	{
	float: right;
	margin-right: 4px;
	margin-top: 1px;
}

li{
	/* list-styling, used in a number of templates */
	margin: 2px 0 2px 2px;
	padding: 0 0 0 1px;
	list-style-image: url(../images/ul_logo_999.png);
}

li#primNavSelected, li#primNavOnMed, li#primNavCourses, li#primNavCalendar, li#primNavBooks, li#primNavOnAcem, li#primNavContact, li#primNavMain {
    margin: 2px 0 2px 2px;
    padding: 3px 0 0 1px;
    list-style-image: none;
}

.invisible	{
	display: none;
}

/* rounded corners */
.top, .bottom {display:block;background:transparent;font-size:1px;}
.b1, .b2, .b3, .b4 {display:block;overflow: hidden;}
.b1, .b2, .b3 {height:1px;}
.b2, .b3, .b4 {background:#ffffff;border-left:1px solid #9b9b9b; border-right:1px solid #9b9b9b;}
.b1 {margin:0 5px; background:#9b9b9b;}
.b2 {margin:0 3px; border-width:0 2px;}
.b3 {margin:0 2px;}
.b4 {height:2px; margin:0 1px;}


/* frontpage elements view_full_frontpage.tpl */

.frontPageContent {
    background:#ffffff;
    border-left:1px solid #9b9b9b;
    border-right:1px solid #9b9b9b;
    padding:4px 8px;
    overflow: hidden;
    /* IE needs inline-block to prevent "growing" div. Firefox doesn't care... */
    display:inline-block;
}
/* ... but Opera renders inline-block correctly, so we need to use block */
.frontPageContent { /*TODO: May override ther content divs */
    display:block;
}


.frontPageContainerLeft	{
	/* contains the left column of front page */
	position: relative;
	width: 600px;
	float: left;
	clear: left;
	margin: 0px 10px 0 0;
	position:relative;
	overflow: hidden;
}

.frontPageContainerRight	{
	/* contains the right column of front page */
	position: relative;
	width: 340px;
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
	position:relative;
	overflow: hidden;
}

.frontPageItemLeft	{
	/* for display of individual course on frontpage */
	float: left;
	padding: 5px 5px 10px 6px;
	margin: 0px 0 5px 0;
	width: 98%;
	border-bottom:1px dashed #DDDDDD;
}

.frontPageItemRight	{
	/* for display of individual course on frontpage */
	float: left;
	padding: 0px 6px 0px 0px;
	margin: 0 0 15px 0;
	width: 100%;
}

.frontPageContent a:link, .frontPageContent a:active, .frontPageContent a:visited, .frontPageContent a:hover 	{
	color: #244c7d;
    text-decoration: none;
}

.frontPageContent .frontPageContent a:active, .frontPageContent a:hover 	{
    text-decoration: underline;
}

.frontPageContentLeft {
    float:left;
    display:block;
    width:110px;
}

.frontPageContentRight {
    margin-left:110px;
}

.frontPageContent img {
    margin: 0px 5px 5px 0px;
    border: none;
    border-color:#000;
}

.frontPageContent ul{
    margin: 0 0 0 17px;
    padding: 0px;
}

.frontPageContentLeft ul {
    margin: 0 0 0 1.25em;
    padding: 0px;
}

.frontPageContentRight ul {
    margin: 0 0 0 1.25em;
    padding: 0 0 0 1.25em;
}

.frontPageNewsContinuation	{
	margin-top: 15px;
}

#bundleLeft	{
	border-bottom: none;
	float: right;
	display: block;
	width: 310px;
}

#bundleRight	{
	float: right;
	width: 310px;
	margin-left: 10px;
}


/* Images */

img.viewIcon	{
	border: 0;
	display: inline;
	margin: 1px 3px -2px 3px;
}

.imgIntro	{
	/* used for intro images in a number of templates */
	float: right;
	margin: 4px 0 1px 2px;
}

.imgProduct	{
	/* display of acemproduct images */
	margin: 4px;
	text-align: middle;
	clear: both;
}

.imgLogoMini {
	/* hack for mini acem logo in course type and category list */
	margin: 4px;
	padding-top: 1px;
}

.imgBundle	{
	/* images in acem course bundle single random display */
	float: right;
	clear: none;
	margin: 4px 0 8px 8px;
	max-width: 100px;
}

.embedImage	{
	/* all images added via editor */
	/* max-width: 400px; */
}

.object-left	{
	clear: both;
	float: left;
	display: block;	
	margin: 8px 8px 8px 0;
}


.object-center	{
	clear: both;
	display: block;	
	margin: 8px auto;
	text-align: center;
}

.object-right	{
	clear: both;
	float: right;
	display: block;	
	margin: 8px 0 8px 8px;
}

.readMore {
	/* general "read-more" style */
	text-align: left;
	clear: both;
	font-size: small;
	padding-bottom: 4px;
	padding-left: 4px;
}

.readMore:before	{
	margin-right: 4px;
	content: url(../images/ul_logo_999.png);
}

/* clearer elements
	to prevent unwanted closing of boxes behind floated content */

.clearerBottom	{
	clear: both;
	margin-bottom: 10px;
	margin-top: 8px;
}

.clearer	{
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* header_crossite.tpl
	header for all sites within the acem ez universe
*/


#headerCrossite	{
	/* top field for crossite navigation, login, shoppingbasket */
	background: #999 url(../images/bg_crossite_999999.png) repeat;
	height: 25px;
	padding: 0;
	margin: 0;
}

#headerCrossiteLogo	{
	/* gives attributes for general acem logo in header field */
	margin: 0;
	border: none;
	float: left;
	clear: none;
}

ul#headerCrossiteUserField	{
	color: white;
	float: right;
	font-size: 10px;
	list-style-type: none;
	margin: auto 0;
	width: 360px;
	height: 20px;
}

ul#headerCrossiteUserField	li {
	float: left;
	margin: 8px 16px 0 0;
	list-style-image:	none;
}

ul#headerCrossiteUserField	li a {
	color: white;
	text-decoration: none;
}

ul#headerCrossiteUserField	li a:hover{
	color: black;
}


/* header_site.tpl
	header for each specific site
	information divided between core.css in mothership
	and each individual site stylesheet
*/


#siteHeader	{
	/* field for site specific title and logo material */
	clear: both;
	margin: 0;
	padding: 0;
	height: 150px;
	width: 960px;
	/*
	the following line has been removed and put into the site stylesheet
	background: #fff url(../images/bg_sitehead.png) top left no-repeat;

	specific font attributes is also set in site stylesheets
	*/
}

#siteHeaderContent	{
	position: absolute;
	top: 125px;
	left: 0px;
	height: 50px;
	width: 100%;
	/* background: url(../images/transparent.png) repeat; governed by site stylesheet
	gives semi transparent line beneath site header text - should be placed locally in matching color
	*/
}

h1#siteHeaderText	{
	border: none;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

h1#siteHeaderText a {
	position: absolute;
	top: 0px;
	left: 0;
	padding-left: 12px;
	/* color, family size; governed by site stylesheet */
	text-decoration: none;
}

h2#siteHeaderTagline	{
	/* color,  family, size; governed by site stylesheet */
	position: absolute;
	top: 8px;
	right: 0;
	padding-right: 18px;
}

/* pagelayout.tpl */

#container	{
	/* first main container, gives width and position of the page, centers the page */
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
	/*border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;*/
}


#mainContent	{
	/* this is the second main container - for the site main content */
	float: left;
	clear: both;
	background: #fff;
	margin: 0;
	padding: 0;
}

#frontPageMainContainer	{
}

#templateContent	{
	/* sets the size of the template content from payelayout.tpl */
	float: left;
	width: 960px;
	clear: both;
	padding: 0;
	margin-top: 20px;
}

/* navline_general.tpl */

.primNavContainer	{
	/* contains primNav elements and search field */
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
	position: absolute;
	top: 173px;
	left: 0;
	height: 20px;
}

ul#primNav {
	/* the primNav elements govern the main menu
	local specification in site stylesheet
	*/
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul#primNav li {
	float: left;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
}

ul#primNav li a {
	/* border: 1px solid #999; */
	float: left;
	font: 10px verdana, arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	height: 17px;
	padding: 0 12px 0 12px;
	list-style-type: none;
	margin: 0;
}

ul#primNav li a:hover {
	color:#fff;
	text-decoration: none;
	background: #bbb;
}

#primNavSelected {
	background: #ddd;
	padding: 0 12px 0 12px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul#primNav li a:active	{
	background: #444;
}

#mainSearchField	{
	/* governs the search elements in the main menu */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: right;
	float: right;
	clear: none;
	display: inline;
	font: 10px verdana, arial, sans-serif;
	height: 19px;
	margin: 2px 4px 0 0;
	display: inline;
	padding-top: 2px;
}

#mainSearchInput	{
	/* the search field */
	height: 11px;
	padding: 0px;
	margin-top: 1px;
	font: 10px verdana, arial, sans-serif;
}

#searchButton	{
	/* the search button, duh */
	margin-top: 1px;
	padding: 0 8px 4px 8px;
	border: 1px solid #ccc;
	font: 10px verdana, arial, sans-serif;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	height: 15px;
	background: none;
}

#searchButton:hover	{
	background: #bbb;
	color: #fff;
}

/* footer.tpl */

#footer {
	 clear: both;
	 width: 960px;
	 margin: 0 auto;
	 padding: 0;
	 position: relative;
	 font-size:10px;
	 color: #999999;
}

#footer a:link {
	color: #999999;
}


#footerP	{
	text-align: center;
	margin-top: -40px;
}

#footerImg	{
	margin: 0 0 0 -20px;
}


/* view_full_acemarticle.tpl */

.articleContent, .folderMainContent	{
	width: 590px;
	float: left;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.newsSummary, .articleExtras	{
	/* smaller side columns within each article */
	float: right;
	width: 340px;
	display: block;
	clear: right;
	margin: 5px 0 7px 2px;
	padding: 0 0 2px 0;
	overflow: hidden;
	/* border-bottom: 1px solid #ccc; */
}

.newsSummary h2, .articleExtras	h2 {
	background: #ccc;
	padding: 3px 4px;
	margin: 14px 0 2px 0;
}

.widgetContent h2, .bundleLineContent h2	{
	background: none;
	font-size: 1.4em;
	margin: 6px 0 2px 0;
	padding-left: 0px;
}

.newsSummary ul	{
	margin: 4px 0;
	padding: 0;
}

.newsSummary li	{
	list-style: none;
}


.relatedArticle	{
	margin: 0px 0 15px 0;
	padding: 0;
}

.relatedArticle	a {
	font-weight: bold;
	margin-bottom: 2px;
}

.relatedArticle	dt {
	margin: 5px 0 -2px 0;
	padding: 0;
}

.relatedArticle	dd {
	margin: 0;
	padding: 0;
	font-size: x-small;
}

.imgMain1, .imgMain2, .imgMain3	{
	/* positions the main images of articles
	   also employed in view_full_acemcourseplace.tpl */
	margin: 1px 0 5px 8px;
	clear: right;
	float: right;
}

.imgMain1	{
	top: 2px;
}

.imgMain2	{
	top: 200px;
}

.imgMain3	{
	top: 380px;
}

.articleIntro	{
	/* general intro text, used in a number of contexts */
	padding-left: 0px;
	color:#5F5959;
	font-family: Lucida Grande,Georgia,times,serif;
	font-size: 17.4px;
	font-weight:normal;
	line-height:1.40;
	margin: 8px 0;
	overflow: hidden;
}

.articleBody	{
	/* general body text, used in a number of contexts */
	padding-left: 0px;
	line-height: 1.4;
	color:#333333;
	overflow: hidden;
}

/* view_full_acemproduct.tpl */

.productFacts	{
	width: 100%;
	background: #EEEEEE;
	border: 1px solid #cccccc;
}

dl.productFactsList	{
	margin: 8px 0 0 0;
}

dl.productFactsList dt	{
	background: #cccccc;
	color:#5F5959;
	font-weight:bold;
	padding:3px 6px;
	width:95%;
	margin-left: 2px;
}

dl.productFactsList dd	{
	margin: 0;
	padding: 3px 6px;
}

/* pagelayout.tpl */

ul#showCourse	{
	/* used for "show all beginner's courses"-button
	also in use in shop for single buttons */
	margin: -29px 0 17px 0;
	padding: 0;
	letter-spacing: 0.01em;
	list-style: none;
}

ul#showCourse li	{
	list-style: none;
	float: right;
	margin-right: 5px;
	border: 1px solid #999;
	height: 18px;
}

ul#showCourse li a	{
	list-style: none;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-align: center;
	height: 18px;
	padding: 2px 6px 0 6px;
}

ul#showCourse li a:hover, ul#showCourse li a:active	{
	color:#fff;
	text-decoration: none;
	background: #f93;
}

ul#showCourse li a:visited	{
	background: none;
	color: #000;
}

ul#showCourse li a:visited:hover	{
	background: #f93;
	color: #fff;
}

.acemNews	{
	float: right;
	clear: right;
	width: 250px;
	display: block;
	margin: 5px 0 7px 2px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ccc;
}

.acemNews h2 {
	background: #ccc url(../images/corner_ccc_r.png) top right no-repeat;
	padding: 0 0 0 4px;
	margin: 0;
	font-size: small;
	font-weight: bold;
}


/* view_full_folder.tpl */

ul.viewLineGeneral	{
	margin: 0 0 0 5px;
	padding: 0;
	list-style-image: url(../images/ul_logo_999.png);
}

.viewLineGeneral a	{
	font-weight: 500;
}

dl.viewLineGeneral dt	{
	margin: 18px 0 0 0;
	font-size: 1.3em;
	font-weight: 500;
}

dl.viewLineGeneral dd	{
	margin: 0 0 0px 0px;
	padding: 0;
}

dl.viewLineGeneral p	{
	padding: 0;
	margin: 4px 10px 8px 0;
}

/* front page elements for a number of sites */

dl#begCourseList  {
	margin: 5px;
}

dl#begCourseList dt {
	margin-bottom: 5px;
}

dl#begCourseList dd {
	margin-left: 5px;
}



/* yellow box */

.homepage-side-block {
	clear:both;
	margin-bottom:15px;
}

.homepage-whats-new-content {
	padding:0 5px;
}

.side-announcement-box {
	padding:6px 10px 5px;
}

.left-right-border-yellow {
	background-color:#FFFFE5;
	border-left:1px solid #F5E082;
	border-right:1px solid #F5E082;
}

.img-yellow-message-top-cap.img-side-cap, .img-yellow-message-bottom-cap.img-side-cap {
	font-size:0;
	width:100%;
}

.img-yellow-message-top-cap, .img-yellow-message-bottom-cap {
	height:4px;
	width:640px;
}

.img-yellow-message-top-cap {
	background:transparent url(../images/iconset.png) repeat-x scroll 0 -61px;
}

.img-yellow-message-top-cap.img-side-cap, .img-yellow-message-bottom-cap.img-side-cap {
	font-size:0;
	width:100%;
}

.img-yellow-message-top-cap, .img-yellow-message-bottom-cap {
	height:4px;
	width:640px;
}

.img-yellow-message-bottom-cap {
	background:transparent url(../images/iconset.png) repeat-x scroll 0 -65px;
}

.homepage-whats-new-content {
	padding:0 5px;
}

.img-yellow-top-right-corner {
	background:transparent url(../images/iconset.png) repeat-x scroll -636px -61px;
}

.img-yellow-top-right-corner, .img-yellow-bottom-right-corner {
	float:right;
	height:4px;
	width:4px;
}

.side-announcement-box {
	padding:6px 10px 5px;
}

.left-right-border-yellow {
	background-color:#FFFFE5;
	border-left:1px solid #F5E082;
	border-right:1px solid #F5E082;
}

.homepage-block-heading {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}

.img-yellow-bottom-right-corner {
	background:transparent url(../images/iconset.png) repeat-x scroll -636px -65px;
}
.img-yellow-top-right-corner, .img-yellow-bottom-right-corner {
	float:right;
	height:4px;
	width:4px;
}

.alignR {
	text-align:right;
}

/* grey box */

.statModule-title {
	background-color:#EAEAEA;
	color: #333333;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	clear:both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left: 10px;
}

.statModule-item-line {
	background-color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	color:#1F1F1F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:25px;
	margin:0;
	padding:0;
	width:100%;
}

.img-gray-top-cap.img-stat-top-cap, .img-gray-bottom-cap.img-stat-btm-cap-open {
	font-size:0;
	width:100%;
}
.img-gray-top-cap, .img-gray-bottom-cap, .img-blue-top-cap, .img-blue-bottom-cap {
	height:6px;
	width:100%;
}
.img-gray-top-cap {
	background:transparent url(../images/iconset.png) repeat-x scroll 0 -69px;
}

.img-gray-top-right-corner {
	background:transparent url(../images/iconset.png) repeat-x scroll -634px -69px;
}

.img-gray-top-cap.img-stat-top-cap, .img-gray-bottom-cap.img-stat-btm-cap-open {
	font-size:0;
	width:100%;
}
.img-stat-btm-cap-open {
	background:transparent url(../images/iconset.png) repeat-x scroll 0 -75px;
	clear:both;
	height:6px;
	width:100%;
}

.img-gray-top-cap, .img-gray-bottom-cap, .img-blue-top-cap, .img-blue-bottom-cap {
	height:6px;
	width:100%;
}

.img-gray-bottom-cap {
	background:transparent url(../images/iconset.png) repeat-x scroll 0 -75px;
}

.module-item-wrapper-inner {
	background: transparent;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0;
	overflow:hidden;
	padding:10px 10px 0 10px;
}

.img-gray-top-right-corner, .img-gray-bottom-right-corner, .img-blue-top-right-corner, .img-blue-bottom-right-corner {
	float:right;
	height:6px;
	width:6px;
}
.img-gray-top-right-corner {
	background:transparent url(../images/iconset.png) repeat-x scroll -634px -69px;
}

.img-gray-bottom-right-corner {
	background:transparent url(../images/iconset.png) repeat-x scroll -634px -75px;
}


/* google feed (gf) elements - used in dyadeblog-boxes */

#blogHeader {
	margin-top: 26px;
	color: #DF6A37;
	font-size: 1.5em;
}

#blogIcon	{
	float: right;
	clear: both;
	margin-top: -4px;
	margin-right: -8px;
	border: none;
}

.gf-title a	{
	font-size: 14px;	
	font-weight: bold;
	margin-top: 12px;
}


.gf-author, .gf-relativePublishedDate, .gf-spacer		{
	font-size: 10px;
}


.gf-snippet	{
	margin-bottom: 2px;
}

/* course bundle display */

#bundleRight	{
	clear: none;
	float: right;
}

#bundleLeft	{
	clear: both;
	float: left;
}


ul.bundleCourseList {
	margin-left: 7px;
	clear:none;
}

li.bundleCourseList	{
	margin-left: 0;
}

/* keyword.tpl */

h1.keywordHeader	{
	border-bottom: none;
	margin-bottom: 2px;
}

dl.keywordHitList	{
	margin: 10px 0 4px 0;
}

dl.keywordHitList dt	{
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

dl.keywordHitList dd	{
	color: #333333;
	margin: 0px 0 4px 0;
	
}

/* add this-button */

.addThis	{
	margin: 10px 0;
	clear:left;
}

/* view_full_acemperson_folder.tpl / view_line_acemperson.tpl */
.instructorImageListItem	{
	max-width: 100px;
}

/* view_full_acemperson.tpl  */
.instructorImageFullview	{
	max-width: 200px;
}

/* view full acemcontactform tpl */

.mailFormTable	{
	width: 100%;
	padding: 10px 8px 10px 8px;
	margin-bottom: 10px;
}