/* DEFAULTS */
/* -------------------------------------------------------------------------------- */

* {
			margin: 0;
			padding: 0;
			}
body {
	font: lighter 0.8em/1.5 "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #000066;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../media_assets/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body#wheels_nav {
	background-image: url(../media_assets/body_wheels_bg.gif);
}

body#wheels_nav h1 {
	color: #FF8A23;
}

body#cinema_nav h1 {
	color: #000;
}

body#cinema_nav {
	background-image: url(../media_assets/body_cinema_bg.gif);
}

body#learning_nav h1 {
	color: #970B6E;
}

body#learning_nav {
	background-image: url(../media_assets/body_learning_bg.gif);
}

body#thirdageproject_nav h1 {
	color: #00993F;
}

body#thirdageproject_nav {
	background-image: url(../media_assets/body_thirdageproject_bg.gif);
}

body#ruralyouth_nav h1 {
	color: #003E89;
}

body#ruralyouth_nav {
	background-image: url(../media_assets/body_ruralyouth_bg.gif);
}

body#commchef_nav h1 {
	color: #3E237F;
}

body#commchef_nav {
	background-image: url(../media_assets/body_commchef_bg.gif);
}

.hide, #copyright {
			display: none;
}
#wrapper {
	width: 950px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
			}
#masthead {
}


img, img a {
	border: none;
}

#map {
	width: 100%;
	height: 300px;
}
div#imgblock {
}

div#imgblock img {
	border: 1px solid #00A2AE;
	background-color: #FFF;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 0.5em;
	float: right;
}

#footer {
	color: #999999;
	clear: both;
	font-size: 0.9em;
	line-height: 1.5;
	background-color: #FFFFFF;
	background-image: url(/media_assets/sheppey_footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	margin-top: 3em;
	margin-bottom: 2em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 110px;
}

#home_nav #footer {
	margin-top: 1em;
}

#footer p {
	margin: 0;
}

.clearboth {
	clear: both;
}

.small {
	font-size: 0.8em;
	color: #999;
}

#vid_holder {
	background-color: #FFFFFF;
	text-align: center;
	padding: 1em;
}

/* MARGIN RESETS */
form, ul, li, ol, p {
	margin: 0;
	padding: 0;
}

/* LINKS */
#content a, #home_content a, #footer a {
	color: #0B6897;
	text-decoration: none;
	border-bottom: 1px solid #D8F3FF;
}

#content a:hover,  #home_content a:hover, #footer a:hover {
	border: none;
	background-color: #D8F3FF;
}
#content {
	float: left;
	width: 77%;
	margin-bottom: 2em;
}


#content p {
	margin: 0 0 0.75em 0;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	list-style: none;

}

#content li {
	background: url(/media_assets/blue_bullet.gif) no-repeat 0px 4px;
	margin: 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 15px;

}

#container {
	padding: 0 2em 2em 2em;
	min-height: 20em;
	height:auto !important;
	height: 100%;
}

#container2 {
	padding: 0 2em 2em 2em;
	min-height: 20em;
	height:auto !important;
	height: 100%;
	background-color: #FFFFFF;
}

#menubar {
	float: right;
	width: 20%;
}

#menubar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menubar li {

}

#menubar li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
	color: #118E9A;
	margin-top: 1em;
}

#menubar li#wheels a {
	color: #FF6600;
}
#menubar li#cinema a {
	color: #000;
}
#menubar li#learning a {
	color: #970B6E;
}
#menubar li#thirdageproject a {
	color: #00993F;
}
#menubar li#ruralyouth a {
	color: #003E89;
}
#menubar li#commchef a {
	color: #3E237F;
}

#menubar li a:hover {
	color: #333333;
	text-decoration: none;
}

/* SUB MENU */
#menubar ul li.sub {
	height: 100%;
	margin-bottom: 1.5em;
	padding: 0px;
	margin-top: 0px;
}
#menubar ul li.sub ul {
	padding: 0;
	list-style: none;
	margin-top: 0.5em;
}

#menubar ul li.sub ul li a {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1;
	display: block;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	background-image: url(/media_assets/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A2AD;
	letter-spacing: 0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 12px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 12px;
}

