﻿html, body
{
	height:100%;
	border:0;
	margin:0;
	font-family:Verdana;
	font-size: small;
}

body
{
	/*background:#57000c url(./images/gradient_background.jpg) repeat-x left top;*/
	background:rgb(229, 227, 219) url(./images/background.jpg) no-repeat center top;
	color:#666;
}

#form1
{
	height:100%;
}

h1
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	color:#000000;
}

h2
{
	font-weight:normal;
	display:block;
	font-family:Verdana;
	font-size:16pt;
	color:#97865a;
	padding:3px 0 3px 0;
	margin:0;
}

h3
{
	font-size:12pt;
	font-weight:normal;
}

td.header_row
{
	/*background: url('./images/orange_top.jpg') repeat-x; */
	
	background-color:#cdbfa4;
	color:#000000;
	
	/*background-color:#ffffff;
	color:#000000;*/
	
	font-family:Verdana;
	font-size:medium;
	font-weight:bold;
	/*font-weight:bold;*/
}

td.pad_top
{
	padding-top:7px;
}

* html #content 
{
	height: 100%; 
}

div#content
{
	min-height:100%;
	background-color:rgb(229, 227, 219);
	width:700px;
	margin:0px auto;
	/*padding-top:5px;
	padding-left:5px;
	padding-right:5px;*/
}

div#header
{
	width:711px;
	/*background-color:#000000;
	text-align:left;*/
	padding: 10px 10px 10px 0;
	border-bottom:solid 25px black;
	margin:0 -5px 0px -8px;
}

div#customer_table
{
	/*background:#f2e5cc url('./images/signpost_base.png') repeat-x bottom; */
	
	/*background-color:#e3d6b6;*/
	border:1px solid rgb(195, 167, 94);
	
	background-color:#ffffff;
	/*border: 1px solid rgb(191, 191, 191);*/

	padding-bottom:5px;
	margin-right:5px;
	width:320px;
	float:left;
	/*min-height:100%;*/
}

div#voucher_table
{
	/*background:#f2e5cc url('./images/signpost_base.png') repeat-x bottom; */
	
	/*background-color:#e3d6b6;*/
	border:1px solid rgb(195, 167, 94);
	
	background-color:#ffffff;
	/*border: 1px solid rgb(191, 191, 191);*/
	
	padding-bottom:5px;
	width:180px;
	float:right;
	/*min-height:100%;*/
}

table
{
	color:#000000;
	width: 100%;
}

.submit
{
	/*background: url(./images/submit_background.gif) no-repeat right center;
	border:solid 1px #999;*/
	background: url(http://marstons-locals-test.tangentlabs.co.uk/images/submit.png) no-repeat;

	cursor:pointer;
	/*width:85px;*/
	font-weight:bold;
	
	border:none;
	height: 24px;
	padding-bottom: 2px;
	width: 93px;
}

/*.submit:hover
{
	color:#c4112f;
}*/

.header_image
{
	margin-left:25px;
	
}

.close
{
	width:100%;
	text-align:right;
}

table#footer
{
	/*background-color:#000000;*/
	border-top:solid 1px rgb(159, 129, 47);
	color:#000000;
	font-size:x-small;
	margin: 0 auto;
	width:700px;
}
a
{
	font-size:small;
	color:rgb(159, 129, 47);
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


.focus
{
	background-color:#e3d6b6;
	border:2px solid rgb(195, 167, 94);
}

.accepted_payments
{
	width:100%;
	margin:10px 0 10px 0;
	/*background-color:#ffffff;
	border: 1px solid rgb(191, 191, 191);*/
}

#detailsTable
{
	margin-right:5px;
	background-color:#dcd4c1;
	border:solid 1px #c2bbab;
}

#detailsTableHeader
{
	font-size:medium;
}