﻿body
{
    font-family:Verdana;
    font-size:small;
}

.header
{
   background-color:#FBFDF9;
   Height:135px;
   width:750px;
}

.headerHalfordsLogo
{
    position:relative;
    left:10px;
    top:-15px;
}

.headerPostcodeLoterijLogo
{
    position:relative;
    left:105px;
    top:-10px;
}

.headerUnionLogo
{
    position:relative;
    left:180px;
    top:-15px;
}

.headerSubBar
{
    position:relative;
    top:120px;
}

.body
{
    background-color:#EEF7E9;
    padding-top:25px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:130px;
    width:814px;
}

.footer
{
    background-color:#50AD30;
    height:40px;
    width:790px;
}

.footerImage
{
    position:relative;
    top:-120px; 
    left:20px;   
}

.HomePage
{
    width:854px;
}

.HomePageHeader
{
    background-image:url(/Images/HomePageHeader.png);
    background-repeat:no-repeat;
}

.HomePageMenu
{
    margin-top:25px;
    margin-left:37px;  
    padding-bottom:3px;  
}

.HomeMenuItem
{
    padding-left:10px;    
}

.HomePageHeader
{
    position:relative;
    top:10px;    
}

.HomePageBody
{
    background-image:url(/Images/background_long.jpg);
    padding-bottom: 120px;
}

.HomePageFooter
{
    background-image:url(/Images/Footer2.png);
    background-repeat:no-repeat;
    width:857px;
    height:200px;
    
    position:relative;
    top:-110px;
}

.HomePageBodyContent
{
    
}

.HomePageHalfordsLogo
{
    position:relative;
    left:40px;
}

.HomePagePostcodeLoterijLogo
{
    position:relative;
    left:160px;
}

.HomePageUnionLogo
{
    position:relative;
    left:240px;
}

.HomePageFiets
{
    position:relative;
    top:-170px; 
    left:10px;   
}

.HomePageInformation
{
    position:relative;
    top:35px;    
    left:0px;
}

.HomePageInformationItem
{
    margin-top:15px;    
}

.HomePageCenterData
{
   position:relative;
   top:-155px;
   left:160px;
}

.HomePageAccessoires
{
    position:relative;
    top:-180px;
    left:500px;    
}

.HomePageAccessoiresItems
{
    margin-left:5px;    
}

.HomePageGradulations
{
    position:relative;   
    top:-245px;
}

.ReservationBannerImage
{
    position:relative;
    top:-9px;
    left:3px;
}

.NewsLetter
{
    position:relative;
    top:-220px;
    left:60px;
}

tr.locationrow
{
}

.ReservationTemplatePlaceBoxTop
{
    background-image: url(/Images/locationbox_top.gif);
    background-repeat: no-repeat;
    height: 3px;
}

.ReservationTemplatePlaceBox
{
    width:240px;
    height:35px;
    
    background-image: url(/Images/locationbox_middle.gif);
    background-repeat:repeat-y;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right:10px;
        
    font-size:larger;
    font-weight:bold;
}

.ReservationTemplatePlaceBoxBottom
{
    background-image: url(/Images/locationbox_bottom.gif);
    background-repeat: no-repeat;
    height: 13px;
}


.ReservationTemplateZipcodeBox
{
    width: 26px;
    height: 35px;
    background-image: url(/Images/HomePageReservationTemplateZipcodeBox.gif);
    background-repeat:no-repeat;
    padding-top: 7px;
    
    font-size:larger;
    font-weight:bold;
    text-align:center;
}

.ManagementControl
{
    background-color:#EEEEE6; 
    margin:10px;
}

.ManagementControlWithOutMargin
{
    background-color:#EEEEE6; 
}

.ManagementBody
{
    background-color:#C8C8C8;    
}

.panel
{
    background-color: White;
    padding: 4px 4px 4px 4px;
    margin-top: 4px;
    margin-left: 20px;   
    margin-bottom: 10px;
}

.prizeform
{
    margin-left: 116px;
}

.prizeindex
{
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 20px;
}

.prize
{
    margin-top: 10px;
    margin-right: 30px;
    padding-top: 4px;
    border-top: solid 1px black;
}    

.insurancepanel
{
    margin-left: 20px;
}

.formlabel
{
    float: left;
    display: block;
    width: 160px;
}

.reservationdate
{
    padding-top: 4px;
    font-weight: bold;   
}

.reservationtime
{
    padding-bottom: 4px;
}

.accessoire
{
    background-image:url(/images/accessoire_background.gif);
    width: 118px;
    height: 65px;
    padding-top: 3px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 5px;
}

#rebook
{
    border: solid 1px red;
    background-color: White;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
}

@media print
{
    .HomePageHeader
    {
        display: none;
    }
    #footer
    {
        display: none;
    }
    INPUT 
    {
        display: none;
    }
}


/* Slideshow classes */

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

