/*
css FOR Orchard B&B web site
scheme by James Witter 26/04/04

Main - sets the size and background for the main page
Header - currently just an image
Menu - sets the Menu txt and margins

*/

BODY 
{
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Times New Roman, Times, serif;
	margin: 50px 0 0 0;
}

A
{
	color: #BD4F5A;
	text-decoration: none;	
}

A:hover
{
	text-decoration: underline;	
}

.Main
{
	background-image:url(graphics/background.jpg);
	width:600px;
	height:430px;
}

.Header
{

}

.Menu
{
	margin: 0 0 0 20px;
	font-size: 14pt;
	font-weight: bold;
	color: #BD4F5A;
	height:145px;
}

.Price
{
	margin: 0 0 0 10px;
	height:60;
	font-size: 20pt;
	font-weight: bold;
	color: #000000;	
}

.Update
{
	position:relative;
	top:15;
	left:0;
	margin: 0 5px 0 5px;
	font-size: 8pt;
	color: #BBBBBB;
	height:10px;	
}

.UpdateLink
{
	color: #AAAAAA;
	text-decoration: underline;
}

.Design
{
	position:relative;
	top:-20px;
	left:480px;
	width:100px;
	text-align:right;
	margin: 0 5px 0 5px;
	font-size: 8pt;
	color: #BBBBBB;		
}

.Location
{
	position:relative;
	top: -235px;
	left:220px;
	width:150px;
	font-size: 14pt;
	color: #000000;
	text-align:center;
}

.Page
{
	position: relative;
	top: -230;
	left:210px;
	width:550px;
	z-index:1;
	border: #BD4F5A 1px solid;
	font-family: arial,helvetica,sans-serif;	
	background-color: #FFFFFF;
}

.PageHeader
{
	background-color:#BD4F5A;	
	height:10px;
}


.HeaderText
{
	margin:0 0 0 5pt;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
}

.CloseText
{
	margin:0 5 0 0;
	font-size: 8pt;
	font-weight:bold;
	color:#FFFFFF;
}


.Content
{
	margin: 2pt 2pt 2pt 5pt;
	font-size: 10pt;
	color: #000000;
	height:300px;
	overflow:auto;
	scrollbar-face-color : #BD4F5A;
	scrollbar-highlight-color : #BF424F;
	scrollbar-3dlight-color : #BF424F; 
	scrollbar-shadow-color : #BF424F; 
	scrollbar-darkshadow-color : #AC3E49; 
	scrollbar-track-color : #DDDDDD; 
	scrollbar-arrow-color : #FFFFFF;"
}

.PageTable 
{
	align:center;
	position:static;
}

.Picture
{
	align:center;
	float:left;
}