#menubar ul li.sub ul li a:hover, #menubar ul li.sub ul li.on a {
	text-decoration: none;
	color: #00A2AD;
}

body#wheels_nav #menubar ul li.sub ul li a {
	color: #FF8A23;
}

body#wheels_nav #menubar ul li.sub ul li a:hover, body#wheels_nav #menubar ul li.sub ul li.on a {
	text-decoration: none;
	color: #666666;
}

body#cinema_nav #menubar ul li.sub ul li a {
	color: #000;
}

body#cinema_nav #menubar ul li.sub ul li a:hover, body#cinema_nav #menubar ul li.sub ul li.on a {
	text-decoration: none;
	color: #666666;
}

body#learning_nav #menubar ul li.sub ul li a {
	color: #970B6E;
}

body#learning_nav #menubar ul li.sub ul li a:hover, body#learning_nav #menubar ul li.sub ul li.on a {
	text-decoration: none;
	color: #666666;
}

body#thirdageproject_nav #menubar ul li.sub ul li a {
	color: #00993F;
}

body#thirdageproject_nav #menubar ul li.sub ul li a:hover, body#thirdageproject_nav #menubar ul li.sub ul li.on a {
	text-decoration: none;
	color: #666666;
}

body#ruralyouth_nav #menubar ul li.sub ul li a {
	color: #003E89;
}

body#ruralyouth_nav #menubar ul li.sub ul li a:hover, body#ruralyouth_nav #menubar ul li.sub ul li.on a {
	text-decoration: none;
	color: #666666;
}

body#commchef_nav #menubar ul li.sub ul li a {
	color: #3E237F;
}

body#commchef_nav #menubar ul li.sub ul li a:hover, body#commchef_nav #menubar ul li.sub ul li.on a {
	text-decoration: none;
	color: #666666;
}



/* HEADINGS */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: 1.25;
	font-weight: normal;
	/* color: #B22578; */
	color: #00A2AE;
	margin: 0em 0em 0.25em 0;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A2AE;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.25;
	font-weight: normal;
	color: #0099CC;
	margin: 1em 0 0.25em 0;
}

#content h2.sep a {
	margin: 1em 0 0 0;
	line-height: 1.25;
	font-weight: normal;
	color: #0099CC;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.25;
	font-weight: normal;
	color: #0099CC;
	margin: 0.5em 0em 0.25em 0;

}

#content p.date, #content p.date-tag {
	color: #666666;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-image: url(/media_assets/info_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 2em;
	margin-bottom: 0.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 30px;
}

#content p.date-tag {
	margin: 0 0 1em 0;
}
ul#tags {
	color: #666666;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-image: url(/media_assets/tag_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 30px;
	list-style-image: none;
	list-style-type: none;
}

ul#tags li {
	display: inline;
	background: none;
	padding: 0;
}

/* SITE SPECIFIC */
#intro {
	position: absolute;
	width: 32%;
	left: 0px;
	top: 180px;
}

#intro #intro_text {
	background-color: #FF6600;
	padding: 0.75em;
}

#intro_text p {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.35;

}
#intro_text a {
	color: #000000;
	text-decoration: none;	
}

#intro_text a:hover {
	color: #FF0000;
	background: #FFFFCC;
	text-decoration: none;
}

/* search bar */
#searchform {
	float: right;
	margin-left: 1.5em;
	background-color: #FC0063;
	padding: 0.25em;
	width: 14.5em;
}

#searchform .sidefield {
	width: 8.5em;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
}

#searchform label {
	display: none;
}

#searchform #search_button {
	vertical-align: middle;
}

/* HOME PAGE BOXES */
#showcase {
	background-color: #FFFFFF;
	padding:0.5em;
	margin-top: 210px;
	zoom: 1;
}

#whats_new {
	float: left;
	width: 32%;
	margin: 0em 0.75em 1.5em 0;
	display: block;
	border: none;
	background-color: #FFFFFF;
}
#whats_new h2 {
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0B6798;
	padding: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin: 0 0 0.5em 0;
}
#whats_new div.home_news_lead {
	background-color: #ECF6FE;
	padding: 0.5em;
}
#whats_new #home_lead_pic {
	height: 130px;
	border: 1px solid #006897;
}
#whats_new div.home_news_other {
	margin-bottom: 0.75em;
}
#whats_new p {
	margin: 0;
}

