/* Proloog ------------------------------------- 

	Project: 
	Auteur: 
	Datum start: 
	Datum einde: 
	
	Inhoud:
	- Resets
	- Definition styles
	- Standard styles
	- jQuery styles
	
*/

/* Resets ------------------------------------- */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
font-weight:normal;
}

body {
background	: #ffffff;
font-family: "Arial", sans-serif;
height		: auto;
min-height	: 100%;
font-size	: 12px;
}  


/* Definitions ------------------------------ */


/* Standard styles -------------------------- */

a img { border: none;}

strong {
font-weight: bold !important;
}

q { font-style: italic; }

table {	border-collapse : collapse; }

td { vertical-align: top; 
     border-color: #E1DDD8;
	 padding: 5px;
}

th { vertical-align: top; 
     border-color: #E1DDD8;
	 font-weight: bold;
}

input, label { vertical-align: middle; }

.floatleft { float: left  !important; }
.floatright { float: right  !important; }
.textright { text-align: right; padding-right: 10px !important; }
.block { display: block; }

.bold { font-weight: bold !important; }

.clearboth { clear: both; display: block; }

.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.hidden { display: none !important; }

.nopadding { padding: 0em  !important; }
.nomargin  { margin: 0em  !important; }
.noborder { border: none  !important; }
.nobg { background: none  !important; }
.nobullet { list-style:none !important; }

.textleft { text-align: left; }
.textright { text-align: right; }

.p50 { width: 50%;}

/* Frameset */
#wrapper{
	width	: 100%;
	margin	: auto;
}

#wrapper #contentWrapper{
	width		: 100%;
	margin		: auto;
	margin-top	: 125px;
	clear		: both;
	background-color	: #f0eeec;
	z-index		: 14;
}
	
	#meta{
		position	: absolute;
		width		: 500px;
		margin-left	: 300px;
		margin-top	: 12px;
		color		: #958b7c;
	}
	
		 #meta ul{
		   float		: right ;
		   padding   	: 1px 0px 0px 0px;
		   height	  	: 25px;
		    
		  }
		  
		  #meta ul li{
		     list-style-type: none;
		     display   		: inline;
			 margin-top		: 5px;
		  }
  
			  #meta ul li a{
			    font-size	: 12px;
			    color		: #958b7c;
			    margin-top	: 5px;
				text-transform: none;
			    padding   	: 0px 7px 0px 5px;
			    border-right: 1px solid #339900;
			  }
			  	#meta ul li a:hover{
			    color		: #000;
			  }
   
   
	#languages{
	  float		: right;
	  width		: 155px;
	  height	: 22px;
	  
	  margin	: 10px 0px 0px 0px;
	  z-index	: 200;
	  font-size	: 11px;
	  color		: #958b7c;
	}
	
		#languages ul{
			border	: 1px solid #e1ddd8;
			background: #FFF;
			height:20px;
			list-style-type:none;
			cursor:default;
		}
			
			#languages ul li ul{
				margin-top	: 1px;
				margin-left	: -1px;
				height		: auto;
				width		: 153px;
				
				border		: 1px solid white;
				background	: #f0eeec;	
			}
			
			#languages ul img{
				margin:0px 5px -3px 0px;
			}	
		
				#languages ul li ul a{
					color		: #958b7c;
					padding:5px;
				}
				#languages ul li ul a:hover{
						background	: #e1ddd8;
						color		: #008ec6;
				}
		
			#languages .currentLanguage{
				padding: 3px;
			}
	
	
 
 
#header{
	position	:absolute;
	border-bottom:1px solid #c3bcb2;
	height		: 84px;
	width		: 100%;
	top			: 0;
	left		: 0;
	z-index		:150;
	
}
	#headerContent{
		margin		: auto;
		width		: 960px;
	}
	
	
	#header #logo{
		width		: 194px;
		height		: 84px;
		position	: relative;
		margin-left	: 15px;
		position	: absolute;
	}

/* Navigation */

#navigation{
	position		: absolute;
	width			: 100%;
	top				: 88px;
	left			: 0;
	clear			: both;
	z-index			: 100;
}

	#navigation .navigationContent{
		width			: 960px;
		margin			: auto;
		
		
	}
	
		#navigation ul{
			list-style-type	: none;
			margin-top		: 0px;
			float			: left;
		}
			#navigation ul li{
				/*border-right	: 1px solid #339900;   -used image caused by padding which created a large divider*/
				background	: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/nav_divider.gif") right 10px no-repeat;
				
			}
			
			#navigation ul li a{
				font-size		: 12px;
				text-transform	: uppercase;
				color			: #063769;
				padding			: 10px 13px 8px 13px;
			}
			
			#navigation ul li a:hover{
				color		: #008ec6;
			}
			
			#navigation ul li ul{
				margin		: 0px;
				width		: 100%;
				border		: 1px solid white;
				position	: absolute;
				width		: 200px;
				display		: block;
				background	: #f0eeec;
				margin		: 0px 0px 0px 5px;
			}
			
			#navigation ul li ul li{
				background-image		: none !important;
				
			}
			
			#navigation ul li ul li a{
				text-transform:none;
				padding			: 10px;
				
				border			: none;
				border-bottom	: 1px solid #e1ddd8;
			}
			
			#navigation ul li ul li a:hover{
				/*background	: #e1ddd8;*/
				/*color		: #008ec6;*/
				/* defined in jquery.scripts.js */
			}

			.lastItem{
			 	border			: none !important;
				background-image: none !important;
				margin-right	: 0px !important;
			}
	
		#navigation .search{
		  width			: 240px;
		 
		  height		: 30px;
		  float			: right;
		  border		: none;
		}
					
			#navigation input{
				border		: 0px;
				padding		: 0px;
				margin		: 0px;
				background	: transparent;
			}
	
			#navigation .search .searchInput{
			  width			: 155px;
			  height		: 15px;
			  color			: #339900;
			  font-size		: 12px;
			 
			  margin		: 5px 0px 0px 12px;
			  padding		: 4px 5px 4px 25px;
			 
			  float			: left;
			  background 	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/search_icon.gif) 5px 5px no-repeat;
		 	  border		: 1px solid #c3bcb2;
			}
				#navigation .search .searchSubmit{
					width	: 34px;
					height	: 24px;
					border 	: 1px solid #c3bcb2 !important;
					margin	: 5px 0px 0px 2px;
					border	: none !important; 
					float	: right;
					cursor	: pointer;
					background : transparent url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/searchbtn.gif) top left no-repeat;
					color	: #FFF;
					font-size	: 0.01em;
				}
				#navigation .searchSubmit:hover{
					background-position	: bottom left;
				}

