
/* Transmenu CSS */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:97;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#003366;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:96;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:98;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:96;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color:#003366;
	font-weight:		bold;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}

/* CMS CSS */
a:link {
	color:				#000066;
	text-decoration:	none;
}

a:visited {
	color:				#CC3366;
	text-decoration:	none;
}

a:hover, a:active {
	color:				#CC3366;
	text-decoration:	underline;
}

a.menu:link, a.menu:visited {
	color:				#0090CA;
	text-decoration:	none;
}

a.menu:hover, a.menu:active {
	color:				#F7931E;
	text-decoration:	none;
}

a.activeMenu:link, a.activeMenu:visited, a.activeMenu:hover, a.activeMenu:active {
	color:				#75BAFF;
	font-weight:		bold;
	text-decoration:	none;
}

a.domain:link, a.domain:visited {
	color:				#75BAFF;
	font-weight:		bold;
	text-decoration:	none;
}

a.domain:hover, a.domain:active {
	color:				#FFFFFF;
	font-weight:		bold;
	text-decoration:	none;
}

body {
	background-color:	#FFFFFF;
	color:				#707070;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10pt;
	margin:				0px;
/*
	scrollbar-base-color:		#FFFFFF;
	scrollbar-face-color:		#75BAFF;
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-shadow-color:		#003366;
	scrollbar-3dlight-color:	#003366;
	scrollbar-arrow-color:		#003366;
	scrollbar-darkshadow-color:	#003366;
	scrollbar-track-color:		#003366;
	*/
}

form {
	margin: 			0px;
}

h1 {
	font-size:			12pt;
}

input.button {
	background-color:	#F0F0F0;
	border:				1px solid #928D87;
	color:				#003366;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10pt;
	font-weight:		bold;
	height:				20px;
	text-align:			center;
	vertical-align:		middle;
}

input.npt, textarea {
	border:			1px solid #928D87;
	color:			#003366;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10pt;
}

input.npt_on, textarea.npt_on {
	border:			1px solid #F7931E;
	color:			#003366;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10pt;
}

input.npt_click, textarea.npt_click {
	border:			1px solid #0090CA;
	color:			#003366;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10pt;
}

input.error, textarea.error {
	border:			1px solid #FF0000;
	color:			#003366;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10pt;
}

select {
	border:			1px solid #928D87;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10pt;
}

td {
	font-size:			10pt;
	vertical-align:		top;
}

td.content {
	background-color:		#FFFFFF;
	vertical-align:			top;
	padding-left: 5px;
	padding-right: 5px;
}

td.error {
	color:				#FF0000;
	font-weight:		bold;	
}

td.label {
	font-weight:		bold;
}

td.menu {
	cursor:				pointer;
	font-weight:		bold;
	text-align:			center;
	vertical-align:		middle;
}

td.menu_over {
	color:				#003366;
	cursor:				pointer;
	font-weight:		bold;
	text-align:			center;
	vertical-align:		middle;
}

td.menuLink {
	border-bottom:		1px solid #FFFFFF;
	text-align:			center;
	vertical-align:		middle;
}

td.ovHeadVerzamel {
	background-color:	#F0F0F0;
	color:				#CC0000;
	font-weight:		bold;
	vertical-align:		middle;
	padding:			2px;
}

td.tabClicked {
	background-color:	#00CCFF;
	cursor:				pointer;
	text-decoration:	none;
}

td.tabNotClicked {
	background-color:	#CCCCCC;
	cursor:				pointer;
	text-decoration:	underline;
}

tr.ovClicked {
	background-color:	#003366;
}

/* CUSTOM CSS */
table.content {
	/* height: expression(document.body.clientHeight - 291) + "px";  */
}

table.menu {
	height: 45px; 
}

table.top {
	height: 176px; 
}

table.overview {
	border-top:		1px solid #db0c41;
}

td.ov {
	border-bottom:		1px solid #db0c41;
	padding:			2px;
}

td.ovHead {
	background-color:	#FFFFFF;
	color:				#707070;
	border-bottom:		1px solid #db0c41;
	vertical-align:		middle;
	padding:			2px;
}


td.ovTitle {
	background-color:	#FFFFFF;
	border-bottom:		1px solid #db0c41;
	color:				#000066;
	font-weight:		bold;
	vertical-align:		middle;
	padding:			2px;
}

td.borderRight {
	background-color: #db0c41;
	margin: 0px;
	padding: 0px;
}

td.borderLeft {
	background-color: #db0c41; /*007e3a*/
	margin: 0px;
	padding: 0px;
}

td.content h1 {
	color: #db0c41;
	font-size: 12pt;
}

td.sidebar {
	padding-left: 5px;
}

td.sidebar h4 {
	color: #db0c41;
}

td.footerLeft {
	padding-left: 10px;
	text-align: left;
	vertical-align: middle; 
}

td.reXionPayOff {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle; 
}

img {
	margin: 0px;
	padding: 0px;
}

img.topImage {
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: 2px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:84px;
}