#whats_new a.news {
	background: none;
	border: none;	
}
#latest_photos a.photos {
	background: none;
	color: #E50F92;
	border: none;	
}
#what_we_do a.wwd {
	background: none;
	color: #99C822;
	border: none;	
}
#latest_photos {
	float: left;
	width: 33%;
	margin: 0 0.75em 1.5em 0;
	display: block;
	border: none;
	background-color: #FFFFFF;
}
#latest_photos h2 {
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #DC0D94;
	padding: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin: 0 0 0.5em 0;
}

#latest_photos a img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #DB0D93;
}

#what_we_do {
	float: left;
	width: 32%;
	margin: 0 0 1.5em 0;
	display: block;
	border: none;
	background-color: #FFFFFF;
}
#what_we_do h2 {
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #99CA18;
	padding: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin: 0 0 0.5em 0;
}

#what_we_do ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0
}
#content #what_we_do li {
	padding: 0;
	margin: 0;
	background: none;
}

#content #what_we_do li a {
	color: #52812F;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99C822;
	font-size: 1.25em;
	line-height: 1.25;
	text-decoration: none;
	display: block;
	background: none;
}

#content #what_we_do li a:hover {
	color: #99CA18;
	text-decoration: none;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52812F;
}

/* MENU LINKS */
#topbar {
	position: absolute;
	top: 0px;
	left: 400px;
}

ul#nav {
	float: left;
}

ul#nav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

ul#nav li a {
	margin-right: 0.75em;
	color: #12919E;
	text-decoration: none;
	background-color: #D3F5F6;
	padding: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00A2AE;
}

fieldset {
	border: none;
				}
label, #nuser h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009BCC;
	margin-top: 0.5em;
	margin-bottom: 0.15em;
	display: block;
	font-size: 1.2em;
	line-height: 1.25;
}
input.longField, textarea.summary {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 98%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}

input.medField {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 49%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}

textarea.textA {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 98%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}

input.shortField {
	font-size: 100%;
	color: #666666;
	padding: 0.3em;
	width: 20%;
	background: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC;
}
input.shortLeftField {
	float: left;
	width: 15%;
	margin-right: 0.5em;
}
.optional {
	font-size: 80%;
	text-transform: uppercase;
	color: #9999CC;
	letter-spacing: 0.1em;
}

.form_sender {
	text-align: right;
	padding: 0.5em;
	clear: both;
	margin-top: 0.75em;
	background-color: #009BD3;
}

/* ERRORS */
#content div#error {
	background: #FFFFCC;
	padding: 1em;
	border: 1px solid #FF9900;
	color: #000000;
	margin: 1em 0 1em 0;
	font-size: 100%;
}

#content div#error p {
	background: url(/media_assets/system_images/error.gif) no-repeat;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 0.75em;
	color: #000000;

}

#content div#error ul {
	margin: 0px;
	padding: 0px;

}

#content div#error li {
	list-style: none;
	padding-left: 15px;
	margin-left: 25px;
	background: url(/media_assets/system_images/red-bullet.gif) no-repeat left center;
	margin-bottom: 0.25em;
	font-size: 100%;

}

.red {
	font-weight: bold;
	color: #CC0000;
	
}

/* IMAGE GALLERY */

#container div.glphotos a:link, #container div.glphotos a:visited {
	margin: 0 0 0.75em;
	padding: 0.5em;
	list-style: none;
	background: #FFFFCC;
	border: 1px solid #FFCC00;
	display: block;
	text-decoration: none;
	font-size: 2em;
}

#container div.glphotos a:hover {
	list-style: none;
	background: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #006699;
	color: #006699;
}

#container div.glphotos a img {
	border: none;
	text-decoration: none;
}

#container div.glphotos img {
	vertical-align: middle;
	margin-right: 0.75em;
	text-decoration: none;
}

#container div.thumbnail a:link, #container div.thumbnail a:visited  {
	float: left;
	padding: 0.5em;
	margin: 0 1em 1em 0;
	display: block;
	text-decoration: none;
	border: 1px solid #999999;
	background: #FFFFFF;
}