/* Home Page*/

#sections{
	z-index		: 20;
	position	: absolute;
	left		: 50%;
	width		: 240px;
	margin 		: 10px 0px 0px 251px;
}

	#sections .sectionBlock{
		display		: block;
		margin-top	: 15px;
		border		: 0px;
		height		: 71px;
		width		: 230px;
		text-align	: right;
		cursor		: pointer;	
		background	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/section_block_bg.png) top left no-repeat;	
	}

	
		
		
		
		#sections .sectionBlock a{
			display		: block;
			width		: 180px;
			float		: right;
			
			font-size	: 20px;
			color		: #958b7c;
			padding		: 10px 35px 0px 0px;
			background	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/section_arrow.png) 185px 14px no-repeat;
		}
		
		.sectionBlock a.singleLine {
		margin-top: 12px;
		}	
		
		
		
		.sectionhover a{
			color	: #000000;
		}
		
		
		.sectionhover img{
			border:1px solid #3a8c9d !important;
		}
		
			.experts .sectionhover{
				color:000 !important;
				background-color:#e9e7e4 !important;
				/*background-color:#e1ddd8 !important;*/	
			}
	
/* Caroussel */
#headerCarousselContent{

	z-index		: 15;
	
	background	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/background_header.gif) repeat-x top left;
	height		: 312px;
	padding-top	: 1px;
	
}		
	#carousselNav{
			position	: absolute;
			left		: 50%;
			top			: 475px;
			margin-left	: -465px;	
			width		: 600px;
			z-index		: 70;
			font-size	: 0.01em;
			color		: white;
		}
		#carousselNav a{
			float		: left;
			width		: 12px;
			height		: 12px;
			background	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/caroussel_dot.png) top left no-repeat;
			font-size	: 0.01em;
			color		: white;
			margin-right: 5px;
			border		: none !important;
		}
		#carousselNav a.activeSlide{
			background	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/caroussel_dot_active.png) top left no-repeat;
			font-size	: 0.01em;
			color		: #999999;
			border		: none !important;
		}
		
	#caroussel{
		z-index		: 19;
		
		height		: 371px;
		padding-top	: 1px;
	}
		#carousselItems{
				width		: 1024px;
				height		: 370px;
				position	: absolute;
				display		: block;
				left		: 50%;
				margin-left : -512px;
				overflow	: hidden;
		}
			
		#carousselItems div, #carousselItems div .bg{
			width	: 1022px;
			height	: 370px;
			overflow: hidden;
		}
		
		#carousselItems div img{
			height:370px;
		}
		
		
	    #carousselItems div .wrap{
	      color			: white;
	      position		: absolute;
		  margin-left	: 30px;
	      margin-top	: 190px;
	      background	: transparent url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_blue.png) no-repeat;
	      width   		: 480px;
	      height  		: 149px;
	    }
		
		     .wrap  h2, .wrap h1{
		        padding		: 30px 30px 10px 15px !important;
				font-weight:normal;
		      }
		      
		      .wrap p{
				padding	: 5px 0px 0px 15px !important;
				font-size:16px;
				color		: #FFF;
		      }
		      
		      .wrap  a{
		        padding-right:30px;
		        margin		: 20px 10px 0px 0px;
		
		        display		: block;
				color		: #FFF;
		       
		        width		: 400px;
		        text-align	: right;
		        float		: right;
				font-size	: 18px;
		        background	: transparent url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/link_arrow_small_white.gif) 410px 2px no-repeat;
		      }
			  
			
	/*Content Column*/
	#content{
		background-color: #f0eeec;
		width			: 100%;
		padding-bottom:20px;
	}
	
	#contentBlocks{
		margin		: auto;
		padding-top	: 20px;
		width		: 960px;
	}

	
	/* News */
	#news{
		width	: 480px;
		float	: left;
		margin-right:20px;
		margin-bottom:20px;
	}
	
		.header{	
			border-bottom	: 2px solid #e1ddd8;
		}
		
	    
	    #news a.overview{
	      display	: inline;
	      
	      font-size	: 11px;
	      margin	: 5px 15px 0px 0px;
	    }
		
		.currentNews img{
			float:left;
			margin-right:10px;
		}
		
		.newsRow, .currentNews{
			padding-bottom	: 10px;
			padding-top		: 10px;
			border-bottom	: 1px solid #e1ddd8;
			list-style-type:none;
		}
		
		.newsRow{
		   	float		: left;
		   	clear		: both;
			width		: 100%;
			display		: block;
		 }
		 
		 	#news .newsRow p, #news .currentNews p{
				padding-left:15px;
			}
		 
		 	.newsRow p{
				float		: left;		  
			}
			
			.newsRow h4{
				margin-left	: 10px;
				margin-bottom:10px;
				font-size	: 14px;
			}
			
				#news .currentNews p a{
				 	float	: left;
					width	: 210px;
				}

				.newsRow p a,#news .currentNews p a{
					color		: #063769;
					font-size	: 12px;
					display:block;
					
				}
			.currentNews .date{
				padding-right	: 10px;
			}
			
		
			
			
			.newsCol {
				 width:350px;
				 overflow:hidden;
			}
			
			li.newsRow{
				cursor			: pointer;
				width			: 96%;
				list-style-type	: none;
			}
			
			.newsBlock .listImage{
				padding-bottom:5px;
				border-bottom:2px solid #E1DDD8;
				margin-bottom:10px;
				
			}
			
			.firstItem{
				margin-top		: 10px;
				border			: none !important;
				border-bottom	: 1px solid #E1DDD8 !important;
				height			: 139px;
			}
			.firstItem img{
				position		: relative;
				width			: 350px;
				margin			: -10px 0px 10px -14px;
				
			}

	/* Blog */
	#blog{
		float	: left;
		width	: 210px;
	}
	
	
		.blogger img{
	    	float		: left;
	    	margin		: 0px 15px 15px 15px;
		}
		
		.blogger p{
			
  			min-height:85px;
  			height:auto !important;
 			height:85px;
			
			padding-top:10px;
		}
		
			
	.blogger{
	  clear				: both;
	  list-style-type	: none;
	  margin-bottom		: 20px;
	  font-size			: 16px;
	}
	
	
	/* Banners */
	#banners{
		float			: right;
		width			: 230px;
		overflow		: hidden;
		
	}
	
		#banners p{
		  float				: right;
		  display			: block;
		  margin-bottom		: 20px;
		}
	
	/* SideBar - used in content pages*/
	#sidebar{
		float			: right;
		width			: 230px;
	}
	
		#sidebar .block h2{
			color			: #958b7c;
			font-size		: 16px;
		}
		
		#sidebar .block h3{
			color			: #958b7c;
			font-weight		: bold;
			font-size		: 15px;
		}

		#sidebar .block{
			width			: 200px;
			float			: left;
			clear			: both;
			margin-left		: 6px;
			
			padding-bottom	: 15px;
			border-bottom	: 1px solid #e1ddd8;
			margin-bottom		: 15px;
		}
		
		#sidebar .block .header{
			font-size		: 14px; 
			font-weight		: bold !important;
		}
			
			#sidebar .quote img{
				float			: left;
				margin			: 0px 10px 10px 0px;
				
			}
			
			#sidebar .quote p{
				float		: left;
				clear		: both;
				
			}
			
				#sidebar .quote blockquote p{
					display		: inline;
					font-size	: 16px;
					color		: #958b7c;
					clear		: none;
					float		: none;
					margin-bottom: 15px !important;
				}
			
			#sidebar .quote p a{
				line-height	: normal;
				clear		: both;
				margin-top	: 10px;
				padding-right: 20px;
			  	text-align	: right;
				
			}
			
		
		#sidebar .block p{
			color			: #59534a;
			font-size		: 12px;
			line-height		: 15px;
			margin-bottom	: 5px;
		}
		
			#sidebar .block p img{
				margin-bottom	: 10px;
			}
			
		#sidebar .block ul{
			font-weight:normal;
			font-size		: 14px;
			color			: #59534a;
			margin-left		: 15px;
			line-height		: 15px;
			list-style-image: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/listDot.png);
		}
			
			#sidebar .block ul li {
				margin-bottom: 5px;
			}
			
			#sidebar .block ul li a{
				padding-right: 15px;
				color		 : #59534a;
				display		 : inline;
				font-size	 : 12px;
				background	 : url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/external_link.gif) right 3px no-repeat;
			}
			
			#sidebar .block a{
				text-decoration :underline !important;
			}
		
	/* Content Page*/
	#headerVisual{
		left		: 0;
		margin-top	: 1px;
		position	: absolute;
		width		: 100%;
		z-index		: 2;
		text-align	: center;
	}
	
	/*content page nonvideo header*/
	#wrapperContentText{
		margin		: auto;
		clear		: both;
		width		: 960px;
		height		: 311px;
		z-index		: 22;
		
	}
	
	#wrapperContentText .wrap{
	  position		: absolute;
	  color			: #FFF;
	  margin-left	: 0px;
      margin-top	: 140px;
	  
      background	: transparent url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_blue.png) no-repeat;
      width   		: 480px;
	  z-index		: 80;
    }
	
	#wrapperContentText .wrapWide{
		
		width		: 719px !important;
		}
	
	
	#wrapperContentText .wrap  h2{
        padding		: 30px 30px 10px 30px;
      }
	  
	  #wrapperContentText .wrapWide  h2{
        padding		: 15px 30px 10px 15px !important;
      }
      
      #wrapperContentText .wrap p{
        padding	: 5px 30px 0px 30px;
		color		: #FFF;
      }
	  
	  #wrapperContentText .wrapWide p{
	  	 padding	: 5px 30px 0px 20px;
		color		: #FFF;
	  }
      
      #wrapperContentText .wrap  a{
        padding-right:20px;
        margin		: 20px 0px 0px 0px;
		vertical-align:baseline;
        display		: block;
		color		: #FFF;
       
        width		: 400px;
        text-align	: right;
        float		: right;
        background	: transparent url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/link_arrow_small_white.gif) right 2px no-repeat;
      }
	
	/*content page video header*/
	#wrapperContentVideo{
		margin		: auto;
		width		: 960px;
		clear		: both;
		height		: 311px;
		z-index		: 20;
		
	}
		
		#wrapperContentVideo h2.topHeader{
			padding: 15px 0px 0px 15px;
		}
		
		
		.videoContainer{
			float		: left;
			width		: 477px;
			height		: 267px;
			margin-top	: 20px;
			background	: #c2bfba;
			position	: absolute;
			z-index		: 70;
		}
			.videoContainer iframe{
				width	: 477px;
				height	: 267px;
				border	: none!important;
			}
		
		.videoContainerSmall{
			float		: left;
			width		: 206px;
			height		: 137px;
			margin		: 15px 0px 15px 15px;
			background	: #c2bfba;
			z-index		: 70;
		}
		
		
		
		.videoContentSmall{
			
			float		: right;
			width		: 206px;
		}
			
			.videoOverlay{
				/*jQuery handles the videoClick*/
				
				width		: 477px;
				height		: 267px;
				cursor		: pointer;
				position	: absolute;
				z-index		: 62;
			}
			
			.videoOverlaySmall{
				/*jQuery handles the videoClick*/
				
				width		: 206px;
				height		: 137px;
				cursor		: pointer;
				position	: absolute;
				z-index		: 62;
			
			}
			
				.videoOverlay span{
					height		: 37px;
					width		: 37px;
					display		: block;
					position	: absolute;
					margin-left	: 220px;
					margin-top	: 110px;
					
					background	: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/content/videoicon.png");
				}
				
				.videoOverlaySmall span{
					
					height		: 37px;
					width		: 37px;
					display		: block;
					position	: absolute;
					margin-left	: 80px;
					margin-top	: 50px;
					background	: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/content/videoicon.png");
					z-index		: 90;
				}
				
				.videoOverlaySmall img{
					position	: absolute;
					z-index		: 85;
					}
			
			
			
			.videoCol{
				margin		: 15px 0px 0px 0px;
				width		: 210px;
				float		: left;
				margin-left	: 15px;
			}
				
				.videoCol h3{
					font-size	: 18px !important;
					color		: #000 !important;
					padding-bottom:15px;
				}
				
				.videoCol p{
					margin-top	: 10px;
					font-size	: 16px !important;
					color		: #000 !important;
				}
			
		.videoContent{
			position		: absolute;
			width			: 470px;
			margin			: 16px 0px 0px 490px;
		}
		
			.topicBG .videoContent{
				margin-top	: 0px;
			}
			
			.videoContent .topics{
				border		: 1px solid #FFF;
				line-height : 15px;
				width		: 230px;
				float		: right;
				height		: 267px;
				margin-left	: 0px;
			}
			
			.videoContent .topics .content{
					position 	: absolute;
					width	 	: 200px;
					height	 	: 269px;
					margin-left	: 15px;
					z-index	 	: 100;
					overflow	: hidden;
				}
				
					.videoContent .topics .content h3{
						
						font-size	: 18px !important;
						color		: #003366 !important;
						margin		: 10px 0px 10px 0px;
						padding		: 0px;
						line-height:25px;
					}
					
						.videoContent .topics .content ul{
						margin-left:22px;	
					}
				
						.videoContent .topics .content ul li{
							color				: #003366;
							list-style-image 	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/list_arrow_v1.png);
							padding-bottom		: 10px;
						}
							.videoContent .topics .content ul li a{
								font-size:12px;
								font-weight:bold;	
							}	 
					
							.videoContent .topics .content ul li span{
								font-size:11px;
								/*font-style:italic;*/
								display:block;
								color:#008ec6;
							}

				.videoContent .topics .bg{
					position: absolute;
					width	: 230px;
					background-color:#FFF;
					opacity	: 0.2;
					filter: Alpha(Opacity=20);
					height:269px;
					
					z-index: 90;
				}
			
			.videoEmbed, .videoEmbedSmall{
				display		: none;
				position:absolute;
				z-index		: 63;
			}	
				
				
		.videoContent h2{
			color			: #FFF !important;
		}
		.videoContent p{
			color		: #FFF;
			font-size	: 16px;
		}
		
		.medBG .smallBlock h2{
			color			: #FFF !important;
		}
		.medBG .smallBlock p{
			color		: #FFF;
			font-size	: 16px;
		}
		
	.medBG .smallBlock{
		width		: 230px;
		position	: absolute;
		width			: 470px;
		margin			: 16px 0px 0px 490px;
		z-index		: 40;
	}
	
	
	/* Header banner highlights */
	.headerHighlights{
		
		position 	: absolute;
		margin	 	: 171px 0px 0px 460px;
		
		/*margin	 	:166px 0px 0px 0px!important;*/
		z-index		: 70;
		width:500px;
		
		
	}
		
		.headerHighlights ul{
			float:right;
			margin-right:2px;	
		}
			
		.headerHighlights ul li{
			display			: block;
			list-style-type	: none;
			margin-left		: 12px;
			float			: left;
			width			: 228px;
			height			: 116px;
			overflow		: hidden;
		}
		
		.headerHighlights img{
			position	: absolute;
			width		: 228px;
			height		: 116px;
			border		: 1px solid #FFF;
			z-index		: 60;
		}
		
		.headerHighlights a{
			position	: absolute;
			margin-top	: 65px;			
			padding		: 3px 30px 3px 0px !important;
			
			width		: 195px;		
			
			color		: #FFFFFF;
			text-align	: right;
			font-size	: 16px;
			opacity		: 1 !important;
			filter		: alpha(opacity = 100);
			z-index		: 70;
			background	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/link_arrow_small_white.gif) right bottom no-repeat;
			line-height : 22px;
		}
		
		 .headerHighlights span{
		 	position	: absolute;
			margin		: 1px;
			margin-top	: 62px;
			z-index		: 61;	
			width		: 228px;
			height		: 55px;
		 }
		 
		
			
			
	/* Small Header content Page*/
	
	#wrapperContentText .smallBlock{
		width		: 470px;
		position	: absolute;
		margin-left	: 15px;
		margin-top	: 15px;
		z-index		: 40;
	}
	
	#wrapperContentText img.vignetten , #wrapperContentVideo img.vignetten {
		
		position	: relative;
		z-index		: 600;
		float		: right;
		margin-top	: 10px;
	}
	
	#wrapperContentText div.vignetten{
		width		: 700px !important;
	}
	
	#wrapperContentVideo div.vignetten{
		width		: 330px !important;
	}
	
	
	
		#wrapperContentText .smallBlock, h2 #wrapperContentText .smallBlock h1{
			color	: #FFF;
		}
		
		#wrapperContentText .smallBlock p{
			color:#FFF;
			font-size:16px;
		}
	
	.smallBG #wrapperContentText{
		height:141px;
	}
	
	.smallBG .headerHighlights{
		margin		: 12px 0px 0px 0px !important;
		position	: relative;
		float		: right;
	}
	
	
	/* Contentpage Menu */
	#menuContainer{
		width		: 230px;
		margin-right: 10px;
		float		: left;
	}
		
		#menuContainer ul{
			
			font-size:13px;
			padding-bottom:20px;
		}
		
		#menuContainer ul li{
			list-style-type	: none;
			border-bottom	: 1px solid #e1ddd8;
			
		}		
		
		#menuContainer ul li.visitedPage a{
			background		: #e9e7e4 url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/nav_arrow_visited.png") 15px 15px no-repeat; 
			
			padding			: 10px 5px 5px 35px;
			margin-bottom	: 1px;
			display			: block;
			font-size		: 16px;
		}
		
		#menuContainer .currentPage{
			background		: #FFFFFF;
			font-weight		: bold;
			
			padding			: 10px 5px 5px 15px;
			margin-bottom	: 1px;
			font-size		: 16px;
			display			: block;
		}
		
		#menuContainer .activePage{
			background		: #e9e7e4;
			font-weight		: bold;
			height			: 25px;
			padding			: 10px 5px 0px 35px;
			margin-bottom	: 1px;
			font-size		: 13px;
			display			: block;
		}
	
			#menuContainer ul li:last-child{
				border-bottom	: 2px solid #e1ddd8;
			}
			
			#menuContainer ul li.rowBg a{
				color			: #003366;
				background		: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/nav_arrow_list.png") 15px 10px no-repeat; 
				padding			: 6px 0px 5px 35px;
				background-color: #F0EEEC;
				display			: block;
			}
			
			#menuContainer ul li.rowBg a:hover{
				color			: #008ec6;
				background		: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/nav_arrow_list.png") 20px 10px no-repeat; 
			}
	
	/*Contentpage mid column content*/
	#middleColumn{
		float:left;
		width:480px;
	}
		#middleColumn .newsBlock{
			
			margin-bottom:0px !important;
			
		}
		
		#middleColumn .topicWide{
			margin-top:20px;
		}
	
	
	#mainContentContainer{
		width					: 450px;
		padding					: 10px 10px 10px 20px;
		float					: left;
		background				: white;
		border					: none !important;
		font-size				: 12px;
		line-height				: 20px;
		color					: #003366;

	}
		.wide{
			width		: 690px !important;
		}
		
		.extraWide{
			width		: 925px !important;
			margin-left	: 15px !important;
		}
		
	
	
	/* contentpage mid column lists*/	

		#mainContentContainer h2{
			
			padding		: 10px 0px 0px 0px;
			color		: #003366;
		}
		
		#mainContentContainer h3{
			clear:both;
			font-size	: 18px;
			color		: #008ec6;
			font-weight	: bold;
			padding		: 20px 10px 5px 0px;
		}
		
		#mainContentContainer h4, #mainContentContainer h5 {
			clear:both;
			font-size	: 16px;
			color		: #008ec6;
			font-weight	: bold;
			padding		: 20px 10px 5px 0px;
		}
				
        #mainContentContainer legend {
        font-size: 105%;
        font-weight: bold;
        display:block;
        }

        #mainContentContainer fieldset {
        border:2px groove threedface;
        display:block;
        margin-left:2px;
        margin-right:2px;
        padding: 10px;
        }

		#mainContentContainer ul li {
			font-size	:12px;
			margin-left	:20px;
			line-height	:20px;
		}
		
		#mainContentContainer ol li {
			font-size	:12px;
			margin-left	:24px;
			line-height	:15px;
		}

		#mainContentContainer ul li ul li, #mainContentContainer ol li ol li {
			font-size	:12px;
			margin-left	:20px;
			line-height	:15px;
		}
		
		
		#mainContentContainer p , #mainContentContainer ul, #mainContentContainer ol {
			font-size	: 12px;
			color		: #003366;
			padding	: 0px 0px 10px 0px; 
			line-height	: 20px;
		}
		
		#mainContentContainer table{
			line-height				: 15px;
			border-collapse			: collapse;
			border-color			: #E1DDD8;
		}
		
		#mainContentContainer .intro{
			color		: #333;
			font-weight	: bold;
		}
		
		
		#mainContentContainer .contactTable {
			margin-left		: 0px;
			font-size		: 12px;
			line-height 	: 20px;
			width			: 100%;
		}
		
		#mainContentContainer .contactTable td{
			width:50%;
			
			}
		
		#mainContentContainer .newsList{
			margin-left	: 0px;
			padding-left: 0px;
		}
			#mainContentContainer .newsList li{
				margin-left	: 0px;
				padding-left	: 0px;	
			}
	
		#mainContentContainer .block img{
			padding:0px 10px 0px 0px;
		}
		
		.programList{
			float			: left;
			width			: 220px;
			margin-left		: 0px;
			margin-right	: 10px;
		}
		.listEnd{
			float			: right;
			margin			: 0px 10px 0px 0px;
		}
		
		
		.program{
			padding-bottom	: 20px;
			margin-bottom	: 20px;
			border-bottom	: 1px solid #c2bfba;
		}
		
			.program h4{
				color		: #339900;
				font-size	: 16px;
				padding		: 5px 0px 0px 0px;
			}
			
			.program ul{
				marging	: 0px 10px !important;
				padding	: 0px 10px !important;
			}
			
			.program ul li{
				padding	: 5px 0px 0px 0px !important;
				font-size		: 12px;
				list-style-type	: none;
				margin		: 0px 0px 0px 0px !important;
			}
			
			.program ul li a{
				color: #003366 !important;
				text-decoration:underline;
			}
				.program ul li a:hover{
					color: #000 !important;
				}
	
	/*Banners - has to be reviewed, maybe an duplicate*/
	#bannersContainer{
		margin-top	: 20px;
		width		: 220px;
		margin-left	: 0px;
		float		: left;
	}
	
	#bannersContainer img{
		margin-bottom : 10px;
	}
	
	/* News and Events    --   Topic page */ 
					
	#newsCol ul{
		margin-bottom : 20px;
		width		  : 230px;
	}
	
	
	.newsCol{
		width	: 355px;
		float	: left;
	}
	
	
	.topicWide{
		width	: 480px;
		float	: left;
	}
	
	#contentBlocks .topicRight{
			float	: right;
			width	: 470px;
			
		}
		
	
	.topicCol{
		width	: 230px;
		float	: left;
	}
	
	.topicColHalf{
		width	: 230px;
		float	: left;
	}
	
	.topicWide .topicColHalf .newsCol{ width: 135px;}
	/*.topicWide .topicColHalf*/ .firstCol{
		width			: 65px;
		margin-right	: 10px;
		
		}
	
	.firstCol *{
		clear:both;
	}
	
	
	
	.activeBackground{
		/* -- background lights white up  thru jQuery -- */
	}
	
	.newsBlock{
		clear			: both;
		width			: 100%;
		margin-bottom	: 20px;
		border			: 1px solid #f0eeec;
	}
		.newsBlock h3{
			padding:0px !important;
		}
	
		.newsBlock h4{
			width		: auto;
			clear		: both;
			font-size	: 18px;
			color		: #008ec6;
			font-weight	: normal;
			margin-left:0px !important;
		}
		
		.newsBlock .summary{
			font-size	: 12px;
			width		: 450px !important;
			display		: block !important;
			float		: left;
			clear		: both;
			
			background  : url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/link_arrow_small.gif) bottom right no-repeat;
			padding-right: 4px;
			
		}
		
		.topicRight .summary{
			width		:440px !important;
		}
	
		.newsBlock p.date{
			width		: 80px;
			
		}
		
		.newsBlock .freeContent{
				padding		: 15px;
				font-size	: 12px;
				line-height	: 17px;
			}
			.newsBlock .freeContent img{
				float:left;
				margin: 0px 10px 10px 0px;
			}
		
		
		.newsBlock p.link{
			color		: #063769;
			font-size	: 14px;
			display		: inline;
			text-align	: left;
		}
		
		
		#news .newsCol a, #news .currentNews p a{
			font-size:14px;
		}
		
		
	/*.newsBlock*/ .header{
		padding			 : 5px 10px 5px 15px;
		
		color			 : #0b122c;
		background-color : #e9e7e4;
	  /*background-color : #d9d5cf;*/
	}
	
	.listFooter{
		clear:both;
		
		height			: 25px;
		overflow		: hidden;
		width			: 100%;
		color			: #F0EEEC;
		
		
		border-top	: 2px solid #e1ddd8;
	}
	
	#mainContentContainer .listFooter{
		margin-bottom:15px;
	}
	
	.listFooter .linkArrow{
		margin-top:3px;
		margin-right:5px;
	}

		.newsBlock ul{
			list-style-type	: none;
			padding-right:15px;
			
		}
		
		.newsBlock ul li{
			padding-left:15px;
			clear			: both;
			float			: left;
			border-bottom	: 1px solid #e1ddd8;
			
		}
			.newsBlock .lastBlock{
				border:none !important;
				
			}
		
		.newsRow img{
			float			: left;
			margin-right	: 10px;
		}
		
			.newsBlock ul a{
				
				display:block;
				clear:right;
				margin-bottom:5px;
			}
			
			/*.addShadow .listFooter{
				border-top	: 2px solid #FFFFFF !important;
			}*/
		
			.newsBlock .videoSummary{
				float		: left;
				width		: 230px;
			
				padding 	: 12px 0px 0px 10px;
			}
				
				.newsBlock .videoSummary h4{
					font-size	: 14px;
					color		: #063769 !important;
					padding-bottom:10px;
				}
				
				.newsBlock .videoSummary .date{
					width		: 200px;
				}
				
					
			.newsBlock .experts{
				clear			: both;
				display			: block;
				border-top		: 1px solid #e1ddd8;
				border-bottom	: 1px solid #e1ddd8;
			}
				.newsBlock .experts img{
					margin-bottom	: 10px;
				}
					
				.newsBlock .experts .expertCol{
					width		: 90px;					
					float		: left;
					min-height	: 188px;
					height		: auto !important;
					height		: 188px;

					padding		: 15px;
					margin		: 0px 0px 0px 0px;
				}
					.newsBlock .experts .expertCol h4{
						font-size		: 14px;
						color			: #339900;
						padding-bottom	: 10px;
					}
					.newsBlock .experts .expertCol{
						line-height		: 15px;
						font-size		: 11px;
						color			: #008ec6;
					}
					
					
					.experts .lastBlock{
						width:88px !important;
					}
					
				.contactBlock{
					width:100%;
					clear			: both;
					margin		: 20px 0px;
					background-color: #339900;
				}
					
					.contactBlock h4{
						padding		: 10px 10px 5px 10px;
						color		: #FFF;
						font-size	: 20px;
					}
					.contactBlock p{
						padding		: 0px 10px 10px 10px;
						color		: #FFF;
						font-size	: 12px;
					}
					
					.contactBlock a{
						color		: #fff;
					}
					.contactBlock a:hover, .contactBlock a:active, .contactBlock a:visited{
						color		: #fff !important;
					}
					
					.newsBlock .link .date{
						font-weight	: normal;
						font-size	: 11px;
						float		: left;
					}
					
					.newsBlock .views{
						margin-top	: 5px;
						font-size	: 11px;
						color		: #008ec6;
						float		: right;
					}
					
					.newsBlock .published{
						margin-top	: 10px;
						font-size	: 11px;
						color		: #008ec6;
						
					}
					
		#sectionNews p.link {
			width:245px;
		}
		
		
		#sectionYoutube{
			margin-bottom: 20px;
		}
		
		#sectionYoutube .link{
			float		: left;
			font-size	: 14px;
			color		: #063769;
			width		: 195px;
			clear		: right;
		}
		
		#sectionTwitter{
			margin-bottom:20px;
		}
		
			#sectionTwitter .link{
				float		: left;
				font-size	: 14px;
				color		: #063769;
				width		: 265px;
				clear		: right;
			}
			
			#sectionTwitter .date{
				
			width		: 265px;
			}
	
	#sectionBlog{
		
	}
		#sectionBlog .date{
			width	: 270px;
			
			float:left;
			clear:left;
		}
		
		#sectionBlog .link{
			width	: 270px;
			
			clear:right;
		}
		
		
	
