/* CSS Document */
body {
	font-size: 62.5%;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.adminPageSurround {
	position: relative;
	/*z-index: auto;*/
	border: solid 1px #333333;
	border-top: none;
	background: #FFFFFF;
	padding: 10px;
	/*padding-top: 10px;*/
	margin: 0px;
	margin-top: 0px;
	/*width: 100%;*/
	text-align: left;
}

table {
	line-height: 1.4em;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: none;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	/*margin-bottom: -1.4em;*/
	margin-bottom: 0px;
}

.adminPageInstructions {
	/*position: relative;*/
	position:inherit;
	border: none 1px #333333;
	background-color: #DDDDDD;
	padding: 5px;
	text-align: left;
	padding-left: 25px;
	background-image: url(images/admin_help_icon.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.adminPageInfo {
	/*position: relative;*/
	position:inherit;
	border: none 1px #333333;
	background-color: #DDDDDD;
	padding: 5px;
	text-align: left;
	padding-left: 25px;
	background-image: url(images/admin_info_icon.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.adminTableTitle {
	font-weight: bold;
	color: #ffffff;
}

a.adminlink:link, a.adminlink:visited {
	font-style: normal;
	color: #FF6600;
	text-decoration: none;
}

a.adminlink:hover, a.adminlink:active {
	font-style: normal;
	color: #FF6600;
	text-decoration: underline;
}

a.admintablelink:link, a.admintablelink:visited {
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

a.admintablelink:hover, a.admintablelink:active {
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

a.adminbutton:link, a.adminbutton:visited {
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 12px;
	border: solid 1px #333333;
	border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
	background-color: #FF6600;
	text-decoration: none;
	text-align: center;
	height: 1.2em;
	vertical-align: middle;
	cursor: pointer;
	display: table;
}

a.adminbutton:hover, a.adminbutton:active {
	background-color: #FF3300;
	border-bottom-color: #CC3300;
	border-right-color: #CC3300;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	color: #ffffff;
	text-decoration: none;
}

a.admintab:link, a.admintab:visited {
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 12px;
	margin-left: 5px;
	background-color: #777777;
	text-decoration: none;
	text-align: center;
	height: 1.2em;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(images/admin_tab_shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.admintab:hover {
	color: #FF6600;
}

.adminTabSelected {
	color: #FF6600;
	background-image: none;
	padding-top: 3px;
	background-color: #666666;
}

.input-adminfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	font-size: 1em;
	padding: 2px 2px;
	/*width: 100px;*/
	height: 1.2em;
	vertical-align: middle;	
	/*margin-left: 3px;*/
}

.input-fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color:#FF6600;
	font-size: 1em;
	padding: 2px 2px;
	height: 1.2em;
	vertical-align: middle;	
	/*margin-left: 3px;*/
}

.orangegradcell {
	background-image: url(images/stenning_orange_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:10px;
	color:#FFFFFF;
	vertical-align:top;
	text-align:left;
}

.greencell {
	background-image: url(images/stenning_green.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:10px;
	color:#FFFFFF;
	vertical-align:top;
	text-align:left;
	background-color:#666633;
}

/*div.greencell a {
	color:#000000;
}*/

.contentcell {
	padding:10px;
	padding-top:30px;
	padding-bottom:0px;
	vertical-align:top;
	text-align:left;
}

.bannercell {
	padding:10px;
	vertical-align:top;
	text-align:right;
	color:#666633;
}

a.oastlink:link, a.oastlink:visited, a.oastlink:hover, a.oastlink:active {
	color:#999999;
	font-size:0.8em;
	text-decoration: none;
	font-weight: bold;
}

.copyrighttext {
	text-indent:10px;
	color:#999999;
	font-size:0.8em;
	font-weight: bold;
}

a.toplink:link, a.toplink:visited, a.toplink:hover, a.toplink:active {
	color:#666633;
	position: relative;
	display:inline;
	padding: 1px 4px; /* top+bottom left+right */
	margin-left:2px;
	margin-right:2px;
	background-color:#FFFFFF;
	font-size:1em;
	text-decoration: none;
	font-weight: bold;
}

a.toplink:hover {
	color:#FFFFFF;
	background-color:#666633;
}

a.orangelink:link, a.orangelink:visited, a.orangelink:hover, a.orangelink:active {
	color:#FF6600;
	font-size:1em;
	text-decoration: none;
	font-weight: bold;
}

a.orangelink:hover {
	text-decoration: underline;
}

.tableTitle {
	font-weight: bold;
	font-size:1.1em;
	line-height:1.8em;
	color: #ffffff;
}

.orangeEdgedTable {
	border-bottom: solid 2px #FF6600;
	border-left: solid 2px #FF6600;
	border-right: solid 2px #FF6600;
	background-color:#EEEEEE;
	background-image: url(images/table_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

input.siteButton{
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.1em;
    text-transform: uppercase;
    font-weight:bold;
    background-color:#FF6600;
    border:0px none;
    padding: 1px 1px;
	vertical-align:middle;
	cursor:pointer;
}

a.titleBarLink:link, a.titleBarLink:visited, a.titleBarLink:active {
	color:#FFFFFF;
	/*display:inline;
	padding: 0px 4px; /* top+bottom left+right */
	/*border:1px solid;
	border-color:#FFFFFF;
	margin-left:2px;
	margin-right:2px;
	background-color:#FF6600;
	font-weight: bold;*/
	font-size:0.9em;
	text-decoration: none;
}

a.titleBarLink:hover {
	text-decoration: underline;
	color:#000000;
	font-size:0.9em;
}

a:link, a:visited, a:hover, a:active {
	color:#FF6600;
	font-size:1em;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li {
	list-style-image: url(images/bullet.gif);
	list-style-type: disc; 
	/*MARGIN: 4px 0px 0px;*/
}

.eventDetails {
	/*position: relative;*/
	position:inherit;
	border: none 1px #333333;
	background-color: #DDDDDD;
	padding: 10px;
	text-align: left;
	background-image: url(images/events_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.bookingConditions {
	background-image: url(images/email_background.gif);
	background-repeat: no-repeat;
	position:absolute;
	left: 0px;
	top: 0px;
	padding: 20px;
}

/*p {
	margin-bottom:0px;
}

li {
	color:#FF6600;
}*/