#container div.thumbnail a:hover  {
	border: 1px solid #FFA608;
	background: #FFFFFF;
}

div.thumbnail h3 {
	margin: 0 0 0.25em 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #336633;
}

div.thumbnail p {
	margin: 0.1em 0 0.2em 0;
}

#container div.thumbnail img {
	display: block;
	border: none;
	text-decoration: none;
}

img.large {
	background: #99CC00;
	padding: 0.25em;
	margin-bottom: 1em;
}

div#pmleft {
	float: left;
	list-style: none;
}

#container #pmleft a, #container #pmright a {
}

div#pmright {
	text-align: right;
	float: right;
	width: 12%;
	list-style: none;
}

div#pmleft li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#pmleft li a {
	color: #B22578;
	margin: 0 1em 0 0;
	padding: 0.5em;
	background: #FFF;
	border-bottom: 1px solid #B22578;
}

div#pmleft li a:hover  {
	color: #006996;
	border-bottom: 1px solid #006996;
	background: #FFF;
	padding: 0.5em;
}


div#pmright a.prev {
	float: left;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #B22578 url(../media_assets/system_images/l_arrow_1.gif) no-repeat;
	padding: 0;
	height: 25px;
	width: 25px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #B22578;
	border-left: none;
}

div#pmright a.prev:hover {
	background: #FFFFFF url(../media_assets/system_images/l_arrow_2.gif) no-repeat;
	border-bottom: 1px solid #B22578;
}

div#pmright a.next {
	float: right;
	margin: 0em 0 0;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #B22578 url(../media_assets/system_images/r_arrow_1.gif) no-repeat;
	padding: 0em;
	height: 25px;
	width: 25px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #B22578;
	border-left: none;
}

div#pmright a.next:hover {
	background: #FFFFFF url(/media_assets/system_images/r_arrow_2.gif) no-repeat;
	border-bottom: 1px solid #B22578;
}

div.imglarge {
	background: #FFF;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	clear: both;
	border-top: 1px solid #9999CC;
}


div#flashcontent {
	background: #FFF;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	clear: both;
	border-top: 1px solid #9999CC;
}

div.imglarge img {
	border: 1px solid #9999CC;
}

div#photomenu {

}

.right {
	float: right;
}

/* STORE */
div.storeitem {
	background: #F5DEF2;
	padding: 0.5em;
	height: 100%;
}

div.storeleft {
	float: left;
	width: 40%;

}

div.storeright {
	float: right;
	width: 50%;

}

div.storeitem .price {
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	color: #0099CC;

}

table#cartSummary {
	background: #FFFFFF;
	padding: 0;
}

table#cartSummary th {
	color: #000033;
	padding: 0.25em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #E2B3D6;
}

table#cartSummary tr {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	border: 0;
}
table#cartSummary td {
	padding: 0.5em;
}

table#cartSummary .btn {
	float: left;
}
table#cartSummary .items {
	border-bottom: 1px solid #E2B3D6;
}


table#cartSummary td.total {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em 0;
	background: #F5DEF2;
	border-bottom: 1px solid #E2B3D6;
}

table#cartSummary span.ttl {
	font-weight: normal;
	padding-right: 0.5em;

}

table#cartSummary .sitem {
	width: 50%;
}

#services strong {
	margin-right: 1em;
}

#flashaudio {
	float: right;
	width: 60%;
	margin-top: 0.5em;
}
#home_left {
	float: left;
	margin-top: 0.5em;
}
#home_left p {
	color: #000066;
}

/* BOOKING SYSTEM */

