/**********************************************************
 *
 * NWM Foundation
 * Author: Staffan Melin
 * Version: 080915
 * 
 **********************************************************/

/**********************************************************
 *
 * Background of whole screen.
 * 
 * First background-tag is for one-pixel-wide gradients  
 * 
 **********************************************************/
 
body {
	background: #FFFFFF url(../images/body_background_gradient.png) top left repeat-x;
/*	background: #000000 url(../images/body_background_p1.jpg) top left no-repeat; */
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: left; /* or center */
}

/**********************************************************
 *
 * Page
 * 
 * Remove background-tag to let body_background.jpg shine trough.
 * 
 **********************************************************/
 
#page_bg {
/*	background: url(../images/page_center_bg.png) top center repeat-y; */
/*	border: 1px solid #999999; */
	background: #FFFFFF;
	height: 100%;
	margin: 10px auto 10px auto; /* for center-aligned position */
/*	margin: 0 0 0 0; */ /* for left-aligned position */
	padding: 5px 20px 5px 20px;
	width: 800px;
}

/* If you want an image "lid" on page_bg */
#page_top_bg {
/*	background: url(../images/footer_bg.png) top center no-repeat; */
}

/**********************************************************
 *
 * Area above horizontal menu: houses miniflash and search box
 * 
 **********************************************************/
 
#top_bar {
	height: 25px;
	margin: 0 0 0 0;
	padding: 0;
	width: 760px;
}

/* One line (article) above all (using the Place Here-module) */

#miniflash {
	color: #000000;
	float: left; 
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	width: 540px;
}

#miniflash a {
	color: #000000;
}

#miniflash a:hover {
	color: #999999;
}

/**********************************************************
 *
 * Horisontal menu bar
 *
 * If you want a special shape (image) for the menu buttons, place them in "#menu_h li" and "#menu_h li a").
 *  
 * This: logo goes here
 *  
 **********************************************************/
 
#menu_bar {
	background: #FFFFFF url(../images/menu_bar_background_3.png) top left no-repeat;
/*	background: url(../images/menu_bar_background.png) repeat-x top center; */
/*	border: 1px #999999 solid; */
	height: 109px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;
	width: 760px;
}

#menu_h
{
	float: left;
	width: auto;
	height: auto;
	margin: 85px 0 0 180px;
	padding: 0 0 0 0;
}

#menu_h ul
{
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu_h li
{
	background: transparent url(../images/block01.png) no-repeat bottom left;
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0px 5px 0px 0px;
	padding: 0 10px 0 0;
}

#menu_h li a
{
/*	background: transparent url(../images/menu_h_button_bg_right.png) no-repeat bottom right; */
	color: #000000;
	display: block;
	font-weight: bold;
	margin:0;
	padding-left: 14px;
	text-decoration: none;
}

#menu_h li a:hover,
#menu_h li.iehover {
/*	background: url(../images/menu_h_button_bg_left.png) no-repeat bottom left; */
	color: #999999;
}

div#menu_h li:hover a, 
div#menu_h li.iehover a {
/*	background: url(../images/menu_h_button_bg_right.png) no-repeat bottom right; */
	color: #999999;
}
#menu_h li.active {
/*	background: url(../images/menu_h_button_bg_left.png) no-repeat bottom left; */
}
#menu_h li.active a {
/*	background: url(../images/menu_h_button_bg_right.png) no-repeat bottom right; */
	color: #e66426;
}

#menu_h_extra {
	float: right;
	width: auto;
	height: auto;
	margin: 0;
	vertical-align: middle;
}

/**********************************************************
 *
 * Header
 *
 * This is where normally the title images goes as well as the (optional) newsflash module. Height can be changed (but must sync with the image).
 *  
 * This: logo doesn't go here but in "#menu_bar".
 *  
 **********************************************************/

#header {
	background: transparent url(../images/header.jpg) top center no-repeat;
	height: 300px;
	margin: 5px 0 0 0;
	padding: 0;
	width: 760px;
}

/**********************************************************
 *
 * Main content structure
 *
 **********************************************************/

#main_content {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 760px;
}

#main_column {
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 760px;
}

/**********************************************************
 *
 * Left and right columns (including menus/lists)
 *
 **********************************************************/

#main_left ,#main_right {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 178px;
}

#main_left {
	float: left;
}

#main_right {
	float: right;
}

#main_left div.module table ,#main_right div.module table {
	margin: 0;
}

#main_left div.module table.poll td {
	text-align: left;
}

#main_left h3, #main_right h3  { 	
	background: url(../images/h3.png) top left no-repeat; /* bilden ligger i taggen div.module_menu div */
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 5px 14px;
	text-align: left;
	text-decoration: none;
}

