﻿html, body, form {
	height: 100%;
	margin: 0; 
	padding: 0;
}
* html #container { height: 100%; }

body { background: url(body_background.png); font: 81.3% Georgia, 'Trebuchet MS'; }

a { text-decoration: none; color: #BF1276; }
a:hover { border-bottom: 1px dotted #cc8aaf; }
a img { border: 0; }

h1 { margin: 0 0 11px; font: normal 2.813em 'Trebuchet MS'; color: #298638; line-height: 40px; letter-spacing: -1px; width: 380px; }
h2 { margin: 0; font: 1.900em 'Trebuchet MS'; color: #415815; line-height: 29px; word-spacing: -2px; }
h3 { margin: 0; }

/*h2 a:hover,
h3 a:hover { border: 0; }*/

p { line-height: 22px; }

.x-large { font-size: 115.4%; } /* 15px */
.larger { font-size: 107.7%; } /* 14px */
.normal { font-size: 100%; } /* 13px */
.smaller { font-size: 92.3%; } /* 12px */
.x-small { font-size: 87.5%; } /* 11px */

.bold,
.bold * { font-weight: bold; }

.hr { display: block; margin: 11px 0; height: 1px; background: #dbe0d3; }
.hr hr { display: none; }

.trebuchetMs,
.trebuchetMs * { font-family: 'Trebuchet MS'; }

.upperCase,
.upperCase * { text-transform: uppercase; }

.addLetterSpacing { letter-spacing:1px; }

ol.block,
ul.block {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.block li {
	display: block;
}

ol.inline,
ul.inline {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inline li {
	display: inline;
}


.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .wrapper {height: 1px;}
.wrapper {display: block;}
/* End hide from IE5/Mac */

div.clear
{
	height:0px;
	clear:both;
	font-size:1px;
	line-height:0px;
	overflow:hidden;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.maxWidth { width: 100%; }
.noOverflow { overflow: hidden; }

#container {
	margin: 0 auto;  
	width: 1080px;
	min-height: 100%;
	border-right: 1px solid #BDC9A7; 
	border-left: 1px solid #BDC9A7; 
	background: #f1f7e8;
}

#head {
	height: 97px;
	padding: 9px 58px 0;
	background: #FFF;
}

.pin {
	position: absolute;
	width: 27px;
	height: 74px;
}

.pin.topLeft {
	margin: 20px 0 0 6px;
	background: url(pin_left.gif) no-repeat;
}

.pin.bottomLeft {
	margin: 0px 0 0 -54px;
	background: url(pin_left.gif) no-repeat;
}

.pin.topRight {
	margin: 30px 0 0 1052px;
	background: url(pin_right.gif) no-repeat;
}

.pin.bottomRight {
	margin: 20px 0 0 992px;
	background: url(pin_right.gif) no-repeat;
}

#logo { float: left; }

#logo a:hover { border: 0; }

#logo img {
	margin: 8px 0 0 0;
}

#topLinks {
	float: right;
	width: 440px;
	margin: 0 0 9px;
	text-align: right;
}

#topLinks a {
	margin: 0 0 0 13px;
	background: url(link_background_pink.gif) repeat-x bottom left;
}

#topLinks a:hover {
	border: 0;
}

#quickSearch {
	float: right;
}

.queryTextBox {
	display: block;
	float: left;
	width: 194px;
	height: 15px;
	padding-right: 2px;
	vertical-align: top;
	border-top: 1px solid #cc8aaf;
	border-bottom: 1px solid #cc8aaf;
	border-left: 1px solid #cc8aaf;
	background: #f9e7f1;
}

#queryBackground {
	vertical-align: top;
	height: 20px;
	display: block;
	float: left;
	margin: 0 3px 0 -2px;
	padding: 0 14px 0 0;
	background: #f9e7f1 url(searchQuery_background.gif) no-repeat top right;
}

.searchButton {
	float: left;
}

.searchButton input { 
	background: url(search_button.gif) no-repeat; 
	border: 0;
	width: 33px;
	height: 19px;
	cursor: pointer;
}

#menu {
	padding: 0 58px;
	background: #FFF;
}

#menu ul {
	height: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(menu_background.gif) repeat-x bottom left;
}

