 	/*

	(c) Copyright Acem 2004 - 2011

	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;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.orderList {
	width: 100%;
}

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%;
}

.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;
	max-width: 200px;
}

.imgProduct	{
	/* display of acemproduct images */
	margin: 4px;
	text-align: middle;
	clear: both;
	max-width: 300px;
}

.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: none;
	clear: none;
	margin: 0;
	max-width: 280px;
}

.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);
}

.imgMain1, .imgMain2, .imgMain3 { 
	        /* positions the main images of course plaace 
	 	           employed in view_full_acemcourseplace.tpl */ 
	 	        margin: 1px 0 5px 8px; 
	 	        clear: right; 
	 	        float: right; 
} 
	 	 
 	.imgMain1       { 
	 	        top: 2px; 
} 
	 	 
	 	.imgMain2       { 
	 	        top: 200px; 
} 
	 	 
 	.imgMain3       { 
	     top: 380px; 
}

/* 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, and site navigation */
	padding: 0;
	margin: 10px 0 0 0;
}

/* 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: 4px;
}

/* /menu/flat_top.tpl */


/* GLOBALHEADER */
#globalheader { position:relative; display:block; width:960px; height:36px; margin:18px auto; z-index:9998; background:url(../images/globalheader.png) repeat-x;
	-khtml-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	-khtml-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -ms-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -o-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; box-shadow:rgba(0,0,0,0.3) 0 1px 2px;
	font:13px/18px Arial, "Times New Roman", sans-serif;
	letter-spacing: 0.1px;
	overflow: hidden; 
	font-weight: bold; 
	/* text-transform: uppercase; */
}
#globalheader #globalnav { position:relative; display:block; margin:0; padding:0; zoom:1; z-index:3; }
#globalheader #globalnav:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#globalheader #globalnav li { display:inline; }
#globalheader #globalnav li a { 
	float:left; 
	height:36px; 
	overflow:hidden; 
	/* background:url(../images/globalnav.png) no-repeat; */
	cursor:pointer; 
	color: #fff;
	list-style-image: none;
	text-align: center;
	padding: 10px 12px 0 12px;
	list-style-type: none;
}


#headerCrossiteLogo	{
	/* gives attributes for general acem logo in header field */
	margin: -2px;
	border: none;
	float: left;
	clear: none;
}


/* VML FOR IE */
v\:roundrect,
v\:fill { behavior:url(#default#VML); }
#globalheader-roundrect,
#globalheader-fill { display:block; position:absolute; width:960px; height:35px; top:0; left:0; z-index:2; }
#globalheader-shadow {  display:block; position:absolute; width:960px; height:35px; top:-1px; left:-2px; z-index:1; -ms-filter:"progid:DXImageTransform.Microsoft.Blur(pixelRadius=2)"; filter:progid:DXImageTransform.Microsoft.Blur(pixelRadius=2); }

/* ACTION STATES */
#globalheader #globalnav li a { color: #fff; background-position:100% 0; outline:none; }
#globalheader #globalnav li a:hover,
#globalheader #globalnav li a:focus  { text-decoration: none; background: #333}
#globalheader #globalnav li a:active { background-position:100% -108px; }

#globalheader #globalnav li#gn-logo a { background-position:0 0; margin-right: 10px;}
#globalheader #globalnav li#gn-logo a:hover,
#globalheader #globalnav li#gn-logo a:focus  { background-position:0 -72px; }
#globalheader #globalnav li#gn-logo a:active { background-position:0 -108px; }

/* GLOBAL SEARCH */
#globalsearch { position:absolute; top:0; right:0; width:140px; padding:8px 12px; z-index:5; background:url(../images/globalsearch_bg.png) no-repeat 100% 0; }
#g-search { display:block; position:relative; }

#sp-searchtext { width:100px; height:16px; border:0 none; padding:2px 20px; color:#fff; background:url(../images/globalsearch_field.png) 0 0 no-repeat; -webkit-appearance:none; }
#sp-searchtext:focus { color:#000; background-position:0 100%; outline:none; }

.globalheader-loaded #g-search { width:100px; height:16px; border:0 none; padding:2px 20px; color:#fff; background:url(../images/globalsearch_field.png) 0 0 no-repeat; }
.globalheader-loaded #globalsearch label { display:block; margin-top:-2px; }
.globalheader-loaded #sp-searchtext { padding:0; color:#fff; background:none; }
.searchmode          #g-search { background-position:0 100%; }
.searchmode          #sp-searchtext { color:#000; outline:none; }

#globalsearch .reset { position:absolute; width:11px; height:11px; overflow:hidden; z-index:6; top:5px; *top:6px; right:6px; _right:18px; background:url(../globalsearch_reset.gif); }
#globalsearch .reset,
.searchmode #globalsearch .empty .reset { display:none; }
.searchmode #globalsearch .reset { display:block; cursor:pointer; }
@media only screen and (max-device-width:768px) {
	#globalsearch .reset { display:none !important; }
}

#globalsearch .spinner { position:absolute; display:none; width:11px; height:11px; overflow:hidden; z-index:7; top:5px; *top:6px; right:6px; _right:18px; background:url(../images/globalsearch_spinner.gif); }
.searchmode #globalsearch .spinner { display:block; }
.searchmode #globalsearch .spinner.hide { display:none; }


#gn-searchButton	{
	display: inline;
	clear: none;
	
}

.primNavContainer	{
	/* contains primNav elements and search field */
	width: 100%;
	padding: 0;
	clear: both;
}

ul#primNav {
	/* the primNav elements govern the main menu
	local specification in site stylesheet
	*/
	/* display: block;
	list-style-type: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold; */
}

