/*
 (c) 2001 - 2009 Netsilik
 Internet : http://www.netsilik.nl
 E-mail   : info (at) netsilik x nl
*/

/* *************************** */
/* MAIN 2 COLUMN LIQUID LAYOUT */
/* (with sticky footer)        */
/* *************************** */
/*                             */
/* DO NOT CHANGE THESE VALUES  */
/* PLEASE SCROLL DOWN !        */
/*                             */
/* *************************** */
HTML, BODY {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	height: 100%;
	margin: 0;
	padding: 0;
}
#container {
	min-height: 99%;
	margin: 0 auto -2em;
	border: 2px solid white;
	margin-bottom: -334px;
}
#siteHeader {
	clear: both;
	margin-bottom: 20px;
}
#pageHeader {
	clear: both;
	padding: 2px 0;
}
#siteTitle, #siteSearch {
	height: 66px;
	border: 2px solid white;
	margin: -2px;
}
#siteTitle {
	float: left;
	width: 76%;
}
#siteSearch {
	float: right;
	width: 24%;
}
#siteNavTree {
	float: left;
	width: 70%;
}
#siteTools {
	float: right;
	width: 28%;
	white-space: nowrap;
}
#leftnav, #pageHeader H1.sectionTitle {
	float: left;
	width: 280px;
	padding: 0 10px;
}
#content, #pageHeader H1.pageTitle {
	padding: 0 14px 0 316px;
}
#pageHeader H1.sectionTitle, #pageHeader H1.pageTitle {
	height: 0.8em;
	margin: 0;
}
#rightBar {
	float: right;
	width: 120px;
}
#push {
	height: 1.4em;
	clear: both;
	height: 334px;
}
#footer {
	border: 2px solid white;
	clear: both;
	margin-top: 20px;
	height: 314px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/* If you want to edit, please do so BELOW this line */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#container {
}
#siteHeader {
}
#siteTitle {
	background-color:#CCCCCC;
	font-weight:bold;
}
#siteTitle H1 {
	color: #FFFFFF;
	font-size: 1.25em;
	margin: 0;
	padding: 1px 10px 0 10px;
	text-transform: uppercase;
}
#siteTitle H2 {
	color:#FFFFFF;
	font-size: 1.1em;
	margin: 0;
	padding: 0 10px 2px 10px;
}
#siteTitle STRONG {
	color:#FFFFFF;
	font-size: 0.6em;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}
#siteSearch {
	background-color: #CCCCCC;
	text-align: center;
	
}
#searchBoxDiv {
	padding-top: 20px;
}
#siteNavTree {
	margin: 0;
	padding: 0;
	margin-right: -6px;
	border-left: 6px solid white;
}
#siteTools {
	font-size: 0.6em;
	padding: 2px;
	text-align: right;
}
#siteTools IMG {
	vertical-align: -3px;
	padding-right: 3px;
}
#pageHeader {
}
#pageHeader H1.sectionTitle {
	color: #3D3C40;
	text-align: center;
	font-size: 1.65em;
	padding-top: 0.3em;
	padding-bottom: 4px;
}
#pageHeader H1.pageTitle {
	color: #3D3C40;
	font-size: 1.0em;
	padding-top: 1.0em;
	padding-bottom: 4px;
	text-align: left;
}
#pageHeader DIV.headerLogo {
	float: right;
	padding-right: 10px;
}
#leftnav {
	padding-top: 5px;
	font-size: 0.8em;
}
#content {
	font-size: 0.8em;
}
#rightBar {
	padding: 0 0 20px 10px;
	background-color: #FFFFFF;
}
#footer {
	font-size: 0.8em;
}
#casebookThumbs {
	padding-left: 6px;
}
#casebookThumbs IMG {
	padding: 5px 8px;
}
#footerSiteMap TABLE {
	padding: 10px;
	width: 80%;
}
#footerSiteMap TABLE TH A {
	text-align: left;
	color: #666666;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 6px 0;
	text-decoration: none;
}
#footerSiteMap TABLE TD {
	padding: 1px 10px;
	font-size: 0.9em;
}
#footerSiteMap TABLE TD A {
	color: #666666;
}
#footerLogos {
	float: right;
	padding-right: 10px;
	margin-top: -90px;
}
#legalFooter {
	clear: both;
}
#conformanceInfo {
	float: left;
	padding: 0 0 4px 4px;
}
#siteInfo {
	float:right;
	padding: 6px 2px 2px 0;
	color: #666666;
	font-size: 0.85em;
}
A.enigma { /* e-mail address obfuscation */
	direction: rtl;
	unicode-bidi: bidi-override;
}
/* *************************** */

