/*
#F81B20 rood 
#073E5C donkerblauw
#839FAD mediumblauw
#C0CFD6 lichtblauw
*/

body
{
	font-size				: 11px;
	color					: #023B58;
	font-family				: tahoma;
	margin:2px;
}

td
{
	font-size				: 11px;
	color					: #023B58;
	font-family				: tahoma;
}

h1
{
	height					: 20px;
	font-size				: 20px;
	font-weight				: bold;
	text-transform 			: uppercase;
	vertical-align			: bottom;
}


.linkTable
{
    width					: 200px;
}

.linkTable .linkHeader 
{
 	background-color		: #023B58;
 	color					: #FFFFFF;
 	font-weight				: bold;   
}

.linkTable TD
{

 	padding					: 3px;
}

.urlDiv
{
	height					: 16px;
	background-color		: #EAEAEA;
	vertical-align			: middle;
	width					: 200px;
	margin					: 1px;
	padding					: 2px;
}


.aanmelden
{
	width				: 180px;
	height				: 36px;
	background-color	: #F81B20;
	vertical-align		: middle;
	text-align			: center;
	margin-right		: 2px;
	margin-bottom		: 2px;
	padding-top			: 8px;
}

.aanmelden a
{
	color				: #073E5C;
	font-size			: 14px;
	font-weight			: bold;
	text-decoration		: none;
}	

.aanmelden a:hover
{
	color				: #FFFFFF;
	font-size			: 14px;
	font-weight			: bold;
	text-decoration		: underline;	
}	

.categoryDivHref
{
	clear				: left;
	width				: 180px;
	height				: 24px;
	background-color	: #E6ECEF;
	vertical-align		: middle;
	margin-right		: 2px;
	margin-bottom		: 2px;
	padding				: 4px;
	padding-left		: 10px;
	font-weight			: bold;
}

.dayDivHref
{
	width				: 90px;
	background-color	: #073E5C;
	float				: left;
	font-weight			: bold;
	height				: 24px;
	vertical-align		: middle;
	margin-right		: 2px;
	margin-bottom		: 2px;
	padding				: 4px;
	padding-left		: 10px;
	border-style		: solid;
	border-width		: 0px;
	border-bottom-width	: 0px;
	border-color		: #F81B20;
}

.dayDivHref a
{
	font-size			: 11px;
	color				: #FFFFFF;
	font-weight			: bold;
	text-decoration		: none;
	text-transform		: uppercase;
}

.dayDivHref a:hover
{
	font-size			: 11px;
	color				: #FFFFFF;
	font-weight			: bold;
	text-decoration		: underline;
	text-transform		: uppercase;	
}

.profile
{
	width				: 110px;
	height				: 70px;
	background-color	: #CCCCCC;
	color				: #FFFFFF;
}

.urlBlock
{
	width				: 600px;
	height				: 32px;
	line-height			: 32px;
	vertical-align:middle;
	margin-bottom		: 1px;	
	/* background-color	: #839FAD; */
	font-size			: 12px;
	letter-spacing		: 1px;
	background-image:url(/Images/Bglink.png);
	background-repeat:repeat-x;
	border-color		: #839FAD;
	border-style:solid;
	border-width:1px;
	
}

.UrlBlock a,
.urlBlockOver a
{
	font-size:12px;
	color:#073E5C;
	text-decoration:none;
}

.urlBlock a:hover,
.urlBlockOver a:hover,
{
	color				: #000000;
	text-decoration		: underline;
	font-weight:bold;
	font-size:12px;
}

.urlBlockOver
{
	width				: 600px;
	height				: 32px;	
	margin-bottom		: 1px;	
	font-size			: 12px;
	letter-spacing		: 1px;
	background-image:url(/Images/Bglink.png);
	background-repeat:repeat-x;
	border-color		: #839FAD;
	border-style:solid;
	border-width:1px;		
}

a
{
	color					: #023B58;
}

a:hover
{
	color					: #E91F2D;
}

.tdRight
{
	background-color		: $FFFFFF; /*#073E5C;*/
	width					: 140px;
	vertical-align			: top;
	padding-top				: 4px;
	text-align				: center;
}

.TopNavTab
{
	float:left;
	height:24px;
	border-color:#FFFFFF;
	border-width:0px;
	border-right:1px;
	border-style:solid;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	vertical-align:middle;
	padding-left:4px;
	padding-right:4px;
}

.TopNavTab a
{
	color:#FFFFFF;
	text-decoration:none;
}

.TopNavTab a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

.UrlTitle
{
	width:380px;
	padding-left:10px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	float:left;
}

.UrlDateCreated
{
	width:200px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	float:left;	
}

.ContentHolder
{

}