BODY {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height : 1.3em;
	background-color : White;
	font-size: x-small;
}

H1 {
	font-weight: bold;
	font-size: medium;
	margin-bottom : 20px;
	margin-top: 6px;
}

H2 {
	font-weight: bold;
	font-size: small;
	margin-top : 18px;
	margin-bottom : 10px;
}

div.graph {
	margin-top: 15px;
}

address {
	font-size: xx-small;
	padding : 5px 5px 5px 5px;
}

TH {
	font-size: x-small;
}

TD {
	text-align: right;
	font-size: x-small;
}


TD.pad {
	padding: 5px;
}

HR {
	color: #80CEE2;
	height: 1px;
	width: 95%
}

A {
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

OL {
	list-style : square;
}

th.party_name {
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #cccccc;
}

th.party_name_left {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

TABLE {
	margin-top: 15px;
	margin-bottom: 40px;
}

td.vo_rubrik {
	border-bottom: 1px dashed #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px;
}

/* Samma som vo_rubrik fast indenterad för kommunnivå */
td.vo_indent {
	border-bottom: 1px dashed #cccccc;
	border-right: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

td.vo_skiljelinje {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #cccccc;
	padding: 5px;
}

td.vo_summa_roster {
	border-top: 1px solid #000000;
	border-right: 1px solid #cccccc;
	padding: 5px;
}

td.vo_summa_procent {
	border-top: 1px dashed #cccccc;
	border-bottom: 2px solid #000000;
	border-right: 1px solid #cccccc;
	padding: 5px;
}

td.tableseparator {
	padding: 5px;
	border-right: 1px solid #cccccc;
}

td.person_default, th.person_default {
	padding: 1px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

td.person_both, th.person_both {
	padding: 1px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}

td.person_noborder, th.person_noborder {
	padding: 1px;
	border-left: 1px solid #cccccc;
}