#content IFRAME { /* Google Searched */
	width: 100%;
}

/* ***************************** */
/* Round corners for borderd Div */
/* ***************************** */
DIV.borderRoundCorners {
	position: relative;
	width: 100%;
	border: 2px solid #5893E1;
	margin: 0 0 1.2em 0;
}
DIV.borderRoundCorners_content {
	padding: 15px;	/* equal to background-image dimensions */
}
DIV.borderRoundCorners DIV.topLeft, 
DIV.borderRoundCorners DIV.topRight, 
DIV.borderRoundCorners DIV.bottomLeft, 
DIV.borderRoundCorners DIV.bottomRight {
	position: absolute;
	z-index: 1;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	background-image: url(/images/themes/contract/sprite_borderCorners.png);
}
DIV.borderRoundCorners DIV.topLeft {
	top: -2px;
	left: -2px;
	background-position: 100% 0px;
}
DIV.borderRoundCorners DIV.topRight {
	top: -2px;
	right: -2px;
	background-position: 100% -15px;
}
DIV.borderRoundCorners DIV.bottomLeft {
	bottom: -2px;
	left: -2px;
	background-position: 100% -30px;
}
DIV.borderRoundCorners DIV.bottomRight {
	bottom: -2px;
	right: -2px;
	background-position: 100% -45px;
}
/* * * * * * * * * * * * * * * */
#leftnav UL {
	list-style: none;
	margin: 0; 
	padding: 0;
}
#leftnav UL LI {
	line-height: 1.3em;
	padding: 4px 0;
}


#leftnav UL LI.activeItem a {
	color: #666666;
	margin-left: -9px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
}
/* *************************** */


/* *************************** */
/* Round corners for solid Div */
/* *************************** */
DIV.solidRoundCorners {
	width: 100%;
	margin: 12px 0;
}
DIV.solidRoundCorners DIV.content {
	padding: 1px 11px;
}
DIV.solidRoundCorners DIV.top, 
DIV.solidRoundCorners DIV.top DIV,
DIV.solidRoundCorners DIV.bottom, 
DIV.solidRoundCorners DIV.bottom DIV {
	height: 10px;
	font-size: 1px;
	background-repeat: no-repeat;
}
DIV.solidRoundCorners DIV.top DIV {
	background-position: 100% -10px;
}
DIV.solidRoundCorners DIV.bottom {
	background-position: 0 -20px;
}
DIV.solidRoundCorners DIV.bottom DIV {
	background-position: 100% -30px;
}
/* * * * * * * * * * * * * * * */
DIV.solidRoundCorners DIV.rightBar {
	color: #666666;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
/* * * * * * * * * * * * * * * */
DIV.solidRoundCornersGreen {
	background: #35707d;
}
DIV.solidRoundCornersGreen DIV.top, 
DIV.solidRoundCornersGreen DIV.top DIV, 
DIV.solidRoundCornersGreen DIV.bottom, 
DIV.solidRoundCornersGreen DIV.bottom DIV {
	background-image: url(/images/green/sprite_solidCorners.png);
}
/* * * * * * * * * * * * * * * */
DIV.solidRoundCornersOrange {
	background: #35707d;
}
DIV.solidRoundCornersOrange DIV.top, 
DIV.solidRoundCornersOrange DIV.top DIV, 
DIV.solidRoundCornersOrange DIV.bottom, 
DIV.solidRoundCornersOrange DIV.bottom DIV {
	background-image: url(/images/orange/sprite_solidCorners.png);
}
/* *************************** */


/* *************************** */
/* CSS Dropdown Menu           */
/* *************************** */
#siteNavTree {
	background-color: #FFFFFF;
	font-size: 0.7em;
	list-style: none;
	padding-top: 6px;
}
#siteNavTree ul {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	list-style: none;
}
#siteNavTree li {
	float: left;
	position: relative;
}
#siteNavTree li.mainItem {
	border: none;
	line-height: 1.3em;
	padding: 0 2px;
}
#siteNavTree li.mainItem a {
	padding-right: 3px;
	text-decoration: none;
	padding: 0 3px;
}
#siteNavTree li.mainItem a:hover {
	text-decoration: none;
}
#siteNavTree ul.subItems {
	position: absolute;
	z-index: 100;
	top: -5px;
	left: 12px;
	
	min-width: 15em;
	clear: both;
	display: none;
	
	background-color: #FFFFFF;
	border: 1px dashed black;
	padding: 3px 8px;
}
#siteNavTree ul.subItems li {
	position: relative;
	padding: 2px 5px;
	width: 100%;
}
#siteNavTree ul.subItems li hr {
	width: 100%;
	margin: 0 0 0 -4px;
	border: none;
	border-bottom: 1px dashed black;
}
#siteNavTree ul.subItems li a {
	padding: 0;
}
#siteNavTree ul.subItems li.activeItem a {
	color: #666666;
	margin-left: -9px;
	/*font-style: italic; */
	font-weight: bold;
	padding-bottom: 2px;
}
#siteNavTree li>ul { /* to override top and left in browsers other than IE,        */
	top: auto;       /* which will position to the top right of the containing li, */
	left: auto;      /* rather than bottom left                                    */
}
#siteNavTree li:hover ul, li.over ul {
	display: block !important;
}
/* *************************** */


