﻿.ms-pagetitleareaframe table, .ms-titleareaframe
{
				background: none;
				height: 10px;
				overflow:hidden;
}
.ms-pagetitle, .ms-titlearea
{
				display:none;
}

.clsSplashTable {
				float:left;
				width:66%;
}
.clsSplashPageHeader1, .clsSplashPageHeader2, .clsSplashPageHeader3{
				padding:4px;
				color:white;
				font-size:12px;
				font-weight:bold;
				padding-right:10px;
}
.clsSplashPageHeader1{
				background:#293e7d;
				color:white;
}
.clsSplashPageHeader2{
				background:#0084cc; 
				color:white;
}

.clsSplashPageHeader3{
				background:#39a0d4;
}

.clsSplashPageHeader1 a, .clsSplashPageHeader2 a{
				text-decoration:none;
				color:white;				
}
.clsSplashPageHeader1 a:hover, .clsSplashPageHeader2 a:hover{
				text-decoration:underline;				
}
.clsSplashSpacer{
				width:7%;		
}

.clsSplashContent{
				padding:4px;
				padding-bottom:10px;
}
.clsSplashContentAGP{
/*background:#f3f3f3;*/
/*background:url(../SiteCollectionImages/Website Images/SplashBackground_AGP.png) #d1d7e4 no-repeat right bottom;*/
}

.clsSplashContentDynamics{
/*background:#f3f3f3;*/
/*background:url(../SiteCollectionImages/Website Images/SplashBackground_Dynamics.png) #d7e9f5 no-repeat right bottom;*/
}
.clsSplashContent a{
				font-size:12px;
				margin-top:8px;
				color:navy;
				font-weight:bold;
				text-decoration:none;
}
.clsSplashContent a:hover{
				text-decoration:underline;
}


/*new classes */
.clsSplashContent_Off, .clsSplashContent_On{
				padding:4px;
				padding-bottom:10px;
			
}
.clsSplashContent_On{
				background:#e6eeff; 
}
.clsSplashContent_Off a, .clsSplashContent_On a{
				font-size:12px;
				margin-top:8px;
				color:navy;
				font-weight:bold;
				text-decoration:none;
}
.clsSplashContent_Off a:hover, .clsSplashContent_On a:hover{
				text-decoration:underline;
}

.pageContent{
				border-right:1px dashed silver;
				max-width:480px;
}

/*Right column container*/
.clsContentExtraInfo{
				border:0px;
				background:url(../SiteCollectionImages/RightColumnBg.png) no-repeat 5px 0px;
				
}
/*overrule the standard padding that comes from the main stylesheet*/
.clsContentExtraInfo div{
				padding:0px;
}
/*same for the image position*/
.clsContentExtraInfo img {
				left:0px;
}
/*Beurs aankondigingen*/
/*Container*/
.clsBeursContainer{
				display:block;
				width:225px;
				height:172px;
				padding:0px;
				margin:0px;
				border:0px;
				overflow:hidden;
}
/*Scroller*/
.clsBeursAankondiging{
				display:block;
				width:225px;
				height:172px;
				margin-left:5px;
}
/*Scroller items*/
.clsBeursItem{
				width:225px;
				display:block;
}
.clsBeursItem span{
				width:97%;
}

/*Nieuws headlines*/
/*Container*/
.clsFrontpageNewsContainer{
				height:450px;
				/*width:230px;*/
				display:block;
				padding:0px;
				margin:0px;
				border:0px;
				overflow:hidden;
}
/*Scroller*/
.clsFrontpageNews{
				height:450px;
				
				width:220px;
				display:block;
				padding:0px;
				margin:0px;
				margin-left:5px;
}

/*Scroller items*/
.clsNewsItem{
				width:220px;
				overflow:hidden;
				margin-top:10px;
}
.clsNewsItem img{
				border:0px;
}


.clsNewsDate{
				border-top:1px solid silver;	
				padding-top:4px;
				margin-top:10px;
				display:block;
				font-weight:bold;
				color:green;
				text-transform : capitalize;
				width:220px;
}
.clsNewsTitle{
				font-weight:bold;
				color:navy;
				display:block;
				font-size:13px;
				margin-top:5px;
				margin-bottom:5px;
				width:220px;
}

.clsNewsBody{
				font-style:italic;
				color:gray;
				margin-bottom:8px;
				width:220px;
				font-size:11px;
				}
.clsNewsLink{
				margin-top:8px;
				display:block;
}
.clsNewsLink img{
				margin-right:2px;
}