/* Footer */
#footer{
  width					: 100%;
  background			: #fff;
  color					: #c3bcb2;
  font-size				: 12px;
  padding-top			: 15px;
  position				: relative;
  clear					: both;
  
}

	
	#footer a.disclaimer{
	  color					: #958b7c; 
	  margin				: 0px 0px 0px 0px; 
	  padding-left			: 10px; 
	}
	
	#footer a.sitemap{
	  color					: #958b7c; 
	  margin				: 0px 0px 0px 10px;
	  padding-left			: 10px; 
	  border-left			: 1px solid #339900;
	}
	
	
	#footer .footerContent{
		
		width		: 960px;
		margin		: auto;
		padding-top	: 15px;
		height		: 40px;
	}
	
	#footer .copyright{
		
		float			: left;
		padding-right	: 10px;
		border-right	: 1px solid #339900;
	}
	
	#footer .disclaimer, #footer .sitemap{
		float		: left;	
	}
	
	#footer .social{
		position:relative;
		margin-top	: -2px;
		width		: 300px;
		float		: left;
	  
	}
	
	
	#footer .payoff{
		position:relative;
		margin-top	: -5px;
		font-size	: 18px;
		color		: #063769;
		float		: right;
	}
  
	
/*global layout classes*/
 #blog .blogger img,  #banners p img, .currentNews img, 
	#navigation .search .searchSubmit, 
	 #programmesContainer, #mainContentContainer, #bannersContainer img,
	 .videoContainer,#navigation ul li ul,#languages ul li ul,#sidebar .quote img,
	 #sidebar img, .newsRow img, .videoContainerSmall , .expertCol img, .freeContent img,
	 .banner, #middleColumn .newsBlock , .addShadow
	 {
		border				: 1px solid white;
		box-shadow			: 0px 1px 6px #b8afa2;
		-webkit-box-shadow	: 0px 1px 6px #b8afa2;
		-moz-box-shadow		: 0px 1px 6px #b8afa2;
		background-color	: #FFF !important;
		
}
	

 .removeShadow{
 		border				: 1px solid white;
		box-shadow			: 0px 0px 0px !important;
		-webkit-box-shadow	: 0px 0px 0px !important;
		-moz-box-shadow		: 0px 0px 0px !important;
 }

	

