body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.vspace
{
	clear:both;
	height:10px;
}
.red
{
	color:#F00;
}


span.asc,span.desc:hover {
	background:url(/images/arrowasc2.gif) no-repeat center right;
	padding-right:15px;
	display:inline-block;
	color:#000;
}
span.desc,span.asc:hover {
	background:url(/images/arrowdesc2.gif) no-repeat center right;
	padding-right:15px;
	display:inline-block;
	color:#000;
}
/*****************************************************
	Footer  
 *****************************************************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
a:link.footer, a:visited.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0068b4;
	text-decoration: none;
	font-weight:normal;
}
a:hover.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}

/*****************************************************
	Left menu navigation   
 *****************************************************/
#navcontainer { 
	width: 150px; 
	margin-top:-1px;  
}
		
#navcontainer ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
}
#navcontainer a {
	display: block;
	padding: 3px;
	padding-left:10px;
	width: 135px;
	background-color: #eee; 
	border: 1px solid #666;
	margin-bottom:-2px;
	font-weight:normal;
	font-size:11px;
}
#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}		
#navcontainer a:hover {
	background-color: #369; 
	background-image:url(/images/menu_left_bg_over2.gif);
	color: #fff;
}
.menuTitle {
	position:relative;
	width: 150px;
	height: 15px;
	text-align: center;
	background: url(/images/menu_left.png);
	background-repeat: no-repeat; 
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top:15px;
	margin-bottom:-1px;
	padding: 0;
	padding-top:2px;
}

/*****************************************************
	custom margin for sections List
 *****************************************************/
.lilli {
	margin-left:15px;
}

/*****************************************************
	div for schools link
 *****************************************************/
.borderTopBottom {
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
	background-color:#eee;
	padding: 5px;
	margin-bottom:15px;
}		

/*****************************************************
	sets the width of the main page, layout.php
 *****************************************************/
#mainContent {
	width:98%;
	margin-top: 20px;
	text-align:left;
}
#divIntrotext {
	width:610px;
	margin-bottom:20px;
	display:none;
}
/*****************************************************
	membership fee info box
 *****************************************************/
#leftColBecomeMember {
	padding: 10px;
	margin-right:10px;
	margin-left:10px;
	border: 1px dashed #999999;
	background-color:#eeeeee;
	margin-bottom:20px;
}

/*****************************************************
	info box board members
 *****************************************************/
.leftColBoardInfo {
	padding: 10px;
	margin-right:10px;
	margin-left:10px;
	border: 1px dashed #999999;
	background-color:#eee;
	margin-bottom:20px;
}
.boardImage {
	text-align:center;
	font-size:14px; font-weight:bold;
	margin:auto;
} 
.advisoryImage {
	text-align:left;
	font-size:14px; font-weight:bold;
	margin:auto;
}
.boardImage img {
	padding: 5px;
	background-color:#fff;
	border: 1px solid #000000;
	margin-top: 5px;
}

/*****************************************************
	Helper box
 *****************************************************/
.leftColInfo {
	padding: 10px;
	margin-right:10px;
	margin-left:10px;
	border: 1px dashed #999999;
	background-color:#eeeeee;
	margin-bottom:20px;
}

/*****************************************************
	Sections and network text
 *****************************************************/
#infoSections {
	border-bottom:1px dashed #999999;
	padding-bottom:10px;
	margin-bottom:15px;
}
#divSectionLinks {
	padding: 8px;
	border: 1px dashed #999999;
	background-color:#eeeeee;
	margin-bottom:20px;
}
/*****************************************************
	Registration, search forms
 *****************************************************/
.registerform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	padding: 2px;
	border: 1px solid #A5ACB2;
}
.searchForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	padding: 2px;
	border: 1px solid #A5ACB2;
}
.helper {
	color:#00CC00;
	background-color:#FFF;
	border: 1px dashed #999999;
	padding: 5px;
}
.forumPostForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	padding: 2px;
	border: 1px solid #A5ACB2;
}

