﻿body
{   background-color: #EAEAEA;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 12px;
    color: Black;
}

table
{
    background-color: White;
}

td
{
    vertical-align: top;
    text-align: left;
}

td.spacerLeftMenu
{    border-left: solid 1px #707070;    
}

td.menu
{   background-color: #E3E1F9;
    vertical-align: top;
    padding: 3px;
    padding-right: 0px;
    border-left: solid 1px #707070;
    border-right: solid 1px #707070;
    width: 161px;
    
    font-size: 12px;
}

td.content
{   padding: 12px;
    padding-top: 0px;
    border-right: solid 1px #000000;
}


/* Reacties */
td.cijfer_reactie
{   background-color: #AFAFAF;
    color: White;
    font-weight: bold;
    padding-left: 8px;
}
td.reactie
{   padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.reactie
{   width: 98%;
    border: solid 1px #AFAFAF;
}



/* Algemeen */
tr.alternateRow
{   background-color: #F7F7F7;
}

.titel
{   font-size: 14px;
    color: #0206AE;
    font-family: Arial Black;
}

.hint
{   font-size: 8pt;
}

a
{	text-decoration: none; color: #283886; font-weight: bolder; }

a:hover
{	text-decoration: underline; }


/* menu */
td.menu ul
{
	margin-top: 0px;
	padding-top: 0px;
	
	padding-left: 20px;
}
td.menu ul li
{
	color: #283886;
}

td.menu ul li a
{
	text-decoration: none; color: #283886; font-weight: bolder;
	font-size: 11px;
}

a.menuItemTitle, .menuItemTitle
{
	text-decoration: none; color: #283886; font-weight: bolder;
	font-size: 11px;
}

a.menuItemTitle:hover, a.menuItem:hover
{	text-decoration: underline; }
/* end menu */

tr.trBottom
{   height: 10px;
    font-size: 8pt;
}

td.tdBottom
{   border-top: solid 1px #999999; 
}

div.filter
{   border: solid 1px #CCCCCC;
    width: 610px;
    float: left;
}

a.opiniepeilerNaam
{   font-weight: normal;
    color:inherit;   
    text-decoration: none;
}

a.opiniepeilerNaam:hover
{   text-decoration: underline;
}

hr.defaultline
{   height: 1px; 
    color:#CCCCCC; 
    border-style:solid; 
    border-top: 0px; 
    border-left:0px; 
    border-right:0px;
}

img.yes, img.no
{	border: 0px;
	height: 12px;
	width: 12px;
}

.aantalBeoordelingen
{
	font-size: 10px;
	color: #222222;
}

div.rating
{
    height: 10;
    width: 28;
    /*background: transparent url(../../images/rating_sprite28x10.png) no-repeat scroll 0 0;*/
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

div.hreview-aggregate
{
	display: none;
}


/* YOU */
 #backgroundPopup{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000;  
 border:1px solid #cecece;  
 z-index:1;  
 }  
 #popupAanmelden {  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:384px;  
 width:408px;  
 background:#FFFFFF;  
 border:2px solid #cecece;  
 z-index:2;  
 padding:12px;  
 font-size:13px;  
 }  
 #popupAanmelden h1 {  
 text-align:left;  
 color:#6FA5FD;  
 font-size:22px;  
 font-weight:700;  
 border-bottom:1px dotted #D3D3D3;  
 padding-bottom:2px;  
 margin-bottom:20px;  
 }  
 #popupAanmeldenClose {  
 font-size:14px;  
 line-height:14px;  
 right:6px;  
 top:4px;  
 position:absolute;  
 color:#6fa5fd;  
 font-weight:700;  
 display:block;  
 }
 
 .advertentieNote
 {
 	font-size: smaller;
 	color: #DDDDDD;
 }