html
{
	height: 100%;
	padding-bottom: 1px;
}

.LTR, .RTL
{
	background-color: #bece76; 
	background-position: top; 
	background-image: url(/App_themes/bds/Images/back-pattern.gif); 
	background-repeat: repeat-x; 
}
/* general styles and layout tables */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-bottom: 26px;
	padding-top: 10px;
	
}

.Keyboard
{
	margin: 0px;
	position: relative;
	background-image: url(/App_themes/bds/Images/keyboard.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 10px;
	background-position: right;
}
.mainTableLayout
{
	width: 800px;	
}

.logoArea
{
	width: 800px;	
	background-image: url(/App_themes/bds/images/title.gif);
    background-repeat: repeat-x;
	color: White;
}

.logoAreaRight
{
	color: white;	
	text-align: right;
	font-weight: bold;
}

.mainMenuBackground
{
	BACKGROUND-IMAGE: url(/App_themes/bds/images/menu.gif);
	background-repeat: repeat-x;
}

.textColumn
{
	background: #d9dadc;	
	padding: 5px 5px 5px 5px;
}

/* edit mode controls */

.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold; 
	display: inline-block;
	color: Black;
}

.CMSPageManager
{
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 3px;
}

.CMSPageManagerLabel
{
	text-align: right;
}
.CMSPageManagerTDlabel
{
	padding-left: 10px;
}
.CMSEditableRegion
{
	background-color: white;
	border: 1px dotted red;
	text-decoration: none;
	font-weight: normal;
}


/* Navigation controls */

/* tree menu */