.form_error {
 color:#FF0000;
 text-align:left;
}
#loggedinStatus {
	position:absolute;
	top: 110px;
	right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#loginBox {
	width: 148px;
	background-color: #eee;
	border: 1px solid #666;
	text-align:center;
	font-size:10px;
	color:#666666;
	padding-top:8px;
	padding-bottom:3px;
}
.loginForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 136px;
	padding: 2px;
	margin:2px;
	border: 1px solid #A5ACB2;
}
#forumReplyLeft {
	position:relative;
	top:38px;
	width:100%;
	text-align:right;
}p.forumReplyLeft {
	margin-top:-13px;
	
}
.gruppe {
	float: right;
	width: 256px;
	margin: 0 0 5px 4px;
	font-size: .85em;
}
.frontpagenews {
	
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-top: 1px solid #666666;*/
	border-bottom: 0px solid #666666;
	/*min-height: 130px; //Fungerer ikke i IE */
}
.frontpagenews img {
	border: 1px solid #333333;
	margin-right: 5px;
}
.frontpageconferance {
	
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 0px solid #666666;
	background-color:#b0d0e8;
}
.frontpageconferance img {
	border: 1px solid #333333;
	margin-right: 5px;
	margin-left: 4px;
}
#newsImageUpload {
	background-color:#EEEEEE;
	border: 1px dotted #666666;
	margin: 5px;
	padding: 5px;
}
/**  FONTS  */
.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #086ab5; 
}
.headlinesBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000; 
}
.forumheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; 
}
.headlinesNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
	margin-bottom: -10px;
}
.headlinesNews2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000; 
	margin-bottom: -10px;
}
.newsIngress {
	font-size:16px;
	font-weight:bold;
}
.font10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.font12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#errors {
	color:#FF0000;
	font-weight:bold;
}
.tableHeader {
	font-weight:bold;
	text-align:left;
	background-color:#EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}
.tableHeadline {
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	background-color:#EEEEEE;
	border-top: 1px solid #CCCCCC;
}
.tableText {
	text-align:left;
}


/**  LINKS  */
A.meny1:link, a.currentmenu_t:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
A.meny1:visited, a.currentmenu_t:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
A.meny1:hover, a.currentmenu_t:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
A.meny1:active, a.currentmenu_t:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
A.links11:link, A.links11:visited, A.links11:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0068b4;
	text-decoration: none;
	font-weight:normal;
}
A.links11:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
a.forumLinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	font-weight:bold;
	text-decoration: none;
}
a.forumLinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	font-weight:bold;
	text-decoration: none;
}
a.forumLinks:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	font-weight:bold;
	text-decoration: none;
}

a.forumLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	text-decoration: underline;
	font-weight:bold;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0068b4;
	text-decoration: underline;
	font-weight:bold;
}
a.archiveHeadLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.archiveHeadLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.archiveHeadLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

a.archiveHeadLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

a.info {
    position:relative;
    z-index:24;
	color:#FFFFFF;
    }

a.info:hover {z-index:25; background-color:#6B8EAE}

a.info span {display: none}

a.info:hover span { 
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #ccc;
    background-color:#eee; color:#000;
    text-align: left;
	padding: 5px;
	text-decoration:none;
}

.register input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-size:10px;
}

.register label {
	text-align: right;
	width: 50px;
	padding-right: 5px;
	margin-top: 3px;
	background-color:#00CC00;
}

.register legend {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	padding: 0 5px;
}
.register br {
	clear:left;
}
#conRegister {
	width: 470px;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333; 
}
h2 {
	font-size:12px;
	font-weight:bold;
}
fieldset.infohelper {
	margin-bottom:15px;
}
fieldset.infohelper legend{
	color:#999999;
	font-weight:bold;
	padding: 0 5px;
}
.images {
	border: 1px solid #eee;
}
p.statutesHeadline {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:-10px;
}
/*.adminbox {
	float:right;
	height:16px;
	width:180px;
	border: 1px dashed #666666;
	background-image:url(/images/admin_logo2.gif);
	background-repeat:no-repeat;
	background-color:#eeeeee;
	text-align:right;
	padding:1px 4px;
	padding-top:4px;
	padding-left:42px;
	font-size:9px;
	font-weight:bold;
}*/
.adminbox {
	float:right;
	height:16px;
	width:180px;
	text-align:right;
	padding:1px 4px;
	padding-top:10px;
	padding-left:4px;
	font-size:9px;
	font-weight:bold;
}

