html, body {
	height:100%
}
body {
	margin:0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
table{
	border-collapse: collapse;
}
td {
	padding: 0px;
	vertical-align: top;
	size: 11px;
}
img {
	border: 0px;
	margin: 0px;
	vertical-align: bottom;
}
p {
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 2px;
}
h1 {
	font-size:14px;
	margin:0px;
	margin-bottom: 3px;
}
h2 {
	font-size:12px;
	margin:0px;
	margin-bottom: 3px;
}
a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration:underline;
}

/* ### LAYOUT APPLICATION ### */

div#container {
	position:relative;
	height:100%;
	width:980px;
	margin:auto;
	background-color:#ffffff;
	border-right:1px solid #C3C3C3;
}

div#blueleftbar{
	position:absolute;
	left:0px;
	width:8px;
	height:100%;
	background-color:#347385;
	float:left;
}

div#top {
	background-image:url('../images/menu_top.gif');
	background-repeat:no-repeat;
	background-position:right top;
	margin-left:8px;
	width:972px;
	height:59px;
	background-color:#00A5CD;
}

div#submenu {
	position:absolute;
	left:0px;
	top:59px;
	width:980px;
	height:26px;
	background-color:#003366;
	z-index:1000;
}

div#contentcontainer {
	position:absolute;
	top:85px;
	left: 8px;
	width:972px;
	height: 89%;
	overflow:auto;

}

table#menu {
	position:absolute;
	left:194px;
	top:21px;
}
table#menu td{
	vertical-align:middle;
}
table#menu td img {
	vertical-align:middle;
	cursor:pointer;
	margin-bottom:2px;
}
table#content {
	margin:auto;
	margin-top:36px;
	width:918px;
	background-color:#E7E7E7;
	background-image:url('../images/bg_content.gif');
	background-repeat:repeat-y;
	background-position:left top;
}
td#contentcenter {

	width:918px;
	border-top:1px solid #36B5D3;
	
}
div#contentbottom {
	width:918px;
	margin:auto;
}
div#topcorner {
	position:absolute;
	left:25px;
	top:2.85em;
	z-index:5000;
}
/* ### TABS ### */
div#tabs {
	position:absolute;
	left:26px;
	top:0.95em;

}
div#tabs img{
	margin-right:5px;
}
div.tab_active_first {
	background-image:url('../images/tab_active_first.gif');
	background-repeat:no-repeat;
	height:27px;
	width: 123px;
	float:left;
	margin-right:25px;	
	text-align:center;
	padding-top:5px;
	padding-left:3px;
	cursor:pointer;
}
div.tab_active {
	background-image:url('../images/tab_active.gif');
	background-repeat:no-repeat;
	height:27px;
	width: 136px;
	float:left;
	margin-right:15px;	
	text-align:center;
	padding-top:5px;
	padding-left:3px;
	cursor:pointer;
}

div.tab_active a, div.tab_active_first a{
	font-family:arial, sans-serif;
	color:#003366;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;

}

div.tab_inactive {
	background-image:url('../images/tab_inactive.gif');
	background-repeat:no-repeat;
	height:27px;
	width: 130px;
	float:left;
	margin-right:15px;
	padding-top:5px;
	cursor:pointer;
	text-align:center;
}

div.tab_inactive_first {
	background-image:url('../images/tab_inactive_first.gif');
	background-repeat:no-repeat;
	height:27px;
	width: 123px;
	float:left;
	margin-right:20px;
	padding-top:5px;
	cursor:pointer;
	text-align:center;
}

div.tab_inactive a, div.tab_inactive_first a{
	font-family:arial, sans-serif;
	color: #AFAEAD;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

/* ### HOME TABLE ### */
table#homeTable {
	width:911px;
	margin:auto;
}
table#homeTable td{
	background-repeat:no-repeat;
}
td.grey_home{
	background-color:#E7E7E7;
	width:297px;
}

td.blue_home {
	background-color:#00A5CD;
	width:297px;
}
div.home_grey_title {
	font-family: arial, sans-serif;
	color:#AFAEAD;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	margin-left: 20px;
	margin-top:5px;
}

div.home_blue_title {
	font-family: arial, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	margin-left: 20px;
	margin-top:5px;
}

div#logonDiv {
	width:800px;
	height: 400px;
	margin:auto;
	margin-top:50px;
	back/ground-image: url('../images/bg_login.gif');
	backgr/ound-repeat:no-repeat;
}


/* ### EMAILING OVERZICHT */

table#emailing_overzicht_newmailing {
	border-collapse:collapse;
	width:600px;
	font-size:11px;
	color: #00A5CD;
	margin-left:15px;
}

table#emailing_overzicht_newmailing td{
	vertical-align:middle;
}

table#emailing_overzicht {
	width:825px;
	margin-left:15px;
	margin-top:25px;
}

table#emailing_overzicht td {
	border-bottom:1px solid #ffffff;
	height:20px;
	color:#003366;
	line-height:20px;
}

table#emailing_overzicht td a{
	text-decoration:none;
	font-size:11px;
	color:#003366;
}
input.textfield{
	background-color:#ffffff;
	border:0px none;
	height:20px;
	font-size:10px;
	margin:0px;
	color:#00A5CD;
	line-height:20px;
	padding-left:5px;
	vertical-align:bottom;
}
.button_blue {
	background-color:#00A5CD;
	font-size:12px;
	font-weight:bold;
	font-family:arial,sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	border:0px none;
	letter-spacing:1px;
	height:20px;
	width:110px;
	line-height:20px;
	margin:0px;
	margin-top:2px;
}

