﻿html, body
{
	background-color: #E2E8E9;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Verdana ,Times New Roman;
	font-size: 11px;
	color: #4D4D4D;
	min-height:600px;
}

h1 {font-weight: normal; font-size: 22px; line-height: 1.4em; padding: 0; margin: 0.2em 0;font-family:Times New Roman;color:#1095C4;}
h2 {font-weight: bold; font-size: 1.4em; padding: 0; margin: 0.2em 0;}
h3 {font-weight: bold; font-size: 1em; padding: 0; margin: 0.2em 0;}

p 
{
    margin: 0 0 0.8em 0; 
    padding: 0; 
}
strong
{
	font-weight:bold;
}

#Main
{
	width: 960px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	margin-top: 44px;
}

#Header
{
	height: 92px;

}

#divLang
{
	float:right;
	margin-top:15px;
	padding-right:20px;
	
}

#divLang .selected
{
	color:#FCB132;
	text-decoration:none;
}

#divLang .notselected
{
	color:#4D4D4D;
	text-decoration:none;
}

#HeaderMenu
{
	height: 32px;	
	background-image: url("/images/menu_bg.png");
	background-position: bottom left;	
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color:#ffffff;
	font-size: 13px;
	float:left;width: 960px;
	/*border-top:solid 2px #ffffff;*/

}

#HeaderMenu ul
{
	margin-right: 10px;
	list-style-type:none;
	width:85%;
	margin: 0;
	padding: 0;
	float:left;
	
}

#HeaderMenu li.HeaderMenuNormal
{
	border-top: solid 2px #ffffff;
	float: left;
	/*padding-top: 6px;*/
	
	
	height:17px;
	padding-top:6px;
	display:block;
	
	
}

#HeaderMenu li.HeaderMenuSelected
{
	border-top: solid 2px #fcb132;
	float: left;
	padding-top: 6px;
	
	height:17px;
	
	display:block;
	
}

#HeaderMenu li a
{
	color: #ffffff;
	text-decoration: none;
	border-left: solid 1px #ffffff;
	padding-left:10px;
	padding-right:10px;
	font-size: 15px;
}

#HeaderMenu a:hover
{
	color: #fcb132;
}

#HeaderMenu .HeaderMenuArrow
{
	border-top: solid 2px #ffffff;
	float: left;
	padding-top: 6px;
	padding-left:60px;
	padding-right:20px;
	height:26px;

}

#HeaderMenu .HeaderMenuArrow a
{
	float: left;
}

.HeaderMenuArrow .g
{
	border-top:2px solid #FCB132;
}
#PageContent
{
	float:left;
	width: 100%;
	padding-top:30px;
	background-color:#ffffff;
	padding-bottom:20px;
	min-height:600px;
}

#divLeft
{
	float:left;
	width:230px;
	padding-left:40px;
	
}


#NewsHeaderBorder
{
	background-image: url("/images/section_seperator.png");
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	height:6px;
	width:232px;

}

#NewsArea
{
	margin-bottom:15px;
}


#NewsArea .newsList
{
	padding: 0;
	color:#1095C4;
	padding-top:10px;
}

#NewsArea .newsList h2 
{
	font-weight: bold; 
	font-size: 1.4em; 
	padding: 0; 
	padding: 0.2em 0px 0px 10px;
}

#NewsArea .newsList h2 a
{
	color:#1095C4;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

#NewsArea .newsList h2 a:hover
{
	color: #fcb132;
}


#NewsArea .newsList ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	color:#4D4D4D;

}

#NewsArea .newsList li
{
	list-style-type:none;
	border-bottom: solid 1px #E3E0CE;
	padding-bottom:3px;
	padding-top:5px;
	padding-left:10px;
}

#NewsArea .newsList li a
{
	color:#123687;
	text-decoration:none;
	font-size:16px;
	font-family:Times New Roman;
	font-weight:normal;
}

#NewsArea .newsList li a:hover
{
	color: #fcb132;
}

.dateTime
{
	color:#1095C4;
	font-size:10px;
}

#CourseHeaderBorder
{
	background-image: url("/images/section_seperator.png");
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	height:6px;
	width:232px;

}

#CourseArea
{
	margin-top:15px;
}

#CourseArea .courseList
{
	padding: 0;
	padding-top:10px;
	margin-left:10px;
	width:230px;
}

#CourseArea .courseList h2 a
{
	color:#1095C4;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

#CourseArea .courseList h2 a:hover
{
	color: #fcb132;
}

#CourseArea .courseList ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;

}

#CourseArea .courseList li
{
	list-style-type:none;
	padding-bottom:5px;
	padding-top:3px;
	float:left;
	
}

#CourseArea .courseList li a
{
	color:#595959;
	text-decoration:none;
	float:left;
	line-height:31px;
	padding-left:10px;
	font-weight:bold;
	width:200px;

}

#CourseArea .courseList li a:hover
{
	color: #fcb132;
}

.calendar
{
	
	background-image: url("/images/calendar.png");
	width:27px;
	height:31px;
	float:left;
	border:none;
	

}

.calendar .calenderDate
{
	
	padding-top:2px;
	padding-left:7px;
	float:left;
	color:#ffffff;
	text-align:center;

}

.calendar .calenderMonth
{
	
	padding-top:1px;
	width:27px;
	float:left;
	color:#4D4D4D;
	padding-bottom:2px;
	text-align:center;
	font-size:9px;

}

 .calendarEvent
{
	float:left;
	width:200px;
	height:31px;
}

.calendarEvent a
{
	float:left;
	width:150px;height:31px;
}

#divRight
{
	float:left;
	margin-left:20px;
	width:660px;
}

#TopColums
{
	float:left;
	min-height:200px;
}

#MainPageTopAreaColumn1
{
	float:left;
	background-color:#F2F4F5;
	width:190px;
	margin-right:20px;
	height:250px;
	display: inline-block;
	overflow:hidden;

}

#MainPageTopAreaColumn2
{
	float:left;
	background-color:#F2F4F5;
	width:190px;
	margin-right:20px;
	height:250px;
	display: inline-block;
	overflow:hidden;
}

#MainPageTopAreaColumn3
{
	float:left;
	background-color:#F2F4F5;
	width:190px;
	height:250px;
	display: inline-block;
	overflow:hidden;
}

#MainPageTopAreaColumn1 .TitleTopColumn
{
	padding: 10px 10px 9px 10px;
}

#MainPageTopAreaColumn1 .TitleTopColumn a
{
	text-decoration:none;
	color:#123687;
	font-weight:normal;
	font-size:14px;
	font-family:Times New Roman;
}

#MainPageTopAreaColumn1 .TitleTopColumn a:hover
{
	color: #fcb132;
}

#MainPageTopAreaColumn2 .TitleTopColumn
{
	padding:10px 10px 9px 10px;
}

#MainPageTopAreaColumn2 .TitleTopColumn a
{
	text-decoration:none;
	color:#123687;
	font-weight:normal;
	font-size:14px;
	font-family:Times New Roman;
}

#MainPageTopAreaColumn2 .TitleTopColumn a:hover
{
	color: #fcb132;
}

#MainPageTopAreaColumn3 .TitleTopColumn
{
	padding:10px 10px 9px 10px;
}

#MainPageTopAreaColumn3 .TitleTopColumn a
{
	text-decoration:none;
	color:#123687;
	font-weight:normal;
	font-size:14px;
	font-family:Times New Roman;
}

#MainPageTopAreaColumn3 .TitleTopColumn a:hover
{
	color: #fcb132;
}

#MainPageTopAreaColumn1 .IngressText
{
	padding:0px 10px 10px 10px;
	float:left;
}
#MainPageTopAreaColumn2 .IngressText
{
	padding:0px 10px 10px 10px;
	float:left;
}
#MainPageTopAreaColumn3 .IngressText
{
	padding:0px 10px 10px 10px;
	float:left;
}

#MainPageBodyArea
{
	margin-top:20px;
	float:left;
	background-color:#F2F4F5;
	width:610px;
	min-height:200px;
	
}

#ImagePageBodyArea
{
	margin: 10px;
	float:left;
	height:240px;
	overflow:hidden;
	
}

#ImagePageBodyArea img
{
	border-width:0px;
}

.MainArticleTitle
{
	float:left;
	margin-top:15px;
	font-size:18px;
	width:180px;
}

.MainArticleTitle a
{
	text-decoration:none;
	color:#123687;
	font-family:Times New Roman;
	font-size:21px;
}

.MainArticleTitle a:hover
{
	color: #fcb132;
}

.MainArticleText
{
	float:left;
	margin-top:15px;
	color: #4D4D4D;
	font-size:14px;
	width:180px;
	
}

.ReadMore
{
	margin-top:10px;
	float:left;
}

.ReadMore a
{
	color:#fcb132;
	text-decoration:none;
	font-size:12px;
}

#divFooter
{
	float:left;
	width:960px;
	border-top:solid 1px #808080;
	height:50px;
	background:#ffffff;
}

#divFooter ul
{	
	
	list-style-type: none;
	float: left;
	margin-left:152px;
	margin-top:20px;
	display:inline;
	padding:0;
}

#divFooter li
{
	display: block;
	float: left;
	border-right:solid 1px #808080;
	padding: 0 0.8em;
	font-size: 0.8em;
}

#divFooter .Achilles_Logo
{
	float:left;
	height:30px;
	margin-top:13px;
	padding-left:20px;
}

#divFooter .EDSA_Logo
{
	float:left;
	height:24px;
	padding-right:14px;
	margin-top:17px;
	padding-left:60px;
}

#divFooter .Paladin_Logo
{
	float:left;
	height:24px;
	margin-top:17px;
}

/*************************/
/* SUBMENUAREA           */
/*************************/

#divLeftMenu
{
	float:left;
	padding-left:15px;
	width:170px;
	overflow: hidden;
	/*font-size:0;*/
}

#divLeftMenu span.top
{
	font-size:16px;
	font-family:Times New Roman;
	font-style:italic;
	padding-left:15px;
	padding-bottom:2px;
	text-decoration:none;
	color:#999999;
	width:100%;

}

#divLeftMenu span.top a
{
	text-decoration:none;
	color:#999999;
	width:170px;
}

#divLeftMenu span.top a:hover
{
	color: #fcb132;
}

#divLeftMenu ul
{
	margin:2px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	list-style-type: none;
	background-color:#F2F4F5;
	border-top:solid 2px #8295BE;
}

#divLeftMenu ul ul
{
	width: 100%;
    overflow: hidden;
    border:0;
}

#divLeftMenu li
{
	display: block;
	font-size: 14px;
	text-decoration:none;
	color:#123687;
	border-bottom:solid 1px #ffffff;
}

#divLeftMenu li li
{
	float:left;
	width:100%;
}

#divLeftMenu li a
{
	text-decoration:none;
	color:#123687;
}


#divLeftMenu li a:hover
{
	color: #fcb132;
}

#divLeftMenu li li a, #divLeftMenu li li span
{
	display: block;
	padding: 6px 10px 6px 15px;
}

#divLeftMenu li span.selected
{
	float:left;
	background-color:#70BFDC;
	width:100%;

}

#divLeftMenu li span.selected a
{
	float:left;
	color:#ffffff;
	
}
#divLeftMenu li li span.selected
{
	float:left;
	color:#ffffff;
	width:100%;

}

#divLeftMenu li li li span.selected
{
	float:left;
	color:#ffffff;
	width:100%;
	padding: 0 0 4px 30px;

}

#divLeftMenu ul ul ul
{
    background: transparent none no-repeat;
    padding: 0 0 4px 0px;
    border:0;
}

#divLeftMenu li li li
{	
    border: 0;
    background: transparent none no-repeat;
    font-size: 0.9em;
}

#divLeftMenu li li li a, #divLeftMenu li li li span
{
	padding: 2px 0px 2px 30px;
	color:#808080;
}

#divLeftMenu li li li span 
{
	background-position: 3px 5px;
}

#divLeftMenu li li li a:hover
{
    background: transparent none no-repeat;
}

#divLeftMenu li li li li
{
	font-size: 1em;
}

#divPage
{
	float:left;
	width:450px;
	margin-left:10px;
}

#divPageSkjema
{
	float:left;
	width:730px;
	margin-left:10px;
	overflow:hidden;
}

.PublishedSkjema
{
	color:#B3B3B3;
	float:left;
	width:650px;
}

.Ingress
{
	font-size:15px;
	margin: 17px 20px 17px 0px;
	font-weight:bold;
	color:#999999;
	width:430px;
}
.IngressCourse
{
	font-size:14px;
	margin: 10px 20px 20px 0px;
	font-weight:bold;
	color:#999999;
	width:430px;
}

.IngressCourseHeader
{
	font-size:18px;
	font-weight:bold;
	color:#1095C4;
	width:430px;
	font-family:Times New Roman;
}

.BodyTekst
{
	font-size:12px;
	margin-bottom:15px;
	width:430px;
	
}

.Published
{
	color:#B3B3B3;
}

.ImagePage
{
	float:left;
	background-color:#F2F4F5;
	width:290px;
	min-height:360px;
	display:block;
	margin-top:37px;	
}
.ImagePage img
{
	float:left;
	
	margin:10px 17px 0px 17px;
	
}
.ImageText
{
	float:left;
	margin:10px 17px 0px 17px;
	color:#999999;
	
	
}

/*************************/
/* QUICKSEARCH           */
/*************************/
.QuickSearchArea
{
	float:right;
	padding-left:730px;
	padding-right:20px;
	padding-bottom:5px;

}

input.quickSearchField
{
	border: 1px solid #D9D9D9;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 11em;
	
}

.quickSearchButton
{
	background: url(images/MainMenuSearchButton.png) no-repeat top left;
	width: 48px;
	height: 22px;
	float: left;
	color:#ffffff;
	font-size:0.9em;
	border:none;
	text-align:center;
	
}

.quickSearchButton:hover
{
	background: url(images/MainMenuSearchButtonHoover.png) no-repeat top left;
	width: 48px;
	height: 22px;
	float: left;
	color:#ffffff;
	font-size:0.9em;
	border:none;
	text-align:center;
	
}

#SearchArea
{
	margin-left: 280px;
	float:left;
	width:100%;
}

#ResultArea
{
	margin-left: 280px;
	margin-top:10px;
	float:left;
	
}
#ResultArea ul
{
		
}

#ResultArea li a
{
	color:#123687;

}



#BreadCrumbsArea
{
	float:left;
	width:750px;
	border-bottom: solid 1px #E2E2E2;
	padding-bottom:2px;
	text-decoration:none;
	padding-top:6px;

}

#BreadCrumbsArea a
{
	
	text-decoration:none;
	color:#999999;
}

#BreadCrumbsArea a:hover
{
	color: #fcb132;
}

.CourseListLink
{
	float:left;
	width:430px;
}

.CourseListLink a
{
	color:#FCB132;
	text-decoration:none;
}

#CourseListHeaderArea
{
	float:left;
	width:430px;
	margin-top:20px;
	border-bottom:dotted 1px #E2E2E2; 
	margin-bottom:20px;
}

#CourseListHeaderArea ul
{
	margin-right: 10px;
	list-style-type:none;
	width:85%;
	margin: 0;
	padding: 0;
	float:left;
}

#CourseListHeaderArea li
{
	margin-right: 10px;
	list-style-type:none;
	width:50%;
	margin: 0;
	padding: 0;
	float:left;
	font-size:13px;
	font-weight:bold;
}

#CourseList
{
	width:430px;
	float:left;
}

#CourseList .CourseDate
{
	width:20%;
}

#CourseList .CourseDate span.datelistingtext
{
	float:left;
	
}

#CourseList .CourseLinks
{
	float:left;
	padding-left:115px;
}

#CourseList .CourseLinks span.courseLink
{
	float:left;
	
}

#CourseList .CourseLinks span.courseLink a
{
	text-decoration:none;
	color:#FCB132;
	
}

.xForm
{
	float:left;
	width:450px;
}

.xFormSkjema
{
	float:left;
	width:650px;
}










