/*
 * Version: $Revision: 1.23 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */

/* css flicker bug fix */
html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body	{
	background			: #fff url( '/img/body_bg.jpg' ) fixed top center;
	/*background			: #fff;*/
	margin				: 0;
	padding				: 0;
	text-align			: center; /* center #container for IE5 */
	color				: #333333;
}

p {
	margin-bottom: 12pt;	
}

.floatLeft {
	float				: left;	
}

.clear	{
	clear				: both;
}

/* container */
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 968px;
	text-align			: left;
	z-index				: 1;
}

#headerContainer {
	width				: 968px;
	height				: 124px;	
}

#searchBox {	
	width				: 187px;
	height				: 25px;
	float				: left;
	background			: #b2d7f2;
	padding-top			: 80px;
	padding-left		: 26px;
}

#SearchInput {
	padding				: 1;
	margin				: 0;
	width				: 112px;
	background			: #fff;
	border				: 1px solid #6a94b0;
	color				: #333;
}

#SearchSubmit {
	padding				: 1px 0 1px 0;
	_padding			: 0;
	margin				: 0;
	width				: 40px;
	background			: #9ccbeb;
	border				: 1px solid #6a94b0;
	color				: #fff;	
}

#headerImages {
	width				: 469px;
	height				: 105px;
	float				: left;
}

#bodyContainer {
	width				: 968px;
}

#leftContentContainer {
	width				: 213px;
	float				: left;	
}

#menuTop {
	width				: 213px;
	height				: 37px;
	background			: url( '/img/menuTop.gif' ) no-repeat;
}

/* MENU */

#leftContentContainer ul {
	padding				: 0;
	margin				: 0;
	list-style			: none;	
}

#leftContentContainer ul li {
	margin				: 0;
	font-size			: 8pt;
	text-transform      : uppercase;
	color				: #fff;
	/*border-bottom		: 1px solid #fff;	'*/
	margin-bottom		: 1px;
}

#leftContentContainer ul li.Menu a {
	display				: block;
	padding				: 4px 0 4px 18px;
	background			: #80b9e5;
	color				: #fff;
	width				: 195px;
}

#leftContentContainer ul li.Menu a:hover, #leftContentContainer ul li.Selected a {
	background			: #242379;
	color				: #fff;
	text-decoration		: none;
}

/* SUB MENU */

#leftContentContainer ul li ul {
	padding				: 0;
	margin				: 0;
	padding				: 12px 0 12px 0;
	backgrond			: #fff;	
}

#leftContentContainer ul li ul li {
	margin				: 0;
	padding				: 0;
	font-size			: 8pt;
	text-transform      : none;
	margin-left			: 18px;
	color				: #fff;
	background			: url( '/img/submenuBgDots.gif' ) no-repeat 0px 0px;
	border-bottom		: 3px solid #80b9e5;
	display 			: inherit;
}

#leftContentContainer ul li.Menu ul li.Submenu a {
	display				: block;
	padding				: 4px 0 0 14px;
	color				: #232479;
	width				: 179px;
	background			: none;
}

#leftContentContainer ul li.Menu ul li.Submenu a:hover, #leftContentContainer ul li.Menu ul li.Selected a {
	background			: none;
	color				: #232479;
	text-decoration		: none;
}

/* SUB SUB MENU */

#leftContentContainer ul li ul li ul {
	padding				: 0;
	margin				: 0;
	padding				: 0 0 12px 0;
	backgrond			: #fff;	
}

#leftContentContainer ul li ul li ul li {
	margin				: 0;
	padding				: 0;
	font-size			: 8pt;
	text-transform      : none;
	color				: #fff;
	border-bottom		: 0px;	
	background			: none;

}

#leftContentContainer ul li.Menu ul li.Submenu ul li.SubSubmenu a {
	display				: block;
	margin-left			: 18px;
	padding				: 4px 0 0 10px;
	color				: #7372b5;
	width				: 163px;
	background			: none;
	border-bottom		: 0px;
}

#leftContentContainer ul li.Menu ul li.Submenu ul li.SubSubmenu a:hover, #leftContentContainer ul li.Menu ul li.Submenu ul li.Selected a {
	background			: none;
	color				: #7372b5;
	text-decoration		: none;
}

#contentContainer {
	width				: 420px;
	float				: left;
	padding				: 0 45px 45px 45px;
}

#contentContainer H1 {
	padding				: 0;
	margin				: 15px 0 25px 0;
	font-size			: 19pt;
	color				: #242379;
	line-height			: 18pt;
}

#rightContentContainer {
	float				: left;
	width				: 150px;
	margin-top			: 60px;	
	_margin-left        : -10px;
}

#rightContentContainer H4 {
	padding				: 15px 15px 5px 15px;
	margin				: 0;
	color				: #fff;
	font-weight			: bold;	
}

#rightContentContainer P {
	padding				: 0 15px 15px 15px;
	color				: #fff;
}

#rightContentContainer P A {
	color				: #fff;
	font-weigth			: bold;	
}

#rightContentContainer IMG {
	float				: left;
	margin-bottom		: 25px;	
}

P.noNews {
	padding				: 15px;
	font-weight			: bold;			
}

input.Required, select.Required, textarea.Required {
	background			: #fff;	
}

input.Submit {
	background			: #b2d7f2;
}

#sitemapLink {
	width				: 213px;
	text-align			: center;
	padding-top			: 10px;	
}

#sitemapLink a {
	color				: #dddddd;	
	text-decoration		: none;
}

TABLE.BeursForm TH.form {
	width				: 110px !important;
}

TABLE.BeursForm TH.DateEvent {
	font-weight			: bold;
	width				: 110px !important;
}

TABLE.BeursForm TD.DateEvent {
	font-weight			: bold;	
}

TABLE.BeursForm TD.SelectCollega {
	font-weight			: bold;
	cursor				: pointer;
	text-decoration		: underline;	
}

TABLE TR.contact_2, TABLE TR.contact_3 {
	display				: none;	
}

#rightContentContainer.Home {
	background			: #80B9E5;
	width				: 233px;
	padding				: 5px;
	color				: #fff;
}

DIV#NewsScrollContainer {
	width: 220px;	
}	

DIV#NewsScrollContainer H2 {
	color				: #fff;	
	margin-top			: 0px;
}

DIV#NewsScrollContainer H3 A, DIV#NewsScrollContainer A {
	color				: #fff;	
} 


DIV.homeNewsItem {
	/*line-height: 15px;*/
	/*height: 15px;*/
	/*background-image:url( /img/home_news_li_bg.png );
	background-repeat:no-repeat;*/
	/*padding-left:16px;*/ 
	/*margin: 2px 0 2px 0;*/
	position: relative;
	margin-bottom: 10px;
}

DIV#hiddenMoviePlayer {
	display: none;
	/*width: 400px;
	height: 225px;*/	
}

#TB_ajaxContent {
	background-color: #E8E8E8;
}

#NewsletterIMG {
    margin-top: 30px;   
}

#MvoIMG {
    margin-top: 30px;   
}

#MovieBox {
	margin-top: 30px;	
}

