﻿.txtBox
{
    background-color: white;
    background-image: none;
}

.adminheader
{
    background: url(Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-bottom: solid 1px #ccc;
    padding: 3px 10px;
    width:100%;
    height:20px;
    display:block;
    
}

.gastenboekbijdrage
{
    padding: 8px;
    border: 1px solid #CCCCCC;
    background-color: #E4E4E4;
     background-color: #ede9db; 
    
}
.gastenboektitel
{
    color: #CC6600;
    font-weight: bold;
    font-size: 1em;
    background-color: #FFEECE;
}
.gastenboekauteur
{
    color: #999999;
    font-style: italic;
    font-size: 0.88em;
}

.albumtitel
{
    color: #CC6600;
    font-weight: bold;
    font-size: 1em;
    padding-left:5px;
}



/* algemene modifiers */
.groen
{
    color: #339933;
}
.rood
{
    color: #FF0000;
}
.klein
{
    font-size: 88%;
}

.grijs
{
    color: #666666;
}
.vet
{
    font-weight: bold;
}
.floatrechts
{
    float: right;
}


.noborder
{
    border: none;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}
.rechts
{
    text-align: right;
}
.floatleft
{

    float: left;
}
.clearleft
{
    clear: left;
}
.colorsample
{
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    margin: 0 3px;
}
.alternating
{
    background-color: #E2E2E2;
}
.listviewalternating
{
    background-color: #E9E9E9;
}
.listviewselected
{
    background-color: #FFEFD2;
}
.ibtnAlign
{
    vertical-align: middle;
}


/* niveau's voor outlining van elementen op sitemap */
.niveau1
{
    margin-left: 0px;
    display: block;
}
.niveau1 a
{
    font-size: large;
    font-weight: bold;
}


.niveau2  {
margin-left: 25px;
display:block;

}
.niveau2 a, .niveau3 a, .niveau4 a
{
    font-size: medium;
    font-weight: normal;
}

.niveau3 {
margin-left: 50px;
display:block;
}
.niveau4 {
margin-left: 75px;
display:block;
}





/* Tab panel */
.tabBody
{
    height: 300px;
    text-align: left;
    padding-top: 4px;
}



.ajax__tab_header
{
    text-align: center;
}


/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}







.verborgen
{
    display: none;
}


.updating 
{
	background-image:url(images/progress.gif);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	
}
.updatecontainer{
width:150px;
	height:150px;
	position:absolute;
	top:100px;
	left:100px;
}

.imageBox
{
    width: 160px;
    height: 120px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.imageStartBox
{
    width: 160px;
    height: 150px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.imageStartBox img, .imageBox img
{
   overflow: hidden;
    border-style:none;
    max-width:150px;
    max-height:110px;

}
.imageStartBoxtitel
{
    color: #CC6600;
    font-weight: bold;
    font-size: 1em;
    padding-left: 5px;
    margin-bottom: 10px;
}

	
.imageBoxContainer {
		width:520px;	
		text-align: left;
	}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#FFF;
	opacity:.9;
	filter: alpha(opacity=90);
	padding: 5px;
    border: 1px solid #FF9900;
}

.popupHover
{
    
    background-image: url(../plaatjes/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #FFFFFF;
}

