body
{
	margin				: 20px 0;
	padding				: 0;
	background-color	: #001021;
	font-size			: 0.75em;
	font-family			: 'trebuchet ms';
	color				: #fff;
}
td,th,input {
	font-size			: 1em;
	font-family			: 'trebuchet ms';
	color				: #fff;
}
input {
	color				: #001021;
}
a img
{
	border				: none;
}
img.border
{
	border				: 2px solid #fff3ad;
}
a
{
	color				: #fff;
	text-decoration		: underline;
}
a:hover
{
	text-decoration		: underline;
	color				: #fff3ad;
}
#content a:visited
{
	color				: #ddd;
}

#container 
{ 
	margin				: 0 auto;
	width				: 938px; /* 888 */
	zoom				: 100%;
	min-width				: 0;
	position				: relative;
}

/* LEFT */
#left
{
	margin				: 0px;
	float				: left;
	width				: 190px;
	zoom				: 100%;
	position				: relative;
}
#logo
{
	margin				: 0 0 40px 88px;
}
a#folder
{
	padding-right		: 10px;
	background			: url('/images/background/arrow/right_small.gif') center right no-repeat;
	display				: block;
	width				: 110px;
}
#left dl
{
	margin				: 15px 0 0 0;
	padding				: 0 0 0 15px;
	background			: url('/images/background/arrow/right_normal.gif') no-repeat left 2px;
	width				: 155px;
	
}
#left dt
{
	margin				: 0 0 6px 0;
	display				: block;
	height				: 12px;
	text-indent			: -99999px;
	background-repeat	: no-repeat;
	background-position	: left top;
	cursor	: pointer;
}
#left dd
{
	margin-left			: 2px;
	line-height			: 1.3em;
}
#left dl a
{
	text-decoration		: none;
}
#left dl a:hover
{
	text-decoration		: underline;
}
dl.nieuws dd
{
	margin-bottom		: 15px;
}
dl.actueleemissie dt
{
	background-image	: url('/images/background/left/actueleemissie.gif');
}
dl.nieuws dt
{
	background-image	: url('/images/background/left/nieuws.gif');
}
dl.contact dt
{
	background-image	: url('/images/background/left/contact.gif');
}

#left dd.emissietitel a,
#navigation li.emissietitel {
	font-weight			: bold;
	color				: #FFF3AD;
}

#left dd.emissietitel,
#navigation li.emissietitel {
	padding-top			: 8px;
	line-height			: auto;
}

/* MAIN */
#main
{
	margin				: 0 0 0 190px;
	padding				: 25px 0 0 0;
}

#main h1
{
	margin				: 0px;
	display				: block;
	width				: 289px;
}
#main h1 a
{
	background			: url('/images/background/devereenigdecompagnie.gif') no-repeat;
	display				: block;
	border				: none;
	text-decoration		: none;
	height				: 58px;
	width				: 289px;
	margin-left			: 10px;
}
#main h1 a span
{
	visibility			: hidden;
	font-size			: 1px;
}


#main #dvc_welkom {
	float: right;
	font-size : 1em;
	width:250px;
	margin-top:-30px;
}

#main #dvc_welkom #uitloggen {
	padding-left: 15px;
	background-image: url(/images/background/arrow/right_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#main #dvc_welkom #uitloggen a {
	text-decoration:none;
	color:#fff3ad;
}
#content
{
	margin				: 22px 0 0 12px;
	display				: inline-block;
	zoom				: 100%;
}
* html #content
{
	margin-top			: 11px;
}

#rotate, #dia
{
	margin-bottom		: 20px;
}

#content h1
{
	color				: #fff3ad;
	margin				: 0px;
	font-size			: 1.6em;
	font-weight			: normal;
	width				: 100%;
}

#content h2
{
	color				: #fff3ad;
	margin				: 0px;
	font-size			: 1.2em;
	font-weight			: normal;
}
#content h3,#content h4,#content h5,#content h6
{
	color				: #fff3ad;
	margin				: 0px;
	font-size			: 1.0em;
	font-weight			: normal;
}


/* nieuwspagina */
#content div.newsitem
{
	margin-bottom		: 25px;
}
#content div.newsitem img
{
	float				: left;
	margin				: 0 15px 0px 0;
	border				: 2px solid #fff3ad;
}
#content div.newsitem h2 a, #content div.newsitem h2 a:visited
{
	color				: #fff3ad;
	text-decoration		: none;
	display				: block;
}
#content div.newsitem a img {
	border:0;
}
#content div.newsitem h2 a:hover
{
	color				: #001021;
	background-color	: #fff3ad;
}

