BODY {
	margin: 0px;
	background-image: url('../images/background2.jpg');
}

.bigBr
{
	font-size: 4px;
}

/* 
Basic lay-out
- top, bannerBar, accountButtons, topMenu, subMenu, main(menu, mainright), bottom
*/

.all {
	background-color: White;
	width: 100%;	/*775px*/
	border-bottom: 1px solid #636363;
}

.top {
	position: relative;
	width: 100%;	/* 775px */
	height: 40px;
	background-image: url('../images/logo_veilingnotaris.gif');
	background-repeat: no-repeat;
	background-color: White;
}

.bannerBar {
	position: relative;
	width: 100%; /* 775px */
	height: 65px;
	background-image: url('../images/bannerbar2.gif');
	/*background-image: url('../images/themes/barTopTorino.gif');*/
	/*background-image: url('../images/themes/kerst.gif')*/;
	background-repeat: no-repeat;
	background-color: #91BFF6;
}

.topMenu {
	position: relative;
	width: 100%; /*775px*/
	height: 16px;
	background-image: url('../images/bg_topmenu.gif');
	background-repeat: repeat-x;
	color: White;
	font-size: 10px;
}
.subMenu {
	position: relative;
	width: 770px;	/* 5px korter ivm padding-left */
	height: 16px;
	background-color: White;
	padding-left: 5px;
	text-align: center;
	word-spacing: 2px;
	font-family: verdana;
	font-size: 10px;
	color: Black;
}
.titleBar {
	position: relative;
	width: 770px; /* 5px korter ivm padding-left */
	background-color: White;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #3C679A;
}
.main {
	position: relative;
	overflow: auto;
	width: 775px;
	background-image: url('../images/bg_leftmenu_775px.gif');
	background-repeat: y-repeat;
	background-color: White;
	overflow-x: hidden;
 	overflow-y: auto;
}

.menu {
	float: left;
	width: 200px;
	background-image: url('../images/bg_leftmenu.gif');
	background-repeat: repeat-y;
}

.menuBeheer {
	width: 200px;
	background-image: url('../images/bg_leftmenu_beheer.gif');
	background-repeat: repeat-y;
}

.mainright {
	width:575px;
	float:left;
	overflow: hidden;
	background-color: White;
	font-family: verdana;
	font-size: 12px;
}

.bottom {
	width: 100%; /*775px*/
	background-image: url('../images/bg_leftmenu.gif');
	border-top: 1px solid #DCDCDC;
	text-align: center;
	line-height: 15px;
	font-family: verdana;
	font-size: 10px;
	color: #888888;
	padding-top: 5px;
	padding-bottom: 5px;

}

/*
Einde basic lay-out classes
*/

/* Top-classes */
.logo {
	background-image: url('../images/logo_veilingnotaris.gif');
	width: 220px;
	float: left;
}
.infoButton {
	border: 0px;
	margin-left: 250px;
}
.loginBar {
	width: 775px;
	margin-bottom: 1px;
	margin-right: 1px;
	background-color: White;
	text-align: right;
	font-family: verdana;
	font-size: 11px;
	color: Black;
}
.loginBar a:link {
	text-decoration: none;
	color: Black;
}
.loginBar a:active {
	text-decoration: none;
	color: Black;
}
.loginBar a:visited {
	text-decoration: none;
	color: Black;
}
.loginBar a:hover {
	text-decoration: underline;
	color: Black;
}
/* Einde infoButtons */

/* Submenu buttons*/
.submenu a:link {
	text-decoration: none;
	color: Black;	
}
.submenu a:visited {
	text-decoration: none;
	color: Black;
}
.submenu a:hover {
	text-decoration: none;
	color: #980000;
}
/* Einde Submenu buttons*/

/* Menu buttons */
.menuItem {
	width: 179px;
	padding-left: 5px;
	line-height: 15px;
	font-family: verdana;
	font-size: 11px;
	color: Black;
}
.menuItem a:link {
	text-decoration: none;
	color: Black;
}
.menuItem a:visited {
	text-decoration: none;
	color: Black;
}
.menuItem a:hover {
	text-decoration: none;
	color: #980000;
}
/* Einde Menu buttons */

/* PageTitles */
.leftTitle {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	color: #980000;
}

/* Einde PageTitles */

/* Bottom-links */
.bottom a:link {
	text-decoration: none;
	color: #888888;
}
.bottom a:visited {
	text-decoration: none;
	color: #888888;
}
.bottom a:hover {
	text-decoration: underline;
	color: #888888;
}


/* Einde Bottom-links */



/* Tabel-opmaak Veilingoverzicht(en) */

