a.LeftMenu
{
	text-decoration: none;
	color:#3097fe;
}

a:hover.LeftMenu
{
	text-decoration: underline;
	background-color:#FF99CC;
	color:#ffffff;
}

a.BottomMenu
{
	color:#ffffff;
	text-decoration: none;
}

a:hover.BottomMenu
{
	color:#ffffff;
	text-decoration: underline;
	background-color:#409EFF;
}

.size2
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}
.unnamed1
{ 
	font-size: 11px
}
.streep
{
	text-decoration: line-through
}

.sizewhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #FFFFFF
}

.sizewhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #FFFFFF
}

.MoreInfo
{
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    color:#00ff30;
}

.ImageTitle
{
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    color:#00d6ff;
    
}


/* POPUP */

body
{
	margin:0;
}

.Container
{
	width:880px; height:600px;
}

.Top
{
	height:68px;
	background-image:url("popup/top_loop.jpg");
	background-repeat:repeat-x;
	padding-top:5px;
}

.Picture
{
	margin-left:5px;	
}

.TopBar
{
	width:870px; height:5px;
	background-image:url("popup/top_bar.jpg");	
}

.PicLoop
{
	width:870px; height:314px;
	background-image:url("popup/pic_loop.jpg");
	background-repeat:repeat-y;
	vertical-align:top;
	padding-left:6px;
}

.BottomBar
{
	width:870px; height:5px;
	background-image:url("popup/bottom_bar.jpg");
}

.Content
{
	font-size:12px;
	font-family:Arial,Sans-Serif,Times New Roman;
	width:870px; height:140px;	
	padding:10px 0 0 5px;
	margin:5px 0 5px 0;
	overflow:auto;
}

.Bottom
{
	height:50px;
	background-image:url("popup/bottom_loop.jpg");	
	background-repeat:repeat-x;
	padding:25px 0 0 10px;
}

#_lnkBack, #_lnkNext, #_overzicht
{
	color:White;
	font-size:14px;
	font-family:Arial, Sans-Serif, Times New Roman;	
}

a.babylink:hover
{
	font-size:14px;
	text-decoration:underline;	
}

a.babylink
{
	color:White;
	font-size:14px;
	font-family:Arial, Sans-Serif, Times New Roman;	
	text-decoration:none;
}