#content div.newsitem a, 
#content div.newsitem a:visited, 
#content div.newsitem a:active {
	white-space:nowrap;
	color				: #fff3ad;
	text-decoration		: none;
}

#content div.newsitem a:hover
{
	color				: #fff;
}

#content div.newsitem p
{
	margin-top			: 5px;
}

ul#newsnav
{
	margin				: 0px;
	padding				: 0px;
	list-style-type		: none;
	text-align			: right;
	font-size			: 0.8em;
}
ul#newsnav li
{
	display				: inline;
}
#newsnav a
{
	margin-left			: 6px;
	text-decoration		: none;
}
#newsnav a:hover
{
	text-decoration		: underline;
}
#newsnav a.terug
{
	padding-left		: 12px;
	font-size			: 1.2em;
	background			: url('/images/background/arrow/terug.gif') no-repeat left center;
}
#newsnav a.vorige
{
	padding-left		: 12px;
	background			: url('/images/background/arrow/vorige.gif') no-repeat left center;
}
#newsnav a.volgende
{
	padding-right		: 12px;
	background			: url('/images/background/arrow/volgende.gif') no-repeat right center;
}

/* publicatiepagina */
#content div.publicatieitem
{
	margin-bottom		: 25px;
}
#content div.publicatieitem img
{
	float				: left;
	margin				: 0 15px 0px 0;
	border				: 2px solid #fff3ad;
}
#content div.publicatieitem h2 a, #content div.publicatieitem h2 a:visited
{
	color				: #fff3ad;
	text-decoration		: none;
	display				: block;
}
#content div.publicatieitem a img {
	border:0;
}
#content div.publicatieitem h2 a:hover
{
	color				: #001021;
	background-color	: #fff3ad;
}

#content div.publicatieitem a, 
#content div.publicatieitem a:visited, 
#content div.publicatieitem a:active {
	white-space:nowrap;
	color				: #fff3ad;
	text-decoration		: none;
}

#content div.publicatieitem a:hover
{
	color				: #fff;
}

#content div.publicatieitem p
{
	margin-top			: 5px;
}

/* diapagina */
#dia img#diaimg, #dia ul img
{
	border				: 2px solid #fff3ad;
}
img#diaimg
{
	width				: 487px;
	float				: left;
	margin-right		: 8px;
}
#dia div
{
	height				: 276px;
	overflow			: hidden;
	width				: 152px;
}
#dia ul#thumbs
{
	margin				: 0px;
	padding				: 0px;
	list-style-type		: none;
}
#dia ul#thumbs li
{
	margin				: 0 0 4px 0;
}
#thumbs img
{
	cursor				:pointer;
}

ul#scroll
{
	margin				: 5px 0 0 499px;
	padding				: 0px;
	height				: 9px;
	text-align			: center;
	width				: 152px;
}
ul#scroll li
{
	display				: inline;
}
ul#scroll a
{
	margin				: 0 20px;
	text-decoration		: none;
	background-repeat	: no-repeat;
	background-position	: top center;
}
#scroll a span
{
	visibility			: hidden;
}
a.up
{
	background-image	: url('/images/background/arrow/top_normal.gif');
}
a.down
{
	background-image	: url('/images/background/arrow/bottom_normal.gif');
}

#content input,select {
	width:150px;
	border: 1px solid #fff3ad;
}
#content input.small {
	width:15px;
	border:0;
}
#content .required {
	border: 1px solid red;
	background-color:#fff3ad;
}
#content .red {
	color: red;
}

#content div.newsitem a.leesmeer {
	width:10em;
}

/* S E A R C H */
#content .opnieuw_zoeken {
	float:right;
}

#content #zoekbox input {
	border:		0;
	width:		250px;
	height:		1.3em;
	font-size:  0.9em;
	color:		#001021;
	background-color: #fff3ad;
	padding-left:3px;
}
#content #zoekbox img {
	border:		0;
	cursor:		pointer;
	vertical-align: center;
	padding-top:4px;
}
#content #zoekbox input.image-submit {
	background-color:transparent;
}

#content .searchblock {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	background-color	: #001021;
	z-index:5;
	width:235px;
	overflow:hidden;
	padding:5px;
	border: 2px solid #fff3ad;

}
#zoeknaam {
	padding				: 0 0 0 15px;
	background			: url('/images/background/arrow/right_normal.gif') no-repeat left center;
	float:left;
}
#content input.search {
	width:171px;
	background-color:#E4E4E4;
	color:#001021
}
#content input.searchsubmit {
	width:50px;
	height:21px;
	background-color:#E4E4E4;
	color:#001021
}
#content #closesearch {
	float:right;
	font-weight:bold;
	cursor:pointer;
}

