﻿html { overflow-y: scroll; scrollbar-base-color:#d46c25;}

body 
{
    background-color:Black;
    font-family:Arial;
    font-weight:bold;
    color:White;
}

.footer
{
    font-size: 0.7em;
    color:#7b5e4c;
    font-weight:normal;
}

#footer
{
    font-size: 0.7em;
    color:#7b5e4c;
    font-weight:normal;
}

#footer a
{
    color:#7b5e4c;
    font-weight:normal;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.title { text-align:left; font-weight:bold; font-size:1em; }
.para { text-align:left; font-weight:bold; font-size:0.8em; }
.right { text-align:right; }

.brightorange { color:#ff9002; }
.white { color:White;}
.brown { color:#826553;}
.orange { color:#d46c25; }
.fudge { color:#b39066; }
.red { color:Red; }
.hlink { text-decoration:underline; }

/* Bookings Page */

.bookingtablelabelcolumn { width: 343px; padding-bottom:10px; }

.MSGSUCCESS { font-size:large; color:#de030b; }
.MSGFAIL { font-size:large; color:RED; }
.valred { font-size:0.7em; color:Red; }