#menu li {
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid #DBADC7;
}

#menu a {
	display: block;
	padding: 0px 12px;
	letter-spacing: 1px;
}

#menu a:hover {
	border: 0;
}

#menu .selected { 
	background: #f9e7f1;
}

#menu .selected a { 
	color: #000;
}


#content {
	padding: 10px 60px 90px 60px;
	border-bottom: 1px solid #ADA699; 
	background: #FFF; 
}

.createdDate { display: block; margin: 0 0 10px; color: #415815; letter-spacing: 1px; }

#preamble {
	padding: 5px 0 10px;
	font-size: 1.200em;
	font-family: 'Trebuchet MS';
	color: #298638;
	line-height: 22px;
}

#mainBody p
{
	margin:0 0 10px 0;
}

#mainBody ul li
{
	margin-bottom:5px;
	line-height:18px;
}

.pager .currentPage { float: left; margin: 0 17px 0 0; color: #809061; word-spacing: 6px; }
.pager .current { font-weight: bold; border-color: #c7d0b3; background: #f5faeb; color: #214818; }

.pager a,
.pager span span { 
	margin: 0 4px 0 0;
	padding: 0 4px;
	border: 1px solid #dbadc7;
}
.column {
	float: left;
}

.column.last,
.column.size-100 { margin: 0; border: 0; }

.column.size-100 { width: 960px; }
.column.size-75 { width: 720px; padding: 0 0 0 20px; }
.column.size-75.border { width: 719px; border-left: 1px solid #e8ccdc; }
.column.size-50 { width: 480px; padding: 0 20px 0 20px; }
.column.size-50.border { width: 479px; min-height: 400px; border-left: 1px solid #e8ccdc; padding-left: 19px;  }
.column.size-25 { width: 220px; min-height: 400px; }

.column-size-75
{ 
	width: 710px; 
	_width:660px;
	border-left: 1px solid #e8ccdc; 
	padding-left: 29px;
	overflow:visible;
	_overflow:hidden;
}

#footer .column { width: 470px; }
#footer .column.last { text-align: right; }

.leftMenu {
	position: relative;
	list-style: none;
	margin: 4px 0 0;
	padding: 0 0 0 6px;
}

.leftMenu span {
	display: block;
	padding: 0 0 0 16px;
	background: url(leftMenuItemBulletWithChildren_background.png) no-repeat 0px 5px;
}

.leftMenu .childless span {
	background: url(leftMenuItemBulletChildless_background.png) no-repeat 3px 8px;
}

.leftMenu .childless.selected span {
	background: url(leftMenuItemBulletChildlessSelected_background.png) no-repeat 3px 8px;
}

.leftMenu li {
	position: relative;
	background: url(leftMenu_background.gif) no-repeat bottom left;
}

.leftMenu a {
	display: block;
	margin: 0 0 0px;
	padding: 0 4px 0 0;
	line-height: 22px;
}

.leftMenu a:hover {
	border: 0;
}

.leftMenu > .selected {
	margin: -1px 0 0 -4px;
	padding: 0 0 0 3px;
	border-top: 1px solid #e7c9da;
	border-bottom: 1px solid #e7c9da;
	border-left: 1px solid #e7c9da;
	background: #f9e7f1;
}

.leftMenu > .childless.selected {
	margin-top: 0;
}

.leftMenu .selected > a { font-weight: bold; color: #000; }

.leftMenu > .selected a {
	background: url(leftMenu_background.gif) no-repeat 1px 100%;
}

.leftMenu .selected > a span {
	background: url(leftMenuItemBulletWithChildrenSelected_background.png) no-repeat 0px 5px;
}

.leftMenu > .childless.selected {
	border: 0;
	background: transparent;
}

/*~ Second level */

.leftMenu ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.leftMenu li .selected span {
	color: #000;
	font-weight: bold;
	background-image: url(leftMenuItemBulletWithChildrenSelected_background.png);
}

.leftMenu .selected .last a {
	line-height: 21px;
	background: 0;
}

.leftMenu .selected li {
	padding: 0 0 0 15px;
}

.leftMenu ul > .last {
	background: 0;
}

.leftMenu ul > .childless.selected {
	border: 0;
	background: transparent url(leftMenu_background.gif) no-repeat bottom left;
	width: inherit !important;
	*width: 200px;
	margin: 0;
	padding: 0 0 0 15px;
}

.leftMenu ul > .childless.last.selected {
	background-position: top;
}

.leftMenu > li .selected {
	padding: 0;
	background: transparent url(leftMenu_background.gif) repeat-y top left;
}

/*Fixes bug in IE 7*/
.leftMenu li li.selected
{
	padding:0;
}

.leftMenu li .selected > div {
	width: 210px;	
	margin: -1px 0 0 10px;
	padding: 0 0 0 4px;
	border: 1px solid #e7c9da;
	background: #FFF;
}


/*~ Third level */

.leftMenu li .selected a {
	background: 0;
}

.leftMenu li li li {
	background: 0;
	padding: 0 0 0 10px!important;
}

.leftMenu li li .selected {
	border: 0;
	background:none!important;
}

.leftMenu li li > .selected {
	margin: 0;
}

.leftMenu li .selected li span,
.leftMenu li li .selected li span,
.leftMenu li li li .selected li span {
	font-weight: normal;
	background: url(leftMenuItemBulletChildless_background.png) no-repeat 3px 8px;
}

.leftMenu li li .selected span,
.leftMenu li li li .selected span {
	background: url(leftMenuItemBulletChildlessSelected_background.png) no-repeat 3px 8px;
}

.leftMenu li li .selected span,
.leftMenu li li li .selected span,
.leftMenu li li li li .selected span {
	font-weight:bold;
}

.leftMenu li li .childless.selected {
	background: 0;
}

.leftMenu li li .last a {
	line-height: 20px !important;
}

.leftMenu ul > .childless.last.selected a {
	*margin: 0 0 -5px;
}

#tools {
	margin: -38px 0 0 50px;
}

#tools a {
	margin-left: 20px;
}

#tools span {
	margin-top: 3px;
	border-top-color: #aac672;
	border-bottom-color: #aac672;
}

#footer {
	padding: 17px 70px;
	color: #636057;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0 16px 20px 0;
	width: 140px;
	list-style: none;
}

#footer ul ul { 
	font-size: 1.000em; 
}

