/******************************************************************************************************/
/* main elements **************************************************************************************/
/******************************************************************************************************/

* {
	text-align: left;
}

body {
	background: #FFFFFF url(../images/bg.png) repeat-x;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 10px;
}

h1 {
	clear: both;
	font-size: 24px;
	color: #698DA4;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	color: #698DA4;
	font-weight: bold;
	margin-top: 13px;
}

ol li {
	list-style-type: none;
}

img {
	vertical-align: top;
}

a {
	cursor: pointer;
}

a:hover {
	color: #42647A;
}

hr {
	color: #C4D6E5;
	background-color: #C4D6E5;
	height: 1px;
	margin: 10px;
	width: 480px;
}

a {
	color: #17587F;
}

a:hover {
	color: #698DA4;
}

.data {
	cursor: pointer;
}

/******************************************************************************************************/
/* main classes ***************************************************************************************/
/******************************************************************************************************/

.left {
	float: left;
}

.right {
	float: right;
}

.wide {
	width: 500px;
}

/******************************************************************************************************/
/* building blocks ************************************************************************************/
/******************************************************************************************************/

/*************************************/
/* container *************************/
/*************************************/

#container {
	background: #FFFFFF url(../images/main_des_bg.png) no-repeat;
	width: 758px;
	height: 549px;
	margin: auto;
	margin-top: -15px;
	padding: 70px 15px 10px 15px;
}

/*************************************/
/* navigation ************************/
/*************************************/

#navigation ul li{
	display: inline;
}

#navigation ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 1px 17px 0px -15px;
}

#navigation span {
	margin: 0px 5px 0px 5px;
}

#navigation ul li a:hover, #navigation ul li.active a {
	background: #C4D6E5;
	color: #698DA4;
}

/*************************************/
/* content ***************************/
/*************************************/

#content {
	padding-top: 20px;
}

ol#chapterList {
	border-right: 1px solid #CFDAE2;
	height: 472px;
	margin-right: 0px;
}

ol#chapterList li {
	list-style-type: none;
	margin-left: -20px;
}

ol#chapterList li a {
	display: block;
	float: left;
	width: 237px;
	height: 49px;
	padding: 10px 0px 0px 5px;
}

ol#chapterList li a:hover, ol#chapterList li a.active {
	background-image: url(../images/overview_hover.png);
	background-repeat: no-repeat;
}

ol a {
	font-weight: bold;
	font-size: 13px;
	color: #698DA4;
	text-decoration: none;
}

ol#chapterList a:hover {
	color: #698DA4;
}

.icon {
	margin-right: 8px;
}

.graph_bar {
	margin-left: 50px;
	margin-top: -20px;
}

.graph_bar_small {
	margin-left: 10px;
}

.breadcrumb {
	border: 1px solid #CFDBE2;
	background-color: #E6F0F8;
	margin: 20px 10px 10px 10px;
	padding: 5px 10px 7px 10px;
}

td .breadcrumb {
	background-color:#ECF7FF;
}

.breadcrumb * {
	font-size: 12px;
	color: #698DA4;
	margin: 3px 0px 3px 0px;
	font-weight: normal;
}

.breadcrumb h1 {
	margin-left: 0px;
}

.breadcrumb h2, .breadcrumb h3, .breadcrumb h4, .breadcrumb h5, .breadcrumb h6 {
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.breadcrumb h2 {
	margin-left: 20px;
}

.breadcrumb h3 {
	margin-left: 50px;
}

.breadcrumb h4 {
	margin-left: 80px;
}

.breadcrumb h5 {
	margin-left: 110px;
}

.breadcrumb h6 {
	margin-left: 140px;
}

ol.chapters {
	margin-left: 10px;
}

ol.chapters li {
	margin-bottom: 5px;
}

ol.chapters img {
	vertical-align: baseline;
}

.succesMsg {
	border: 1px solid #78AF15;
	color: #78AF15;
	background-color: #EDFFCF;
	margin: 10px;
	font-weight: bold;
}

.errorMsg {
	border: 1px solid #BF0B0B;
	color: #BF0B0B;
	background-color: #FFDFDF;
	margin: 10px;
	font-weight: bold;
}

table {
	margin: 10px;
	width: 740px;
	border-collapse: collapse;
}

th {
	background-color: #C4D6E5;
}

td {
	background-color: #E6F0F8;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
}

.hidden {
	display: none;
}

td input {
	margin: 0px;
}

div#addUser {
	margin: 10px;
}

div#addUser form {
	margin-top: 20px;
}

div.reg {
	margin-top: 10px;
}

div.reg dd#privacy-element label {
	margin-left: 35px;
	width: 200px;
}

h1.marginTop {
	margin-top: 28px;
}

.book_ico {
	margin: 0px 5px 0px 0px;
}

span.close {
	display: block;
	padding: 0px 5px 0px 5px;
	background-color: #E6F0F8;
}

.alignRight {
	text-align: right;
	margin-right: 10px;
}

ul.errors li {
	background-color: #FFDFDF;
	border: 1px solid #BF0B0B;
	color: #BF0B0B;
	list-style-type: none;
	padding: 2px 5px 2px 5px;
	margin-left: -17px;
	width: 204px;
}

tr.level1 p, tr.level2 p, tr.level3 p {
	margin: 0px 10px 0px 10px;
}
tr.level1 {
	font-size: 18px;
}
tr.level1 td.leftCol {
	padding: 0px;
	background-color: #C2DCEF;
}
tr.level2 {
	font-size: 14px;
}
tr.level2 td.leftCol {
	padding: 0px 0px 0px 30px;
	background-color: #D7EFFF;
}
tr.level3 {
	font-size: 11px;
}
tr.level3 td.leftCol {
	padding: 0px 0px 0px 60px;
	background-color: #E6F0F8;
}
td.resGreen {
	color: #4B8F00;
	background-color: #F0FFDF;
	font-size: 14px;
}
td.resOrange {
	color: #EF6B00;
	background-color: #FFEDDF;
	font-size: 14px;
}
td.resRed {
	color: #BF0000;
	background-color: #FFDFDF;
	font-size: 14px;
}
td.resWhite {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
}
td.resGreen, td.resOrange, td.resRed {
	width: 250px;
}
td.resGreen p, td.resOrange p, td.resRed p {
	font-weight: bold;	text-align: center;
}
ul.contentList {
	margin-left: 30px;
}
div#resBeleid, div#resBestuur, div#resProfit, div#resVast, div#resUitzend, div#resPlanet, div#resStakeholder {
	display: none;
	clear: left;
}

.mainChapter, .chapterHr {
	display: none;
}


table.scoring td {
	text-align: center;
	width: 125px;
	padding: 0px;
	margin: 0px;
}

table.scoring p {
	width: 250px;
}

table.scoring tr.level3 p {
	width: 220px;
}

table.scoring td.spacerWhite {
	background-color: #FFFFFF;
	width: 15px;
}