.veilingOverzicht {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #F3F7FE;
	font-family: Tahoma;
	font-size: 11px;
}
.overzichtKolomtitel {
	font-weight: bold;
}
.overzichtObject {
	background-color: #E9F1F8;
	width: 275px;
	vertical-align: top;
}
.overzichtVeilingID {
	vertical-align: top;
	width: 30px;
	background-color: #E0EAF4;
}
.overzichtAdres {
	font-weight: bold;
	color: Black;
}
.overzichtAdresGeannuleerd {
	font-weight: bold;
	color: #747474;
}
.titelGeannuleerd {
	color: #980000;
}
.overzichtProvincie {
	vertical-align: top;
	background-color: #E0EAF4;
}
.overzichtVoortgang {
	vertical-align: top;
	background-color: #E9F1F8;
}
.overzichtVoortgangUrgent {
	vertical-align: top;
	color: #980000;
	background-color: #E9F1F8;
}
.overzichtFoto {
	vertical-align: top;
	background-color: #E9F1F8;
	width: 15px;
}
.overzichtAdres a:link {
	text-decoration: none;
	color: Black;
}
.overzichtAdres a:visited {
	text-decoration: none;
	color: #747474;
}
.overzichtAdres a:hover {
	text-decoration: none;
	color: #980000;
}
.overzichtTitel {
	color: #696969;
}
.overzichtTitel a {
	text-decoration: none;
	color: #696969;
}
/* EINDE - Tabel-opmaak Veilingoverzicht(en) */

