﻿.pnlBook
{
    background-color: black;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 400px;
	color: White; 
}

.pnlActivity
{
    background-color: black;
	filter: alpha(opacity=70);
	opacity: 0.7;
    color: White;
    width: 500px;
}

.popupMenu 
{
    position: absolute;
	visibility: hidden;
	background-color: black;
	filter: alpha(opacity=70);
	opacity: 0.7;	
    color: White;
}   

.popupHover 
{
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #AAAAAA;
	color: White;
}

.headersThema
{
    font-family: Tahoma;
    font-weight: bold; 
    color: #579AAC;
    font-size: 16px; 
}

h2
{
    font-family: Tahoma;
    font-weight: bold; 
    color: #E798C8;
    font-size: 14px; 
}

.menutabs
{
    font-family: Tahoma;
    font-weight: bold; 
    color: #8ACAF5;
    font-size: 12px; 
}

.menutab_books
{
    background-image: url('../Master/DESIGN/Boeken_up.png');   
}

.status 
{
    color: #579AAC;
    font-weight: bold;
    font-size: 12px; 
}


