/* --> Mailer Ext 
****************************************************/
body#mailer_ext_page_body {
	background: #333;
}

body#mailer_ext_page_body img {
	border: 0;
	}
	
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 5px 30px 15px 30px;
	border: 1px solid #aaa;
	background: #fff;
	width: 300px;
}

/* Main container */
div#mailer_ext_page {
	width: 80%;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #000;
	background: #fff;
}

#mailer_ext_page a {
	color: #333;
	text-decoration: none;
	}
	
#mailer_ext_page a:hover {
	color: #666;
	text-decoration: underline;
	}

/* Navigatie */
div#mailer_ext_page div#structure {
	margin: 15px 0 15px 0;
	padding: 10px;
	background: #333;
}
div#mailer_ext_page div#structure a:link, div#mailer_ext_page div#structure a:visited {
	color: #fff;
	text-decoration: none;
}
div#mailer_ext_page div#structure a:hover {
	color: #666;
}

#mailer_ext_page #csv {
	margin: 10px 0 10px 0;
	}

/* De tabel */
div#mailer_ext_page table#records {
	width: 100%;
}
div#mailer_ext_page table#records, div#mailer_ext_page table#records td {
	font-size: 11px;
}
div#mailer_ext_page table#records th {
	text-align: left;
	background: #ed008c;
	color: #333;
}
div#mailer_ext_page table#records tr.odd {
	background: #fff;
}
div#mailer_ext_page table#records tr.even {
	background: #eaeaea;
}
div#mailer_ext_page table#records th, div#mailer_ext_page table#records td {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