#main_left .moduletable_menu, #main_left .moduletable, #main_left .moduletable_text, #main_left .c, 
#main_right .moduletable_menu, #main_right .moduletable, #main_right .moduletable_text, #main_right .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#main_left ul.menu, 
#main_right ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#main_left ul.menu li, 
#main_right ul.menu li {
	margin: 0;
	padding: 0;
}

#main_left ul.menu li:hover, 
#main_right ul.menu li:hover {

}

/*	Menu item (link) */

#main_left ul.menu li a, 
#main_left ul.menu li a:link,
#main_right ul.menu li a, 
#main_right ul.menu li a:link {
	background: url(../images/menu_bullet.png) center left no-repeat;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	height: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 12px;
	text-decoration: none;
}

/*	Menu item (hovering above un-active) */

#main_left ul.menu li a:hover, 
#main_right ul.menu li a:hover {
	color: #999999;
	text-decoration: none;
}

/*	Menu item current (selected/active link) */

#main_left ul.menu li#current a, 
#main_left ul.menu li#current a:link, 
#main_right ul.menu li#current a, 
#main_right ul.menu li#current a:link {
	background: url(../images/menu_bullet.png) center left no-repeat;
	color: #e66426;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 12px;
	text-decoration: none;
}

/*	Manu: menu item (hovering over active) */

#main_left ul.menu li#current a:hover, 
#main_right ul.menu li#current a:hover {
	color: #e66426;
	text-decoration: none;
	font-weight: normal;
}

/*  Menu: submenu */

#main_left ul.menu li#current ul li a, 
#main_left ul.menu li#current ul li a:link {
	background: url(../images/menu_sub_bullet.png) center left no-repeat;
	border: none;
	color: #000000;
	display: block; /* SM: ? */
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
}

/*	Menu: submenu hovering above */

#main_left ul.menu li#current ul li a:hover {
	background: url(../images/menu_sub_bullet.png) center left no-repeat;
	border: none;
	color: #e66426;
	display: block; /* SM: ? */
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
}

#main_left ul.menu li ul li#current a, 
#main_left ul.menu li ul li#current a:link, 
#main_left ul.menu li ul li#current a:visited {
	background: url(../images/menu_sub_bullet.png) center left no-repeat;
	border: none;
	color: #e66426;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
}

#main_left ul.menu li ul li#current a:hover {
	background: url(../images/menu_sub_bullet.png) center left no-repeat;
	border: none;
	color: #e66426;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
}

/* Menu: submenu position */

#main_left ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#main_left ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/* Menu: current submenu position */

#main_left ul.menu li ul {
	margin: 0;
	padding: 0;
}

#main_left ul.menu li.parent ul li a {
	text-decoration: none;
	color: #000000;
	margin: 0 0 0 6px;
	font-size: 11px;
	background: url(../images/menu_sub_bullet.png) center left no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 18px;
	border: none;
	height: 18px;
}

#main_left ul.menu li.parent ul li a:hover {
	text-decoration: none;
	color: #999999;
	margin: 0 0 0 6px;
	font-size: 11px;
	background: url(../images/menu_sub_bullet.png) center left no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 18px;
	border: none;
	height: 18px;
}



/**********************************************************
 *
 * Main column (content)
 *
 **********************************************************/
 
/*  Main content when right column exists */

#main_center {
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
}

/*  Main content when no right column */

#main_center_right {
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
/*	border: 1px solid #999999; */
}

/**********************************************************
 *
 * Footer
 *
 * footer_bg.png must be as wide as the width of main_content
 *  
 **********************************************************/

#footer {
/*	background: url(../images/footer_bg.png) top center no-repeat; */
	border-top: 1px solid #999999;
	color: #000000;
	font-size: 10px;
	height: 130px;
	margin: auto;
	padding: 10px 0 0 0;
	text-align: center;
/*	width: 500px; */
}

#footer table {
  width: 100%;
}
/**********************************************************
 *
 * Links
 *  
 **********************************************************/

a:link, 
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #999999;
}

a.readon {
	display: block;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	color: #3a003f;
	border-bottom: solid 1px #3a003f;
}

a.readon:hover {
	color: #3a003f;
	text-decoration: none;
	border-bottom: solid 1px #fff;

}

/**********************************************************
 *
 * Basic stuff
 *  
 **********************************************************/

p {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: left;
	font-size: 12px;
}

img,
table {
	border: none;
	padding: 0;
	margin: 0;
}

.small {
	font-size: 10px;
	color: #3a003f;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

/**********************************************************
 *
 * Headers
 *  
 **********************************************************/
 
div.componentheading {
	height: 22px;
	padding: 0 0 0 0px;
}

h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	width: 100%;
}

