BODY.Default {
  padding:0px;
  margin:0px;
  min-width:800px;
  min-height:100%;
}

/*     Top Section    */  
  TABLE.Top {
    width:100%;
    height:75px;
  }
  TABLE.Top TR.TopPhoto {
    height:75px;
    background-image: URL('Images/Menu_Top_Blue.png');
    background-repeat:repeat;
  }
  TABLE.Top TR.TopPhoto TD.TopSpace {
  }
  TABLE.Top TR.TopPhoto TD.TopText {
    cursor:default;
    font-size:28pt;
    letter-spacing:1px;
    font-family: Calibri;
    color: #FFFFFF;
    text-align:center;
  }
  TABLE.Top TR.TopPhoto TD.TopTextSmall {
    cursor:default;
    font-size:16pt;
    letter-spacing:1px;
    font-family: Calibri;
    color: #FFFFFF;
    text-align:center;
  }
  TABLE.Top TR.TopPhoto TD.TopPhotoLeft {
    width:200px;
    background-image: URL('Photos/Menu_Photo_Left.jpg');
    background-position: center left;
    background-repeat:no-repeat;
  }
  TABLE.Top TR.TopPhoto TD.TopPhotoRight {
    width:200px;
    background-image: URL('Photos/Menu_Photo_Right.jpg');
    background-position: center right;
    background-repeat: no-repeat;
  }

/*     Menu Section    */  
  TABLE.Menu {
    width:100%;
    height:75px;
  }
  TABLE.Menu TR.MenuBarLine {
    background-image: URL('Images/Menu_Bar_NoLine.png');
    background-repeat:repeat;
  }
  TABLE.Menu TR.MenuBarLine TD.MenuBarLine {
    background-image: URL('Images/Menu_Bar_Line.png');
    background-repeat:repeat;
  }
  TABLE.Menu TR.MenuBar {
    text-align:center;
    background-image: URL('Images/Menu_Bar_Blue.png');
    background-repeat:repeat;
  }
  TABLE.Menu TR.MenuBar TD.MenuItem {
    font-size: 15pt;
    background-image: URL('Images/Menu_Bar_Blue.png');
    background-repeat:repeat;
    color: #FFFFFF;
    cursor:pointer;
  }
  TABLE.Menu TR.MenuBar TD.MenuItemOver {
    font-size: 15pt;
    background-image: URL('Images/Menu_Bar_Orange.png');
    background-repeat:repeat;
    color: #002E6D;
    cursor:pointer;
  }
  TABLE.Menu TR.MenuBarSmall {
    text-align:center;
    background-image: URL('Images/Menu_Bar_Blue.png');
    background-repeat:repeat;
  }
  TABLE.Menu TR.MenuBarSmall TD.MenuItem {
    height:40px;
    font-size: 10pt;
    background-image: URL('Images/Menu_Bar_Blue.png');
    background-repeat:repeat;
    color: #FFFFFF;
    cursor:pointer;
  }
  TABLE.Menu TR.MenuBarSmall TD.MenuItemOver {
    height:40px;
    font-size: 10pt;
    background-image: URL('Images/Menu_Bar_Orange.png');
    background-repeat:repeat;
    color: #002E6D;
    cursor:pointer;
  }

/*     Main Section    */  
  TABLE.Main {
    width:100%;
  }
  TABLE.Main TR.MainRow {
    background-image: URL('Images/Main_Blue_Long.png');
    background-repeat: repeat-x;
    background-attachment:fixed;
    background-position: 0px 150px;
  }
  TABLE.Main TR.MainRow TD.MainTD {
  }
  TABLE.Main TR.MainRow TD.MainTDLeft {
    min-width:0px;
  }
  TABLE.Main TR.MainRow TD.MainTDRight {
    min-width:20px;
  }
  DIV.ScrollBlock {
    background-image: URL('Images/G_Sleutel_Small.gif');
    background-repeat: no-repeat;
    position:absolute;
    width:13px;
    top:0px;
    right:0px;
    border:1px solid #FFACB9;
    background-color:#B98096;
  }
  DIV.ScrollUp {
    background-image: URL('Images/Noot_Small_Up.gif');
    background-repeat: no-repeat;
    background-position: 2px 0px;
    position:absolute;
    height:20px;
    width:13px;
    top:0px;
    right:0px;
    border:1px solid #FFACB9;
    background-color:#B98096;
  }
  DIV.ScrollDown {
    background-image: URL('Images/Noot_Small_Down.gif');
    background-repeat: no-repeat;
    background-position: 2px 0px;
    position:absolute;
    height:20px;
    width:13px;
    bottom:5px;
    right:0px;
    border:1px solid #FFACB9;
    background-color:#B98096;
  }

