@import url(icons.css);
@import url(menus/actionmenu.css);

/* START HERE */

.outline
{
	border: solid 1px #E2D1B5;	
}

.printoutline
{
	border: solid 1px #E2D1B5;	
	background-color: #F8F4EB;
}

.top
{
	border-top: solid 1px #E2D1B5;	
	border-left: solid 1px #E2D1B5;
	border-right: solid 1px #E2D1B5;
}

.leftright
{
	border-left: solid 1px #E2D1B5;
	border-right: solid 1px #E2D1B5;
}

.bottom
{
	border-bottom: solid 1px #E2D1B5; 
	border-left: solid 1px #E2D1B5;
	border-right: solid 1px #E2D1B5;
}

.Head   {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	color: #5D78DF;
}

.mobileheader
{
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #5D78DF;
}

.mobileheader1
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
   color: #5D78DF;
}

Body, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: #000000;
}

.Normal
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: #000000;
}

#header 
{
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	height: 125;
	width: 100%;
	background-position: left;
	padding: 94 0 0 250;
}

.headerBG 
{
	background-image: url(images/headerbg.jpg);
	height: 125;
	background-position: left;
	background-repeat: repeat-x;
}

.leftcolumn
{
	width: 183;
	height: 100%;
}

.leftcolumnbtm
{
	background-image: url(images/leftcolumnbtm.jpg);
	width: 183;
	height: 517;
	background-repeat: repeat-y;
}

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border-top: solid 1px #2C51E0;
	border-bottom: solid 0px #2C51E0;
	list-style-type: none;
	white-space: normal;
	width: 100%;
	height: 30px;
	background-color: #1843DF;
	background-repeat: repeat-x;
	background-image: url(images/menubg.jpg);
	position: absolute;
}

#HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 12px;
	white-space: nowrap;
	background-color: #2C51E0;
	z-index: 99999;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	color : #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight : normal;
	text-decoration : none;
	text-transform: lowercase;
	background-color: transparent;
	padding: 8px 5px 10px 5px;
	width: auto;
	height: 28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
	margin: 0; 
	border: 0;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
	height: 28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0; 
	padding: 8px 5px 10px 5px;
	color: #E2D1B5; 
	background-color: transparent; 
	background-image: url(menubg/blue/menubar_0000ff_2x30.jpg);
	background-repeat: repeat-x;
}

#HouseMenuNav li ul { /* second-level lists */
	position: absolute;
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 0px #37379F;
	/* border-top: none; */
	padding: 0;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	white-space: nowrap;
	z-index: 88888;
	line-height: 12px;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 144px;
	_margin: -30px 0 0 144px;
	border: solid 1px #333;
	white-space: nowrap;
	line-height: 12px;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#HouseMenuNav li li { /* all items under the top level */
	list-style-type: none;
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	background-image: url(menubg/blue/menubar_0000ff_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	background-image: url(menubg/blue/menubar_0000ff_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 0;
	border: 0; 
	padding: 8px 5px 10px 5px;
	color: #eee; 
	background-color: transparent; 
	background-image: url(menubg/blue/menubar_000066_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

.propertyheader
{
	font-family: Arial;
	font-weight: bold;
	color: #181E5C;	
	font-size: 10pt;
}

.mobiletext
{
	font-family: Arial;
	font-size: 8pt;	
}

.mobiletextbold
{
	font-family: Arial;
	font-size: 8pt;	
	font-weight: bold;
}

A.viewdetails:link, A.viewdetails:active, A.viewdetails:visited 
{
    text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
    color: #000000;
    text-align: right;
}

/* END HERE */

.bghome 
{
	margin: 0px;
	background: url("images/background.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;	
	height: 100%;
}

.NormalTextBox
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: #000000;
}

.Services
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: #000000;	
   padding: 5 0 5 0;
} 

.ServicesPadd
{
   padding: 0 5 0 5;	
}

.ControlPanel {
    width: 100%;
    vertical-align: top;
}

/* fix for control panel being unable to handle relative font size */
span.control * span.SubHead
{
	font-size:10pt;
}

.SkinObject {
    font-weight: bold;
    font-size: 0.8em;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    text-decoration:    none;
}

A.SkinObject:hover    {
    text-decoration: underline;
}

#headerservices 
{
	background-repeat: no-repeat;
	background-image: url(images/logo-services.jpg);
	height: 100;
	width: 100%;
	background-position: left;
	padding: 0 0 0 0;
	vertical-align: top;
}

#headernews
{
	background-repeat: no-repeat;
	background-image: url(images/logo-news.jpg);
	height: 100;
	width: 100%;
	background-position: left;
	padding: 0 0 0 0;
	vertical-align: top;
}

#headerlinks
{
	background-repeat: no-repeat;
	background-image: url(images/logo-links.jpg);
	height: 100;
	width: 100%;
	background-position: left;
	padding: 0 0 0 0;
	vertical-align: top;
}

#headercontactus
{
	background-repeat: no-repeat;
	background-image: url(images/logo-contacts.jpg);
	height: 100;
	width: 100%;
	background-position: left;
	padding: 0 0 0 0;
	vertical-align: top;
}

.PageHeader
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	vertical-align: middle;
	line-height: 25px;
}

.PageHeaderBlue
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	vertical-align: middle;
	line-height: 25px;
	color: #2D2C96;
}