a{
  -webkit-transition-property:color; 
  -webkit-transition-duration: 500ms; 
  -webkit-transition-timing-function: ease-out;
  
  -o-transition-property:color; 
  -o-transition-duration: 500ms; 
  -o-transition-timing-function: ease-out;
  
  -moz-transition-property:color; 
  -moz-transition-duration: 500ms; 
  -moz-transition-timing-function: ease-out;
  
  text-decoration:none;
  color: #003366;
}

a:hover{	
  color:#000000;
}

a:active{	
  color:#00000;
}

#mainContentContainer p a{
	text-decoration:underline;
	color:#008ec6;
}
#mainContentContainer a{
	text-decoration:underline;
	color:#008ec6;
}

	#mainContentContainer .newsList a{
		color:#003366;
		text-decoration:none;
	}

a:active{
	/*position	: relative;*/
	top			: 1px;
}
	#mainContentContainer a:hover, #sidebar a:hover{	
	  color:#000000;
	}
	
	#mainContentContainer a:active{	
	  color:#00000;
	}


#mainContentContainer h2 , #wrapperContentVideo h2{
	color		: #003366;
}

h2, h1{
	font-size	: 24px;
	font-weight	: normal;
	color		: #FFF;
	padding		: 0px 0px 10px 0px;
	margin		: 0px;
	
}