h2, .contentheading {
/* 	border-bottom: 1px solid #999999; */
	background: url(../images/h3.png) top left no-repeat;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 0 5px 14px;
	text-align: left;
}

table.contentpaneopen h3 {
	margin: 14px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #000000;
}

h3, .componentheading, table.moduletable th, legend {
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/**********************************************************
 *
 * Spacers
 * 
 **********************************************************/

span.article_separator {
	display: block;
	height: 0px;
}

.article_column {

}

.column_separator {
	
}

.clr {
	clear: both;
}

/**********************************************************
 *
 * Content
 * 
 **********************************************************/

.blog {
padding: 0;
margin: 0;
}

.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 0px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	margin: 2px 0 0 0;
padding: 0;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #000000;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
}

/**********************************************************
 *
 * Modules content
 * 
 **********************************************************/

div.module_menu, 
div.module_text,
div.module {
/*	border: 1px #999999 solid; */
/*	background: #F0F0F0; */
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

div.module_menu div,
div.module {
/*	background: url(../images/h3.png) top left no-repeat; */
}

div.module_menu div div, 
div.module div div {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
/*	background:  url(../images/menu_bottom.png) bottom left no-repeat; */
}


div.module_menu div div div div, div.module div div div div {
	background: none;
/*	padding: 4px 8px; */
	padding: 0px 0px;
	text-align: left;
}

div.module div div div form {
	padding: 4px 0 0 0px;
	margin: 0 auto;
	text-align: left;
}

div.module div div div form table td {
	text-align: left;
}

div.module div div div form ul{
	margin: 10px 0 0 0;
	padding: 0; 
	list-style: none;
}

div.module_menu ul {
	list-style: none;
	text-align: left;
	padding: 0;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	/*background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;*/
	padding: 2px 0 2px 20px;
	line-height: 24px;
	text-decoration: none;
	color: #829300;
	font-size: 11px;
}

/**********************************************************
 *
 * Modules
 * 
 **********************************************************/
 
 /* Module: Search */

#search {
	border:1px solid #999999;
	float: left;
	height: 20px;
	margin: 0 20px 5px 0;
	padding: 0;
	text-align: left;
	width: 130px;
}

div.search .inputbox {
	background: #FFFFFF;
	border:0px solid #999999;
	color: #000000;
	font-size: 10px;
	height: 13px;	
	line-height: 13px;
	margin: 0 0 0 0;
	padding: 3px;
	text-align: left;
	width: 116px;
}

div.search .button {
/*	background: transparent url(../images/search_button_background.png) top center no-repeat; */
    background: #000000;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px;
}

/* Module: newsflash */
 
#newsflash {
	font-size: 10px;
	height: 150px;
	overflow: hidden;
	width: 400px;
	float: right;
	margin: 10px 20px 0 0;
	color: #FFFFFF;
}

#newsflash a:link, 
#newsflash a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

#newsflash a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #999999;
}

#newsflash div.module_menu div div div, 
#newsflash div.module div div div {
	text-align: left;
}

#newsflash h3 {
	background: url(../images/newsflash_h3.png) top left no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	height: 26px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}



#newsflash div.module_menu div div, 
#newsflash div.module div div {
	background: none;
	padding: 0;
	margin: 0;
}

/* Module: Breadcrumbs, pathway */

#breadcrumbs {
/*	background: transparent url(../images/breadcrumbs_bg_r.png) top right no-repeat; */
/*	background: #F0F0F0; */
/*	border: 1px #999999 solid; */
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	height: 17px;
	width: 720px;
}

#breadcrumbs_l {
/*	background: transparent url(../images/breadcrumbs_bg_l.png) top left no-repeat; */
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0 5px 0 0;
}

/* Module: banner */

.bannergroup {
}

div.bannergroup_text {
	display: block;
/*	background:  url(../images/menu_bottom.png) bottom left no-repeat; */
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 0;
	width: 180px;
}

.bannerheader {
    padding: 0 0 0 6px;
    font-size: 11px;
}

.banneritem {
}

div.banneritem_text {
	margin: 0;
	padding: 0 0 8px 0;

}

.bannerfooter_text {
	padding: 8px 20px;
	font-size: 11px;
	text-align: right;
}

/*
	Module: Popular (mostread)
*/
.mostread {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}

ul.mostread {
}

ul.mostread a {
}

/*
    Module: Place here (plugin)
    (centered if DIV-mode is chosen in Joomla > Modules > placehere module)
*/

.mod_placehere {
	font-size: 12px;
	margin: auto;
	padding: 0;
	width: 800px;
}



/**********************************************************
 *
 * Special
 * 
 **********************************************************/

/*
 	Ta bort ram runt inloggningsf�lt
*/
fieldset.input {
	border: 0px;
	padding: 0;
    margin: 0;
}
