/*
######################################

COPYRIGHT AUGUST LILLEAAS 2005
lilleaas.net - mamboleague.com - nettstedfabrikken.com

######################################
*/
/*
######################################
## The light blue color - #2A2952	##
## The dark blue color -  #5F6A79	##
######################################
*/

body{
	width               :100%;
	margin				: 0px;
	padding				: 0;
	font-family			: Arial, Helvetica, sans-serif;
color            	: #000000;
	font-size       	: 12px;
	background-color    :#FFFFFF;
	


}

tr {
  	font-family      	: Arial, Helvetica, sans-serif;
  	color            	: #000000;
  	font-size        	: 14px;
	
}
p{
  	font-family      	: Arial, Helvetica, sans-serif;
  	color            	: #000000;
  	font-size        	: 12px;
	
}
div{
  	font-family      	: Arial, Helvetica, sans-serif;
  	color            	: #000000;
  	font-size        	: 12px;
	
}
/*
###########################################################
##                  TOP MAINMENU STYLING                 ##
###########################################################


#################### MAINLEVEL  ####################
*/
.moduletable-topnav {
    width				: 100%;
    padding				: 7px 0 5px 4px;
    background			: #000000;
	}

.moduletable-topnav td {
    width				: auto;
	}
.topnav {
	width				: 0;
	}

a.topnav {
	position			: relative;
	width				: auto;
	background			: #5F6A79;
 	padding				: 2px 6px 7px 6px;
	color				: #FFFFFF;
    border-top			: 1px solid #2A2952;
	border-left			: 1px solid #2A2952;
	border-right		: 1px solid #2A2952;
    margin				: 2px 2px 2px 2px;
	text-decoration		: none;
	font-weight			: bold;
	}
a.topnav:hover {
 	width				: auto;
	color				: #5F6A79;
	background			: #FFFFFF;
    border-top			: 1px solid #2A2952;
	border-left			: 1px solid #2A2952;
	border-right		: 1px solid #2A2952;
 	padding				: 2px 6px 7px 6px;
 	font-weight			: normal;
	text-decoration		: none;
	font-weight			: bold;
	}
a.topnav#current {
	cursor				: default;
	position			: relative;
	width				: auto;
	background			: #FFFFFF;
 	padding				: 2px 6px 7px 6px;
	color				: #000000;
    border-top			: 1px solid #2A2952;
	border-left			: 1px solid #2A2952;
	border-right		: 1px solid #2A2952;
    margin				: 2px 2px 2px 2px;
	text-decoration		: none;
	font-weight			: bold;
	}
a.topnav#current:hover {
	cursor				: default;
	position			: relative;
	width				: auto;
	background			: #FFFFFF;
 	padding				: 2px 6px 7px 6px;
	color				: #000000;
    border-top			: 1px solid #2A2952;
	border-left			: 1px solid #2A2952;
	border-right		: 1px solid #2A2952;
    margin				: 2px 2px 2px 2px;
	text-decoration		: none;
	font-weight			: bold;
	}
/*#################### SUBLEVEL  ####################*/
.moduletable-subnav {
    width				: 100%;
    padding				: 7px 0px 5px 4px;
	border-left			: 1px solid #2A2952;
	border-right		: 1px solid #2A2952;
    background			: #FFFFFF;
	}

.moduletable-subnav td {
    width				: auto;
	}
a.topnav#submenu{
	font-size			: 10px;
	background-color	: #FFFFFF;
	color				: #5F6A79;
	border				: 0px;
	padding				: 0px 10px 0px 0px;
	}
a.topnav#subcurrent{
	font-size			: 10px;
	background-color	: #FFFFFF;
	color				: #000000;
	border				: 0px;
	padding				: 0px 10px 0px 0px;
	}
a.topnav#submenu:hover{
	font-size			: 10px;
	text-decoration		: underline;
	background-color	: #FFFFFF;
	color				: #5F6A79;
	border				: 0px;
	padding				: 0px 10px 0px 0px;
	}
a.topnav#subcurrent:hover{
	font-size			: 10px;
	text-decoration		: underline;
	background-color	: #FFFFFF;
	color				: #000000;
	border				: 0px;
	padding				: 0px 10px 0px 0px;
	}
/*#################### THE STANDARD MODULE MENU  ####################*/
a.mainlevel#active_menu{
	color				: #000000; 
 	text-decoration		: none;
	font-weight			: bold; 
}
a.mainlevel#active_menu:hover{
	color				: #000000; 
 	text-decoration		: underline;
	font-weight			: bold; 
}
a.sublevel#active_menu{
	color				: #000000; 
 	text-decoration		: none;
	font-weight			: bold; 
}
a.sublevel#active_menu:hover{
	color				: #000000; 
 	text-decoration		: underline;
	font-weight			: bold; 
}
/*#################### TOPMENU (USER 3) STYLING  ####################*/
ul#mainlevel-nav
{
	list-style			: none;
	padding				: 0px;
	margin				: 0px;
}

ul#mainlevel-nav li
{
	display				: block;
	padding-left		: 0px;
	padding-right		: 0px;
	float				: left;
	margin				: 0;
	width				: auto !important;
	font-size			: 12px;
	line-height			: 14px;
	white-space			: nowrap;
	border-right		: 1px solid #5F6A79;
}

ul#mainlevel-nav li a
{
	display				: block;
	padding-left		: 10px;
	padding-right		: 10px;
	text-decoration		: none;
	color				: #FFFFFF;
	background			: transparent;
	
	font-weight			: normal;
	border-top			: 1px solid #E4E5E5;
}

