﻿/* mp.se main css  */
@import url('reset.css');
@import url('fonts.css');
@import url('grey.css');


html, body {
	height: 100%;
	background: #d1cfcc url('../img/back.png') top center no-repeat;
	margin: 0 auto;
	}

body {font: 62.5% arial, verdana, helvetica, sans-serif;}
.top_container {margin: 0pt auto; width: 965px;}
.top_container_content {margin: 0 auto; width: 965px; padding: 39px 0 0 0; height: 72px;}
#logo {	float: left; }
.mp_logo img { display: block; }
.rss {background: url(../img/icons/rss_thumbnail_grey.gif); float:left; margin-top: 8px; width: 12px; height: 12px;}

#top_links_container {width: 343px; text-align: right; float: right;}
#top_links {float:right; margin: 7px 5px 0 0;}
#top_links a {color:#009900; text-decoration: none; text-transform: uppercase;}
#top_links a:visited {color:#666666;}
#top_links a:hover{color:#009900; text-decoration: underline;}
#top_links ul {margin: 0; padding: 0px; text-decoration: none; font-family:Arial; font-weight:bold; color:#009900; font-size:11px;}
#top_links li {border: 0px; display: inline; margin-right: 0.5em;}
hr {
	border: 0;
	height: 1px;
	color: silver;
	background-color: silver;
	margin-bottom: 1em;
}

img {
	border: 0;
}

/* Begin search styles */
#search {
	float:right;
	clear: right;
	margin: 0;
	padding: 0;
}
#search_freetext {
	width: 140px;
	height: 18px;
	margin: 0;
	padding: 2px;
	border: 1px solid #aaa;
	border-right: none;
	border-radius: 3px 0 0 3px;
}
#search_freetext:focus {
	border-color: #008b20;
}
.btn {
	background: url(../img/search-btn.png) top right no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: white;
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: none;
	height: 24px;
	width: 40px;
 vertical-align: top;
}
.btn:focus,
.btn:hover {
	background-image: url(../img/search-btn-selected.png);
}
.btn_search_field {background-image:url(../img/search_list_btn.gif); background-repeat:no-repeat; font-family:Arial; font-weight:bold; color:#ffffff; font-size:11px;  border:0px; height:16px; width:30px;}

.site_search {
	text-align: right;
	margin: 7px 10px 0 0;
	width: 463px;
}
.radio_btn { margin-left: 5px; }
.search_drop  { width: 180px; margin: 0; }
#site_search_field { width: 110px; height: 14px;}
/* End search styles */

/* Begin main menu styles */

#main_menu {
	background: url(../img/menu-back-full.png) top left no-repeat;
	padding: 0 0 9px 0;
	height: 35px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 1.2em;
}
#main_menu li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
	height: 35px;
	background: url(../img/menu-item-back.png) top left no-repeat;
}
#main_menu li:hover {
	background-image: url(../img/menu-item-back-selected.png);
}
#main_menu li a {
	display: block;
	padding: 10px 18px 0 18px;
	height: 25px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #014e1d 2px 2px 2px;
}
#main_menu li.first {
	background: url(../img/menu-item-back-first.png) top left no-repeat;
}
#main_menu li.first:hover {
	background-image: url(../img/menu-item-back-first-selected.png);
}
#main_menu li.last a {
	padding-right: 20px;
	background: url(../img/menu-item-back-last.png) top right no-repeat;
}
#main_menu li a:visited {
	color: white;
}

/* End main menu styles */

#top {
	background: url(../img/bg_top.png) left bottom no-repeat;
	height: 12px;
}

#space{
	padding-top: 115px;
	}	
	
#container {

	margin: 0 auto;
	width: 967px;
	background: url('../img/container.gif') left top repeat-y;
	overflow: hidden;
	}
	
#container_bottom{
	background: url('../img/container_bottom.gif') no-repeat;

	margin: 0 auto;
	width: 965px;
	height: 26px;
	margin-bottom: 6px;
	}

#wrapper {
	width: 965px;
	margin: 0 auto;
	}
	
/* Begin footer */	




#footer_top {
	background: url('../img/footer_top.gif') no-repeat;
	width: 965px;
	height: 4px;
	position: absolute;
}
#footer_bottom {
	background: url('../img/footer_bottom.gif') repeat-y;
	width: 965px;
	height: 12px;
}
#footer_gradient {
	background: url('../img/footer_gradient.gif') repeat-x;
	width: 956px;
}
#footer_back {
	background: url('../img/footer_container.gif') repeat-y;
	width: 965px;
}
	
	
.footer_content {
min-height: 50px;
width: 280px;
float: left;
position: relative;
margin: 16px 15px 2px 15px;
}