/*     Bottom Section    */  
  TABLE.Bottom {
    position:absolute;
    width:100%;
    height:25px;
  }
  TABLE.Bottom TR.BottomRowLine {
    height:3px;
    background-image: URL('Images/Bottom_Line.png');
    background-repeat:repeat;
  }
  TABLE.Bottom TR.BottomRow {
    background-image: URL('Images/Menu_Bar_Blue.png');
    background-repeat:repeat;
  }
  TABLE.Bottom TR.BottomRow TD.BottomTD {
    width:250px;
    font-size:10pt;
    color: #C4E4FF;
    font-family:arial;
    cursor:default;
  }  
  TABLE.Bottom TR.BottomRow TD.BottomTDEmpty {
    width:100px;
  }
  TABLE.Bottom TR.BottomRowSmall {
    background-image: URL('Images/Menu_Bar_Blue.png');
    background-repeat:repeat;
  }
  TABLE.Bottom TR.BottomRowSmall TD.BottomTD {
    width:250px;
    font-size:8pt;
    color: #C4E4FF;
    font-family:arial;
    cursor:default;
  }  
  TABLE.Bottom TR.BottomRowSmall TD.BottomTDEmpty {
    width:0px;
  }
  TABLE.Offline {
    background-image: URL('Images/Main_Blue_Long.png');
    background-repeat: repeat;
    background-position: 0px 150px;
    height:100%;
    width:100%;
  }
  TABLE.Offline TR.Offline {
    height:100%;
    width:100%;
  }
  TABLE.Offline TR.Offline TD.Offline {
    height:100%;
    width:100%;
    text-align:center;
    font-size:20pt;
    color:#EFEFEF
  }

  IFRAME.Main {
    width:100%;
    margin:0px;
    padding:0px;
    border:0px;
  }