.admbox2 {
	margin-right:5px;
}

/* CSS FROM LAYOUT TEMPLATE */
.menutitle{
background-color:#FFFFFF;

}

#navcontainer .submenu a {
background-color: #b8cadb;
border: 1px solid #666;
}

#menuitem_invoice_sub, #menuitem_events_sub, #menuitem_benefits_sub, #menuitem_about_sub, #menuitem_mailadmin_sub, #menuitem_mailinglist_sub,#menuitem_publications_sub,#menuitem_person_sub,#menuitem_application_sub {
  display: none;
}

#top_table {
	background:url(/images/top_bg.gif);
	width:100%;
	height:97;
}

.toppmenylinje {
background:url(/images/top_meny_bg40.gif);
}

a.newslinkheader:link, a.newslinkheader:visited {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
a.newslinkheader:hover {
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
}

a.newslink:link {
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
a.newslink:hover {
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
a.newslink:visited {
	font-size:12px;
	font-weight:bold;
	color:#999999;
}


#con_header {
	text-align:center;
	height:97px;
	width:100%;
	background-image:url(/images/top_bg.gif);
}
#con_headerLogo {
	height:97px;
	width:785px;
	margin:auto;
}
#divMenuwrapper {
	width:100%;
	text-align:center;
	height:40px;
	background-image:url(/images/top_meny_bg40.gif);
	margin-bottom:7px;
}
#divMenu {
	padding:5px;
	height:30px;
	width:310px;
	margin:0 auto;
}
.menu_t {
	margin: 0;
	padding: 0;
	height:20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	
}
.menu_t ul { 
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu_t li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100px;
    text-align: center;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-right:-1px;
	list-style-type: none; 
}
.menu_t a {
    display: block;
    height:23px;
    text-decoration: none;
	background-image:url(/images/topmeny_a.gif);
	padding-top:7px;
}
.menu_t a:hover, .currentmenu_t a {
    background-image:url(/images/topmenuOver.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}

.ulLists ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

/*****************************************************
	FORMS 
 *****************************************************/
#divStandardForm {
	width: 600px;
	text-align:left;
	left:0px;
}
#divStandardForm label {
	width: 130px;
	float:left;
	clear:left;
	text-align:right;
}
#divStandardForm fieldset {
	margin-bottom:15px;
}
#divStandardForm legend {
	margin-bottom:10px;
	padding: 0 5px;
	color:#333333;
	font-weight:bold;
}
#divStandardForm fieldset input{
	width:300px;
}
#divStandardForm textarea {
	width:300px;
	height:100px;
}
.divHelper {
	width:45px;
	height:20px;
	float:right;
}
.divFloatLeft {
	float:left;
}

/*Message*/

#divMessage
{
  margin-top:10px;
  margin-bottom:10px;
  padding:20px;
  color:green;
  font-weight:bold;
  border:thin solid green;
}

#divError
{
  margin-top:10px;
  margin-bottom:10px;
  padding:20px;
  color:red;
  font-weight:bold;
  border:thin solid red;
}

/*****************************************************
	Tvinger bunnen på kontainer ned  når float går over høyden 
 *****************************************************/
.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 */



/*****************************************************
	TABLE th og td
 *****************************************************/
#divTable th {
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	background:url(/images/th_table3.gif);
	text-align:left;
	padding:2px;
	color:#333333;
}
#divTable td {
	text-align:left;
	padding:2px;
	border-bottom:1px solid #eee;
}

#divArchiveFolders td {
	padding:2px;
	border-bottom:1px solid #cccccc;
}

.ulBorders {
	list-style: none;
	margin: 0;
	padding: 0 10px;;
}
.ulBorders li {
	padding:5px 0;
	border-bottom:1px solid #cccccc;
}

