/*

	(c) Copyright Acem 2004 - 2009

	This is the main stylesheet for dyade.no
	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

*/

/* general elements */


#headerCrossite {
	display: none;
}


body	{
	background: #ffffff;
}

th	{
	background-color: #686383;
	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
}



/* pagelayout.tpl */

#mainContent	{
	/* overrides core.css with site background color */
	background: #fff;
}

#templateContent	{
	/* contains what is delivered by the specific node */
	width: 960px;
}

#templateContentFrontpage	{
	background: #eee;
}

.frontPageContainer	{
	/* contains the two columns of front page */
	width: 960px;
    	padding: 0px 0 0 0;
	margin: 0;
}

.frontPageContainerLeft	{
	/* contains the left column of front page */
	position: relative;
	width: 550px;
	float: left;
	clear: left;
	margin: 0px;
	
}

.frontPageContainerRight	{
	/* contains the right column of front page */
	position: relative;
	width: 410px;
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
}

.frontPageItemLeft	{
	/* for display of individual item on left frontpage */
	float: left;
	padding: 0px 5px 0px 6px;
	margin: 0px 0 15px 0;
	width: 98%;
	border-bottom: none;
}

/* .homepage-side-block	{
	margin-bottom:0px;
} */

.frontPageItemRight	{
	/* for display of individual item on right frontpage */
	float: left;
	padding: 0px 6px 0px 5px;
	margin: 0 0 10px 0;
	width: 98%;
}

.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 {
}

.frontPageContent h2	{

}

.frontPageContent ul{
    margin: 0 0 0 12px;
    padding: 0px;
}

#begCourseList {
	margin-left: -28px;
}

.frontPageContentLeft ul {
    margin: 0 0 0 1.25em;
    padding: 0px;
}

.frontPageContentRight ul {
    margin: 0 0 0 10px;
    padding: 0 0 0 1.25em;
}

#frontPageDyadeEdition h2	{
	font-size: 1.1em;
}

#frontPageDyadeEditionLink a:link	{
	color: #696969;
}

p.editionIntro{
	color: #6f6f6f;
	font-size: 0.8em;
	margin-top: 4px;
}
