/*This is the Purton House Centre Print style sheet*/

body {
	text-align: center;
	background-color: #ffffff;}
	
h1 {
	font-size: 2em;}

h2 {
	display: none;}

h3 {
	font-size: 1em;
	padding-right: 5px;
	text-decoration: none;}
	
a {
    color: #7f7f7f;
    font-weight: normal;}
    
a.link_four b {
	display: inline;
	font-weight: normal;}    
    
img {
	}
	
.hide {
	display: none;}	
	
/*Full page conatiner - excludes Footer*/	 
#container {
	text-align: center;
	display: table;
	width: 600pt;
	margin-left: 20px;	margin-right: 50px;
	min-height: 490px;
	color: #993333;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.85em;
	background-color: #ffffff;}

/*Header section*/
#header {
	height: 134px;
	width: 600pt;
	background-color: #f7f9e5;
	border: 1px solid #993333;}

/*Left side container*/
#sidecontent {
	display: none;}
	
/*Content section*/
#content {
	width: 600pt;
	text-align: center;	font-size: 0.85em;	margin: 0;}

#contentmain {	text-align: center;	padding-left: 5px;}
	
#contentname {
	display: none;}	
	
#contentlist {
	display: none;}	
	
#printcontrol {	display: none;}	

/*Content table format*/
#tableone {
	float: none;}

.tableone {
	width: 571px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-collapse:collapse;	background-color:#ffffff;
	color: #666666;
	border-right: 2px #7f7f7f solid;
	border-bottom: 2px #7f7f7f solid;
	border-left: 1px #7f7f7f solid;}

.tabletwo {
	width: 600px;
	margin-top: 2px;
	margin-left: 1px;	
	border-collapse:collapse;}
	
.tableone caption {
	background: #e5e5e5;
	font-size: 0.95em;	font-weight: bold;	border-left: 1px #7f7f7f solid;	border-top: 1px #7f7f7f solid;	border-right: 2px #7f7f7f solid;	padding-top: 4px;	padding-bottom: 4px;	text-transform: uppercase;}

.tableone th {
	background:#e5e5e5;
	font-size: 0.7em;	text-transform: uppercase;
	border-top: none;}	
	
.th1 {
	text-align: center;
	width: 30px;	}

.th2 {
	text-align: center;
	width: 50px;}

.th3 {
	text-align: center;
	width: 70px;}
	
.th4 {
	text-align: center;
	width: 20px;	color: #e5e5e5;}	
	
.th5 {
	text-align: center;
	width: 50px;}	

.tableone td {
	}
	
.tabletwo td {
	text-align: left;
	padding-right: 0.5em;}		

.td1 {	width: 40px;}
.td2 {
	width: 80px;}

.td3 {
	width: 110px;}

.td4 {
	width: 170px;}

.td5 {
	width: 120px;}
	
.td6 {	
	width: 40%;}
	
.td7 {
	width: 50%;}	
	
.innerb {
	height: 100%;
	width: 600px;
	overflow: hidden;}

/*Footer container*/
#footer {
	display: none;
	width: 550pt;
	clear: both;
	margin: 5px auto 0px auto;
	border-top: 1px #c1b608 solid;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 8pt;
	color: #7f7f7f;
	text-align: center;	font-weight: normal;}
	
#preview-message {
	display: none;}	