﻿/* Global style definitions */
body
{
	padding: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.68em;
	color: #000000;
	margin: 0px;
	line-height: 150%;
}

.style1
{
	background: #384fa2;
	color: #FFFFFF;
}
/*
Truckje om een TextBox met TextMode="Password" te watermarken, in feite wordt de 
voorgrondkleur gelijk aan de achtergrondkleur en wordt de achtergrond een plaatje met de 
watermark tekst. Omdat de watermarktekst anders zou getoond worden als sterretjes
*/
.watermarked_psw
{
	color: #EFEFEF;
	vertical-align: bottom;
	text-align: left;
	background-image: url(/images/wachtwoord.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
		
a
{
	text-decoration: none;
	color: #384fa2;
}

a:visited
{
	color: #384fa2;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #384fa2;
}

td.menuitem a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.125em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

input
{
	background-color: #efefef;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	border-top: #9cb3c9 1px solid;
	border-bottom: #9cb3c9 1px solid;
	border-left: #9cb3c9 1px solid;
	border-right: #9cb3c9 1px solid;
}

input[type=radio], input[type=checkbox] {
	border: 0px;
	background: none;
}

input[type=button], input[type=submit] {
	cursor: pointer;
}

input[disabled=disabled] {
	color: #666;
}

option
{
	border: 0px solid #9cb3c9;
	color: #000000;
	text-decoration: none;
	background-color: #efefef;
}

select
{
	border: 1px solid #9cb3c9;
	color: #000000;
	text-decoration: none;
	background-color: #efefef;
}


table.forms td {
	padding-bottom: 5px;
}

div.infobox {
	background-color: #fffccc; border: 1px solid #999; padding: 5px; 
}

div.infobox p {
	text-align: center; padding: 0; margin: 0;
}
	
.CurrentHeader
{
	border: 1px solid #9cb3c9;
}

.CurrentHeader th
{
	background-color: #384fa2;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;	
}

.CurrentHeader td
{
	background-color: #eeefff;
	padding: 5px;
	text-align: left;
}

.UpcommingHeader
{
	border: 1px solid #9cb3c9;
}

.UpcommingHeader TH
{
	background-color: #384fa2;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.UpcommingHeader TD
{
	background-color: #eeefff;
	padding: 5px;
	text-align: left;
}


.PreviousHeader
{
	border: 1px solid #9cb3c9;
}

.PreviousHeader TH
{
	background-color: #384fa2;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.PreviousHeader TD
{
	background-color: #eeefff;
	text-align: left;
	padding: 5px;
}

.AuctionGroup
{
	border-bottom: 1px dotted #9cb3c9;
	padding-bottom: 10px;
	background-color: #eeefff;
	width: 100%;
}
.oranje
{
    background-color: #FF6600 !important;
    color: #000000 !important;
}
.oranjeData
{
    background-color: #FFA448 !important;
    color: #000000 !important;
}

.AuctionGroup a
{
	color: #384fa2;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.AuctionGroup a:hover
{
	text-decoration: underline;
}

.AuctionGroup TH
{
	background-color: #384fa2;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.AuctionGroupExtended
{
	border: 1px solid #9cb3c9;
	text-align: left;
	width: 100%;
}

.AuctionGroupExtended TH
{
	background-color: #384fa2;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;	
}

.AuctionGroupExtended TD {
	padding: 2px;
}


.AuctionList
{
	border: 1px solid #9cb3c9;
	text-align: left;
	width: 100%;
}

.AuctionList TH
{
	background-color: #384fa2;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.AuctionViewParcelList
{
	border: 1px solid #eeefff;
	text-align: left;
	width: 100%;
}

.AuctionViewParcelList TH
{
	background-color: #384fa2;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

.AuctionViewParcelList TD
{
	padding-left: 5px;
	padding-right: 5px;

	padding-top: 10px;
	padding-bottom: 10px;
			
	vertical-align: top;
}

.Parcel
{
	margin: 5px;
	padding: 0px;
	border-color: #eeefff;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Parcel TH
{
	background-color: #384fa2;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.Parcel TD
{
	padding-left: 5px;
	padding-right: 5px;

	padding-top: 5px;
	padding-bottom: 10px;
	
	vertical-align: top;
}

.CaptchaControl
{
    text-align: left;
}
/**********************************************
   Modal invoer schermpjes (AB 7-10-2009)
**********************************************/
.modalBackground {
	background-color: #ccc;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalHeader
{
	cursor: move;
	background-color: #384FA2;
	border: solid 1px #666;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.modalPopup {
	background-color:#eee;
	border-width:3px;
	border-style:solid;
	border-color: #666;
	padding:3px;
	/* width:440px; */
}

.PopUpMask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}
    
.divModalPopup
{
    width: 500px;
    position: absolute;
    top: 100px;
    left: 100px;
    margin-top: 4px;
    z-index: 9001;
}

a.cat_nav:link, a.cat_nav:active, a.cat_nav:hover {
	color: #384fa2;
}

a.cat_nav:visited {
	color: #800080;
}

span.cat_nav
{
    /* Dit is het 'current item' */
    font-weight: bold;
}

.bold { font-weight: bold; }

div.paging, tr.paging {
	width: 100%;
	margin-bottom: 0px;
	clear: both;
}

tr.paging td table
{
    margin: 0;
    padding: 0;
}

div.paging div.pages, tr.paging td table {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.paging div.pages a, div.paging div.pages span {
	margin-left: 3px;
}

div.paging a, div.paging a:visited, tr.paging a, tr.paging a:visited {
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;			
	border: 1px solid #666;
	background: #none;
	color: #333;
	text-decoration: none;
	position: relative;
}

div.paging a:hover, tr.paging a:hover {
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;			
	border: 1px solid #666;
	background: #ccc;
	color: #333;
	text-decoration: none;
	position: relative;
}

div.paging span.currentPage, tr.paging td span {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 10px;			
	border: 1px solid #666;
	background: #ccc;
	color: #333;
	text-decoration: none;
}

div.paging div.pages a.aspNetDisabled, div.paging div.pages a.aspNetDisabled:hover {
    color: #ccc;
    background: #fff;
}