/* *************************** */
/* Rulers                      */
/* *************************** */
HR.big {
	width: 100%;
	height: 3px;
	border: none;
}
HR.lonely {
	clear: both;
}
HR.gray {
	color: #CCCCCC;
	background-color: #CCCCCC;
}
HR.colored {
	color: #5893E1;
	background-color: #5893E1;
}
/* *************************** */


/* ******************************* */
/* Site Tools and 'page url' popup */
/* ******************************* */
#siteTools A {
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
#siteTools A:hover {
	color: #5893E1;
}
#pageUrlPopUpContainer {
	display: inline;
	position: relative;
}
#pageUrlPopUpDiv {
	display: none;
	position: absolute;
	top: 1.5em;
	left: -213px;
	width: 244px;
	
	border: solid black 1px;
	background-color: #FFFFE0;
	padding: 2px;
	text-align: left;
}
#pageUrlPopUpDiv img.closeIcon {
	float: right;
	cursor: pointer;
	padding: 0 0 2px 2px;
}
#pageUrlPopUpDiv input {
	width: 240px;
}
/* *************************** */


/* ********************************************************************************* */
/* ***                            MAIN CONTENT STYLES                            *** */
/* ********************************************************************************* */
H1 {
	margin-top: 2.5em;
	font-size: 1.2em;
	color: #666666;
}
H2 {
	font-size: 1.3em;
	color: #666666;
	margin-top: 2.0em;
}
H3 {
	margin-top: 1.5em;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}
H4 {
	font-size: 1.1em;
	font-weight: normal;
}

H5 {
	font-size: 1.0em;
	font-weight: normal;
	color: #666666;
}

H6 {
	font-size: 0.9em;
	font-weight: normal;
/*	font-style: italic; */
	color: #666666;
}

EM {
	font-weight: bold;
	font-style: normal;
}
TH {
	text-align:left;
}


/* * * * * * * * * * * * * * * */
INPUT, TEXTAREA, SELECT {
	padding: 1px;
	margin: 1px;
	border: 1px solid #888888;
	border-top-color: #606060;
	border-left-color: #606060;
}
TEXTAREA {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus {
	background-color: #FFFFE0;
	border: 2px solid #5893E1;
	margin: 0px;
}
INPUT.button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #FAFAFA url(/images/bg_button.gif) repeat-x scroll center top;
	border: 1px solid #666666;
	padding: 3px;
	padding-top: 2px;
}
INPUT.button:focus {
	background-color: #FAFAFA;
	border: 1px solid #5893E1;
	margin: 1px;
}
INPUT.checkbox, INPUT.radio, OPTION {
	border: none;
	padding: 0px;
	margin: 0px;
}
OPTION {
	padding-right: 0.5em;
}