.webaddress
{
	font-family: arial;
	font-size: 12pt;
	color: #ffffff;	
	font-weight: bold;
}

.contactdetails
{
	font-family: arial;
	font-size: 10pt;
	color: #ffffff;	
	font-weight: normal;
}

.contactdetails:link, .contactdetails:active, .contactdetails:visited  {
    font-family: Arial;
    font-size:  10pt;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
}

.contactdetails:hover {
    text-decoration: none;
    color: #ffffff;
}

.SubHead    {
    font-size: 12pt;
    font-weight: bold;
    color: #5D78DF;
    font-family: Arial;
}

.announcements 
{
    font-size: 12pt;
    font-weight: normal;
    color: #009934;
    font-family: Arial;
}

.announcements:link, .announcements:active, .announcements:visited  {
    font-family: Arial;
    font-size:  10pt;
    font-weight: normal;
    color: #009934;
    text-decoration: underline;
}

.announcements:hover {
    text-decoration: none;
    color: #009934;
}

.GreenText
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	color: #19671B;
}

.BlueText
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	color: #0001CD;
}

.handfinishing
{
	background-image: url(http://www.baymailing.co.uk/Portals/0/handfinishing.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A7CD39;
}

/* END HERE */

.homeBG 
{
	background-image: url(images/main_background.jpg);
	height: 418;
	background-position: right top;
	background-repeat: no-repeat;
}

#header1 
{
	background-repeat: no-repeat;
	background-image: url(images/toplogo.jpg);
	height: 171;
	width: 778;
	background-position: left top;
}

.SubSubHead {
    font-size:  1.0em;
    font-weight:    bold;
}

.NormalBold
{
	font-size: 10pt;
    font-weight: bold;
    font-family: arial;
}

.NormalRed
{
	font-size: 10pt;
    font-weight: bold;
    color: #ff0000
}

.NormalTextBox
{
	font-size: 0.9em;
    font-weight: normal;
}

.CommandButton     
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
    
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    text-decoration: underline;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #000000;
    font-size: 10pt;
}

.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.0em;
}
    
H1  {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #5D78DF;
}

H2  
{
   font-family: Arial;
   font-size: 14pt;
   font-weight: normal;
   color: #5D78DF;
}

H3  {
    font-size:  1.3em;
    font-weight:  bold;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
}

H5, DT  {
    font-size:  1.1em;
    font-weight:    bold;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
}

TFOOT, THEAD    {
    font-size:  1.1em;
}

TH  {
    vertical-align: baseline;
    font-size:  1.1em;
    font-weight:    bold;
}

A:link, A:active, A:visited  {
    font-family: Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    text-decoration:    underline;
    color: #000000;
}

A:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

SMALL   {
    font-size:  0.8em;
}

BIG {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left;
    color: dimgrey;
}

/* Skin specific */

.Skinergy_MainLayout
{
   width: 778px;
}

#Skinergy_UserCell
{
   padding-right: 10px;
   padding-left: 10px;
   font-size: 0.6em;
}

#Skinergy_FooterCell
{
	height: 25px;
	border-top-style: solid;
	border-top-width: 1px;
}

.Skinergy_BreadCrumb
{
	font-size: 0.8em;
	font-weight: normal;
}

A.Skinergy_User:link, A.Skinergy_User:active, A.Skinergy_User:visited,  
A.Skinergy_Login:link, A.Skinergy_Login:active, A.Skinergy_Login:visited  
{
    text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
    color: #000000;
}

A.Skinergy_User:hover, A.Skinergy_Login:hover {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

A.Skinergy_Search:link, A.Skinergy_Search:active, A.Skinergy_Search:visited
{
	font-size: 8pt;
	font-weight: normal;
}

A.Skinergy_Search:hover
{
	text-decoration: none;
}

#Skinergy_SiteToolsCell
{
    height: 32px;
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial;
    color: #ffffff;
}

#Skinergy_IconsCell
{
    height: 77px;
    width: 99.9%;
}

#Skinergy_MenuCell
{
	width: 99.9%;
    height: 31px;
    padding-left: 5px;
}

.Help
{
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: normal;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, Helvetica, Sans Serif;
}

/* Containers */

.ZContainer_Plain_Table, .ZContainer_Dark_Table, .ZContainer_Light_Table
{
	margin-bottom: 0px;
	padding: 0px;
	background-color: #F8F9FE;
	width: 100%;
	vertical-align: top;
	border-color: #F8F9FE;
}

.ZContainer_Dark_Table, .ZContainer_Light_Table
{
	border-width: 1px;
	border-style: solid;
	background-color: #F8F9FE;
	border-color: #F8F9FE;
	vertical-align: top;
}

.ZContainer_Plain_Table1, .ZContainer_Dark_Table1, .ZContainer_Light_Table1
{
	margin-bottom: 0px;
	padding: 0px;
	background-color: #F8F9FE;
	width: 100%;
	vertical-align: top;
	border-color: #F8F9FE;
}

.ZContainer_Dark_Table1, .ZContainer_Light_Table1
{
	border-width: 1px;
	border-style: solid;
	background-color: #F8F9FE;
	border-color: #F8F9FE;
}

.ZContainer_Plain_TopRow1, .ZContainer_Dark_TopRow1, .ZContainer_Light_TopRow1
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.ZContainer_Plain_ContentRow1, .ZContainer_Dark_ContentRow1, .ZContainer_Light_ContentRow1
{
	padding-top: 0px;
	padding-bottom: 0px;
}

/* .ZContainer_Plain_Table1, .ZContainer_Dark_Table1, .ZContainer_Light_Table1
{
	margin-bottom: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	vertical-align: top;
	border-color: #ffffff;
} */

.ZContainer_Dark_Table2, .ZContainer_Light_Table2
{
	border-width: 1px;
	border-style: solid;
	background-color: #F8F9FE;
	border-color: #F8F9FE;
}

.ZContainer_Plain_TopRow2, .ZContainer_Dark_TopRow2, .ZContainer_Light_TopRow2
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.ZContainer_Plain_ContentRow2, .ZContainer_Dark_ContentRow2, .ZContainer_Light_ContentRow2
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.ZContainer_Plain_TopRow, .ZContainer_Dark_TopRow, .ZContainer_Light_TopRow
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.ZContainer_Plain_ContentRow, .ZContainer_Dark_ContentRow, .ZContainer_Light_ContentRow
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.ZContainer_Plain_BottomRow, .ZContainer_Dark_BottomRow, .ZContainer_Light_BottomRow
{
	
}

.ArrowPointer
{
	cursor: default;
}