#content input.presentatie_zoekform  {
	border:0;
	border-bottom:dashed 1px solid #fff;
	background-color:#001021;
	width: 45px;
	color:#fff;
}
#content input.submit {
	width:8em;
	text-align:center;
	color:#001021;
	cursor:pointer;
	font-size:1em;
	font-weight:normal;
	background-color:#fed;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

#content #vloot tr {
	cursor:pointer;
}
#content #ActiveVlootRow  td {
	background-color: #fff3ad;
	color: #001021;
}
#content #relatedNieuws h3 {
	padding				: 0 0 0 15px;
	background			: url('/images/background/arrow/right_normal.gif') no-repeat left center;
	font-weight			: bold;
}
#content #relatedNieuws ul {
	margin-top:1px;
}
#geplaatst {
	top			:0;
	left		:0;
	width		:683px;
	height	:110px;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	float		:left;
	padding-top:5px;
	padding-bottom:5px;
}
#geplaatst_text {
	position		:absolute;
	width				:554px;
	height			: 27px;
	line-height	: 27px;
	top					: 41px;
	left				:122px;
	vertical-align: middle;
	font-weight	:bold;
	color				:#000;
	font-size		: 20px;
}
/* ______________________________ portal */
ul.portal_project li,
ul.welkom_projectoverzicht li {
	cursor: pointer;
	list-style-type		: none;
	padding-left: 15px;
	background-image: url(/images/background/arrow/right_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
}
ul.portal_project #portal_project_naam {
	background-image: none;
	padding-left:0;
	font-weight:bold;
	cursor:default;
}
#portal_technischegegevens {
	display: none;
	margin-left: 20px;  
}
#portal_rederijgegevens {
	display: none;
	margin-left: 20px;  
}
#portal_documenten {
	display: none;
	margin-left: 20px;  
}
.portal_project td  {
	padding-left: 6px;
}

.portal_project td.titel {
	font-weight: bold;
	padding-right: 6px;
}
.portal_project td.rederij_adres {
	padding-left: 12px;
}
.portal_project_documenten {
	display:none;
}
.portal_project a.fotoalbum {
	text-decoration:none;
}


#portal_participaties_projectoverzicht td {
	padding-left: 6px;
	padding-right: 6px;
	cursor			: normal;
}
#portal_participaties_projectoverzicht .titel {
	font-weight: bold;
	padding-right: 6px;
}
#portal_participaties_projectoverzicht .bedrag {
	text-align:right;
}
#portal_participaties_projectoverzicht .totaal td {
	border-top:1px solid #fff;
}

#portal_participaties_projectoverzicht .headers td {
	border-bottom:1px solid #fff;
}
#portal_participaties_projectoverzicht tr.over td {
	background-color: #fff;
	color: #001021;
	cursor:pointer;
}

#portal_fiscaaloverzicht td {
	padding-left: 6px;
	padding-right: 6px;
}
#portal_fiscaaloverzicht .titel {
	font-weight: bold;
	padding-right: 6px;
}
#portal_fiscaaloverzicht .bedrag {
	text-align:right;
}

#portal_fiscaaloverzicht .totaal td {
	border-top:1px solid #fff;
}

#portal_fiscaaloverzicht .headers td {
	border-bottom:1px solid #fff;
}


#portal_fiscaaloverzicht tr.over td {
	background-color: #fff;
	color: #001021;
}

#welkomFormulieren {
	padding-left:30px;
}

#welkomFormulieren form {
	margin:0;
	float : left;
	padding-left:10px;
}

#welkomFormulieren #fiscaalJaaroverzicht,
#welkomFormulieren #participaties {
	width:125px;
}
.portal_project_documenten .betreft{
	width:400px;
}

.portal_project_documenten .datum{
	width:100px;
	text-align:right;
	padding-right:15px;
}

.portal_project_documenten .bron{
	width:200px;
}

#portal_persoonsgegevens td {
	padding-right:15px;
}
.nobr {
	white-space: nowrap;
}
.center {
	text-align:center;
}

#printer {
	cursor: pointer;
	float:	left;
	padding-right:10px;
}
.print {
	display:none;
}

#schepeninfoMogelijkheden {
	padding-left	: 45px;
}

/* _________________________________selectbox */
@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 16px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 0.9em;
	color: #fff;
	padding: 0;
	border-color: #001021;
	border: 1px solid #3b3b3c;
}
.jquery-selectbox.selecthover {
	background-color: #fff;
	color:#001021;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 2px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	background-color: #3b3b3c;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 50px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #fff;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("/images/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/images/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #fff;
	color: #001021;
	font-weight:bold;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("/keysitecms/images/jquery.selectbox/default/bg-TextFieldError.gif");
}
