/* YEARS NAVIGATION */
#years {
	clear: both;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ccc;	
	margin-bottom: 10px;
	}
	#years ul, #years li {
        padding: 0; margin: 0; list-style-type: none; display: inline;
	}
	#years li a {
		padding: 0px 5px 0px 5px;
		border-right: 1px solid #ccc;
		text-decoration: none;
	}
	#years li a.selected {
		background-color: #ccc;
		color: #fff;
	}
	#years li a:hover {
		text-decoration: underline;
	}

div.ruling-list {
	
	}
	div.ruling-list td.date {
		vertical-align: top;
		padding-right: 20px;
	}

/* RULINGS */
div.kendelse {
	}
	div.kendelse h1 {
		margin: 10px 0 10px 0;
		text-align: center;
		letter-spacing: 2px;
	}
	div.kendelse ol {
		margin: 0 0 0 15px;
	}
	div.kendelse h2 {
		margin: 10px 0 10px 0;
	}
	div.kendelse td {
		/* border: 1px solid #000; */
		vertical-align: top;
	}
	div.grid {
		clear: both;
		margin-bottom: 20px;
		}
		div.leftcell {
			float:left;
			}
		div.rightcell {
			float:right;
			text-align: right;
		}
		div.grid h2 {
			margin:0;
		}
		div.leftcell a.previous, div.rightcell a.next {
			text-transform: uppercase;
			letter-spacing: 2px;
			text-decoration: none;
		}
		div.leftcell a:hover.previous, div.rightcell a:hover.next {
			background-color: #bce999;
		}
		div.leftcell a.previous {
			padding: 10px;
			background: url('/graphics/Design/Images/bullet.left.gif') no-repeat left;
		}
		div.rightcell a.next {
			padding: 10px;
			background: url('/graphics/Design/Images/bullet.right.gif') no-repeat right;
		}

#panes {
	width: 554px;
	border-bottom: 2px solid #c0c0c0;
	margin-top: 10px;
	clear: both;
	}
	#panes a {
		padding: 4px 15px 4px 15px;
		text-decoration: none;
		font-weight: bold;
		float: left;
		background-color: #bce999;
		border-top: 3px solid #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	#panes a.selected {
		border-top: 3px solid #c0c0c0;
		background-color: #c0c0c0;
	}
	#resume {
		clear: both;
	}
	#resumemanchet	{
		background: url('/graphics/Design/Images/ruler.horizontal.gif') repeat-x bottom;
	}

	#full {
		clear: both;
	}



#rulings {
	border: 0px dashed #ff0000;
}

#rulings td {
	text-align:left;
	vertical-align:top;
	padding: 0px 20px 4px 0px;
}

div.related-kendelse {
	
	}
	div.related-kendelse dl, div.related-kendelse dd, div.related-kendelse dt  {
		padding: 0;margin:0;
	}
	div.related-kendelse dd {
		padding: 0 0 0 15px;
		background: url('/graphics/Design/Images/bullet.right.gif') no-repeat .5em .6em;
	}
	div.related-kendelse dt {
		padding: 0 0 0 15px;
		margin: 0 0 10px 0;
	}
/* TIMELINE */

#timeline {
	clear: both;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ccc;	
	margin-bottom: 10px;
	color: #979797;
}

#timeline a, #timeline a.link, #timeline a:visited, #timeline a:hover {
	color: #979797;
}

#timeline a:hover {
	text-decoration: underline;
}

#timeline a.selected {
	background-color: silver;
	padding: 1px 3px;
	color: #fff;
	text-decoration: none;
}