#footer li a { 
	font-weight: bold;
	color: #000; 
}

#footer ul ul a { 
	font-weight: normal; 
	font-size: 0.909em;
	color: #C11175; 
}

#footer b,
#footer strong { color: #000; }
#footer p { margin: 0; }

#footer p.cc-license { margin-top:10px; }
#footer p.cc-license .img-link { border-bottom:none; }

.preamble {
	display: block;
	margin: 0 0 5px;
	color: #415815;
	line-height:22px;
}

.module {
	border-bottom:solid 1px #dbe0d3;
	margin: 0 0 20px 0;
}

.module .title { 
	padding: 4px 9px;
	background-color:#69a931;
	border-bottom:solid 1px #5c942b;
}

.module .title h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}

.module .title img { 
	float: left;
	margin: -10px 4px 0 -6px;
}

.module.linkList .title img {
	margin-top: -7px;
}

.whiteFox.contacts .title img {
	margin-top: -7px;
}

.module .content {
	padding: 5px 0 5px 0;
	background-color:#f1f7e8;
	overflow: hidden;
}

.slideShow { border:none; }
.slideShow .content {
	padding:0;
	background-color:#fff;
}

.module .content p {
	margin: 0;
}

.module .content ul,
.module .content ol {
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

.module .content li {
	margin-bottom: 4px;
}

.module.no-style {
	border: 0;
}

.module.no-style .content {
	background: 0;
}

.module.news {
	border:none;
}

.module.news .content {
	background:none;
}

.module.politicAreas {
	border:none;
}

.module.politicAreas li {
	margin-bottom: 8px;
	padding-top: 5px;
}

.module.politicAreas h2 {
	font-size: 1.154em;
}

.module.politicAreas .listFooter {
	margin-top: -10px;
}

.module.blog ul { list-style-type:none; margin:5px 0 0 0; padding:0; }
.module.blog ul li { margin-bottom:10px; }

.module.topics {
	border:none;
}

.module.topics .content {
	background:none;
	font-size:0.8em;
}

.module.topics ul
{
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

.module.topics ul li
{
	margin-bottom:10px;
}

.module.politicAreas .content,
.module.whiteFox.list .content,
.module.whiteFox.calendarList .content {
	padding-bottom: 0;
}

.module.politicAreas .listFooter,
.module.whiteFox.list .listFooter,
.module.whiteFox.calendarList .listFooter {
	margin: 10px 0 0;
}

.whiteFox.calendarList li {
	margin: 10px 0 0;
}

.whiteFox.calendarList .first { margin: 0; }

.whiteFox.calendarList .location {
	color: #415815;
	letter-spacing: 1px;
}

.whiteFox.calendarList h3 { font-size: 13px; line-height: 16px; }

.whiteFox.calendarList .date {
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
}

.whiteFox.list .date,
.whiteFox.pressList .date {
	color: #415815;
	letter-spacing: 1px;
	margin:0;
}

.whiteFox.pressList h2
{
	font-size:1em;
	/*font-weight:normal;*/
	line-height:normal;
}

.whiteFox h2 a
{
	font-weight:bold;
	font-size:115.4%;
}

.banner-slide-show a {
	display:none;
}

ul.link-list li
{
	background-position:2px 6px;
	background-repeat:no-repeat;
	padding-left:29px;
	padding-top:8px;
	padding-bottom:6px;
}

ul.link-list li.doc
{
	background-image:url(doctypes/doc.png);
}
ul.link-list li.xls
{
	background-image:url(doctypes/xls.png);
}
ul.link-list li.pdf
{
	background-image:url(doctypes/pdf.png);
}
ul.link-list li.ppt
{
	background-image:url(doctypes/ppt.png);
}
ul.link-list li.img
{
	background-image:url(doctypes/img.png);
}
ul.link-list li.generic
{
	background-image:url(doctypes/file.png);
}

.back {
	position: absolute;
	margin: 0 0 0 382px;
	padding: 6px 0 5px 34px;
	background: url(back_icon.gif) no-repeat;
}

.back:hover {
	border: 0;
}

.arrow {
	color: #BF1276;
	font-weight: bold;
}

.toolbar a {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.toolbar a:hover { border: 0; }

.toolbar span {
	padding: 1px 0;
}

.toolbar .comment {
	background: url(comment_icon.gif) no-repeat;
}

.toolbar img { 
	float: left;
}

.toolbar span {
	position: relative;
	float: left;
	margin: 0 0 0 6px;
	border-top: 1px dotted #a0ab8a;
	border-bottom: 1px dotted #a0ab8a;
	cursor: pointer; /* IE7 fix */
}

.listFooter {
	display: block;
	padding: 8px 4px;
	height: 16px;
	font-weight: bold;
	font-size: 87.5%;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	background: #F9E7F1;
	border-top: 1px dotted #a0ab8a;
	color: #415815;
}

.ok-button
{
	border: 0 !important;
	padding: 0 !important;
	display:block;
	width:35px;
	height:24px;
	background:url(/App_Themes/Centerpartiet/OkButton.gif) 0px 0px no-repeat !important;
	float:left;
	text-indent:36px;
	vertical-align: top;
	overflow:hidden;
}

#ajax-loader-container
{
	position:absolute;
	display:none;
	background:url(/App_Themes/Centerpartiet/AjaxLoader.gif) 0px 0px no-repeat;
	width:16px;
	height:11px;
}

.alfa-page-list ul.main-list
{
	padding:0 0 15px 0;
	margin:0;
	list-style-type:none;
}

.alfa-page-list .main-list li
{
	display:inline;
	padding:0 1px 0 0;
	font-size:1.3em;
}

.alfa-page-list .main-list li span
{
	color:#c5c5c5;
}

.alfa-page-list .letter-header
{
	font-size:2em;
	font-weight:bold;
	padding:0 0 6px 0;
	margin:0;
	color:#298638;
	text-transform:uppercase;
}

.alfa-page-list ul.sub-list
{
	padding:0 0 20px 0;
	margin:0;
	list-style-type:none;
}