
p.add {
	font-family: monospace;
	font-size: 130%;
	border-left: 1px solid;
	padding-left: 10px;
}

a.extraindent {
	display: none !important;
}

td.partiesExplained {
	font-size: 80%;
	width: 8em;
}


body > h3 {
	counter-increment: section;
	counter-reset: subsection;
	padding-top: 60px;
	margin-top: 35px;
	background: url(pix/separator.gif) center top no-repeat;
}

h3:first-of-type {
	background: none;
	padding: 0;
}

body > h4 {
	counter-increment: subsection;
}

h5 {
	margin: 0;
	font-size: 100%;
}


h2 span {
	position: absolute;
	margin-left: -60px;
}

body > h3:before, body > h4:before {
	content: counter(section) ". ";
	position: absolute;
	margin-left: -60px;
}

body > h4:before {
	content: counter(section) "." counter(subsection) " ";
}

p.quote {
	font-style: italic;
	text-align: right;
}

p.royal {
	background: url(pix/crown.gif) no-repeat;
	padding-left: 63px;
	margin-left: -63px;
}

span.partyName {
	font-weight: bold;
	font-size: 110%;
}

/* FLOATER */

div.floater {
	border-style: dotted;
	clear: both;
	margin-bottom: 1em;
}

div.floater h3,div.floater h4 {
	counter-increment: none;
	counter-reset: none;
}

div.floater h3:before,div.floater h4:before {
	content: none;
}

div.floater h4 {
	margin: 5px 0;
}

div.floater:hover {
	z-index: 3;
}

div.floater p,div.floater li {
	margin: 8px 0;
	padding: 0;
	font-size: 90%;
	border: none;
}

div.floater img {

}

div.floater ul {
	margin-bottom: 0;
}

ul.chapters {
	list-style-type: upper-roman;
	font-size: 100%;
}

ul.documentation {
	margin: 0;
}

ul.documentation li {
	display: inline;
	padding-right: .7em;
}

ul.documentation li:after {
	content: ' ';
}


span.graphText {
	display: inline-block;
	padding: 0;
	text-align: center;
}

/* WRAPPER */

div.wrapper {
	border: 1px dotted;
	border-width: 1px 0;
	padding: 0.5em 0;
	margin: 2em 0;
	background-color: #ffffff;
	position: relative;
}

div.wrapper.closed {
	color: #bbbbbb;
	margin: 0;
}

div.wrapper.closed:hover {
	color: inherit;
}

div.wrapper.closed + div.wrapper.closed {
	margin: 0.5em 0;
}

div.wrapper.closed a.openClose {
	color: #999999;
}

div.wrapper p.smaller {
	margin: 0;
}	

div.wrapper h5 {
	margin-bottom: 10px;
	margin-bottom: 0;
	cursor: pointer;
}

div.wrapper.closed h5 {
	margin-bottom: 0;
}

div.wrapper h5 span { /* visible in ToC! */
	display: none;
}

div.wrapper.closed h5 span { 
	display: inline;
}

div.wrapper h5 small {
	font-weight: normal;
	font-size: 100%;
}

div.wrapper h5 small { /* visible in ToC! */
	display: inline;
}

div.wrapper.closed h5 small { /* visible in ToC! */
	display: none;
}

p.graphCaption {
	font-size: 90%;
	margin-top: 0;
}

div.closed p.graphCaption {
	margin-bottom: 0;
}

div.dataHolder a,
div.parliament a,
div.factsheet a
{
	margin-right: 7px;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	font-size: 90%;
	opacity: 1;
	border: none;
}

div.factsheet a {
	white-space: normal;
}
a.openClose {
	float: right;
	color: #333333;
	font-size: 90%;
	border: none;
	opacity: 1;
}

/* PARLIAMENT GRAPH */

div.parliament {
	height: 60px;
	width: 450px;
	padding: 7px;
	left: -7px;
	position: relative;
	margin: 0;
}

div.parliamentGraph {
	position: relative;
}

div.seat {
	width: 15px;
	height: 15px;
	outline: 1px solid black;
	position: absolute;
}

div.seat.highlight {
	width: 19px;
	height: 19px;
	outline: none;
	margin-left: -2px;
	margin-top: -2px;
}

div.mouseover {
	position: absolute;
	color: #ffffff;
	padding: 5px;
	outline: 1px solid black;
	top: -30px;
	white-space: nowrap;
}

div.facts div.parliament {
	width: 20em;
	height: 45px;
}

div.provinceHolder div.parliament {
	margin-bottom: 0;
}

div.parliament span {
	padding-top: 5px;
	min-width: 30px;
}

div.parliament div {
	position: absolute;
	height: 55px;
	background-color: #333333;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
}

div.facts div.parliament div {
	height: 35px;
	padding-top: 5px;
	line-height: 120%;
}

div.parliament div.even {
	background-color: #666666;
}