.header_footer {
margin-left: 10px;
}


.clr { clear:both; } 

.footer_content .iconbox {
float: left;
width: 20px;
margin-top: 1px;
}

.footer_content .iconbox img {
display: block;
}

.green_divider {
background-image:url(../img/green_divider.gif); 
float: left;
width: 1px;
height: 79px;
margin: 10px 0 0 0;
}

div.footer_content p strong {
  font-size: 110%;
  text-transform: uppercase;
  margin-right: 0.5em;
}

/* End footer */	

	
/* Begin columns */
	
#left_column {
	width: 212px;
	float: left;
}

#left_menu {
	width: 212px;
	background: url('../img/left_gradient.gif') top left repeat-x;
	min-height: 326px;
}

#right_column {
	width: 728px;
	background: transparent;
	float: left;
	margin-bottom: 20px;
}	
	
#left_shadow {
	height: 800px;
	width: 16px;
	background: url('../img/shadow_left.gif') no-repeat;
	float: left;
}

#right_shadow {
	height: 800px;
	width: 9px;
	margin-left: 957px;
	background: url('../img/shadow_right.gif') no-repeat;
}

#left_picture_holder{
	width: 212px;
	line-height: 0;
	font-size: 0;
	background-color: #28b728;
}
#left_picture_holder img {
	border: 0;
	display: block;
}

/* Left menu */

#left_menu_container {
	padding-left: 16px;
	padding-top: 4px;
}

#left_menu_content {
	padding-left: 16px;
	padding-top: 4px;
	width: 170px;
}

#left_menu a:hover {
	text-decoration: underline;
}



.top_menu {
	padding-bottom: 6px;
	padding-top: 6px;
}

.top_menu a {
	font-family: arial, verdana, helvetica, san-serif;
	color: white;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}




div.contact_small {
	font-family: arial, verdana, helvetica, san-serif;
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	border-top: 1px solid #28b728;
	padding-top: 5px;
	width: 180px;
}

div.contact_small a {
	font-family: arial, verdana, helvetica, san-serif;
	color: white;
	font-size: 1.0em;
	text-transform: none;
	font-weight: bold;
}

#menu_container {
	padding-bottom: 10px;
}

#menu_container a {
	font-family: arial, verdana, helvetica, san-serif;
	color: white;
	font-size: 1.1em;
	text-decoration: none;
}




.top_menu_divider {
	background: url(../img/divider.gif) no-repeat;
	width: 180px;
	height: 1px;
	margin-top: 3px;
}

.big_divider {
	background: url(../img/big_divider.gif) no-repeat;
	width: 180px;
	height: 5px;
	margin-left: 16px;
	margin-top: 20px;
}


div.breadcrumb {
	background-color: #28b728;
	padding: 10px 10px 10px 16px;
}

div.breadcrumb_divider {
	background: url(../img/breadcrumb_divider.gif);
	width: 180px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.breadcrumb div.breadcrumb_header {
	font-size: large;
}

.top_menu a:hover {
	text-decoration: underline;
}



#right_column_content {
	width: 520px;
	float: left;
	padding-left: 6px;
	margin-top: 24px;
}

.top_menu a:hover {
	text-decoration: underline;
}

#menu_container  a:hover {
	text-decoration: underline;
	text-transform: none;
}

#menu_container  li.selected {
	color: #c1ff5f;
	background: url(../img/green_bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
}


#menu_container  li.selected a {
	color: #c1ff5f;
}

/* List types */


ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


ul.menu {
	margin: 0;
}


