body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-top:50px;
	background-image: url(../../graphics/noise.png);
	background-repeat: repeat;
}
body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
   box-shadow: 0px 0px 10px rgba(0,0,0,.6);
   }
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
li {
	list-style-type: none;
	padding: 3px;
}
ul {
	margin: 0px;
}

a.lnk1 {
	background-color: #999;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 7px 10px;
	width: auto;
	-webkit-border-radius: 5px;
  border-radius: 5px;
}

a.lnk1:hover {
	color: #fff;
	background-color: #555;
}

#main {
	background-color: #FFFFFF;
	width: 820px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#main.login { width: 500px; }

#main.login ul { padding: 0 20px; }
#main.login li { list-style-type: square; }


#main h1 { margin-top: 0; }

#main p a {
	color: #FFF;
	text-decoration: none;
	background-color: #617798;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}


.pls_send_login { margin: 8px 0 16px 0; }

.pls_send_login a {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

#main p a { background-color: #617798; }

#main p a:hover { background-color: #455773; }
#main p a.context_link { padding: 0; background-color: inherit; color: blue; text-decoration: underline;}

#widemain {
	background-color: #FFFFFF;
	width: 1500px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

#login_msg { margin-bottom: 10px; }

#mainMenu {
	width: 800px;
	background-color: #CCCCCC;
	padding: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

#mainMenu ul { padding: 0; }

.detailsTxt {
	font-size: 0.8em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.feintTxt {
	color: #999;
}
.formcell1 {
	width: 220px;
	background-color: #CF9;
}
.formcell2 {
	width: 220px;
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
}

.form1 {
	border: 1px solid #FFF;
	padding: 5px;
}
.gallerythumb {
	border: 4px solid #FFF;
}
.cell_reserved {
	background-color: #FFFFE6;
}
.cell_notneeded {
	background-color: #CCC;
}
.cell_notsubmitted {
	background-color: #F00;
	color: #FFF;
}
.infotab1 {
	border-collapse:collapse
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	margin-left: 40px;
}
.infotab1 td, th {
	padding: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.infotxt {
	font-style: italic;
	color: #939;
}

.tint1Txt {
	color: #F63;
}
.warn {
	font-weight: bold;
	color: #FF0000;
	font-size: 9pt;
	padding: 5px;
}
/*
===========================================================
CSS Used in formatting the form on the login page
=================================================
*/
.formcell1 {
	width: 220px;
	background-color: #CF9;
}
#form1 {
	border: 1px solid #FFF;
	padding: 5px;
}

#form1 td { padding: 8px 0; }

input, textarea {
	padding: 5px;
	border: solid 1px #ccc;
/*	outline: 0; */
	margin-left:10px;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 250px;
	background: #FFFFFF url('../bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
textarea {
	width: 300px;
	max-width: 300px;
	height: 150px;
	line-height: 150%;
}

input.login_btn { width: 150px; font-weight: bold; cursor: pointer; }

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #777;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
	margin-left: 10px;
	color: #999999;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	margin-left:10px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*
=========================================================
CSS Used in formatting the form on the notices admin page
=========================================================
*/
input[type=file] {
width: 200px;
}
input[type=file]::-webkit-file-upload-button {
width: 0;
padding: 0;
margin: 0;
-webkit-appearance: none;
border: none;
}
x::-webkit-file-upload-button, input[type=file]:after {
content: 'Select file';
display: inline-block;
left: 100%;
margin-left:10px;
position: relative;
-webkit-appearance: button;
padding: 3px 8px 2px;
}

/*
=========================================================
CSS for tables on the notes page and bookings page
=========================================================
*/
table.downloads { border-collapse: collapse; line-height: 1.2; margin-bottom: 20px; }
table.downloads tr { border-top: 1px solid #999; border-bottom: 1px solid #999; }
table.downloads tr.no_borders { border: 0; }
table.downloads th { padding: 40px 0 10px 0; font-size: 14px; text-align: left; border-bottom: 1px solid #000; }
table.downloads th.centered { text-align: center; font-size: 22px; border-bottom: 2px solid #000; }
table.downloads tr:first-child { border-top: 0; }
table.downloads td { padding: 10px 10px 10px 0px; vertical-align: top; }

table.workshops_and_events { border-collapse: collapse; line-height: 1.2; margin-bottom: 40px; }
table.workshops_and_events th { background-color: #888; color: #fff; vertical-align: middle; text-align: center; }
table.workshops_and_events td { padding: 10px 5px; vertical-align: top; text-align: center; }