body {
       font-family: Times, serif;
       font-size:12px;
}

h1 {
	color: #97260f;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #97260f;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	color: #97260f;
	font-size: 13px;
	font-weight: normal;
}

p {
	font-size: 13px;
}

li {

font-size:13px}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
}

.sideNav_group {
width:200px;
border-top:solid black 1px;
border-right:solid black 1px;

}

.sideNav_item {
background-color:#dddddd;
border-bottom:solid 1px;

}
.sideNav_selected {
background-color:#ddddff;


}
.sideNav_item a {
display:block;
width:200px;

}

.sideNav_item a:hover {
background-color:#ddddff;
}

 {
font-size:10px;
text-decoration:none;
color:#333333;
}

a{
color:#97260f;
font-size: 13px;
}

a:hover, selected { 
color:#4a160f;
font: Times;
}

a.link{font-size: 12px;}

a.navigation_link { 
display: block;
font: "Times New Roman";
width:100%;
color: white;
font-size: 11px;
text-decoration:none;
background-color:#97260f;}

a.navigation_link:hover,selected {
color: white;
display: block;
text-decoration:none;
background-color:#4a160f;}

a.navigation_selected {
background-color:#4a160f;}

td.navigation_link {
position: relative;
background-color: #97260f;
height:25px;
}

td.navigation_selected { 
background-color:#4a160f; }

td.navigation_link:hover{
background-color:#4a160f;}

.home_text {position: relative; top: 0px; 
background-image: url(images/Seacroft_boat.jpg);
background-repeat: no-repeat;
width: 340px;
}

.formField_label{
color: #97260f;
width: 140px;
font-size:13px;}
textarea {height: 80px; width: 170px;}

.tariff {background-color: #AA7D56;
width: 735px; /*was 395*/
overflow: hidden;
position: relative;
right: 0px;
}

.tariff td {
text-align:center;
border:1px solid black;
margin:0;
padding:0;

}

.tariff table {
border-collapse:collapse;
}

.tariff p {
padding:3px;
}

.page_body{
width: 775px;
overflow: hidden;}

/*Editable Tariff Table Additions 01/07/08*/

.tartable {
background-color:#aa7d56;
}

.tartable .editableText {
text-align:center;
}

.ttinner {
border:1px solid black;
background: url(images/tabble.png) repeat-y left;
}

.trowh, .trow1 {
border-bottom:1px solid black;
}

/*
.trowh {
background: url(images/tabbleHeader.png) repeat-y center;
}

.trow1, .trow2, .trow3, .trow4, .trow5, .trow6  {
background: url(images/tabbleBody.png) repeat-y center;
}
*/

.trow1 .editableText h1, .trow2 .editableText h1, .trow3 .editableText h1, .trow4 .editableText h1, .trow5 .editableText h1, .trow6 .editableText h1  {
display:none;
}