/**
* Reset CSS
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 82%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: square; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: separate; border-spacing: 0; }


/**
* Global CSS
*/
a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

body {
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

body,
html {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

body,
p,
table {
	font: 8pt/25px "Verdana", "Arial", "Helvetica";
}

button,
input,
select,
textarea {
	background: #fcfcfc;
	border: solid #d3d3d3 1px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	color: #000000;
	font-family: inherit;
	padding: 0.6em;
}

button {
	color: #000000;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 25px;
	text-transform: uppercase;
	width: 300px;
}

button:hover {
	background: #f0f0f0;
}

h1 {
	color: #ffffff;
	font: 18pt "Myriad Pro";
	height: 30px;
	margin-bottom: 15px;
}

h2 {
	color: #ffffff;
	font: 15pt "Myriad Pro";
	height: 20px;
}

h3 {
	color: #ffffff;
	font: 13pt "Myriad Pro";
	height: 15px;
}

h4 {
	color: #ffffff;
	font: 10pt "Myriad Pro";
	height: 15px;
}

input {
	font-size: 1em;
	width: 250px;
}

li {
	padding: 5px 3px;
}

ol,
ul {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
}

ol {
	
}

option {
	font: 8pt "Verdana", "Arial", "Helvetica";
}

p,
table {
	margin: 15px 0px;
}

select {
	padding: 0.3em;
	width: 280px;
}

select option {
	padding: 0.2em;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
	border: solid #dddddd 1px;
	border-spacing: 0px;
}

table tr {
	height: 32px;
}

table.hover tbody tr:hover {
	background: #e6edf7;
}

table.list tbody tr.highlight {
	background: #fff0a5;
}

table.list tbody tr td {
	border-bottom: solid #e3e3e3 1px;
}

table.form {
	border: 0px;
}

table.form td {
	padding: 0px;
}

table tbody td,
table tfoot td,
table thead th {
	padding: 5px;
	vertical-align: top;
}

table tfoot {
	background: #f3f3f3;
	font-weight: bold;
}

table tfoot td {
	border-top: solid #dddddd 1px;
	text-align: left;
}

table tfoot tr {
}

table thead {
	background: #f3f3f3;
	color: #000000;
	font-weight: bold;
}

table thead tr {
}

table thead th {
	border-bottom: solid #dddddd 1px;
	text-align: left;
}

textarea {
	font: inherit;
	height: 150px;
	width: 100%;
}

ul {
	list-style-type: square;
}

#LoginContainer {
	background: #ffffff url("//static.x2-media.nl/crm/img/bg_login.png") no-repeat right bottom;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	height: 400px;
	left: 50%;
	margin: -220px 0 0 -330px;
	overflow: auto;
	padding: 20px;
	position: absolute;
	top: 50%;
	width: 620px;
}

.noborder,
table.noborder td,
table.noborder th {
	border: 0px;
}

table.noborder td,
table.noborder th {
	padding-left: 0px;
	padding-right: 6px;
}

table.nobackground thead tr,
table.nobackground tfoot tr {
	background: transparent;
}

.rounded-corners  {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.siteOverlay {
	background: #666666 url("//static.x2-media.nl/img/overlay.png") 50% 50% repeat fixed;
	cursor: wait;
	left: 0px;
	opacity: 0.50;
	filter: Alpha(Opacity=50);
	position: absolute;
	top: 0px;
	z-index: 1002;
}