h3{
	color		: #003366;
	font-size	: 18px;	
	font-weight	: normal;
}

h4{
	color		: #339900;
	font-size	: 12px;
	font-weight	: bold;	
}

h5{
  color			: #008ec6;
  /*font-style	: italic;*/
  font-size 	: 12px;
  font-weight 	: normal;
}

p{
	color		: #003366;
	font-size	: 14px;
}

.linkArrow{
	margin-top	: 6px !important;
	font-size	: 11px !important;
	width		: 150px;
	float		: right;
	color		: #af8411;
	background  : url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/link_arrow_small.gif) 155px 0px no-repeat;
	padding-right: 25px !important;
	text-align	: right;
}

.linkArrow :hover{
	color:#000 !important;
}

.date, .type{
	float		: left;
	color		: #339900;
	font-size	: 12px;
	font-weight : bold; 
}

.newsBlock span.date, .newsBlock span.type{
	margin-top	: 5px;
}
.expertCol a{
  float			: left;
  color			: #008ec6;
  /*font-style	: italic;*/
  font-size		: 12px;
  font-weight 	: normal;
}


.type{
  color			: #008ec6;
  /*font-style	: italic;*/
  font-weight 	: normal;
}




/* -- Social Buttons -- */

.social a span, .socialIcons a span{
	display:none;
}
.social span, .socialIcons a span,  span.socialIcons{
	float			: left;
	margin			: 0px 5px 0px 30px;	
	font-size		: 14px;
}