/*     Page Section    */  
  BODY {
    padding-top:0px;
    margin:0px;
    background-image: URL('Images/Main_Blue_Long.png');
    background-repeat: repeat-x;
    background-attachment:fixed;
    color: #FFFFFF;
    font-size: 13pt;
    font-family:Calibri;
  }
  FIELDSET {
    padding:0px;
    margin:0px;
  }
  DIV.BulletField {
    margin-top:15px;
    line-height: 24pt;
    margin-bottom:15px;
  }
  DIV.ManagementList {
    margin-top:15px;
    line-height: 20pt;
    margin-bottom:15px;
  }
  DIV.Form {
    position: relative;
    width: 790px;
    height: 100%;
    margin: auto;
  }
  TABLE.Form {
    width:100%;
    text-align:center;
  }
  TABLE.Form TR.Form {
  }
  TABLE.Form TR.Form TD.FormText {
    letter-spacing: 0px;
    width:300px;
    text-align:right;
  }
  TABLE.Form TR.Form TD.FormData {
    width:200px;
    text-align:left;
  }
  TABLE.Form TR.Form TD.FormData LABEL.Boolean {
    background-image: URL('Images/Form_Boolean.png');
    background-repeat: no-repeat;
    background-position: center right;
    width:  15px;
    height: 15px;
  }
  TABLE.Form TR.Form TD.FormData LABEL.BooleanOver {
    background-image: URL('Images/Form_Boolean_Over.png');
    background-repeat: no-repeat;
    background-position: center right;
    width:  15px;
    height: 15px;
  }
  TABLE.Form TR.Form TD.FormData LABEL.BooleanSelected {
    background-image: URL('Images/Form_Boolean_Selected.png');
    background-repeat: no-repeat;
    background-position: center right;
    width:  15px;
    height: 15px;
  }
  TABLE.Form TR.Form TD.FormData LABEL.BooleanSelectedOver {
    background-image: URL('Images/Form_Boolean_Selected_Over.png');
    background-repeat: no-repeat;
    background-position: center right;
    width:  15px;
    height: 15px;
  }
  TABLE.Form TR.Form TD.FormData INPUT.Mandatory {
    border: 2px solid #003782;
    background-color:#4B79B7;
    width:190px;    
  }
  TABLE.Form TR.Form TD.FormData INPUT.MandatoryFocus {
    border: 2px solid #003782;
    background-color:#FFFFFF;
    width:190px;    
  }
  TABLE.Form TR.Form TD.FormData INPUT.NonMandatory, TABLE.Form TR.Form TD.FormData  TEXTAREA.NonMandatory  {
    border: 2px solid #003782;
    background-color:#FFFFFF;
    width:190px;    
  }
  TABLE.Form TR.Form TD.FormData INPUT.NonMandatoryFocus {
    border: 2px solid #003782;
    background-color:#FFFFFF;
    width:190px;    
  }
  TABLE.Form TR.Form TD.FormData INPUT.Checkbox {
  }
  TABLE.Form TR.Form TD.FormExtra {
    padding-bottom:0px;
    width:300px;
    font-size:12pt;
    text-align:left;
  }
  TABLE.Form TR.Form TD.Buttons {
    text-align:center;
    font-size:11pt;
    color: #FFFFFF;
    font-weight:bold;
  }
  TABLE.Form TR.Form TD.Buttons DIV.SubmitButton {
    background-image: URL('Images/Button_Submit.png');
    position: relative;
    width: 120px;
    height: 30px;
    margin: auto;
    cursor: pointer;
  }
  TABLE.Form TR.Form TD.Buttons DIV.SubmitButtonOver {
    background-image: URL('Images/Button_Submit_Over.png');
    position: relative;
    width: 120px;
    height: 30px;
    margin: auto;
    cursor: pointer;
  }

  TABLE.Concerten TD {
    vertical-align: top;
  }

  DIV.DropDown {
    display:none;
    width:400px;
    border:1px solid black;
    background-color:white;
    color:black;
    font-size:12pt;
    position:absolute;
    z-index: 1;
  }
  TABLE.DropDown {
    line-height:20px;
    cursor:default;
  }
  TR.DropDown {
    cursor:default;
    background-color:#FFFFFF;
  }
  TR.DropDownOver {
    cursor:default;
    background-color:#4B79B7;
  }
  Button.Standard {
    font-size:18px;
    font-family: calibri;
    font-weight: bold;
    height:30px;  
    text-align:center;
    border:2px ridge #B6BCCC;
    background-image: URL('Images/Button.png');
    background-repeat:repeat;
    Color: #FFFFFF;
  }






  A:link        {color:#FFACB9; text-decoration:none;}
  A:visited     {color:#FFACB9; text-decoration:none;}
  A:hover       {color:#FF87B9; text-decoration:underline;}
  A:link    IMG {border:1px solid #FFACB9;}
  A:visited IMG {border:1px solid #FFACB9;}
  A:hover   IMG {border:1px solid #FF87B9;}
  A.Twitter:link    IMG {border:1px solid #22C1E5;}
  A.Twitter:visited IMG {border:1px solid #22C1E5;}
  A.Twitter:hover   IMG {border:1px solid #007BD8;}
  A.Profile_Icon:link    IMG {border:none;}
  A.Profile_Icon:visited IMG {border:none;}
  A.Profile_Icon:hover   IMG {border:none;}

  A.Reserveren IMG {border:none;}
  A.Reserveren:link     {color:#FFACB9; font-size:14pt; text-decoration:none; font-weight:bold; }
  A.Reserveren:visited  {color:#FFACB9; font-size:14pt; text-decoration:none; font-weight:bold; }
  A.Reserveren:hover    {color:#FF87B9; font-size:14pt; text-decoration:underline; font-weight:bold; }