#buttons>ul#mainlevel-nav li a { 
	width				: auto; 
}

ul#mainlevel-nav li a:hover
{
	border-top			:1px solid #2A2952;
	color				: #FFFFFF;
	font-weight			: normal;
	background-color	: #5F6A79;
}
/*################## CONTENT STUFF ###################*/
.small {
	font-size			: 10px;
	color				: #999999;
 }
.smalldark {
	font-size			: 10px; 
	font-weight			: bold; 
 }
.sectiontableentry1 {
	background-color	: #F4E9DD; 
 }
.sectiontableentry2 {
	background-color	: #FDFAF7; 
}
.button {
	font-family			: Arial, Helvetica, sans-serif; 
 	font-size			: 12px; 
 	color				: #333333; 
 	border-width		: 1px; 
 	border-style		: solid; 
 	border-color		: #000000; 
 }
 .createdate {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px; 
	color				: #999999;
 }
.modifydate {
	font-size			:  10px; 
	color				: #999999;
 }
.contentheading {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	color				: #FFFFFF;
	font-weight			: bold;
}
a.contentpagetitle {
	color				: #FFFFFF;
}
.componentheading {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	color				: #FFFFFF;
	font-weight			: bold;
}
.sectiontableheader {
	background-color 	: #FFFFFF;
    font-weight      	: bold;
  	color				: #FFFFFF;
	text-align       	: left;
	border-top			: 1px solid #2A2952;
	padding				: 2px;
}
a.category:hover {
	text-decoration		: underline; 
 }
 /*################## LINKS  ###################*/
a{
	color				: #5F6A79; 
 	text-decoration		: none;
	font-weight			: bold; 
}
a:hover{
	color				: #5F6A79; 
 	text-decoration		: underline;
	font-weight			: bold; 
}
 /*################## READON LINK  ###################*/
.readon{
	margin-top			: 10px;

}
a.readon:link, a.readon:visited {
	color            	: #999999;
	font-size        	: 10px;
  	font-weight      	: normal;
  	background       	: #F0F0F0;
  	border           	: 1px solid #E4E5E5;
  	padding          	: 1px 2px 1px 2px;
  	float            	: left;
  	text-decoration  	: none;
}

a.readon:hover {
  	color            	: #999999;
  	font-size        	: 10px;
  	font-weight      	: normal;
	background-color	: #FBFBFB;
  	border           	: 1px solid #E4E5E5;
	float            	: left;
  	padding          	: 1px 2px 1px 2px;
  	text-decoration  	: none;	
}
 /*###########################  MODULES ##############################*/
table.moduletable {
	margin				: 0px 3px 10px 3px;
	width				: 100%;
	/* border				: 1px solid #5F6A79; */
	border: 0px;
	background-color	: #FFFFFF;	
 }
table.moduletable th  {
	color				: #FFFFFF;
	background-color	: #5F6A79;
	border-top			: 1px solid #2A2952;
	}
table.moduletable td  {
	padding 			: 1px;
	padding-bottom		: 1px;

}

/*####### STUFF########*/
.back_button {
	margin-top			: 20px;
}
.inputbox {
	font-family			: Arial, Helvetica, sans-serif; 
 	font-size			: 12px; 
	border				: 1px solid #5F6A79;
 }
/*##################  TABLE OF CONTENTS ###################*/
.contenttoc{
	border				:1px solid #333333;
	margin				:0px 1px 3px 3px;
	background-color	: #CCCCCC;
	font-weight			: bold;
}
a.toclink{
	color				: #FFFFFF;
}
/*###################### PATHWAY #########################*/
.pathway{
	color				: #FFFFFF;
	font-weight			: bold;
}
a.pathway{
	color				: #FFFFFF;
	font-weight			: bold;
	text-decoration		: none;
}
a.pathway:hover{
	color				: #5F6A79;
	font-weight			: bold;
	text-decoration		: underline;
}
table.pathwaycontainer{	
	color				: #5F6A79;
	width				: 930px;
}
td.pathwaycontainer{
	border-top			: 1px solid #2A2952;
}
/*###################### TEMPLATE SPECIFIC #########################*/


.maincontenttable{
	background-color	: #FFFFFF;
	
}
table.maincontenttable{
	border-left			: 1px solid #FFFFFF;
	border-right		: 1px solid #FFFFFF;
	border-bottom		: 1px solid #FFFFFF;
	width				: 100%;
	
}
.topmodulecontainer{
	border-left			: 1px solid #FFFFFF;
	border-right		: 1px solid #FFFFFF;
	border-top			: 1px solid #FFFFFF;
	background-color	: #FFFFFF;
	padding-top:  0px;
}


/*###################### SCROLL NEWS #########################*/

.scroll_container
{
	color: #000000;
	font-family: Verdana, Arial, Tahoma !important;
	background: url("blueback_peque.jpg");
}

.scroll_container p
{
	vertical-align: middle !important;
	color: #000000 !important;
	max-width: 240px !important;
	padding: 5px !important;
	padding-right: 15px !important;
}

.scroll_container td
{
	vertical-align: middle !important;
	color: #000000 !important;
	max-width: 240px !important;
	padding: 5px !important;
	padding-right: 15px !important;
}

.scroll_container a
{
	max-width: 240px !important;
	padding: 5px !important;
	padding-right: 15px !important;
	color: #0000ff !important;
}

.scroll_container img
{
	text-align: center;
	max-width: 200px;
}

.scroll_container div
{
	background-color: #bbe9ff !important;
	padding-right: 15px !important;
}