/* * * * * * * * * * * * * * * */
IMG {
	border: none;
}
SPAN.excerptTableSymbols {
	cursor: help;
	vertical-align: super;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 2px;
}
SPAN.excerptInfoSymbol {
	color: #330099;
}
#contentEditLink {
	float: right;
	margin: -20px -14px 0 0;
}
#contentEditLink A {
	color: #E80000;
}
TEXTAREA.noWrap {
	white-space: nowrap;
    overflow: scroll;
	font-family: "Courier New", Courier, monospace;
}
.nobr {
	white-space: nowrap;
}
SPAN.explanation {
	cursor: help;
	color: #F09000;
}
DIV.message {
	color: #000000;
	font-weight: normal;
}
.attention {
	color: #F09000;
}
DIV.right {
	float: right;
}
DIV.left {
	float: left;
}
DIV.illustrationBlock {
	width: 300px;
}
DIV.illustrationBlock IMG {
	border: 1px solid #5893E1;
	margin: 5px 5px;
}
DIV.illustrationBlock .caption {
	padding: 2px; 
	font-size: 0.85em;	
}
/* * * * * * * * * * * * * * * */
DIV.indent {
	padding-left: 30px;
	line-height: 1.6em;
} 
A {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
  	color: #3D3C40;
	text-decoration: none;
}
A:hover {
	color: #5893E1;
	text-decoration: underline;
}
A.external {
	padding-right: 13px;
	background: url(/images/icon_externalLink.png) no-repeat 100% 15%;
}
A.document {
	padding-right: 13px;
	background: url(/images/icon_externalDocument.png) no-repeat 100% 15%;
}
A.pdf {
	padding-right: 13px;
	background: url(/images/icon_externalPdf.png) no-repeat 100% 15%;
}
A.audio {
	padding-right: 13px;
	background: url(/images/icon_externalAudio.png) no-repeat 100% 15%;
}
A.video {
	padding-right: 13px;
	background: url(/images/icon_externalVideo.png) no-repeat 100% 15%;
}
UL {
	margin-top: -0.6em;
}
UL LI {
	padding: 3px 0px;
}

/* * * * * * * * * * * * * * * */
.even {
	background-color: #FFFFFF;
}
.odd {
	background-color: #E0E0E0;
}
#commentsContainer {
	width: 99%;
}
#commentsContainer DIV.messageContainer {
	float: left;
	width: 100%;
	padding: 1px 0;
}
#commentsContainer DIV.commentEntry {
	float: left;
	width: 100%;
	padding: 2px 3px 1px 4px;
	border: 1px solid #E0E0E0;
}
#commentsContainer DIV.nonApproved {
	padding: 2px 2px 1px 3px;
	border: 2px solid #F09000;
	background-color: #FFC877;
}
#commentsContainer DIV.nonApproved A.bold {
	font-weight: bold;
	color: #E80000;
}
#commentsContainer DIV.commentEntry DIV.commentInfo {
	float: right;
	padding-top: 1em;
}
#commentsContainer DIV.commentEntry DIV.commentModerate {
	float: right;
}

#commentsContainer DIV.branch,
#commentsContainer DIV.branchLast,
#commentsContainer DIV.line,
#commentsContainer DIV.noLine {
	float: left;
	padding: 0;
	padding-left: 26px;
	margin: 0;
	width: 100%;
	
	/* ain't this ugly? */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

#commentsContainer DIV.branch {
	background: #FFFFFF url('/images/comments/branch.gif') repeat-y;
}
#commentsContainer DIV.branchLast {
	background: #FFFFFF url('/images/comments/branchLast.gif') no-repeat;
}
#commentsContainer DIV.line {
	background: #FFFFFF url('/images/comments/line.gif') repeat-y;
	
}
#commentsContainer DIV.noLine {
	background-color: #FFFFFF;
}
#commentsContainer DIV.noComments {
	padding-top: 6px;
	padding-left: 4px;
}

TABLE.commentTable TR.website {
	display: none;
}

TABLE.listedMaterialInfo {
	border: 1px solid #E0E0E0;
}
/* ******************** */
/*    PRINTIED MEDIA    */
/* ******************** */
@media print {
	A.external, A.document, A.pdf, A.audio,A.video {
		padding-right: 0px !important;
		background: none;
		text-decoration: underline;
	}
}




/* ****************************** */
/* Intranet Login                 */
/* ****************************** */

H2.intranetlogin {
	color:#FFFFFF;
	font-size: 1.5em;
	margin: 10px;
}

a.intranetlogin {
	color:#804040;
	text-decoration: underline;
	font-weight: bold;
}

H3.intranetlogin {
	color:#FFFFFF;
	margin: 10px;
	font-size: 1.4em;
	}

p.intranetlogin {
	color:#FFFFFF;
	margin: 10px;
	}

.red {
	color:#804040;
	text-decoration: underline;
	}
	
	
/* *************************************************************************************************************************************************** */
/* Weergave van excerpten (anderre kleur voor delen van de original language version die niet naar het Engels vertaald werden in het eigenlijke boek   */
/* *************************************************************************************************************************************************** */

.extra {
	color: #009900;
}


/* *************** */
/* quotes          */
/* *************** */

p.quote {
	font-size: 1.3em;
	color:#666666;
	margin: 25px 0px 10px 0px;
	}
	
	
	
/* *************** */
/* intranet        */
/* *************** */

div.intranet {
	background-color: #000073;
	text-align: center;
	font-weight: bold;
	width: 80px;
	padding: 5px;
}

a.intranet {
	color: #FFFFFF;
}