/* Steps */
.step {
	font-weight: bold;
	color: Darkgrey;
}
.step a:link {
	text-decoration: none;
}
/* EINDE Steps */
/*
MainTable met 1px border solid
*/
#boxTitle{
	margin-top: 10px;
	width: 550px;
	height: 13px;
	background-color: #980000;
	padding: 3px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.boxContent{
	width: 550px;
	border-top: 0px;
	font-size: 11px;
	margin-bottom: 10px;	
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	background-color: White;
	padding: 2px; /* was 3 */
}
.boxContent a:link {
	text-decoration: none;
	color: #980000;
}
.boxContent a:visited {
	text-decoration: none;
	color: #980000;
}
.boxContent a:hover {
	text-decoration: underline;
	color: #980000;
}
/*

/* Formfields */
.basicFormfield {
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 2px;
	font-size: 11px;
	font-family: Verdana;
	background: #fdfdfd;
	color: Black;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
.formfieldSave {
	margin-top: 10px;
	margin-right: 15px;	
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	background: #980000;
	color: White;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
.formfieldAdres {
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	background: #980000;
	color: White;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
.submitSmall {
	text-align: center;
	font-size: 9px;
	font-family: Verdana;
	background: #980000;
	color: White;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
.zakelijkeLast
{
	font-size: 9px;	
}
.hide {
	visibility: hidden;
}
.unhide {
	visibility: visible;
}
.tip {
	font-family: verdana;
	font-size: 10px;
	color: #AFAFAF;
}
.iFrame {
	width: 310px;
	height: 15px;
	border: 1px dashed Grey;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Einde Formfields */

.textPage {
	font-family: verdana;
	font-size: 10px;
	color: black;
}
.textPage a:link {
	color: #980000;
	font-weight: bold;
}
.textPage a:visited {
	color: #980000;
	font-weight: bold;
}
.textPage a:hover {
	color: #980000;
	font-weight: bold;
	text-decoration: underline;
}


#veilingTitle{
	margin-top: 10px;
	width: 550px;
	height: 13px;
	background-color: #3C679A;
	padding: 3px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.veilingContent{
	width: 550px;
	border-top: 0px;
	font-size: 10px;
	font-family: verdana;
	margin-bottom: 10px;	
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	background-color: White;
	padding: 2px; /* was 3 */
}
.veilingText
{
	font-family: verdana;
	font-size: 10px;
}
.veilingContent a:link {
	text-decoration: none;
	color: #980000;
}
.veilingContent a:visited {
	text-decoration: none;
	color: #980000;
}
.veilingContent a:hover {
	text-decoration: underline;
	color: #980000;
}

.veilingLabel {
	font-weight: bold;
}
/* Partnerkantoor */
.partner {
	border-top: 1px dashed #DEDEDE;
	font-size: 10px;
}
.opslaan {
	border: 1px dashed #DEDEDE;
	width: 530px;
	text-align: center;
}
.saveAll {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	background: #980000;
	color: White;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
.overzichtHead
{
	font-size: 11px;
	font-weight: bold;
}
.adminOption {
	font-family: verdana;
	size: 10px;
	color: #980000;
	font-weight: bold;
}
.adminOption a:link {
	text-decoration: none;
	color: #980000;
}
.adminOption a:visited {
	text-decoration: none;
	color: #980000;	
}
.adminOption a:hover {
	text-decoration: none;
	color: Black;	
}

/*
Provincie Box
*/
.provincieGlue
{
	width: 240px;
	float: left;
	margin: 10px;
}
#provincieBoxTitle{
	margin-top: 10px;
	width: 240px;
	height: 13px;
	background-color: #3C679A;
	padding: 3px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.provincieBoxContent{
	width: 240px;
	border-top: 0px;
	font-size: 10px;
	margin-bottom: 10px;	
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	background-color: White;
	padding: 2px; /* was 3 */
}
.provincieBoxContent a:link {
	text-decoration: none;
	color: #315885;
}
.provincieBoxContent a:visited {
	text-decoration: none;
	color: #315885;
}
.provincieBoxContent a:hover {
	text-decoration: underline;
	color: #315885;
}
/**/

.mediumText {
	font-size: 11px;
	font-family: verdana;
	color: Black;
}
.mediumText a:link {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	color: #980000;
	
}
.mediumText a:visited {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;	
	color: #980000;
	
}
.mediumText a:hover {
	font-size: 11px;
	text-decoration: underline;
	font-family: verdana;
	color: #980000;
	
}

.submitBlue {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	background: #980000;
	color: White;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}

.error {
	color: #980000;
}





/* Tabel-opmaak Deelnemersoverzicht ADMIN */

.kantoorOverzicht {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFF6F6;
	font-family: Tahoma;
	font-size: 11px;
}
.overzichtKolomtitelKantoor {
	font-weight: bold;
}
.overzichtKantoor {
	background-color: White;
	width: 290px;
	vertical-align: top;
}
.overzichtAccountID {
	vertical-align: top;
	width: 30px;
	background-color: #FFEAEA;
}
.overzichtKantoornaam {
	font-weight: bold;
	color: Black;
}
.overzichtUsername {
	color: #000000;
	font-weight: normal;
}
.overzichtGeblokkeerd {
	color: #980000;
	font-weight: normal;
}
.overzichtKantoorPlaats {
	width: 100px;
	vertical-align: top;
	background-color: #FFEAEA;
}
.overzichtType {
	vertical-align: top;
	background-color: #FFFFFF;
}
.overzichtKantoornaam a:link {
	text-decoration: none;
	color: Black;
}
.overzichtKantoornaam a:visited {
	text-decoration: none;
	color: #747474;
}
.overzichtKantoornaam a:hover {
	text-decoration: none;
	color: #980000;
}

/* EINDE - Tabel-opmaak Deelnemers overzicht ADMIN */

.logs {
	font-size: 11px;
	font-family: verdana;
}
.logsBg {
	background-color:	 #FFF6F6;
}
.logsBgLight {
	background-color: White;
}
.logsBgDark {
	background-color: #FFEAEA;
}
.logs a:link {
	font-size: 11px;
	text-decoration: none;
	font-family: verdana;
	color: #980000;
}
.logs a:visited {
	font-size: 11px;
	text-decoration: none;
	font-family: verdana;
	color: #980000;
}
.logs a:hover {
	font-size: 11px;
	text-decoration: underline;
	font-family: verdana;
	color: #980000;
}


.aantalAdvertenties {
	position: absolute;
	top: 10px;
}

.aantalDeelnemers {
	font-size: 20px;
	color: #3C679A;
	font-family: tahoma;
	font-weight: bold;

}
.aantalDeelnemers2 {
	font-size: 15px;
	color: #00000;
	font-family: verdana;
	font-weight: bold;
}

/*Printlijst*/
.bodyPrintlijst
{
	background: White;
	font-family: verdana;
	font-size: 8pt;
}
.printlijstMenu
{
	font-size: 8pt;
	font-family: verdana;
	background-color: #F5F5F5;
}
.printlijstColumns
{
	font-size: 8pt;
	font-family: arial;
	margin-top: 20px;
}

.printlijstColumns td
{
	padding-bottom: 2px;
}
}

/* Luuk */
.tekstIndex {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	margin: 2px 25px 25px 25px;
	padding: 10px;
}

.tekstOpmaak {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 575px;
	line-height: 15px;
}
.tekstOpmaak a {
	color: #980000;
	text-decoration: none;
}
form {
margin:0;
}

.button {
	background-color: #3C679A;
	color: #fff;
	font-weight: bold;
	border-right: 3px double #2E4F76;
	border-bottom: 3px double #2E4F76;
	border-left: 3px double #487BB7;
	border-top: 3px double #487BB7;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
/*Foto-service*/
.imgFotoservice {
	border: 1px solid #666;
	padding: 10px;
	margin-top: 15px;
	margin-left: 15px;
}
.randomFotoservice
{
	width: 560px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px dashed Silver;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	
}
.randomFotoservice img
{
	margin-left: 35px;
	margin-bottom: 10px;
	padding: 0px;
}
.fotogalerijNavigation
{
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;	
}
.fotogalerijNavigation a
{
	text-decoration: none;
	color: #3C679A;
}
.fotogalerijNavigation a:hover
{
	text-decoration: underline;
	color: #000000;
}

/*Veilingkalender*/
.veilingKalenderMaand {
	margin-top: 4px;
}

/*Notities*/
.post
{
	margin-top: 3px;
	width: 544px;
	font-family: verdana;
	font-size: 11px;
}
.postHeader
{
	border: 0px;
	background-color: #F6F6F6;
	padding: 2px;
}
.postBody
{
	border: 0px;
	background-color: White;
	padding: 5px;
}
/*Veilingkalender Den Haag*/
.veilingkalenderDenHaag {
	font-family: verdana;
	font-size: 11px;
	padding: 2px;
}
.veilingkalenderDenHaag td {
	border-bottom: 1px solid Black;
}

.webvideoBtn img {
	border: 0 !important;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.links a {
	color: #778CB0;
	font-weight: bold;
}
.links p {
	margin: 2px 0 5px 0;
}
/*Collectieve veiling*/
.colVeilingkalender {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #F3F7FE;
	font-family: Tahoma;
	font-size: 11px;
}
.colVeilingkalender a{
	text-decoration: underline;
	color: #000;
}
.colVeilingkalender a:hover {
	text-decoration: none;
	color: #980000;
}
/* Veilingmanager Navigatie */

.veilingmanagerNav a {
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 180px;
}

.veilingmanagerNav a img {
	border: 1px solid #444;
	float: left;
	margin: 1px 5px 1px 1px;
}

.veilingmanagerNav a {
	color: #000;
	text-decoration: none;
}

.veilingmanagerNav a h1 {
	margin: 1px 0 2px 0;
	font-size: 11px;
}

.veilingmanagerNav a p {
	margin: 0;
	font-size: 10px;
}

.veilingmanagerNav a:hover {
	color: #980000;
}

.veilingmanagerNav a:hover img {
	border: 2px solid #980000;
	margin: 0 4px 0 0;
}

/* Veiling opties*/
.veilingOpties a {
	font-family: verdana;
	font-size: 10px;
	color: #980000;
	text-decoration: none;
	margin-right: 10px;
}

.veilingOpties a:hover {
	text-decoration: underline;
}



.veiling-overzicht {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin: 15px 0;
 width: 560px
}
 
.veiling-overzicht td {
 vertical-align: top;
 padding: 5px;
 border-bottom: 3px solid #fff;
 background: #FDFDFF;
}
 
.veiling-overzicht p {
 margin: 0;
}
 
.veiling-overzicht .adres {
 font-weight: bold;
 font-size: 15px;
 color: #3258B9;
 text-decoration: underline;
}

.veiling-overzicht .adres-geannuleerd s {
 font-weight: bold;
 font-size: 15px;
 color: #666;
}

.veiling-overzicht .adres-geannuleerd {
 color: #FF0000;
 text-decoration: none;
}
 
.veiling-overzicht .adres-geannuleerd a{
 text-decoration: none;
}
 
.veiling-overzicht .plaats {
 margin: 3px 0 5px 0;
}
 
.veiling-overzicht .veiling {
 color: #3C679A;
 margin: 5px 0 0 0;
}
 
.veiling-overzicht .details {
 padding-left: 20px;
 border-right: 3px solid #fff;
 border-left: 3px solid #fff;
}
 
.veiling-overzicht .foto {
 width: 135px;
 padding: 0;
}
 
.veiling-overzicht .label {
 margin: 7px 0 1px 2px;
 color: #222;
 font-size: 10px;
}
 
.veiling-overzicht td.foto img {
 border: 5px solid #FDFDFF;
}
 
.veiling-overzicht tr.veiling-overzicht-record:hover td {
 background: #F3F7FE;
 cursor: pointer;
}
 
.veiling-overzicht .even td.foto img {
 border: 5px solid #E0EAF4
}
 
.veiling-overzicht .header {
 background: #E0EAF4;
 font-weight: bold;
 text-align: right;
 padding: 10px;
 font-size: 15px;
}
 
.veiling-overzicht .results {
 font-size: 14px;
 font-weight: bold;
 color: #444;
}

.veiling-overzicht .veilingdata p {
 white-space: nowrap;
}

.veiling-overzicht .highlight {
 color: #FF0000;
 font-size: 12px;
 text-decoration: none !important;
}
