﻿.sidebar {
	background-image: url(../../images/sb_br.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 8px;
	margin-right: 8px;
	
	text-align:left;
}

.sb_header {
	background-image: url(../../images/sb_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.sb_title {
	background-image: url(../../images/sb_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.sb_title h4 {
	font-weight : bold;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
}

.sb_content {
	/* border: 1px dotted #FF0000; */
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}

.sb_content .clsPrompt {
	clear: right;
}

.sb_content .text {
	float: left;
}

.sb_content .knop {
	float: left;
}

.sb_content form {
	margin: 0px;
}

.sb_content ul {
	padding-left: 8px;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
}

.sb_content li {
	font-size : 90%;
	color : #053462;
	list-style-type : disc;
	margin: 0px;
	margin-top : 2px;
}

.sb_content a:link {
	color: #003060;
}

.sb_content a:active {
	color: #003060;
}

.sb_content a:visited {
	color: #003060;
}

.sb_content a:hover {
	color: #032f55;
}

.sb_footer {
	border-left: 1px solid #A3B3C0;
	height: 10px;
	margin: 0px;
}
.clsSplitter {
	clear: both;
}

#rightcontent2
{
	position: relative;
	margin-top: 0px;
	right: 4px;
	left: 630px;
	width: 820px;
}

.clean-gray
{
	border:solid 1px #DEDEDE; 
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	margin-right:10px;
	text-align:left;
}

