/**
 *	CNS Ede CSS Document
 *	By Mike Dingjan <mike@welnet.nl>
 *	Powered by Welnet VOF
 *	© 2006 - Welnet
 */


/*
	HTML styles
*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
html, body {
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 11pt;
}
h3 {
	font-size: 10pt;
}
li {
	margin-left: 25px;
}

/*
	ID's
*/
div#mainContainer {
	/* main container (entire page) */
	margin: 0 auto;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
div#subContainer {
	/* subcontainer (830px centered frame) */
	margin: 0px;
	text-align: left;
	width: 830px;
	height: 215px;
	/*height: 100%;*/
	border-right: 1px dotted #000000;
}
div#leftContainer {
	width: 171px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	border-right: 1px dotted #000000;
}
div#contentContainer {
	margin-left: 171px;
	position: absolute;
	width: 659px;
	top: 215px;
	z-index: 1;
}

div#swapImg_2 {
	position: absolute;
	margin-left: 580px;
	float: right;
	width: 412px;
	height: 353px;
	top: 0px;
	z-index: 0;
}
div#rBorderTop {
	position: absolute;
	width: 250px;
	height: 215px;
	border-right: 1px dotted #000000;
	opacity: .3;
	filter: alpha(opacity=30);
}
div#lBorderTop {
	position: absolute;
	width: 171px;
	height: 83px;
	border-right: 1px dotted #000000;
}
div#menuX {
	margin-left: 173px;
	position: absolute;
	width: 510px;
	height: 25px;
	top: 190px;
	border-right: 1px dotted #000000;
	z-index: 99;
}
div#CNSlogo {
	position: absolute;
	width: 290px;
	height: 83px;
	top: 0px;
	background-image: url('../gfx/CNSlogo.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
div#swapImg {
	position: absolute;
	width: 170px;
	height: 108px;
	top: 82px;
}
div#menuY {
	position: absolute;
	width: 169px;
	top: 215px;
}
div#menuYcontent {
	width: 160px;
	text-align: right;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #95979b;
}
div#Xborder {
	position: absolute;
	width: 100%;
	height: 25px;
	top: 190px;
	border-bottom: 1px dotted #000000;
	z-index: 3;
}
div#shinyBar {
	position: absolute;
	width: 100%;
	top: 170px;
	height: 20px;
	background-color: #ec6800;
	border-bottom: 1px solid #000000;
	z-index: 100;
	opacity: .8;
	filter: alpha(opacity=80);
}

td#body {
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	background-color: #fbf4db;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 9pt;
	opacity: .9;
	filter: alpha(opacity=90);
}
td#address {
	border-right: 1px dotted #000000;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 8pt;
	vertical-align: bottom;
	opacity: .3;
	filter: alpha(opacity=30);
	background-color: #f7e7af;
}
td#blBorder {
	height: 15px;
	background-color: #0090d3;
	border-right: 1px dotted #000000;
}

/*
	Classes
*/
a.menuYlink,
a:active.menuYlink,
a:visited.menuYlink {
	text-decoration: none;
	color: #95979b;
}
a:hover.menuYlink {
	text-decoration: underline;
}

.menuXlink {
	text-decoration: none;
	color: #88cde9;
	font-weight: bold;
	font-size: 11pt;
}
.submenu {
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}