.socialIcons a{
		float	: left;
		margin	: 3px 15px 0px 15px;
	}



.social a , .socialIcons a {
	background	: url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/social.png);
	height		: 19px;
	width		: 16px;
	display		: block;
	float		: left;
	margin		: -2px 2px 0px 2px;
}

 span.socialIcons{
 	
 	margin: 5px 0px 0px 15px !important;
 }
	
.social{
	width		: 300px;
	height		: 20px;
}

h1{
	color:#FFF;
}

a.facebook{		 background-position:-1px 18px;}
a.facebook:hover{background-position:-1px 0px;}

a.youtube{		 background-position:16px 18px;}
a.youtube:hover{background-position:16px 0px;}

a.rss{		 background-position:35px 18px;}
a.rss:hover{background-position:35px 0px;}

a.twitter{		 background-position:54px 18px;}
a.twitter:hover{background-position:54px 0px;}

a.flickr{		 background-position:75px 18px;}
a.flickr:hover{background-position:75px 0px;}

a.linkedin{		 background-position:95px 18px;}
a.linkedin:hover{background-position:95px 0px;}

/* -- NAVIGATION DROPDOWN CSS -- */

/*Top level list items*/
.navigationContent ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.navigationContent ul li a{
	display: block;
}

	
/*1st sub level menu*/
.navigationContent ul li ul{
	position	: absolute;
	left		: 0;
	display		: block;
	visibility	: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navigationContent ul li ul li{
	display	: list-item;
	float	: none;
}
/* Sub level menu links style */
.navigationContent ul li ul li a{
	border-top-width	: 0;
}

/*CSS classes applied to down and right arrow images*/
.downarrowclass{
	position: absolute;
}
.rightarrowclass{
	position: absolute;
}



/* -- Begin custom backgrounds / blocks  -- */


/* Not sure if this is still used..*/
.block_v1{
	background	: transparent url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_blue.png) no-repeat !important;
	color		: #FFF;
	height		: 149px;
	color			: #FFF;
	margin-left	: 0px;
    margin-top	: 140px;
	  
}


