@charset "UTF-8";

/* Links
----------------------------------------------- */
a img { border-style: none; }
p {
	margin:0em 0;
}

/* Sliding pane
----------------------------------------------- */

.widget {
	width: 495px;
	height: 296px;
	border: solid 1px black;
	background-color: #CCCCCC;
}
.SlidingPanels {
	width: 495px;
	height: 296px;
	overflow: visible;
	position: relative;
	float: left;
	padding: 0px;
}
.SlidingPanelsContainer {
	width:auto;
	height:296px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
}
.style1 {
	color: #CCCCCC
}
.style2 {
	color: #FFFFFF
}
.SlidingPanelsContent {
	width: 495px;
	height: 296px;
	float: left;
}
.content {
	width: 495px;
	height: 296px;
	float: left;
	overflow: hidden;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.panelnav {
	clear: both;
	height: 42px;
}
.left {
	text-align: left;
	margin-left: 0px;
}
.right {
	text-align: right;
	margin-right: 0px;
}


/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 100%;
	margin: 0 0px;
	padding: 0px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #CCCCCC;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	float: left;
	width: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 480px;
	padding: 0px;
	margin: 0px;
}
#sidebar {
	width: 495px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
}
.SpryHiddenRegion {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #eee;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products {
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#products caption {
	color: #FFFFFF;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.375em;
	border-bottom: 1px solid #CCCCCC;
	background-color: #999999;
}
#products th {
	padding: 3px 0.25em;
	color: #666666;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#products th.infocus {
	background-color: #ffffff;
	font-weight: normal;
}
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#products tr {
	border-bottom: 1px solid #CCCCCC;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
	font-weight: normal;
}

#products tr.notinfocus {
	background-color:#ffffff;
}
#products tr.selected {
	color:#000000;
	text-decoration: none;
}
#products tbody {
	margin-top: 0;
	padding: 0px;
}
.even {
	background-color: #ffffff;
}

.rowHover {
	color: #000;
	background-color: #eeeeee;
	cursor: pointer;
}

.rowSelected { 
	color: #000; 
	font-weight: normal;
	background-color: #eeeeee;
}

.aandachttabel {
	color: #000000;
	background-color: #eeeeee;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	color: #FFFFFF;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #eeeeee url(../images/navigation/bg_menu.jpg) repeat-x bottom;
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab h3 {
	padding: 4px 2px 4px 26px;
	font-size: 100%;
	background: url(../images/navigation/blt_panel_exp.gif) no-repeat left 50%;
	color: #444;
	letter-spacing: 0.07em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
} 
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.AccordionPanelContent ul {
	margin: 0;
	padding: 1 em;
	list-style-type: none;
}
.AccordionPanelTabHover {
	color: #666666;
}
.AccordionPanelClosed .AccordionPanelTab h3 {
	background: url(../images/navigation/blt_panel_clps.gif) no-repeat left 50%;
	margin-bottom: 0px;
	padding: 3px 0px 4px 25px;
}
.AccordionPanelContent div {
}
.aandachttabel {
	padding: 2px;
	width: 95%;
	border: 1px dotted #666666;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

