/* KIJK UIT (er kan een conflict komen met tudelft huisstijl) */

h1, h2, h3, h4, h5, h6, p, strong, div, form, acronym, label, table, td, th, span, a, hr, code, pre, hr {
	margin:0;
	padding:0;
/*	font-size : small;*/
	background-repeat:no-repeat;
	list-style-type:none;
}

th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: white;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}
th.sortable a {
	background-image: url(../images/displaytag/arrow_off.png);
	color: black;
}
th.order1 a {
	background-image: url(../images/displaytag/arrow_down.png);
	color: black;
}
th.order2 a {
	background-image: url(../images/displaytag/arrow_up.png);
	color: black;
}
tr.odd {
  background-color: #fff
}
tr.tableRowEven, tr.even {
  background-color: #fea
}

/* main lists */
table.externals				{	border: 1px solid #73CAEB;
								margin: 20px 0 20px 0;	}

table.externals td		{  padding-right: 5px; 
				   padding-left:  5px; }

table.externals th		{  padding-right: 5px; 
				   padding-left:  5px; }

table.externals thead tr 	{  background-color: #73CAEB;	}

table.externals tr.even 	{  background-color: #EBF8FD;	}

/* used for small lists */
table.sisList					{	border: 1px solid #73CAEB;
									margin: 5px 0 5px 0;	}

table.sisList thead tr		 	{  background-color: #73CAEB;	}
/* table.sisList thead tr		 	{  background-color: #EBF8FD;	}  */

/* table.sisList tr.even 			{  background-color: #def;	}  */
table.sisList tr.even 			{  background-color: #EBF8FD;	}


div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 300;
}

span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/displaytag/ico_file_excel.png);
}
span.csv {
	background-image: url(../images/displaytag/ico_file_csv.png);
}
span.xml {
	background-image: url(../images/displaytag/ico_file_xml.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 300;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 300;
	display:block;
	border-top: none;
	margin-bottom: -5px;
}

IMG { vertical-align: bottom; }
