/* standard elements *************************************/
html {
	/*overflow: auto;*/
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#BDC7D6;
	font-family: Verdana, Arial, serif;
	font-weight: normal;
	font-size: 11px;
	color: #040000;
	
}
a img {
	border: none;
}

a {
	text-decoration: underline;
	color: #040000;
	
	
}

a:hover {
	text-decoration: underline;
	color: #003581
	
	
}


h1 {
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	font-size: 15px;
	color: #003581;
}

h2 {
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

td {
	vertical-align:top;
}

/* fw elements ************************************************/
div.fw_panelheader {
	height: 26px;
	margin: 0 0 5px 0;
	background-image: url(../images/fw_panelheader_top.gif);
}
div.fw_panelheader_title {
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}


div.popup_content {
	margin: 0px 10px 10px 10px;
}
input {
	margin: 0px;
}

input.fw_textbox {
	background-color: #DDDDDD;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px 4px 2px 4px;
	font-family: Verdana, Arial, serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

textarea.fw_textbox {
	background-color: #DDDDDD;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px 4px 2px 4px;
	font-family: Verdana, Arial, serif;
	font-weight: normal;
	font-size: 11px;
	
}

input.fw_checkbox {
	width: auto;
	border: none;
	margin: 4px 0 0 0;
}


/* layout ************************************************/
div.project {
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100px;
}
* html div.project {
	height: 100px;
}

div.project div.image {
	width: 100px;
	height: 100px;
	float: left;
}
div.project div.description {
	float: left;
	width: 430px;
	padding-left: 5px;
}




table#main {
	background-color: #CED0C8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 1137px;
	border: 1px solid black;
	min-height: 600px;
}

td#main_left {
	width: 140px;
	height: 134px;
	background-color: #003581;
	background-image: url(../images/main_left_back.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px;
	vertical-align:top;
	
}

td#main_left_bottom {
	background-color: #003581;
	background-image: url(../images/main_left_back.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align:top;
}


td#main_spacer {
	width: 4px;
	background-color: white;
	vertical-align: top;
	padding: 0px;
}

td#main_spacer_bottom {
	background-color: white;
	padding: 0px;
		vertical-align:top;
}

td#main_center {
	width: 140px;
	background-color: #CED0C8;
	vertical-align: top;
	padding: 0px;
}

td#main_center_bottom {
	background-color: #CED0C8;
	padding: 0px;
}

td#main_right {
	height: 100%;
	background-color: #CED0C8;
	padding: 0px;
}


div#main_right_top {
	height: 134px;
	background-color: #CED0C8;
	width: 100%;
	background-image: url(../images/main_right_top_back.gif);
	background-repeat: repeat-x;
}

div#main_right_title {
	float: right;
	font-family: helvetica;
	font-weight: normal;
	font-size: 28px;
	color: white;
	text-align:white;
	margin-top: 75px;
	padding-right: 35px;
}


div#menu ul, div#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#menu {
	position: relative;
	z-index: 100;
	top: 35px;
	left: -70px;
	width: 140px;
	height: 300px;
}


div#menu a {
	display: block;
	width: 140px;
	height: 16px;
	background-color: #040000;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
	font-family: helvetica;
	font-weight: bold;
	padding-top: 2px;
}
div#menu a:hover {
	background-color: #003581;
	color: #FFFFFF;
	text-decoration: none;
}


div#content {
	min-height: 400px;
	margin-right: 35px;
	margin-bottom: 20px;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 887px;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #636563;
	padding-top: 10px;
}


/* -------- LOGIN ---------- */
/*
.field{
	border: 1px solid #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

.field input {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
	background: #ffffff;
	border: 1px solid #e5e5e5;	
	padding: 3px;
	height: 16px !important;
	width: 170px !important;
	cursor: pointer;
}*/
div#login {
	background-color: #eeeeee;
	width: 400px;
	height: 350px;
	margin: auto;
}
div#login div#logincontent {
	padding: 50px;
}
div#login h2 {
	height: 30px;
	padding-top: 10px;
	padding-left: 50px;
	background-image: url(../images/icon_login.png);
	background-repeat: no-repeat;
}
div#logincontent div {
	display: block;
	clear:both;
	padding-left: 10px;
	width: 277px;

}

div#login input#btnLogin {
	clear:both;
	margin: auto;
	width: 100px;
	height: 35px;
	background-color: white;
	background-image: none;
	float: right;
	padding: 0px;
	
}

div#login input {
	margin-left: 0px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/bg_input.png) repeat-x scroll 0 0;
	border:1px solid #A7A7A7;
	font-size:14px;
	height:22px;
	margin-bottom:15px;
	padding-left:4px;
	padding-top:6px;
	width:270px;
}



.error {
	color:red;
	border:1px solid #FAAC1B;
	background-color:#EEEEEE;
	padding:10px;
	margin-bottom:10px;
}

.error a {
	color:red;
	text-decoration: underline;
}
.error a: hover {
	text-decoration: none;	
}
/*** Album ***/
div.albumheader {
	background-color: #013581;
	height: 22px;
	color: #ffffff;
	font-size: 13px;
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 10px;
}

div.albumheader a {
	color: #b3b3b1;
	font-size: 13px;
	text-decoration: none;
}
div.albumheader a:hover {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

div.albumheader a.active {
	font-size: 13px;
		font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


table.album {
	width: 815px;
}


table.album tr td {
	padding: 0px;
	margin: 0px;
}

table.album tr td.eigenschappen {
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	width: 542px;
}

/*** Reeds verkocht **/
div#reedsverkocht_albums {
	background-color: #013581;
	height: 22px;
	color: #b3b3b1;
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 10px;
}

div#reedsverkocht_albums a {
	color: #b3b3b1;
	font-size: 13px;
	text-decoration: none;
}
div#reedsverkocht_albums a:hover {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

div#reedsverkocht_albums a.active {
	font-size: 13px;
		font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

div#reedsverkocht_kiesweergave {
	color: #003581;
	font-style: italic;
	margin-bottom: 10px;
}

div#reedsverkocht_kiesweergave label {
	margin-left: 5px;
	margin-right: 10px;
}

div#reedsverkocht_mozaiek {
	display: none;

}
img.reedsverkocht_mozaiek {
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
}

div#reedsverkocht_lijst {
	display: none;
}
img.reedsverkocht_lijst {
	float: left;
	
}
div.reedsverkocht_eigenschappen {
	float: left;
	width: 200px;
}

table.reedsverkocht_lijst {
	width: 815px;
}


table.reedsverkocht_lijst tr td {
	padding: 0px;
	margin: 0px;
}

table.reedsverkocht_lijst tr td.eigenschappen {
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	width: 300px;
}
h3 {
	margin: 0px;
	margin-bottom: 10px;
	color: #003581;
	
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




