/* Links */
a:link {color: #330099;}
a:visited {color: #660099;}
a:hover {color: #330099;}
a:focus {color: #330099;}
a:active {color: #CC0000;}
/*a {text-decoration:none} /*removes underlines*/


/*Style of the main page*/
body {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:5px 5px;
}

/*This forces the image to align to the bottom of the cell and helps formatting*/
td img { 
vertical-align:bottom; 
}

td{
padding:0px;
spacing:0px;
}


/*Sets the font for the whole site*/
.mastertable{
/*background: #EEFFFF;*/
width:1000px;
vertical-align:middle;
text-align:left;
padding:0px;
border-spacing:0px 0px;
border:1px solid #CCCCCC;
}

/*Sets to bold*/
.bold{
font-weight:bold;
}

/*Style for the main headline*/
.mainhead{
width:75%;
text-align:left;
vertical-align:center;
padding:0px 3px 0px 3px;
font-weight:bold;
}

/*Style for tables in the main body of text*/
.maintable{
text-align:left;
vertical-align:top;
padding:0px;
font-size:90%;
border-spacing:0px;
}

.maintablespacer{
height:20px;
}

/*Style for programmes on the productions page*/
.programmetable{
text-align:center;
vertical-align:top;
padding:0px 6px 0px 6px;
font-size:90%;
border-spacing:0px;
}

/*Style for the main body of text*/
.maintext{
text-align:left;
vertical-align:top;
padding:6px; 
font-size:95%;
}

/*Formatting for the main area*/
.main{
vertical-align:top;
height:400px;
}


/*Style for the big bar along the top*/
.topbar{
width:100%;
height:100px;
background:#666666;
vertical-align:middle;
text-align:left;
color:#CCCCCC;
border:0px;
padding:0px;
font-size:200%;
font-weight:bold;
}

/*Style for the link bar along the top*/
.linkbar{
width:100%;
text-align:left;
background:#CCCCCC;
border:0px;
padding:0px 6px 0px 6px;
font-size:90%;
}

/*Style for the links boxes along the link bar
.linkbox{
width:16%;
}
*/

/*Style for parent bottom bar*/
.bottombar{
width:100%;
text-align:left;
background:#CCCCCC;
border:0px;
padding:0px 6px 0px 6px;
font-size:70%;
}

/*Style for the bottom left bar*/
.bottombarleft{
width:50%;
}

/*Style for the bottom right bar*/
.bottombarright{
width:50%;
text-align:right;
}

/*Style for the form error message*/
.errormessage{
color:red;
}
/*Style for the legal page*/
.legal{
font-size:75%;
}

