﻿body
{	
	/*SCROLLBAR-FACE-COLOR: #BBBBBB; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #BBBBBB;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR:  #BBBBBB;*/
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	height:100%;
	margin-right:10px;
	
	background-image: url("images/logoPaars.jpg");	
	background-repeat: no-repeat;
	background-position: top left;
	margin-top:100px;

}



.OrderBottomPanel
{
	
}

.MessageText
{
	 
}

.MessagetTextSpecialOrder
{
	 font-style:italic;
	 color:Red;
}

.HeaderText
{
	 font-size: 150%; 
	 font-weight: bold;
	 color:#009ACC;  
}

.MessageTextImportant
{	
	font-weight:bold;
}

P {

}

.EventsTable A
{
	color:#FFFFFF;	
	text-decoration: none;
}

.EventsTable .MessageText
{
	color:#FFFFFF;		
}


/*new*/
.EventsTable
{
	width:85%;
	border-width:2px; 
	border-style:solid;
	border-color:#FFFFFF;
}

/*new*/
.EventsTableRow
{
	background-color:#653366;
}

/*new*/
.EventsTableAlternatingRow
{
	 background-color:#93338A;
}

/*new*/
.OrderTable
{
	width:85%;	
	border-width:2px; 
	border-style:solid; 
	background-color:#653366;
	border-color:#FFFFFF;
	color:#FFFFFF;
}


/*new*/
.OrderTableHeaderRow
{
	background-color:#93338A;
}

/*new*/
.OrderTableRow
{
	background-color:#653366;
}

/*new*/
.OrderTableAlternatingRow
{
	background-color:#93338A;
}

/*new*/
.OrderTableFooterRow
{
	background-color:#653366;
}

.Buttons
{
	background-color:#009ACC;
	color:#FFFFFF;
	font-weight:bold;
}

A
{
   font-weight:bolder;
  /* font-style:italic;  */	
   color: #000000; 

/* 
   padding-left:5px;
   padding-right: 5px;
   padding-bottom: 1px;
   padding-top: 1px;
   
   border-left-style:outset;
   border-bottom-style:outset;
   border-right-style:outset;
   border-top-style:outset;
   border-spacing:0px;   
   border-width:thin;
*/
}

A:hover 
{ 
	text-decoration: underline;
}

H1, H2, H3, H4, H5, H6 { 
  margin-left: 15%; margin-right: 15%;
  color: #000000;
}


H1 { 
  font-size: 140%; 
  font-weight: bold;  
}
H2 { 
  font-size: 130%; 
  font-weight: bold;  
}
H3 
{
  font-size: 120px; 
  font-weight: bold;  
}
H4
{
  font-size: 100%; 
  font-weight: bold;
}

html {
	overflow-y: scroll; /* IE horizontal scrollbar bugfix */
}

.PanelPrivacyPolicy
{
	position:absolute;	
	z-index:100;	
	height:150px;
	width:500px;		
    border-style:outset;
    border-width:5px;    
    background-color:#FFFFFF;    	
	overflow:hidden;	 
}

.LogoDiv
{
	position:absolute;
	right:0px;
	top: 0px;	
	height:1px;
	width:1px;
/*
	background-image: url("images/logoRood.gif");	
	background-repeat:no-repeat;
	background-position:left;
	z-index: -1;
*/
}