/* --- Lists (minimal styling) --- */

table.list {
	margin: 10px 0 5px 0;
	border: 1px solid #ccc;
	position:relative;
	left:15px;
	top:-20px;
}

table.list td,
table.list th {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	margin: 0;
}

table.list th {
	text-align: left;
	border-bottom: 1px solid #CCC;
	color: #666;
	cursor:pointer;
}

table.list td {
	margin: 0;
	cursor: default;
	line-height: 16px;
}

table.list td img {
	float:left;
	margin:0;
	padding:1px;
	border:1px dotted #CCCCCC;
	margin-right:10px;
}

table.list td strong {
	font-weight:bold;
}

table.list tr.odd td {
	background-color: #fff;
}

table.list tr.even td {
	background-color: #f3f3f3;
}

table.list td label {
	display: block;
	width: 100%;
}


table.list tr.highlight td {
	background-color: #ffffc0;
	cursor: pointer;
}

/* --- Lists (in picture frame) --- */

table.frame_list {
	border: none;
	margin-top: 5px;
	width:300px;
}

table.frame_list tr.even, table.frame_list tr.odd {
	height:20px;
}

table.frame_list tr.odd td {
	background-color: #ffffff;
}

table.frame_list tr.even td {
	background-color: #eee;
}

/* --- Simple sitemap styling --- */
.sitemap a {
	color: #000;
	font-size:14px;
 }
 
.sitemap a:hover {
	color: #FFCC00;
}

.sitemap a:visited {
	color: #000;
}
.sitemap ul {
	list-style: none;
	margin-left:50px;
}
.sitemap ul li {
	padding: 0 0 0 20px;
	list-style-type: disc;
	color: #FFCC00;
	padding-left: 20px;
	margin-bottom:20px;
}
.sitemap ul li li {
	padding: 0 0 0 20px;
	list-style-type: disc;
	color: #FFCC00;
	padding-left: 20px;
}

.sitemap li li li li {
	font-size: 11px;
}

.opsomming ul {
	padding:0px;
	list-style: none;
	margin-left:40px;
}
.opsomming ul li {
	padding: 0 0 0 0px;
	list-style-type:upper-roman;
}
.opsomming ul li li {
	padding: 0 0 0 0px;
	list-style-type: disc;
}

.opsomming li li li li {
	font-size: 11px;
}

/* --- Site map --- */
ul#webSiteMap li {
	/*
	border-bottom:1px dotted #c6c9b4; 
	padding-bottom:1px;
	*/
	font-weight:bold;
}

ul#webSiteMap ul li {
	/*
	border-bottom:1px dotted #c6c9b4; 
	padding-bottom:1px;
	*/
	font-weight:normal;
}

ul#webSiteMap ul ul li {
	/*
	border-bottom:1px dotted #c6c9b4; 
	padding-bottom:1px;
	*/
	font-weight:normal;
}

ul#webSiteMap li {
	/*
	border-bottom:1px dotted #c6c9b4; 
	padding-bottom:1px;
	*/
	background:url(/assets/site/img/icon_arrow.gif) no-repeat 0px 7px;
}

ul#webSiteMap li a {
	display:block; 
	padding-left:15px;
	position:relative;
	top:-12px;
	left:10px;
	padding:12px 0 0 50px; 
	text-decoration:none; 
	color:#02307B;
	
}
ul#webSiteMap li span {
	display:block; 
	padding-left:15px;
	position:relative;
	top:-20px;
	left:10px;
	padding:0 0 20px 50px;  
	color:#000000;
	font-weight:normal;
	border-bottom:1px dotted #c6c9b4; 
	font-size:12px;
}

ul#webSiteMap li a:hover {
	color:#4d4f29; 
}

ul#webSiteMap ul {
	padding-left:20px;
}

ul#webSiteMap ul ul {
	padding-left:20px;
}

ul#webSiteMap li a.back {
	display:block; padding-left:15px; 
	background:url(/assets/site/img/icon_arrow_back.gif) no-repeat 0px 7px; 
	padding:8px 0 7px 20px; 
	text-decoration:none; 
	color:#929474;
}
ul#webSiteMap li a.back:hover {
	color:#4d4f29; 
	background-image:url(/assets/site/img/icon_arrow_back_hover.gif);
}