div.parliament div.governmentParty {
	z-index: 10;
	font-weight: bold;
	outline: 5px solid #999999;
}

div#tooltip {
	position: absolute;
	text-align: center;
	color: #ffffff;
	padding: 0.3em;
	background-color: #333333;
	z-index: 50;
}

ol.governments {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

ol.governments li {
	margin: 0;
	padding: 0;
	border: none;
	height: 40px;
}

ol.governments li.highlightedGovernment {
	font-weight: bold;
}

ol.governments div {

}

ol.governments div div {

}

div.wrapper a.open {
	color: #333333;
	text-decoration: none;
	opacity: 1;
	border: none;
	display: inline-block;
	margin-right: 2px;
	font-size: 90%;
	text-align: right;
	white-space: nowrap;
}

div.wrapper a.opened {
	background-color: #666666;
	padding: 0 5px;
	color: #ffffff;
}

/* SEATS GRAPH */


div.seatsGraph {
	position: relative;
}

div.yearWrapper {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	height: 100%;
}

div.yearWrapper div {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

div.yearWrapper div.year {
	width: auto;
	min-width: 100%;
}

div.yearWrapper div.party {
	color: #ffffff;
	background-color: #333333;
	overflow: hidden;
}

div.yearWrapper div.even {
	background-color: #666666;
}

div.yearWrapper div.total {
	color: #000000;
}

div.yearWrapper div.govMarker {
	background: url(/politics/pix/bg_government.gif) center no-repeat;
	top: 0;
	height: 10px;
}

/* FACT SHEET */

div.dataHolder div.factsheet {
	width: 35em;
	background-color: #ffffff;
	margin: 0;
}

div.wrapper.facts {
	padding: 0;
}

div.dataHolder div.factsheet span {
	position: static;
}

h5.factsheetHeader {
	color: white;
	padding: 5px;
	margin: 0;
}

div.factsheet p {
	margin: 0;
	padding: 3px 0;
	font-size: 90%;
	border-bottom: 1px dotted #999999;
}

div.factsheet p:last-child {
	border: none;
}

div.factsheet p.mainText {
	font-size: 100%;
	padding: 10px 0;
}

/* FLOATING FACT SHEET */

div.facts {
	position: absolute;
	z-index: 10;
	left: 38em;
	margin: 0;
	margin-left: 233px;
	width: 20em;
	padding: 0;
}

/* MAPS */

div.map {
	background: url(pix/map_background.gif) no-repeat;
	width: 360px;
	height: 440px;
	position: relative;
}

div.dataHolder {
	position: absolute;
	top: 0;
	left: 0;
	height: 220px;
	width: 90px;
	z-index: 3;
}

div.dataHolder div.factsheet {
	z-index: 4;
	border-bottom: 1px solid #A19D99;
	padding-bottom: 5px;
}

div.dataHolder div.factsheet p {
	padding-left: 5px;
}

div.dataHolder h6 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
}

div.dataHolder h6 strong {
	font-size: 120%;
}

div.dataHolder p {
	margin: 0;
}


div.dataHolder label {
	display: block;
}

div.dataHolder a.active {
	font-weight: bold;
	font-size: 120%;
}

div.map img {
	position: absolute;
}

img.groningen {
	right: 1px;
	top: 11px;
}

img.friesland {
	right: 73px;
	top: 16px;
}

img.drenthe {
	right: 12px;
	top: 57px;
}

img.overijssel {
	right: 11px;
	top: 112px;
}

img.flevoland {
	right: 112px;
	top: 114px;
}

img.gelderland {
	right: 32px;
	top: 161px;
}

img.utrecht {
	left: 139px;
	top: 199px;
}

img.noordholland {
	left: 111px;
	top: 62px;
}

img.zuidholland {
	left: 52px;
	top: 194px;
}

img.zeeland {
	left: 2px;
	top: 283px;
}

img.noordbrabant {
	top: 269px;
	left: 80px;
}

img.limburg {
	right: 88px;
	bottom: 8px;
}

div.map span {
	position: absolute;
	z-index: 2;
}

div.map span:hover {
	z-index: 5;
}

div.map span span {
	display: block;
	color: #ffffff;
	font-size: 80%;
	position: static;
	padding: 0 2px ;
}

div.map span span.sp2 {
	display: inline;
}

span.groningen {
	top: 40px;
	left: 310px;
}

span.friesland {
	top: 70px;
	left: 235px;
}

span.drenthe {
	top: 105px;
	left: 302px;
}

span.overijssel {
	top: 170px;
	left: 285px;
}

span.gelderland {
	top: 225px;
	left: 245px;
}

span.flevoland {
	top: 155px;
	left: 200px;
}

span.utrecht {
	left: 170px;
	top: 225px;
}

span.noordholland {
	left: 135px;
	top: 155px;
}

span.zuidholland {
	left: 110px;
	top: 240px;
}

span.zeeland {
	left: 40px;
	top: 320px;
}

span.noordbrabant {
	left: 180px;
	top: 310px;
}

span.limburg {
	left: 245px;
	top: 350px;
}

img.op100 {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

img.op95 {
	opacity: .95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
}

img.op90 {
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

img.op85 {
	opacity: .85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}

img.op80 {
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

img.op75 {
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

img.op70 {
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

img.op65 {
	opacity: .65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
}

img.op60 {
	opacity: .6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

img.op55 {
	opacity: .55;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
	filter: alpha(opacity=55);
}

img.op50 {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

img.op45 {
	opacity: .45;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
}

img.op40 {
	opacity: .4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

img.op35 {
	opacity: .35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
}

img.op30 {
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

img.op25 {
	opacity: .25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
}

img.op20 {
	opacity: .2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

img.op15 {
	opacity: .15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
}
img.op10,img.op5,img.op0 {
	opacity: .1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}

/* TABLE */

table.politicsData {
	border-color:#9198C1;
	padding-bottom: 0.5em;
}

table.politicsData td,table.politicsData th  {
	padding: 0.5em;
	border: 1px solid #000000;
	text-align: center;
	font-size: 100%;
}

table.politicsData th  {
	font-size: 80%;
}

table.politicsData th.sort {
	background-color: #999999;
	color: #ffffff;
}

a.dataLink {
	font-size: 180%;
	color: #000000 !important;
}

table.politicsData td {
	white-space: nowrap;
}

table.politicsData td.partyName {
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
}

table.politicsData td.majority {
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

table.politicsData tr.noseats td {
	color: #999999;
	padding: 0;
}

table.politicsData td.noseats {
	background: url(pix/bg_noseats.gif) center;
	color: #666666;
}

table.politicsData a {
	background-image: none;
	padding-right: 0;
	border: none;
	color: #242424;
}

tr.separator td {
	border-top-width: 3px;
}

/* FORECAST TABLE BLOG */

table.electionresults th {
	font-size: 90%;
	font-weight: normal;
}

table.electionresults td {
	width: 20%;
	text-align: center;
	padding: 1px 0;
}

table.electionresults tr:hover td {
	border-style: dotted;
	border-width: 1px 0;
	padding: 0;
}

table.electionresults a {
	color: inherit;
}

table.coalitions {
	width: 100%;
}

table.coalitions td {
	text-align: center;
	padding: 1px 3px;
	white-space: nowrap;
}

table.coalitions th {
	font-weight: normal;
	font-size: 90%;
	background-color: #eeeeee;
	padding: 3px;
}

table.coalitions tr:hover td {
	border: 1px dotted;
	border-width: 1px 0;
	padding-top: 0;
	padding-bottom: 0;
}

table.coalitions tr td:empty {
	border: none;
}

table.coalitions td.accent {
	background-color: #eeeeee;
}


@media print {
	div.pageHeader,div#footer,div#header,div#lastMod,.dontprint,
	div.wrapper.closed,div#TOCpolitics,a.openClose {
		display: none;
	}
	
	body {
		margin-left: 0;
		width: auto;
		max-width: 40em;
		padding-top: 0 !important;
	}
	
	div.floater {
		width: 20em;
		margin-right: -10em;
	}

	h3:before,h4:before {
		position: static;
		margin: auto;
	}

	h2 span {
		position: static;
		margin: 0;
	}

	a {
		color: inherit !important;
		border-width: 0;
		opacity: 0 !important;
	}	
}

/* SORTABLE TABLES */

table.sortable {
	border-collapse: collapse;
	counter-increment: table;
}

table.sortable td {
	border: 1px solid;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

table.sortable.wide {
	margin-right: -10em;
}

table.sortable.extrawide {
	margin-left: -160px;
}

table.sortable caption {
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

table.sortable caption:before {
	content: "Table " counter(table) ": "
}

table.sortable th {
	width: 5em;
}

table.extrawide th {
	width: 4em;
}

table.sortable th.narrow {
	font-weight: normal;
	width: 2em;
}

table.sortable th.remarks {
	width: auto !important;
}

table.sortable td.remarks {
	text-align: left;
}

table.sortable td.merged {
	vertical-align: middle;
}

table.sortable td:first-child {
	text-align: left;
}

table.sortable td.overrule {
	text-align: center;
}

table.sortable tr.separator td {
	border-top-width: 3px;
}

table.sortable tr.worldwide td {
	color: black;
	background-color: #eeeeee;
}

table.sortable th.clickable {
	cursor: pointer;
}

table.sortable th.clicked {
	color: white;
	background-color: #424242;
}

table.folded caption {
	float: left;
}

table.folded caption:before {
	content: "Open table " counter(table) ": "
}

table.folded caption span.smaller {
	display: none;
}

table.folded tr {
	display: none;
}