ul.menu li {
	background-image: url(../img/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
}


ul.menu a, ul.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

ul.menu a:hover {
	text-decoration: underline;
	text-transform: none;
}

ul.lista {
	margin-top: 10px;
	margin-bottom: 10px;
}




.sa_link a {
	font-size: 1.1em;
	color: #ffffff;
	margin: 0 0 0 0;
	text-transform: none;
	font-weight: bold;
}

.sa_name {
	color: #000000;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

.sa_name a {
	margin: 15px 0 0 0;
	text-transform: none;
	font-weight: normal;
}


.sa_header {
	color: #000000;
	margin: 15px 0 15px 0;
	text-transform: none;
	font-weight: bold;
}

.sa_contact {
	color: #000000;
	margin: 15px 0 15px 0;
	text-transform: none;
	font-weight: bold;
}

.sa_officetype {
	color: #000000;
	margin: 15px 0 15px 0;
	text-transform: none;
	font-weight: bold;
}

.sa_office {
	text-transform: none;
	font-weight: bold;
}

div.sa_assigned {
	margin: 15px 0 0 0;
}

div.sa_employed {
margin: 15px 0 0 0;
}

div.sa_result {
margin: 15px 0 0 0;
}



div.article_content_body ul {
margin: 0px 0px 10px 0px;
}

div.article_content_body ul li {
	background-image: url(../img/black_bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
	color: #444444;
	margin-bottom: 0.5em;
}

div.article_content_body table {
	margin: 0;
}

div.article_content_body tr, td	{
	border: 1px solid #3f3f3f;
	padding: 5px 5px 5px 5px;
}
div.article_content_body p a {
	text-decoration: underline;
}

ul.lista {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.small_list {
	margin: 15px 0 15px 0;
}

ul.small_list li {
	background-image: url(../img/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .9em;
}


ul.list {
	margin: 0;
}

ul.list li {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
}


ul.lista li {
	background-image: url(../img/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
	font-size: 1.1em;
	color: #ffffff;
}

ul.lista a, ul.lista a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

ul.lista a:hover {
	text-decoration: underline;
	text-transform: none;
}

/* Images */

/* Banners nu identifierat med id, men lämna class pga cachade sidor */
#banners,
div.banners {
	margin-top: 26px;
	margin-right: 10px;
	float: right;
	width: 180px;
	overflow: hidden;
}
#banners div,
#banners p,
div.banners div,
div.banners p {
	margin: 0;
	margin-bottom: 10px;
}
#banners img,
div.banners img {
	border: 0;
	vertical-align: text-bottom;
}


.news_img_top {
	margin: 5px 0 5px 0;
}

/* DANIEL changed */
.news_img_left {
	margin: 0px 0px 0px 0px;
	float: right;
	position: relative;
}

/* DANIEL changed */
.news_img_left img {
	margin: 0px 0px 8px 12px;
}



/* Article content */

.grey_box {
	float: right;
	width: 209px;
	margin-left: 1px;
	border-left: 12px solid #FFFFFF;
}

#article_content {
	width: 520px;
	margin-right: 10px;
}

.author {
	border-top: 1px solid #c5c5c5;
	margin-top: 7px;
	padding-top: 7px;
}

.news_content {
	border: 0px solid #000000;
	overflow: auto;
}


.big_news_divider {
	height: 2px;
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
}

.news_divider {
	border-bottom: 1px solid #c5c5c5;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 12px;
}
	
.article_content_details {
	margin-left: 12px;
}
.article_content_player {
	margin-bottom: 0.5em;
}
	
#widget {
	position: absolute;
	width: 100%;
	z-index: 400;
	left: 0;
	top: 0;
}

.admin {
	margin:0 auto;
	width: 767px;
	position: absolute;
	text-align: center;
}

.admin a {
	margin-right: 5px;
	float: left;
	text-transform: uppercase;
	font: 1.1em arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}

.new_edit_article {
	margin-left: 12px;
}

ul.menu li a:link {
	text-transform: none;
}


ul.menu li a:visited {
	text-transform: none;
}

#ToolDiv { position:absolute; left:555px; top:1px; width:177px; height:27px; z-index: 101 }

ul.accessibility {
	position: absolute;
	top: -100%;
}


/* Undantag för att ta bort tidigare inladga rubriker */
body.avdelnings_start div.article_content_teaser h1,
body.avdelnings_start div.article_content_teaser h2 {
	display: none;
}


/* Välj lokalavdelning-widget */
div.lokalavd-widget {
	background: url(../img/banners/mp_dardubor.png) no-repeat scroll 0% 0% transparent;
	width: 165px;
	height: 41px;
	padding-top: 130px;
	padding-left: 15px;
}

/* Facebook-feed på startsidan */
#fb_feed img {
	border: 0;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#fb_feed div.fb_entry {
	margin-bottom: 1em;
	font-size: 13px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #efefef;
}
#fb_feed div.fb_entry h3 {
	margin-bottom: 0.5em;
	font-size: 13px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: normal;
	text-transform: none;
}
#fb_feed a {
	color: #3b5998;
	text-decoration: none;
}
#fb_feed a.fb_author {
	font-weight: bold;
}
#fb_feed a:hover {
	text-decoration: underline;
}
#fb_feed div.fb_link,
#fb_feed div.fb_datestamp {
	margin-top: 0.5em;
	font-size: 11px;

	color: gray;
}
#fb_feed div.fb_datestamp {
	clear: both;
}
#fb_feed div.fb_link.noimage {
	padding-left: 1em;
	border-left: 2px solid silver;
}
#fb_feed div.fb_link a {
	font-weight: bold;
}


