/*********************/
/*                   */
/* univorm.css       */
/*                   */
/* v0.2: DigiD       */
/* v0.1              */
/*                   */
/*                   */
/*********************/

/* GENERAL */
.uni_vorm {
	/*font-family: Verdana, Arial;*/
	/*font-size: 9pt;8/
	/* color: #00498A; */
	/* overflow-x komt niet voor maar zonder onderstaand toont standaard beide scrollbalken */
	overflow-x: hidden;
}
.uni_vorm pre {
	white-space: pre-wrap; /* CSS standard */
	word-wrap: break-word; /* MSIE */
}
.uni_vorm a {
	/* font-weight: normal; */
	/* color: #00498A; */
	/* text-decoration: none; */
}
.uni_vorm a:hover {
	/* text-decoration: underline; */
	color: #FF8200;
}

/* ERROR */
.uni_error {
	color: #FF8200;
}

/* HELP */
.uni_node_help {
	display: none;
	border: 1px solid;
	background-color: #FFFF66;
	position:fixed;
	bottom: 20px; right: 20px;
	width: 200px; height: 20px;
	padding: 10px 4px;
	z-index: 2;
	text-align: center;
	vertical-align: middle; /* werkt niet */
}
.uni_subnode_help {
	display: none;
	border: 1px solid;
	background-color: #FFFF66;
	position:fixed;
	bottom: 20px; right: 20px;
	width: 200px; height: 20px;
	padding: 10px 4px;
	z-index: 2;
	text-align: center;
	vertical-align: middle; /* werkt niet */
}

/* RESULT CLASSES */
.uni_result {
}
.uni_result_head {
	/* color: #00498A; */
	/* font-weight: bold; */
}
.uni_result_title {
	display: none;
}
.uni_result_body {
}
.uni_result_intro a {
}
	/* text-decoration: underline; */
.uni_result_text {
}
.uni_result_foot a {
}
	/* text-decoration: underline; */

/* NODE CLASSES */
.uni_nodes {
}
.uni_node {		
	position: relative;
	/* border: 1px solid #d6d6d6; */
	margin: 4px;
	vertical-align: top;
	float: left;
	width: 47%;
}
.uni_node_even {
	clear: both;
}
/* zou eigenlijk .uni_node_head:hover moeten zijn, maar werkt niet meer: */
.uni_node:hover .uni_node_help {
	display: none;
}
/*	display: block; */
.uni_node_head {
	/*background-color: #EBEBFF;*/
	/*padding: 4px;*/	
	/*border-bottom: 1px solid #d6d6d6;*/
	/* border-bottom: 1px solid #d6d6d6; */
	padding-top: 8px;	
	padding-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;	

}
.uni_node_title {
	/*text-transform: uppercase;*/
	/* font-weight: bold; */
	/* color: #9c1c31; */
	/* font-size: 1.2em; */
}
.uni_node_body {
	padding: 4px;
	padding-bottom: 8px;
	/* font-size:1.1em; */
}
.uni_node_body hr{
	height: 0; 
	border: 0; 
	border-top: 1px solid #d6d6d6;
}
.uni_node_intro {
	padding: 5px 0 0 5px;
	/* font-style: italic; */
}
/*	text-align: center; */
.uni_node_intro a {
}
	/* text-decoration: underline; */
.uni_node_text {
	padding-left: 5px;
}
.uni_node_text .icons {
	float: left;
	margin: 0px 30px 10px 0px;
	vertical-align:text-top;
	width: 51px;
}

.uni_node_back {
	/*position: absolute;*/
	left: 0; bottom: 0;
	margin-top: 4px;
}
	/* text-decoration: underline; */
	/* font-style: italic; */
.uni_node_more {
	/*position: absolute;*/
	right: 0; bottom: 0;
	font-style: italic;
}

/* SUBNODE CLASSES */
.uni_subnodes li {
	/* margin: 0px 0px 0px -19px; */
	/* margin: 0px 0px 4px -19px; */
}
.uni_subnode {
	/* content: "\00BB \0020"; */
	/*list-style-type: square;*/
	
}
.uni_subnode:hover .uni_subnode_help {
	display: none;
}
/*	display: block; */
.uni_subnode_head {
}
.uni_subnode_title {
}
.uni_subnode_body {	
}
.uni_subnode_intro {
}
.uni_subnode_text {
}

/* NODE PAGINAS */
.uni_result_portal {
}
.uni_result_portal .uni_node {

}
.uni_result_portal .uni_node_intro {
	display: none;
}
.uni_result_portal .uni_node_text {
	display: none;
}
.uni_result_portal .uni_subnode_intro {
	display: none;
}
.uni_result_portal .uni_subnode_text {
	display: none;
}

.uni_result_menu {
}

.uni_result_menu .uni_node{
	border: none;
	width: 98%;
	height: 98%;
	overflow: auto;
}
.uni_result_menu .uni_node_text {
	display: none;
}
.uni_result_menu .uni_subnode_intro {
	display: none;
}
.uni_result_menu .uni_subnode_text {
	display: none;
}
.uni_result_menu .uni_subnode_showdirect:hover .uni_subnode_help {
	display: none;
}
.uni_result_menu .uni_subnode_showdirect {
	list-style-type: none;
	margin-left: -32px;	
}
.uni_result_menu .uni_subnode_showdirect .uni_subnode_intro {
	display: block;
	padding: 2px 0 0 0;
}
.uni_result_menu .uni_subnode_showdirect .uni_subnode_text {
	display: block;
	padding: 2px 0 8px 0;
	overflow:auto;
	
}
.uni_result_menu_endnode {
}
.uni_result_menu_endnode .uni_node {
	border: none;
	width: 98%;
	height: 98%;
	overflow: auto;
}

.uni_result_menu_endnode .uni_node_text {
	display: block;
}
.uni_result_menu_endnode .uni_node_text a {
}
	/* text-decoration: underline; */
.uni_result_menu_endnode .uni_node_text a:hover {
	/*font-weight: bold;*/
}

.uni_result_newchanged {
}
.uni_result_newchanged .uni_node {
}
.uni_result_newchanged .uni_node_intro {
	display: none;
}
.uni_result_newchanged .uni_node_text {
	display: none;
}
.uni_result_top10 {
}
.uni_result_top10 .uni_node {
	width: 98%;
	height: 98%;
	/*overflow: hidden;	*/
}
.uni_result_top10 .uni_node_intro {
}
.uni_result_top10 .uni_node_text {
	display: none;
}
.uni_result_search {
}
.uni_result_search .uni_node {
	width: 98%;
	height: 98%;
	/*overflow: hidden;	*/
}
	
.uni_result_search .uni_node_full{
}
.uni_result_search .uni_node_intro {
	display: block;
}
.uni_result_search .uni_node_text {
	display: block;
}
.uni_result_search .uni_subnode_intro {
	display: none;
}
.uni_result_search .uni_subnode_text {
	display: none;
}

/* SEARCH CLASSES */
.uni_node_search_paginering {
	text-align: center;
}
.uni_node_search_paginering_element {
	display: inline;
}

table {
	border-collapse:collapse;
}
table, th, td {
	border: 1px solid; /*  #00498A; */
}

br.uni_br_clear {
	clear: both;
}

/*  univorm.css end  */
/*********************/