/*****************************************************
	TABS
 *****************************************************/
 #divTabsBottomLine {
	height:3px;
	background:#eaeaea;
	border-top:1px solid #cccccc;
	margin:0;
	padding:0;
	font-size:1px;
	clear:both;
}
#divTabs {
	padding:0;
	margin:0;
	height:21px;
	clear:both;
}
#divTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#divTabs li {
	margin: 0;
	padding: 0;
	float:left;	
}

a.tabslink:link, a.tabslink:visited {
	margin:0;
	margin-left:5px;
	margin-bottom:-1px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size:11px;
	font-family:Verdana;
	text-decoration:none;
	color:#000;
	display:block;
	height:16px;
	float:left;
	border:1px solid #cccccc;
	margin-top:5px;
}
a.tabslink:hover {
	margin:0;
	margin-left:5px;
	margin-bottom:-1px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size:11px;
	font-family:Verdana;
	text-decoration:none;
	color:#000;
	display:block;
	height:16px;
	float:left;
	border:1px solid #cccccc;
	border-bottom:1px solid #eaeaea;
	background:#eaeaea;
	margin-top:5px;
}
a.tabslink_current:link, a.tabslink_current:visited, a.tabslink_current:hover {
	margin:0;
	margin-left:5px;
	margin-bottom:-1px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size:11px;
	font-family:Verdana;
	text-decoration:none;
	color:#000;
	display:block;
	height:16px;
	float:left;
	border:1px solid #cccccc;
	border-bottom:1px solid #eaeaea;
	background:#eaeaea;
	margin-top:5px;
}

/*********** HELPER BOX ***********/
#divHelper {
	padding: 7px;
	border: 1px dashed #999999;
	background-color:#eeeeee;
	margin-bottom:20px;
}
#divHelperLeft {
	margin-right:100px;
}
#divHelperRight {
	width:100px;
	float:right;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FF0000;
}

#divTable form {
	margin:0;
}


/*****************************************************
	Tekstbox
 *****************************************************/
.divIntranetInfo {
	background-image:url(/images/bg_info_top.gif);
	background-repeat:repeat-x;
	padding:10px;
	border:1px solid #9cc3e1;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0;
}
.divIntranetInfoBottom {
	background-image:url(/images/bg_info_bottom.gif);
	background-repeat:repeat-x;
	height:21px;
	margin-bottom:20px;
	border:1px solid #9cc3e1;
	border-top:0px;		
}

/*****************************************************
	Forms
 *****************************************************/
.divFormsLayout {
	width:100%;
	margin:10px 0;
}
.divFormsLayoutHeadline {
	border-top:1px solid #5197bc;
	border-left:1px solid #5197bc;
	border-right:1px solid #5197bc;
	background:#eeeeee;
	padding:3px;
	font-weight:bold;
	width:95%;
}
.divFormsLayoutContent {
	border:1px solid #5197bc;
	background:url(/images/forms_bg.gif) repeat-y;
	padding:10px 3px;
	text-align:left;
}

.divFormsLayoutContent span.warning {
  font-size:9px;
  color:#ff0000;
}

.divFormsLayoutContent label {
	width: 130px;
	float:left;
	clear:left;
	text-align:right;
}
.divFormsLayoutContent input {

}
.divFormsLayoutContent list-menu {
	width:300px;
}

/*****************************************************
	Mailinglist archive  
 *****************************************************/
#mailinglist_archive ul {
 	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none; 
}

/*****************************************************
	Document store archive  
 *****************************************************/
div.credential_group {
  float:left;
  border:1px solid #5197BC;
  height:200px;
  background:transparent url("/images/forms_bg.gif") repeat-y scroll 0%;
  width:45%;
  margin-right:10px;
}

div.credential_group strong {
  display:block;
  background-color:#eee;
  border-bottom:1px solid #5197BC;
  padding:3px;
  margin-bottom:10px;
}

ul.checkbox_list {
  margin-left:0px;
  margin-top:0px;
  padding-left:0px;
  padding-right:10px;
  list-style-type: none;
  float:left;
}

ul li.list_header {
  font-weight:bold;
  margin-bottom:5px;
}