.block_v2{
	background	: transparent url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_blue.png) no-repeat;
	height		: 149px;
	color		: #FFF;
	margin-left	: 0px;
    margin-top	: 140px;
	  
}

	.block_v2 h2{
		color		: #FFF;
	}
	
	.block_v2 p{
		color		: #FFF;
	}
	
	
/* - Banners */

.banner{

 	width		: 228px;
	height		: 116px;

	margin		: 0px 0px 10px 0px;
	background	: bottom left no-repeat;
	
}
#sidebar .small, #banners .small{
	height	: 59px;
 }
 	
 .noBG{
 	background:transparent !important;
 }
	
	.banner span{
		color		 : #FFF;
		font-size	 : 18px;
	}
	
	.banner a{
		color		 : #FFF;
		font-size	 : 18px;
		text-align	 : right;
		
	}
	.banner .small{
		background-position	: right -1px;
		font-size			: 12px;
		
	}
	
	.bannerArrow{
		float			: right;
		background 		: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/link_arrow_small_white.gif") no-repeat 180px 3px;
		
		width			: 170px;
		margin			: 20px 0px 0px 0px;
		padding-right	: 35px;
		text-align		: right;
	}
	
	.cycleItems{
		margin:auto;
	}
	
	.cycleItems li{
		list-style-type	: none;
		margin			: 0px;
		padding			: 0px;
		position		: absolute;
	}
	
	.marginTop_1{
		margin-top:10px !important;
	}
	.marginTop_15{
			margin-top:15px !important;
		}
	.marginTop_2{
		margin-top:20px !important;
	}
		.marginTop_25{
			margin-top:25px !important;
		}
	.marginTop_3{
		margin-top:30px !important;
	}
	.marginTop_4{
		margin-top:40px !important;
	}
	.marginTop_5{
		margin-top:50px !important;
	}
	.marginTop_6{
		margin-top:60px !important;
	}
	
		#sidebar .small .bannerArrow, #banners .small .bannerArrow{
 			margin: 8px 5px 0px 0px;
			background-position	: bottom right;
			padding-bottom	: 2px;
		}
		
	