.CMSTreeMenuTable { width:180px;}
.CMSTreeMenuItem { BACKGROUND: #ff8f2e; padding: 3px; border: 1px solid white; color: black}
.CMSTreeMenuSelectedItem { BACKGROUND: #e87511; padding: 3px; border: 1px solid white; }
.CMSTreeMenuLink { COLOR: black; TEXT-DECORATION: none }
.CMSTreeMenuSelectedLink { COLOR: black; TEXT-DECORATION: none }

/* main menu */

.CMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background-color: transparent;
	padding-right: 20px;
	/*display: inline;*/
}
.CMSMenuItem
{
	background-image:url(/App_themes/bds/images/nav-bullet_menu.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #541212;
	padding-top: 2px;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	cursor: pointer;
}
.CMSMenuItemMouseUp, .CMSMenuItemMouseOver, .CMSMenuItemMouseDown, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseOver, .CMSMenuHighlightedMenuItemMouseDown
{
	background-image:url(/App_themes/bds/images/nav-bullet-hover_menu.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #98302F;
	padding-top: 2px;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	cursor: pointer;
}


.SubCMSMenu
{
	/*margin: 0px auto;*/
	background-color: #f2f2f2;
	/*display: block;*/
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
 
.SubCMSMenuItem
{
	/*padding-right: 5px;
	padding-left: 13px;*/ /*font-size: 11px;*/
	cursor: pointer;
	color: #541212;
	/*margin: 0px auto;*/
	/*background-repeat: no-repeat;*/
	background-color: #f2f2f2;
	/*background-position: right;*/
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
 
.SubCMSMenuItemMouseOver, .SubCMSMenuItemMouseDown, .SubCMSMenuItemMouseUp, .SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseDown, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemUp 
{
	/*padding-right: 5px; 
	padding-left: 13px; */
	cursor: pointer;
	font-weight: bold;
	font-size: 10px; 
	color: #98302F; 
	margin: 0px auto;
	/*background-repeat: no-repeat; */
	background-color: #f2f2f2;
	/*background-position: right;*/
	text-align: left;
}


/* Content styles */


/* Image Gallery */

/*.ImageGalleryPager
{
	border: solid 1 black;
	padding: 2;
	margin: 5 0 5 0;
	text-align: center;	
}
.ImageGalleryPager div
{
	display: inline;
}
.ImageGalleryPagerPrevious
{
	width: 20%;
	text-align: left;
}
.ImageGalleryPagerNext
{
	width: 20%;
	text-align: right;
}

.ImageGalleryPager
{
	background-color: #fec698;
	padding: 2px 2px 2px 2px;
	display: inline-block;
	width: 600px;
}

.ImageGalleryPagerPrevious
{
	float: left;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPagerNext
{
	float: right;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPreviewImage
{
	border-width: 0px;
}

.ImageGalleryDetailImage
{
	border-width: 0px;
}

.ImageGalleryParent
{
	padding: 2px 2px 2px 2px;
}

.ImageGalleryItem
{
	padding: 2px 2px 2px 2px;
}*/

/* Others */

.FormErrorLabel, .EditingFormErrorLabel
{
  color: #651212;
  font-weight: bold;
}

.footer {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
a.footer:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #541212;
	text-decoration:none;
	}
	
a.footer:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #541212;
	text-decoration:none;
	}
	
a.footer:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #822928;
	}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1
{
	/*padding-right: 0px;
	padding-left: 0px;*/
	font-size: 12px;
	color: #541212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83a02c;
}
	
h3 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px;
	color:#FFFFFF;
	background-color:#541212;
	width:100%;
	}
	
h4 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px;
	color:#FFFFFF;
	background-color:#9FCC1B;
	width:100%;
	}
h5
	{ 
	display:block;
	padding-left:10px;
	text-align:left;
	padding-top:5px;
	vertical-align:middle;
	height:20px;
	background-color:#541212;
	background-image:url(/App_themes/bds/images/button-green.gif);
	background-position:left;
	background-repeat:repeat-y;
	color:#FFFFFF;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	}
	
h6
	{ 
	display:block;
	padding-right:10px;
	text-align:right;
	padding-top:5px;
	vertical-align:middle;
	height:20px;
	background-color:#541212;
	background-image:url(/App_themes/bds/images/button-green.gif);
	background-position:right;
	background-repeat:repeat-y;
	color:#FFFFFF;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	}
	
a.h5:link, a.h6:link {color:#FFFFFF;font-weight:bold;}
a.h5:visited, a.h5:visited {color:#FFFFFF; font-weight:bold;}
a.h5:hover, a.h5:hover {color:#FFFFFF; font-weight:bold;}

h6 a:link {color:#FFFFFF;font-weight:bold;}

p 
{
	margin-top: 0px; /* !L - fit the paragraph to the top of parent box */
	margin-bottom: 1em; /* !L - makes a one line space under each paragraph */
}

li
{
	list-style-position: outside;
	/*list-style-image: url(/App_themes/bds/images/nav-bullet.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuList
{
	list-style-image:url(/App_themes/bds/images/nav-bullet.gif);
	list-style-position:outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #541212;
	background-image:url(/App_themes/bds/images/nav-bullet.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 20px;
	display:inline;
}

a
{
	font-weight: bold;
	color: #541212;
	text-decoration:none;
}

a:hover
{
	color: #83a02c;
}

.backButton
{
	padding-left: 15px;
	background-position: left 50%;
	margin-top: 0px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/App_themes/bds/images/button-green.gif);
	vertical-align: middle;
	width: 80px;
	color: #ffffff;
	border-top-style: none;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #541212;
	text-align: left;
	border-bottom-style: none;
	cursor: pointer;
}
.nextButton, .FormButton
{
	padding-right: 15px;
	background-position: right 50%;
	margin-top: 0px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/App_themes/bds/images/button-green.gif);
	vertical-align: middle;
	width: 80px;
	color: #ffffff;
	border-top-style: none;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #541212;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}
.SignOutButton, .signoutButton
	{ 
	padding-right: 15px;
	background-position: right 50%;
	margin-top: 0px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/App_themes/bds/images/button-green.gif);
	vertical-align: middle;
	width: 80px;
	color: #ffffff;
	border-top-style: none;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #541212;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
	margin-right: 10px;
	}
	
.LogonFormSubmitButton
	{ 
	padding-right: 15px;
	background-position: right 50%;
	margin-top: 0px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/App_themes/bds/images/button-green.gif);
	vertical-align: middle;
	width: 80px;
	color: #ffffff;
	border-top-style: none;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #541212;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
	}
	
.SendPasswordButton
{
	padding-right: 15px;
	background-position: right 50%;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/App_themes/bds/images/button-green.gif);
	vertical-align: middle;
	width: 125px;
	color: #ffffff;
	border-top-style: none;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #541212;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
	/*margin-top: 5px;*/
	padding-bottom: 3px;
	/*margin-bottom: 5px;*/
}

.buttonLink a:link {color:#FFFFFF;font-weight:bold;}
.buttonLink a:visited {color:#FFFFFF; font-weight:bold;}
.buttonLink a:hover {color:#FFFFFF; font-weight:bold;}
UL
{
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(/App_themes/bds/images/nav-bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TransformationBullets
{
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(/App_themes/bds/images/nav-bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 17px;
}

.textBox, .BizFormTextBox, .BizFormTextBoxWide, .BizFormPostcode, .BizFormPhone, .BizFormTextArea, .BizFormTextAreaExtraWide, .BizFormCustomURLField, .EditingFormControlNestedControl .TextBoxField input, .TextBoxField
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.textBox, .BizFormTextBox, .BizFormTextBoxWide, .BizFormPostcode, .BizFormPhone, .TextBoxField
{
	height: 18px;
}

.BizFormTextArea, .BizFormTextBoxWide, .TextBoxField
{
	width: 300px;
}

.BizFormTextAreaExtraWide
{
	width: 380px;
}

.BizFormTextArea, .BizFormTextAreaExtraWide
{
	height: 100px;
}

.BizFormPostcode
{
	width: 50px;
}

.BizFormPhone
{
	width: 80px;
}

.TableText
{
	font-size: 12px;
	font-family: Arial;
	height: 18px;
}
.LogonFormUserNameTextBox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 12px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Arial;
	height: 18px;
}
.LogonFormPasswordTextBox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 12px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Arial;
	height: 18px;
}

.multilineTextBox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 12px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Arial;
}

.Username
{
	font-size: 7pt;
	height: 20px;
	font-weight: bold;
}

.ImageGalleryPager
{
	padding-right: 2px;
	display: inline-block;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px; /*background-color: #1B1B1B;*/ /*border: solid 1 black;*/
	padding: 2px; /*margin: 5 0 5 0;*/
	text-align: center;
	margin: 5px 0px 0px 5px;
}

.ImageGalleryPager div
{
	display: inline;
}

.ImageGalleryPagerPrevious
{
	width: 20%;
	text-align: left;
	float: left;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPagerNext
{
	width: 20%;
	text-align: right;
	float: right;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPreviewImage
{
	border-width: 0px;
}

.ImageGalleryDetailImage
{
	border-width: 0px;
}

.ImageGalleryParent
{
	padding: 2px 2px 2px 2px;
}

.ImageGalleryItem
{
	padding: 2px 2px 2px 2px;
}

.ImageGalleryDropdown
{
	/*border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.CMSBreadCrumbs
{
	font-size: 9px;
	color: #BDBDBD;
	/*padding-bottom: 10px;*/
	/*margin-top: -4px;*/
	padding-left: 125px;
}

.CMSBreadCrumbs a
{
	font-size: 9px;
	color: #BDBDBD;
}
.CMSBreadCrumbs a:Hover
{
	color: #696969;
}
.CMSBreadCrumbsLink a
{
	font-size: 9px;
	color: #BDBDBD;
}
.CMSBreadCrumbsLink
{
	font-weight: bold;
	font-size: 9px;
	color: #BDBDBD;
}
.CMSBreadCrumbsLink a:Hover
{
	color: #BDBDBD;
}
.CMSBreadCrumbsCurrentItem
{
	font-size: 9px;
	color: #BDBDBD;
}

.CurrentUser
{
	color: #651212;
	font-weight: bold;
	padding-right: 10px;
}

.CurrentUserLabel
{
	display: block;
}

.Banner
{
	/*margin: 0px;*/
	position: relative;
	background-position: right top;
	background-image: url(/App_themes/bds/Images/KeyboardRow.jpg);
	background-repeat: no-repeat;
	/*padding-right: 10px;*/
	/*padding-top: 10px;*/
}

.TopRow
{
	background-image: url(/App_Themes/bds/images/TopBar.jpg); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	font-style: italic; 
	font-family: 'Century Gothic', Arial, 'San Serif'; 
	color: #791215; 
	font-size: 14px; 
	padding-right: 20px; 
	padding-top: 3px;
}

.LogonFailure
{
	color: #541212;
}

.ForgottenPasswordTextBox
{
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	height: 16px;
}

.PagePicHolder
{
	width: 120px;
	float: left;
}

.PagePic
{
	float: left;
	padding-top: 20px;
	margin-left: 7px;
}

.ContentHolder
{
	width: 520px;
	margin-top: -9px;
	float: right;
	margin-right: 102px;
	padding-bottom: 20px;
}

.HideFCKToolbar
{
	height: 2px;
}

/*#PhotoGallery#*/
.PhotoGalleryContainer
{
	width: 520px;
	margin-bottom: 20px;
}

/*.PhotoGallery
{
	width: 285px; 
	height: 180px;
	min-height: 180px;
	float: left;
}*/

.PhotoGalleryPicture img
{
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 20px;
	border: 0px;
}

.PhotoGalleryPictureContainer
{
	width: 170px;
	float: left;
	height: 165px;
	text-align: center;
}

.PhotoGalleryPicture
{
}

.PictureTitle
{
	width: 125px;
	float: left;
	height: 25px;
}

/*#BizForms#*/

.BizFormQuote
{
}

.BizFormQuote .SmallLabelColumn
{
	width: 100px;
	vertical-align: top;
	/*padding-top: 5px;*/
}

.BizFormQuote .WiderLabelColumn
{
	vertical-align: top;
}

.BizFormQuote .PhoneLabelColumn
{
	width: 50px;
	vertical-align: top;
}

.LabelColumn
{
	width: 120px;
	vertical-align: top;
}

.BizFormQuote .EditingFormControlNestedControl, .EditingFormControlNestedControl
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.BizFormQuote .PhoneField
{
	padding-left: 2px;
}

.BizFormQuote .FaxLabel
{
	width: 30px;
	vertical-align: top;
}

/*.EditingFormControlNestedControl
{
	display: inline;
}*/

.BizFormCustomURLField
{
	width:240px;
}

.EditingFormErrorLabel
{
	margin-top: -17px;
	margin-bottom: 7px;
}

