/*
 * Stylesheet for brightonbased.co.uk site
 */

/* Basics: */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: "trebuchet ms", verdana, sans-serif;
}
body {
	margin: 0;
	padding:1em;
	color: black;
	background-image:url(menus/images/vellum3.png);
	background-color: rgb(255, 255, 216);
	border: 1em solid rgb(244, 164, 96);
	text-align: center;
	font-size: .80em;
}

/* Links: */
a:link {
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: rgb(255, 254, 253);
	background-color: rgb(244, 164, 96);
	text-decoration: none;
}
a:hover {
	color: rgb(255, 254, 253);
	background-color: rgb(244, 164, 96);
	text-decoration: none;
}

/* General: */
#listheading {
	color: rgb(244, 164, 96);
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	line-height: 200%;
}

#listheading2 {
	color: rgb(244, 164, 96);
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 200%;
}

.centred {
	text-align: center;
	vertical-align: middle;
}

div.footer {
}

div.validator{
	padding-bottom: 2em;
}

/* Index page: */
div#navigation
{
float: left;
width: 30em;
padding-top: 2em;
padding-left: .5em;
}

div#more
{
float: right;
width: 30em;
margin: 0;
padding-top: 2em;
padding-right: .5em;
color: Black;
}

div#content
{
margin-left: 23em;
margin-right:21em;
}

table.selector {
}
tr.select-line {
}
th.select-title {
	text-align: right;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
td.select-item {
	text-align: left;
	padding-bottom: 0.5em;
}

/* Selections: */
div.rest-list {
	text-align: center;
	vertical-align: middle;
}
table.rest-list {
}
tr.rest-list {
	width: 100%;
}
th.rest-name {
	width: 20%;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	vertical-align: middle;
	color: rgb(244, 164, 96);
	background-color: transparent;
	padding: 0.5em;
	border: thin navy solid;
}
td.rest-details {
	width:70%;
	text-align: left;
	color: navy;
	background-color: transparent;
	padding: 0.5em;
	border: thin navy solid;
}
td.rest-link {
	width: 20%;
	text-align: center;
	color: navy;
	background-color: transparent;
	padding: 0.25em;
	border: thin navy solid;
}

div.nav {
}
p.guide-text {
	text-align: center;
	font-size: 110%;
	padding: 0.25em;
}
p.page-links {
	text-align: center;
	color: navy;
	background-color: transparent;
	padding: 0.25em;
	border: thin navy solid;
}
div.rate-list{
	text-align: center;
	vertical-align: middle;
	}
table.rate-list{
	text-align: center;
	}
tr.rate-list{
	width: 100%;
	text-align: center;
	}
th.rate-name{
	width: 50%;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	vertical-align: middle;
	color: rgb(244, 164, 96);
	background-color: transparent;
	padding: 0.5em;
	border: thin navy solid;
	}
td.rate-price{
	width: 50%;
	text-align: center;
	color: navy;
	background-color: transparent;
	padding: 0.25em;
	border: thin navy solid;
	}
div.form1{
	clear:both;
	width: 30%;
	float: left;
	text-align: left;
	line-height: 250%;
	font-weight: bold;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: .5em;
	padding: 1em;
	}	
div.form2{
	margin-left: 30%;
	text-align: left;
	margin-right: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	
}
