/*

	This is the main stylesheet for acem.co.uk
	The stylesheet is sectioned according to the templates where the styles are employed
	Other stylesheets govern all sites:
	- core.css - for core functionnality
	- course.css - for all course related templates
	- shop.css - for all online enrollment and user registration templates

*/

/* switch off top menu bar */

#headerCrossite {
	display: none;
}

/* general elements */

body	{
	background: #ffffff;
}

th	{
	background-color: #083828;
	color: #fff;
	padding-left: 4px;
}

tr:hover	{
	background-color: #ddd;
}

a:link	{
	color: #333366;
    text-decoration: none
}

a:active	{
	color: #333366;
    text-decoration: underline
}

a:visited	{
	color: #333366;
    text-decoration: none;
}

a:hover	{
	color: #000099;
    text-decoration: underline
}

/* header_site.tpl */



/* pagelayout.tpl */

.frontPageItemLeft h2	{
	font-family: palatino, bookman old style, book antiqua, serif;
	font-size: 1.7em;
	font-stretch: expanded;
}

.frontPageItemRight	{
	/* for display of individual course on frontpage */
	float: left;
	padding: 0px 6px 0px 5px;
	margin: 0 0 5px 0;
	width: 98%;
}

.frontPageItemCloser {
	/* gives rounded finish to frontPageItem */
	clear: both;
	background: #eee url(../images/bg_coursefield_eeeeee_closer.png) bottom no-repeat;
	height: 10px;;
	margin: 0 0 4px 0;
	padding: 0;
	width: 460px; /* What's this for? */
}

.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 ul{
    margin: 0 0 0 17px;
    padding: 0px;
}

#begCourseList {
	margin-left: -28px;
}

.frontPageContentLeft ul {
    margin: 0 0 0 1.25em;
    padding: 0px;
}

.frontPageContentRight ul {
    margin: 0 0 0 1.25em;
    padding: 0 0 0 1.25em;
}

.homepage-side-block	{
	margin-left: 0px;
}

#frontPageDyadeblog	{
	width: 100%;
	margin:0px 0px 5px 0px;
	padding:0 6px 0 0px;
}

.blogIcon	{
	float:right;
	border:none;
	}

