/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS reset */
html, body, div, p, form, input, textarea, select, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6 {margin:0px; padding:0px;}  

/* Site achtergrond */
body {
   background: url('../../resources/images/background.png') top repeat-x #c2c2c2;
   /*font-family: calibri;*/
   font-family: Calibri, Arial;
}

/* copyright */
#copyright {
   margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: helvetica;
	background: url('../../resources/images/footer.png') bottom center #74848e;
}

   /* copyright link */
   #copyright a {
   	color: #ffffff;
   	text-decoration: none;
   }
      #copyright a:hover {
      	color: #ffffff;
      	text-decoration: underline;
      }

.header {
   font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
   font-size: 20px;  
   color: #74848e;  
   font-weight: normal;  
}

/* link */
a {
	color: #044055;
	text-decoration: underline;
}
a:hover {
	color: #044055;
	text-decoration: none;
}

/* clear */
.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

/* nbsp */
.nbsp {
   white-space: nowrap;
}

/* SELECT */
::-moz-selection {
   background: #000;
	xbackground: #000;
	color: #fff;
} 

::selection {
	background: #000;
	color: #fff;
} 

.showDone	{
	background-color: #dddddd;
	border: 3px solid green;
	margin-bottom: 5px;	
	line-height: 16px;
}
	.showDone td {
		padding: 7px;
	}

.showError	{
	background-color: #dddddd;
	border: 3px solid red;
	margin-bottom: 5px;	
	line-height: 16px;
}
	.showError td {
		padding: 7px;
	}
	
.showInfo	{
	background-color: #dddddd;
	border: 3px solid darkblue;
	margin-bottom: 5px;	
	line-height: 16px;
}
	.showInfo td {
		padding: 7px;
	}