/* - background - Topic */
.topicBG{
	height	: 347px;
	background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/topic_lightgrey.gif) repeat-x 0px 0px !important;
}

/* - Background - Big */
.bigBG{
	height	: 372px;
	background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/big/green.gif) repeat-x 0px 0px;
}
.bigBG_green{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/big/green.gif) repeat-x 0px 0px }
	
.bigBG_blue{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/big/blue.gif) repeat-x 0px 0px }

.bigBG_brown{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/big/brown.gif) repeat-x 0px 0px }
	
.bigBG_beige{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/big/beige.gif) repeat-x 0px 0px }
	
.bigBG_grey{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/big/grey.gif) repeat-x 0px 0px }

.bigBG_lightgrey{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/big/lightgrey.gif) repeat-x 0px 0px}
	
	#carousselItems h2, #carousselItems p{
		color : #FFF;
	}
	
	.info_green{
		background: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_green.png") top left no-repeat !important;
	}
	.info_blue{
		background: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_blue.png") top left no-repeat !important;
	}
	.info_brown{
		background: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_brown.png") top left  no-repeat !important;
	}
	.info_beige{
		background: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_beige.png") top left no-repeat !important;
	}
	.info_grey{
		background: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_grey.png") top left no-repeat !important;
	}
	.info_lightgrey{
		background: url("https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/info_lightgrey.png") top left no-repeat !important;
	}

	

/* - Background - Medium */
.medBG{
	height	: 311px;
	background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/medium/blue.gif) repeat-x 0px 0px;
}
.medBG_green{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/medium/green.gif) repeat-x 0px 0px;}
.medBG_blue{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/medium/blue.gif) repeat-x 0px 0px; }
.medBG_brown{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/medium/brown.gif) repeat-x 0px 0px; }
.medBG_beige{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/medium/beige.gif) repeat-x 0px 0p; }
.medBG_grey{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/medium/grey.gif) repeat-x 0px 0px ; }
.medBG_lightgrey{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/medium/lightgrey.gif) repeat-x 0px 0px ; }

/* - Background - Small */
.smallBG{
	height	: 141px;
	background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/small/brown.gif) repeat-x 0px 0px !important;
}
.smallBG_green{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/small/green.gif) repeat-x 0px 0px !important; }
.smallBG_blue{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/small/blue.gif) repeat-x 0px 0px !important; }
.smallBG_brown{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/small/brown.gif) repeat-x 0px 0px !important; }
.smallBG_beige{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/small/beige.gif) repeat-x 0px 0px !important; }
.smallBG_grey{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/small/grey.gif) repeat-x 0px 0px !important; }
.smallBG_lightgrey{ background:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/headers/small/lightgrey.gif) repeat-x 0px 0px !important; }

#carousselItems  .bg{
	background:#FFF;
}

 .bannerGrey{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/grey.gif);
	color			: #FFF;
 }
   .bannerGrey .bannerArrow a:hover{
   		color:#958b7c !important;	
   }
   
   .bannerRainbow .bannerArrow a:hover{
   		color:#FFF !important;	
   }
   
   .bannerGreen .bannerArrow a:hover{
   		color:#2d4713 !important;	
   }
   
   .bannerBlue .bannerArrow a:hover{
   		color:#092f37 !important;	
   }
   
   .bannerBeige .bannerArrow a:hover{
   		color:#615a4e !important;	
   }
   
   .bannerBrown .bannerArrow a:hover{
   		color:#615a4e !important;	
   }
   
   
  .bannerGreen{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/green.gif);
	color			: #FFF;
 }
  .bannerBlue{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/blue.gif);
	color			: #FFF;
 }
  .bannerBeige{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/beige.gif);
	color			: #FFF;
 }
  .bannerBrown{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/brown.gif);
	color			: #FFF;
 }
  .bannerDarkGreen{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/darkgreen.gif);
	color			: #FFF;
 }
  .bannerDarkBlue{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/darkblue.gif);
	color			: #FFF;
 }
  .bannerBlack{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/black.gif);
	color			: #FFF;
 }
 
 .bannerRainbow{
 	background-image:url(https://www.tilburguniversity.edu/static/uvtpresentation/images/framework/banners/rainbow.gif);
	color			: #FFF;
 }
 
 .headerHighlights ul li span{
 	filter			: alpha(opacity = 75);
	opacity			: 0.75;
	background-color: #008ec6;
 }

 
 
 .headerHighlights /*.bannerGrey*/ a:hover{
	/*color			: #615a4e !important;*/
	color:#FFF!important;
 }
 /*
  .headerHighlights .bannerGreen a:hover{
	color			: #2d4713 !important;
 }
  .headerHighlights .bannerBlue a:hover{
	color			: #092f37 !important;
 }
  .headerHighlights .bannerBeige a:hover{
	color			: #615a4e !important;
 }
  .headerHighlights .bannerBrown a:hover{
	color			: #615a4e !important;
 }
  .headerHighlights .bannerDarkGreen a:hover{
	color			: #FFF !important;
 }
  .headerHighlights .bannerDarkBlue a:hover{
	color			: #FFF !important;
 }
  .headerHighlights .bannerBlack a:hover{
	color			: #FFF !important;
 }
 .headerHighlights .bannerRainbow a:hover{
	color			: #FFF !important;
 }*/
 
 .headerHighlights .bannerGrey span{
 	background-color:#CCCCCC;
 }
  .headerHighlights .bannerGreen span{
 	background-color:#339900;
 }
  .headerHighlights .bannerBlue span{
 	background-color:#003366;
 }
  .headerHighlights .bannerBeige span{
 	background-color:#d9bc75;
 }
  .headerHighlights .bannerBrown span{
 	background-color:#cc9933;
 }
  .headerHighlights .bannerDarkGreen span{
 	background-color:#339900;
 }
  .headerHighlights .bannerDarkBlue span{
 	background-color:#0d122c;
 }
  .headerHighlights .bannerBlack span{
 	background-color:#333;
 }
 
 .headerHighlights .bannerRainbow span{
 	background-color:#003366;
 }


.lessMargin {
margin-bottom: 5px;
}