ul#primNav li {
	/* display: inline;
	float: left;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none; */
}

ul#primNav li a {
	/* background: url("../images/globalnav.png") no-repeat scroll 0 0 transparent;
	color: #fff;
	float: left;
	text-align: center;
	height: 36px;
	overflow: hidden;
	padding: 0 12px;
	list-style-type: none;
	margin: 0px auto
	width: 100%;*/
}

ul#primNav li a:hover {
	/* color:#fff;
	text-decoration: none;
	background: #bbb;*/
}

#primNavSelected {
	background: #000;
	/* 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;
}

#footerP	{
	text-align: center;
	margin-top: -40px;
}

#footerImg	{
	margin: 0 0 0 -20px;
}

#footerUserField	{
	border: none;
	background: url(../images/globalheader.png) repeat-x;
	background-position: 0px -7px;
	padding: 4px 8px;
	color: #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footerUserField a:link, #footerUserField a:visited {
	color: #eee;
}

#footerUserField	a:hover	{
	color: #fff;
}



/* 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, #relatedArticleHeader h2 {
	background: #ccc;
	color: #333;
	padding: 3px 6px;
	margin: 14px 0 2px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:url(../images/h2_field.png) repeat-x;
	height: 26px;
	overflow: hidden;
}

.widgetContent h2, .bundleLineContent h2	{
	background: none;
	font-size: 1.4em;
	margin: 6px 0 2px 0;
	padding-left: 0px;
	clear: both;
	height: 100%;
}

.widgetContent h2:after, .bundleLineContent h2:after	{
	clear: both;
}


.newsSummary ul	{
	margin: 4px 0;
	padding: 0;
}

.newsSummary li	{
	list-style: none;
}

.relatedArticle	{
	margin: 0px 0 15px 0;
	padding: 0;
}

#relatedArticles	h2 {
	background: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 6px 0;
	padding: 0;
	clear: both;
	display: inline;
}

.nodeEmbed h2	{
	
}

#relatedArticles	p {
	font-size: 11px;
	margin: 4px 0;
}

#relatedArticles	.readMore {
	font-size: 11px;
	margin-top: 0px;
}

.relatedDark	{
	background: #efefef;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 4px;
}

.relatedLight	{
	background: transparent;
	padding: 4px;
	margin-bottom: 4px;
}

.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;
}

.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: 98%;
	background: #EEEEEE;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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;
	overflow: hidden;
}

.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;
}

/* view line acemfolderdisplaywidget tpl */

.folderDisplayWidgetItem	{
	margin: 14px 0 8px 0;
	padding: 0;
}

.folderDisplayWidgetItem p	{
	margin-bottom: 3px;
}

.nodeEmbedImage	{
	width: 60px;
	float: right;
	border: none;
	margin: 0 0px 2px 2px;
}

/* acem_global_pulldown tpl */

.globalPulldown {
	float: right;
	width: 100%;
	display:inline-block;
	clear: both;
	margin: 10px 0 4px 0;
	border-bottom:none;
}

h1.globalPulldown	{
	font:13px/18px Arial, "Times New Roman", sans-serif;
	display: inline;
	float: left;
	padding: 5px 0 0 2px;
	margin: 0 8px 0 0;
	font-weight: bold;
	color: #333;
	clear:none;
}

form.globalPulldownForm	{
	margin: -20px 0 0px 0;
	padding: 0;
	clear:none;
	display; inline;
}

.globalPulldownText {
	background:none repeat scroll 0 0 transparent;
	border:1px solid #eee;
	color:#333;
	font-size:10px;
	margin:-18px 0 0 4px;
	float: right;
	clear: none;
}

/* view full frontpage portal tpl */

.frontPagePortalItemContainer	{
	display:inline-block;
	margin-right:6px;
	vertical-align:top;
	width:310px;
	zoom: 1;
	*display: inline;

}

.frontPagePortalItem	{
	width: 100%;
	display: block;
	clear: none;
}

.frontPageTable {
        background-color: transparent;
        border-style: hidden;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.frontPageTableCell {
        background-color: #F3F3F3;
        border-style: hidden;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


