﻿/*
Theme Name: Pure
Theme URI: http://krneky.com/
Description: Simple, one column theme.
Version: 1.0
Author: Robbie
Author URI: http://krneky.com/
*/

#errorpopup
{
	z-index:999999;
	position:absolute;
}

#errorpopup, #errorpopup #errormask
{ 
    position:absolute;    
    left:0px; 
    top:0px; 
    bottom:0px; 
    right:0px;              
    height:100%; 
    width:100%; 
}

#errorpopup #errormask
{
     
}

#errorpopup #errorinnerbox
{
    position:absolute; 
    left:50%; 
    top:50%;     
}

#errorpopup #errorframe
{
    position: relative; 
    left:-175px; 
    top:-100px; 
    width:350px; 
    height:150px; 
    border: solid 2px paleGoldenRod;     
    background-color: #FFFFFF;
}

#errorpopup #errortitle
{
    position:absolute; 
    width: 191px; 
    left: 5px;
    height:30px; 
    top:-25px; 
    color:White; 
    font-weight:bold;            
}

#errorpopup .xpclosebutton
{
    position: absolute; 
    cursor:pointer;
    right: 0px; 
    top:-1px; 
    width:21px; 
    height:21px; 
    background: url('closebutton.gif');
}

#errorpopup #errorcontentbox
{
    position:absolute; 
    left:5px; 
    top:5px; 
    height:121px; 
    width:340px; 
    overflow: auto;
}

#errorpopup #errorcontenttext
{
    position:relative; 
    overflow: auto;
}

#errorpopup #errorclosebutton
{
    position:absolute; 
    right:5px; 
    bottom: 5px;
    width: 64px; 
    background: url('/App_Themes/Images/close_grey.png');
    border: solid 0 #000000;
}

/*DetailPopup*/
.ModalPopupBG
{
    background-color: #777777;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index:990;
}

.DetailPopup
{
    min-width:150px;
    min-height:100px;
    background:white;
    z-index:991;
    width: 400px;
}

.PopupHeader
{
    height:10px;
    background-color: #CCCCCC;
    margin:1px;
    width: 400px;
}

.dhtmlgoodies_window
{
        padding-left:100px;
        padding-right:100px;		
		width:500px;
		position:absolute;
		overflow:hidden;	
		z-index:10000;	
	    
}

body {
	background: #f6f6f6;
	color: #555;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	/*margin-top: 1%;
	margin-bottom:1%;*/
	padding: 0px;
	margin: 0 0 0 0;


}

a {
	color: 	#579;
	text-decoration:none;
}

a:hover {
	color: 	#579;
	text-decoration: underline;
}



a img 
{
    border:none;
}

.heading {
	text-align:center;
}
.logos {
float:left;
margin-left:15px;
margin-right:-75px;
margin-top:10px;
}

#logo 
{
    margin-top:0px;
    height:40px;
    
   
}

.space 
{
    padding-top:5px;

    }

h1 {
	font: 13px verdana;
	color: #579;
	margin: 3px;
	padding-left:7px;
	font-weight:bold;
}

h2 {
	font-size: 11px;
	color: #787878;
	margin: 9px;
	padding-left:12px;
}

.date {
	font-size: 10px;
	margin-left: 16px;
}

.img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.right {
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}

.clear {
	clear:both;
	padding-top: 15px;
}

li {padding-top: 5px;}

/*boog top en bottom*/
.top {
	background: transparent url("../Images/top.png") center no-repeat;
	border:none;
	width:auto;
	height:30px;
    cursor:pointer; 
    cursor:hand;

	
}

.bottom {
	background: transparent url("../Images/bottom.png") center no-repeat;
	width:auto;
	height:30px;
	text-align:center;
}

/*Main + Content*/
.main {
	width: 500px;
	background: #fff url("../Images/backg.gif") center repeat-y;
	padding: 0;
	margin: 0px auto;
	margin-left:-5px;
    	
}

.content {
	width: 470px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
}

/*Default page*/
.duelmain 
{
    width:100%;
	margin-left:5px;
}

.duelmainitem img 
{
    width:200px;    
    margin-left:15px;
    border:2px ridge #579;
}

.startduel {
	margin-left:-262px;
	margin-bottom:16px;
	border:3px solid #eeeeee;	
}

/*Searchform*/
.searchform {
	border: 1px solid #E3E4E4;
	margin:3px;
	width:100%;	
}

.searchform select 
{
    font-size:10px;
    font-family:Verdana;
}

.searchform table{
	
	background: #F5F5F5;	
   	padding: 0px 3px 0px 3px;
	width:100%;
	margin: 0 0 0 0;
}

table .tbllabel {
	text-align:left;
	font-weight:bold;	
}

.more {
	text-align:right;	
}

.zoekbutton 
{
    width:60px;  
}





/*Top list*/
.toplist {
	width:100%;
	font-size:9px;
	
}

.toplist table{
	text-align:center;
	width:100%;
}

.item {
	border:1px solid black;
	padding:3px;
	background:#F5F5F5;
}

.item .rank {
	font-size:14px;
	font-weight:bold;
}

.item img{
	width:70px;
	border:2px groove #579;
}

.itemSelected {
	border:1px solid black;
	padding:10px;
	background:#6699aa;
	color:white;
}

.itemSelected .rank {
	font-size:16px;
	font-weight:bold;
}

.itemSelected img{
	width:80px;
	border:2px groove #579;
}
/*Contact*/
.contact {
	text-align:center;
	margin-left:5%;
}

.contact table
{
    margin: 5px auto 0px auto;
    width:80%;
}


/*Reclame*/
.add {
	border:1px solid black;
margin:0 auto;
text-align:center;
width:400px;
	
}

.add img 
{
    width:400px;
}

/*ProgressBar*/

.progressbar 
{
    text-align:center;
}

/*VakantieDetail*/
.vakantiedetail
{
       margin-left:30px;
       margin-top:5px;
}

.vakantiedetailimageextra
{
       margin-left:0px;
}

.vakantiedetaillijst
{
    width:100%;
 
}
.vakantiedetaillijst table
{
   width:90%;
   font-size:12px;
}

.vakantiedetaillijst table td 
{
    vertical-align:top;
}

.vakantiedetailimage img
{
    width:250px;
    border:2px ridge #579;
    margin-left:5px;
}

.vakantiedetailimageextra img
{
    width:76px;
    border:2px ridge #579;
    margin-left:5px;
}

.nieuwduel 
{
    margin-left:20px;
  
}

.nieuwduel img 
{
    width:120px;   
}


/*VakantieToevoegen*/
.vakantietoevoegen
{
    
   margin-left:40px;
    
}
.vakantietoevoegen table
{
    width:100%;
    
}

/*Periode toevoegen*/
.periodetoevoegen
{
    
   margin-left:40px;
    
}
.periodetoevoegen table
{
    width:90%;
    
}

.periodetoevoegenimage img
{
    width:200px;
    border:2px ridge #579;
    margin-left:7px;
}
