BODY {
	background-color: #FFFFFF;
}
BODY.NF_background {
	background-image: url(../images/layout_newsfield.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 100%;
	margin: 0px;
}

* {
	font-family: Calibri,Trebuchet MS, Arial;
	/*font-family: Trebuchet MS;*/
	/*font-family: Arial;*/
	font-size: 13px;
}

A {
	text-decoration: none;
	color: #2b9bac;
}

A:HOVER {
	text-decoration: underline;
}

TD.bold {
	font-weight:bold;
}

TABLE.icons {
	width:600px;
	height:135px;
	margin-top:13px;
	padding:0px;
}

.icon IMG {
	border:1px solid white;
}

.icon:HOVER IMG {
	border: 1px dotted #a2d226;
}

/*DIV#container {
	margin:0px;
	padding:0px;
	height:600px;
	width:100%;
}*/

DIV#contentfield {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

DIV#content {
	position:absolute;
	left:197px;
	top:90px;
}

DIV#loginfield {
	width:604px;
	height:450px;
	left:50%;
	margin-left:-302px;
	top:50%;
	margin-top:-255px;	
	position:absolute;
	background-image: url(../images/login_bg.jpg);
}

FONT.copyright {
	font-family:Arial,sans-serif;
	font-size:11px;
	color: #8c8c8c;
}

/* start DIVS for main menu */

TD.menu {
	padding-top:10px;
}

TD.submenu {
	background-image:url(../images/navicons/shadow.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-top:3px;
	padding-bottom:12px;
	padding-left:35px;
	color:black;
}

TD.submenu A {
	color:black;
}

DIV#menu {
	position:relative;
	width:149px;
	left:0px;
	top:90px;
	color:#515151;
	font-weight:bold;
}

DIV.menuitem {
	padding-left:35px;
	padding-top:4px;
}

DIV.menuitem.home {
	background-image: url(../images/navicons/home_menu.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 27px;
	width: 152px;
}

DIV.menuitem.contacts {
	background-image: url(../images/navicons/contacts_menu.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	min-height: 27px;
	width: 152px;	
}

DIV.menuitem.newsletter {
	background-image: url(../images/navicons/nieuwsbrief_menu.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 27px;
	width: 152px;	
}

DIV.contactsdropdown {
	border:1px solid black;
	display:none;
}

DIV.newsletterdropdown {
	border:1px solid black;
	display:none;
}

/* end DIVS for main menu */

DIV#menu A.item {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
DIV#menu A.item:hover {
	text-decoration: underline;
}
TD.content {
	font-size: 12px;
	padding-top: 40px;
	padding-left: 20px;
}
H1 {
	font-size: 20px;
	margin-bottom:5px;
}
H2 {
	font-size: 19px;
	margin-bottom:0px;
	font-weight:bold;
	color: #c0c0c0;
}

TABLE.messageTable {
	border: 1px dotted #6fb925;
	margin-bottom: 10px;
}

TABLE.errorTable {
	border: 1px dotted #AA0000;
	margin-bottom: 10px;
}


TABLE.edittable {
}

TABLE.smallfont TR TD {
	font-size: 11px;
}
TABLE.largelist TR TD {
	font-size: 15px;
	padding: 3px 3px 3px 3px;
}
TABLE.largelist TR TD A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
TABLE.largelist TR TD A:hover {
	text-decoration: underline;
}

TABLE.smalllist {
	margin-top: 10px;
}

TABLE.smalllist TR TH {
	padding: 3px 8px 3px 0px;
	text-align: left;
	color: #888888;
	border-bottom: 1px solid #d7ef8c;
}

TABLE.smalllist TR TD {
	padding: 3px 8px 3px 0px;
}

TABLE.smalllist TR TD A {
	color: #000000;
	text-decoration: none;
}

TABLE.smalllist TR TD A:hover {
	text-decoration: underline;
}

TABLE.smalllist TR TH {
	text-align: left;
	font-weight: bold;
}

TH.regular {
	text-align: center;
	color: #000000;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform: uppercase;
}
TD.property {
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
}
TD.propertyvalue {
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 0px 3px 5px;
}
INPUT.textfield {
	width: 200px;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
	font-weight: normal;
}
INPUT.textfieldsmaller {
	width: 55px;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
}
INPUT.textfieldsmallest {
	width: 35px;
	border: 1px solid #AAAAAA;
	padding-left: 2px;
}
SELECT.selectbox {
	border: 1px solid #AAAAAA;
}
TEXTAREA.textfield {
	width: 400px;
	border: 1px solid #AAAAAA;
}
INPUT.button {
	border: 1px solid #AAAAAA;
	cursor: pointer;
	font-weight:bold;
	background-color: #e9e9e9;	
	height:25px;
}

INPUT.button.cancel {
	font-weight:normal;
	width:80px;
}

INPUT.button.save {
	width:90px;
	border: 2px solid #AAAAAA;
}

FONT.error {
	font-weight:bold;
	color: #408408;
}

FONT.explanation {
	font-size: 11px;
}

FONT.explanation UL {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    list-style-position: outside;
	font-size: 11px;
}

FONT.explanation LI {
    list-style-image: url('../../images/bullet.gif');
	font-size: 11px;
}
FONT.explanation LI A {
	font-size: inherit;
}

TABLE.bluebox {
	background-position:top left;
	background-repeat:no-repeat;
}

TABLE.bluebox.search {
	background-image: url(../images/searchbox_bg.jpg);
	height:160px;
	width:401px;	
}

TABLE.bluebox.search TR TH {
	text-align: center;
	color: #000000;
	font-size: 14px;
	padding: 13px 10px 5px 0px;
	text-transform: uppercase;
}
TABLE.bluebox.search TR TD {
	padding: 0px 25px 5px 13px;
	height:20px;
}

TABLE.bluebox.settings {
	background-image: url(../images/accountbox_bg.jpg);
	height:670px;
	width:584px;	
}

TABLE.bluebox.settings TR TH {
	text-align: center;
	color: #000000;
	font-size: 14px;
	padding: 13px 35px 5px 20px;
	text-transform: uppercase;
}
TABLE.bluebox.settings TR TD {
	padding: 0px 25px 5px 0px;
	height:20px;
}

TABLE.bluebox.settings TR TD.leftpadded {
	padding-left: 50px;
}

TABLE.bluebox TR TH HR {
	background-color:#cccccc;
	color:#cccccc;
	height:1px;
	border:0px;
}

TABLE.bluebox.search TR TH HR {
	width:370px;
}

TABLE.bluebox.settings TR TH HR {
	width:480px;
}

/* TABS */
.tabs {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #595959;
	bottom: -1px;
}
.tabs LI {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #999999;
	border-right: none;
}
.tabs LI A {
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px;
	color: #ebebeb;
	background: #000000 url(../images/tab_bg_normal.jpg) 0 50% repeat-x;
}
.tabs LI A:hover {
	color: #ffffff;
	background: #000000 url(../images/tab_bg_over.jpg) 0 50% repeat-x;
}
.tabs LI.selected {
	border-bottom-color: #ffffff;
}
.tabs LI.selected A, .tabs LI.selected A:hover {
	background: #FFFFFF;
	color: #000000;
}
.tabspanel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear: left;
	border: 1px solid #999999;
	padding: 10px;
}