/* CALENDAR STYLES */
.calendar {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.calendar td {
	padding: 0.25em;
}
.calendar-title {
	text-align: center;
	background: #EEE;
}
.calendar-title h1 {
	color: #000000;
	padding-bottom: 0.25em;
	letter-spacing: 0.1em;
	margin-top: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1;
}

.calendar-day-title {
	text-align: center;
	font-size: small;
	background: #0099CC;
	font-weight: bold;
	color: #FFFFFF;
}

.calendar-day-title2 {
	font-size: small;
	background: #0099CC;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1em 0 0 0;
	padding: 0.25em;
}


.calendar-day, .calendar-outmonth-day {
	height: 5em;
	vertical-align: top;
	text-align: center;
	padding: 0px;
	background: #FFF;
}

span.calendar-day {
	height: 1em;
	width: 1em;
	background: #FFF;
	padding: 0.5em;
	margin-right: 0.5em;
}

span.calendar-booked-day {
	height: 1em;
	width: 1em;
	background: #FFCCCC;
	padding: 0.5em;
	margin-right: 0.5em;
}

span.calendar-partbooked-day {
	height: 1em;
	width: 1em;
	background: #FFFF99;
	padding: 0.5em;
	margin-right: 0.5em;
}

.calendar-booked-day {
	height: 5em;
	vertical-align: top;
	text-align: center;
	padding: 0px;
	background: #FFCCCC;
}

.calendar-partbooked-day {
	height: 5em;
	vertical-align: top;
	text-align: center;
	padding: 0px;
	background: #FFFF99;
}

.calendar-day-number {
	text-align: right;
	font-size: 1.5em;
}
.calendar-day-number2 {
	text-align: right;
	font-size: 1.5em;
	color: #999999;
}
.calendar-content {
  padding: 1px;
  font-size: x-small;
}
.calendar-outmonth-day {
  color: #FFFFFF;
  background: #D0DEFF;
}
.big {
	font-size: 180%;
}
div.slot {
	background: #EEE;
	padding: 0.5em 0.5em 1.5em 0.5em;
	border-top: 2px solid #FFFFFF;
}

div.slot  h2 {
	margin: 0.25em 0 0.5em 0;
}
div.slot p {
	margin: 0;
	padding: 0;
}
div.booked {
	background: #FFDADA;
	padding: 0.25em 0.5em 3em 0.5em;
	border-top: 2px solid #FFFFFF;
}
div.booked  h2 {
	margin: 0.25em 0 0.5em 0;
}
div.booked p {
	margin: 0;
	padding: 0;
}

.bigright {
	margin-right: 1em;
}


/* booking system login */
div.boxLeft {
	background: #EEE;
	padding: 0px 10px 10px;
	float: left;
	width: 46%;
	display: block;
	border-top: 1px solid #999999;
	margin: 0.5em 0px 0px;
}

div.boxRight {
	background: #EEE;
	padding: 0px 10px 10px;
	float: right;
	width: 46%;
	display: block;
	border-top: 1px solid #999999;
	margin: 0.5em 0px 10px;
}

#content div.submitter p, #admin_options div.submitter p {
	margin: 0px;
}

#content div.submitter input, #admin_options div.submitter input {
	margin: 0px;
	padding: 0px;
}

#nuser {
	background: #FFFFCC;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #FFCC33;

}

#nuser p {
	margin: 0 0 0.25em 0;
}

#nuser div.submitter_login, #admin_options div.submitter_login {
	background: #CCCCFF;
	padding: 5px;
	margin: 0px;
	text-align: right;
	clear: both;
}

#content #nuser div.submitter_login p, #content #admin_options div.submitter_login p {
	margin: 0px;
}

#content #nuser div.submitter_login input, #content #admin_options div.submitter_login input {
	margin: 0px;
	padding: 0px;
}

#content #nuser input.fieldOne {
	background: #FFFFFF;
	width: 100%;
	padding: 0.2em;
	border: 1px solid #999999;
	color: #666666;
	font-size: 1em;
}

#nuser h2 {
	color: #006699;
	margin-top: 0.5em;
}

/*
#nuser h3 {
	color: #000;
	font-size: 12px;
}
*/
.red {
	color: #990000;
}

#profile_bar {
	text-align: right;
}

#start_bar {
	float: left;
}

#admin_options {
	background: #FFCCCC;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #990000;

}


/* PAGINATION LINKS */
#content a.paged:link, #content a.paged:visited {
	color: #003366;
	text-decoration: none;
	background: #3BB2BE;
	padding: 1px 3px;
	margin-right: 2px;
	margin-left: 0px;
	margin-top: 4px;
	border: none;
}

#content a.paged:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #006699;
	border: none;

}

#content .pagedOn {
	color: #FFFFFF;
	text-decoration: none;
	background: #006699;
	padding: 1px 3px;
	margin-right: 2px;
	margin-left: 0px;
	margin-top: 4px;
	border: none;
}