body
{
    color: Black;
    width: 100%;
}
#screen
{
    width: 980px;
    margin: 0 auto;
}
.clearboth
{
    clear: both;
}
h1, h2, h3
{
    text-decoration: underline;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
table
{
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin-bottom: 10px;
}
th, td
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
th
{
    text-align: right;
    border-right-width: 1px;
    border-right-style: solid;
}
#top
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
}
#middle-container
{
    width: 978px; /* 980 minus the borders */    
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#middle-container, #menu, #content
{
     /* min-height needed to ensure layout is correct*/
    min-height: 741px;
}
#bottom
{
    font-size: 93%;
    margin-top: 5px;
    border: 1px solid black;
}
#bottom .copyright
{
    text-align: center;
    height: 15px;
}
#menu
{
    width: 180px;
    float: left;
}
#content
{
    /*margin: 0 0 0 180px;*/
    padding: 5px 10px 20px 10px; 
    border-left-width: 1px;
    border-left-style: solid;
    float: right;
    width: 777px;
}
/* START MENU STYLES */
.menu, .sublevel-container
{
    margin: 0 0 0 0;    
}
.sublevel
{
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 5px 0 5px 20px !important;
}
.toplevel, .sublevel-container
{
    padding: 5px 10px 5px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.toplevel a
{
    text-decoration: none;
}
/* END MENU STYLES */
#headercontainer .textcontainer
{
    float: left;
}
#headercontainer .image
{
    float: right;
}
#header-contactdetails
{
    margin-left: 10px;
    border: 0;
}
#header-contactdetails tr, #header-contactdetails td, #header-contactdetails th
{
    border: 0;
}
#header-contactdetails td
{
    padding-left: 5px;
}
#top .textcontainer .title
{
    text-align: center;
    padding: 5px;
}
.fullwidth-centeralign
{
    width: 100%;
    text-align: center;
}
.firstline
{
    padding-top: 0;
    margin-top: 0;
}
/*     DATAENTRY */
.dataentry-container
{
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 10px;
    width: 775px;
}
.dataentry-fields
{    
    padding: 0 10px 10px 10px;
}
.dataentry-title, .dataentry-notitle
{
    text-align: left !important;
    padding: 4px 0 0 4px;
    margin-bottom: 10px;
    background-image: url(../Images/DataEntry-Header-Tile.gif);
    background-repeat: repeat-x;
    font-size: 108%;
    font-weight: bold;
}
.dataentry-title
{
    height: 25px;
}
.dataentry-notitle
{
    height: 10px;
}
.dataentry .field-label
{
    font-style:italic;
}
/* END DATAENTRY */
/* DISPLAY PANELS */
.accommodation-imageleft, .divecentre-imageleft,
.accommodation-textleft, .divecentre-textleft, 
.ourskipper-textleft, .homepage-textleft
{
    float: left;
}
.accommodation-textright, .divecentre-textright,
.accommodation-imageright, .divecentre-imageright, 
.ourskipper-imageright, .homepage-imageright
{
    float: right;    
}
.homepage-imageright
{
    width: 300px;
}
.homepage-textleft
{
    width: 445px;
}
.accommodation-imageleft, .accommodation-imageright
{
    width: 300px;
}
.accommodation-textright, .accommodation-textleft
{
    width: 445px;
}
.divecentre-imageleft, .divecentre-imageright
{
    width: 380px;
}
.divecentre-textright, .divecentre-textleft
{
    width: 365px;
}
.ourskipper-imageright, .ourskipper-imageleft
{
    width: 400px;
}
.ourskipper-textleft, .ourskipper-textright
{
    width: 345px;
}
.accommodation-general, .accommodation-top, .divecentre-general, .divecentre-top
{
    margin-bottom: 20px;
}
/* END DISPLAY PANELS */
/*     MESSAGES */
.messages-container
{
    margin-bottom: 5px;
}
.messages-error
{
    background-image: url(../Images/Error-Message-Background.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    border-style: solid;
    border-width: 2px;
}
.messages-information
{
    background-image: url(../Images/Information-Message-Background.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    border-style: solid;
    border-width: 2px;
}
.messages-success
{
    background-image: url(../Images/Success-Message-Background.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    border-style: solid;
    border-width: 2px;
}
.messages-title
{
    margin: 0px 34px 6px 50px;
    padding-top: 18px;
}
.messages-lines ul
{
    margin-left: 35px;
}
.messages-error li
{
    list-style: url(../Images/Error-Message-Bullet.gif);    
}
.messages-information li
{
    list-style: url(../Images/Information-Message-Bullet.gif);    
}
.messages-success li
{
    list-style: url(../Images/Success-Message-Bullet.gif);    
}
.messages-success li, .messages-information li, .messages-error li
{
    margin-bottom: 5px;
}
/* END MESSAGES */

/* START MAP */
#map_canvas
{
    float: left;
}
#map_legend
{
    float: right;    
}
/* END MAP */

/* START PRICE */
.price-panel
{
    margin-left: 20px;
}
.price-panel th
{
    width: 380px;
}
.price-panel th, .price-panel td
{
    padding: 5px;
}

.price-panel-homepage
{
    margin-left: 20px;
}
.price-panel-homepage th
{
    width: 180px;
}
.price-panel-homepage th, .price-panel-homepage td
{
    padding: 5px;
}
/* END PRICE */
h1
{
    font-size: 153.9%;
}
h2
{
    font-size: 138.5%;
}
h3
{
    font-size: 123.1%;
}
.panelsection
{
    border: 1px solid;
    padding-left: 2px;
    margin-bottom: 5px;
}
.panelsection p
{
    margin-top: 0px;
}
.panelsectionheader
{
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.centeralign
{
    text-align: center;
}
.homepagediveshow
{
    font-size: 107%;
}
#facebookContainer
{	
	width: 100%;	
	text-align: center;
	margin-top: 15px;
}
