/********************************
/* Colour Palette
/*
/*	Purple				#223587
/*	Red					#E73129
/*	Mid Grey:			#444444
/*	Dark Grey:			#333333
/*	Red Gradient Mid:	#D02C25
/********************************

/* Default tag definitions - bp 3.0.2 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Tahoma, Arial, sans-serif; color: #222222; }
body { font-size: 13px; line-height: 1.3; margin: 0; background-color: #F7F7F7;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #222222; }
a:visited { color: #222222; }
a:hover { color: #CC0000; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* Grid Classes for 12 Column Layout */
/* Three Column Styles - 220px */
.ThreeColFirst
{
	width: 220px;
	margin-left: 0px;
	margin-right: 10px;
}
.ThreeCol
{
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
}
.ThreeColLast
{
	width: 220px;
	margin-left: 10px;
	margin-right: 0px;
}


/* Four Column Styles - 300px */
.FourColFirst
{
	width: 300px;
	margin-left: 0px;
	margin-right: 10px;
}
.FourCol
{
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}
.FourColLast
{
	width: 300px;
	margin-left: 10px;
	margin-right: 0px;
}


/* Eight Column Styles - 620px */
.EightColFirst
{
	width: 620px;
	margin-left: 0px;
	margin-right: 10px;
}
.EightCol
{
	width: 620px;
	margin-left: 10px;
	margin-right: 10px;
}
.EightColLast
{
	width: 620px;
	margin-left: 10px;
	margin-right: 0px;
}


/* Tag defintions */
h1
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #223587;
	margin: 25px 0px 5px 0px;
}
h2
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #223587;
	margin: 25px 0px 0px 0px;
}
h3
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #223587;
	margin: 0px 0px 5px 0px;
}
p
{
	padding: 0px 0px 0px 0px;
}
li
{
	padding: 8px 0px 8px 35px;
}

.TextAlignCentre
{
	text-align: center;
}

/* General site wide styles */
.GeneralTextBold
{
	font-weight: bold;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.Clear
{
	clear: both;
}
.ImageRightNoBorder
{
	margin: 10px 10px 30px 10px;
	float: right;
}
.GeneralTable
{
	font-size: 11px;
	margin: 10px 0px 35px 0px;
}
.GeneralTableTwoCol
{
	width: 90%;
}
.GeneralTableTwoCol th td
{
	width: 50%;
}
.GeneralTableFiveCol
{
	width: 100%;
}
.GeneralTableFiveCol th td
{
	width: 20%;
}
.GeneralTableHeading
{
	height: 40px;
	background-color: #223587;
	color: #FFFFFF; 
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.GeneralTableRowLightShading
{
	background-color: #EEEEEE;
}
.GeneralTableRowDarkShading
{
	background-color: #DDDDDD;
}
.GeneralTableRowData
{
	text-align: center;
	vertical-align: middle;
	padding: 15px 0px 15px 0px;
	border: 1px solid #CCCCCC;
}


 /* Basic structural elements */
#HeaderBand
{   
	width: 100%;
	background-color: #D7DAE9;
}
#Header
{   
	width: 940px;
	height: 1%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}
#HeaderLeft
{
	float: left;
}
#HeaderRight
{
	font-size: 22px;
	color: #223587;
	margin: 11px 10px 0px 0px;
	float: right;
}
#HeaderRight img
{
	margin-right: 10px;
}
#HeaderLinks
{
	margin: 0px 0px 10px 0px;
	float: right;
	font-size: 13px;
}
#HeaderTelephone
{
	margin: 10px 0px 0px 0px;
	clear: both;
}

#MainMenuBand
{   
	width: 100%;
	background-color: #4D4D4D;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
	background-image: -webkit-linear-gradient(top, #666666, #333333);
	background-image:    -moz-linear-gradient(top, #666666, #333333);
	background-image:     -ms-linear-gradient(top, #666666, #333333);
	background-image:      -o-linear-gradient(top, #666666, #333333);	
}


/* On home page */
#HomeIntroBand
{
	width: 100%;
	background-color: #D7DAE9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D7DAE9), to(#223587));
	background-image: -webkit-linear-gradient(top, #D7DAE9, #223587);
	background-image:    -moz-linear-gradient(top, #D7DAE9, #223587);
	background-image:     -ms-linear-gradient(top, #D7DAE9, #223587);
	background-image:      -o-linear-gradient(top, #D7DAE9, #223587);
}
#HomeIntro
{
	width: 940px;
	height: 1%;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
	overflow: hidden;
}
#SpacerBarBand
{
	width: 100%;
	height: 5px;
	margin-bottom: 20px;
}

/* On all internal pages */
#PageHeadingBand
{   
	width: 100%;
	background-color: #F7F7F7;
}
#PageHeading
{   
	width: 940px;
	height: 1%;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#ContentBand
{
	width: 100%;
	background-color: #F7F7F7;
}
#Content
{   
	width: 940px;
	height: 1%;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 25px;
	overflow: hidden;
}

#FooterDeepBand
{
	width: 100%;
	background-color: #444444;
}
#FooterDeep
{
	width: 940px;
	height: 1%;
	color: #DDDDDD;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}
.FooterDeepHeader
{
	padding-bottom: 3px;
	border-bottom: 1px solid #DDDDDD;
}
#FooterDeep h2
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #DDDDDD;
}
#FooterDeep li
{
	padding: 0px 0px 5px 0px;
}
#FooterDeep a
{
	color: #DDDDDD;
}
#FooterDeep a:hover
{
	color: #FFFFFF;
}
#FooterDeepTestimonialTop
{
	border-bottom: 1px dotted #DDDDDD;
	margin-bottom: 15px;
}

#FooterBarBand
{
	width: 100%;
	background-color: #333333;
}
#FooterBar
{
	width: 940px;
	height: 20px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 0px 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
}
#FooterBar a
{
	color: #DDDDDD;
}
#FooterBar a:hover
{
	color: #FFFFFF;
}
#FooterBarCopyright
{
	width: 33%;
	float: left;
}
#FooterBarCookies
{
	width: 33%;
	text-align: center;
	float: left;
}
#FooterBarCredit
{
	width: 33%;
	text-align: right;
	float: right;
}


/* Home Page */
#HomeTitle
{
	text-align: center;
	margin: -10px 0px 20px 0px;
}
.HomeIntroTouchpoint
{
	float: left;
}
.HomeContentTouchpoint
{
	position: relative;
	height: 240px;
	float: left;
}
.HomeContentTouchpointHeader
{
	height: 60px;
}
.HomeContentTouchpointIcon
{
	margin-right: 20px;
	float: left;
}
.HomeContentTouchpointHeading h2
{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25;
	margin-top: -10px;
}
.HomeContentTouchpointHeading a
{
	text-decoration: none;
}
.HomeContentTouchpointHeading a:hover
{
	color: #443266;
	text-decoration: underline;
}
.HomeContentTouchpointButton a
{
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 80px;
	height: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #F7F7F7;
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
	padding: 6px 0px 7px 0px;
	border-radius: 6px;
	display: block;
}


/* Internal Pages */
#Sidebar
{
	padding-bottom: 20px;
	overflow: hidden;
}
#SidebarInner
{
	margin-left: 26px;
}
.SidebarCTAButton
{
	margin: 10px 0px 40px 0px;
}
.SidebarCTAButton img
{
	margin: -15px 25px 0px 0px;
	float: right;
}
.SidebarCTAButton a
{
	width: 252px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #F7F7F7;
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
	padding: 16px 0px 16px 20px;
	border-radius: 8px;
	display: block;
}
.SidebarPic
{
	border: 1px solid #888888;
	margin-bottom: 20px;
}


/* Contact Us Page */
#ContactAddress
{
	margin-bottom: 20px;
}
#ContactNumbers
{
	margin-bottom: 30px;
}
#ContactNumbers img
{
	margin-right: 10px;
}
#ContactLegal
{
	margin-bottom: 30px;
}
#ContactLocation
{
	margin-bottom: 30px;
}
#ContactLocationMap
{
	width: 272px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	border-radius: 12px;
	overflow: hidden;
}

/* Terms & Conditions */
.TermsIndented
{
	margin: 0px 0px 20px 75px;
}
.TermsListNoPadding li
{
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Hover Menu Component  */
/* Overall menu bar */
#MainMenu 
{
	width: 940px;
	height: 45px;
	margin: 0px auto 0px auto;
}

/* Text and Hyperlink Styles */
#MainMenu a
{
	color: #F7F7F7;
	text-decoration: none;
}
#MainMenu h4
{
	height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F7F7F7;
	border: none; /* IE7 or Below Fix */
	padding: 15px 23px 10px 23px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

#MainMenu h4:hover 
{
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
}

/* Top Level Navigation Lists */
#MainMenu ul 
{
	width: auto;
	min-width: 80px;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#MainMenu ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#MainMenu li:hover ul
{
	display: block;
}

/* Secondary Level Navigation Lists */
#MainMenu ul ul 
{
	border: none;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: 500;
	display: none;
}

#MainMenu ul ul li
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	background-color: #4D4D4D;
	border: 1px solid #333333;
	margin: 1px 0px 0px 0px;
	float: none;
}

#MainMenu ul ul li a 
{
	color: #F7F7F7;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 12px 15px 12px 15px;
	display: block;
}

#MainMenu ul ul li a:hover 
{
	color: #F7F7F7;
	background-color: #D02C25;
}


/* Sub Menu Component */
#SubMenuComponent
{
	width: 274px;
	margin-top: 40px;
}
.SubMenuItem
{
	border-top: 1px solid #DDDDDD;
}
.SubMenuItemLast
{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 40px;
}
#SubMenuContainer a
{
	line-height: 35px;
	background-color: #F7F7F7;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}
#SubMenuContainer a:hover
{
	color: #F7F7F7;
	background-color: #223587;
}


/* Section Index Component  */
.SectionIndex
{
	position: relative;
	height: 90px;
	background-color: #EEEEEE;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	border-radius: 12px;
	margin: 10px 0px 40px 0px;
}
.SectionIndex h2
{
	margin: 0px;
}
.SectionIndex h2 a
{
	color: #666666;
	text-decoration: none;
}
.SectionIndex h2 a:hover
{
	text-decoration: underline;
}
.SectionIndex img
{
	margin: 10px 10px 0px 0px;
	float: left;
}
.SectionIndexSummary
{
	margin-top: 18px;
}
.SectionIndexMoreLink
{
	position: absolute;
	right: 20px;
	bottom: 10px;
}


/* ------------ News Component ---------- */
#NewsSummaryComponent
{
	width: 278px;
	background-color: #EEEEEE;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	margin-bottom: 10px;
	float: right;	
}
#NewsSummaryHeader
{
	height: 35px;
}
#NewsSummaryHeader a
{
	text-decoration: none;
}
#NewsSummaryHeader a:hover
{
	color: #443266;
	text-decoration: underline;
}
#NewsSummaryHeader h2
{
	font-size: 20px;
	font-weight: normal;
	line-height: 2.00;
	margin-top: -10px;
}
#NewsSummaryIntro
{
	padding: 0px;
}
#NewsSummaryIntroText
{
	font-weight: bold;
	font-style: italic;
	margin: 5px 0px 0px 0px;
}
.NewsSummaryItem
{
	height: 60px;
}
.NewsSummaryFlipCalendarContainer
{
	width: 50px;
	height: 100%;
	margin-right: 15px;
	float: left;
}
.NewsSummaryFlipCalendarContainer a
{
	text-decoration: none;
}
.NewsSummaryFlipCalendar
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	box-shadow: 2px 1px 1px #AAAAAA;
	-webkit-box-shadow: 2px 1px 1px #AAAAAA;
}
.NewsSummaryFlipCalendarHeader
{	
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}
.NewsSummaryFlipCalendarHeaderTop
{	
	font-size: 13px;
	color: #FFFFFF;
	padding: 2px 0px 3px 0px;
}
.NewsSummaryFlipCalendarHeaderBottom
{	
	font-size: 9px;
	color: #FFFFFF;
	padding: 0px 0px 3px 0px;
}
.NewsSummaryFlipCalendarBody
{
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
}
.NewsSummaryFlipCalendarBodyTop
{
	font-size: 15px;
	color: #000000;
	padding: 3px 0px 0px 0px;
}
.NewsSummaryFlipCalendarBodyBottom
{	
	font-size: 9px;
	color: #AAAAAA;
	padding: 0px 0px 2px 0px;
}
.NewsSummaryText a
{
	color: #222222;
	text-decoration: none;
}
.NewsSummaryText a:hover
{
	text-decoration: underline;
}
#NewsSummaryIndexLink
{
	text-align: right;
	margin-top: 5px;
}

/* News index page */
.NewsIndexItem
{
	height: 130px;
	padding-top: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.NewsIndexTitle h2
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 10px 70px;
}
.NewsIndexTitle a
{
	color: #222222;
	text-decoration: none;
}
.NewsIndexTitle a:hover
{
	color: #CC0000;
	text-decoration: underline;
}
.NewsIndexIntro
{
	margin: 0px 0px 0px 70px;	
}


/* News article page */
#NewsArticleAddThisTop
{
	margin-top: 35px;
}
#NewsArticleAddThisBottom
{
	margin-top: 20px;
}
#NewsArticleIndexLink
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}
#NewsArticlePhotoContainer
{
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	margin: 15px 0px 5px 15px;
	float: right;
}
#NewsArticlePhoto
{
	border: 1px solid #CCCCCC;
}


/* Enquiry Form Component */
#EnquiryFormComponent
{
	padding: 10px;
	border: 1px solid #7CDDEE;
	border-radius: 10px;
	margin-top: 35px;
	background-color: #E1F5F9;
	overflow: hidden;
}
#EnquiryFormHeader h2
{
	margin: 0px;
}
#EnquiryFormIntro
{
	padding: 0px;
}
.EnquiryFormIntroText
{
	font-weight: normal;
}
.EnquiryFormErrorText
{
	font-weight: bold;
	color: #CC0000;
}
.EnquiryFormRow
{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	overflow: hidden;
}
.EnquiryFormRowLast
{
	border-bottom: 1px solid #FFFFFF;
}
.EnquiryFormFieldPrompt
{
	width: 24%;
	min-height: 30px;
	padding: 10px 0px 0px 5px;
	float: left;
}
.EnquiryFormMandatoryMarker
{
	font-size: 14px;
}
.EnquiryFormFieldContainer
{
	width: 75%;
	min-height: 36px;
	float: right;
}
.EnquiryFormField
{
	width: 95%;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 8px;
}
.EnquiryTextAreaField
{
	width: 95%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 8px;
}
.EnquiryFormButtonContainer
{
	width: 100%;
}
.EnquiryFormSubmitButton
{
	width: 100px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F7F7F7;
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
	border: none;
	border-radius: 6px;
	margin: 15px auto 0px auto;
	display: block;
}



/* Order Form Component */
#OrderFormOverallTable
{
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
}
#OrderFormInnerTable
{
	width: 100%;
}
.OrderFormErrorText
{
	font-weight: bold;
	color: #CC0000;
}
.OrderFormRow
{
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	overflow: hidden;
}
.OrderFormRowLast
{
	border-bottom: 1px solid #FFFFFF;
}
.OrderFormFieldPrompt
{
	width: 24%;
	min-height: 20px;
	padding: 10px 0px 10px 5px;
	float: left;
}
.OrderFormMandatoryMarker
{
	font-size: 14px;
}
.OrderFormFieldContainer
{
	width: 75%;
	min-height: 20px;
	padding: 10px 0px 10px 0px;
	float: right;
}
.OrderFormField
{
	width: 95%;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 0px 10px;
}
.OrderFormFieldSmall
{
	width: 40%;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 0px 10px;
}
.OrderTextAreaField
{
	width: 95%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 0px 10px;
}
.OrderFormButtonContainer
{
	text-align: center;
}
.OrderFormSubmitButton
{
	width: 100px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F7F7F7;
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
	border: none;
	border-radius: 6px;
	margin: 15px auto 0px auto;
	display: block;
}
.OrderFormTablePubGroup
{
	text-align: center;
}
.OrderFormTable
{
	width: 100%;
}
.OrderFormTableHeading
{
	height: 40px;
	background-color: #223587;
	color: #FFFFFF; 
	text-align: center;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
.OrderFormTableHeading td
{
	vertical-align: middle;
}
.OrderFormTableHeaderSmall
{
	width: 50px;
}
.OrderFormTableRowLightShading
{
	background-color: #EEEEEE;
}
.OrderFormTableRowDarkShading
{
	background-color: #DDDDDD;
}
.OrderFormTableRowData
{
	border: 1px solid #CCCCCC;
}
.OrderFormTableRowData td
{
	padding: 5px 2px 5px 2px;
	vertical-align: middle;
}
.OrderFormTableCenter
{
	text-align: center;
}



/* Client Reports Component */
.ClientReportsTable
{
	font-size: 12px;
	margin: 10px 0px 35px 0px;
}
.ClientReportsTableTwoCol
{
	width: 100%
}
.ClientReportsTableTwoCol th
{
	width: 50%
}
.ClientReportsTableHeading
{
	height: 40px;
	background-color: #EEEEEE;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.ClientReportsTableRowLegend 
{
	text-align: left;
	padding: 10px 0px 10px 10px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	font-weight: bold;
}
.ClientReportsTableRowData
{
	padding: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
}
.ClientReportsTableRowData td
{
	padding: 10px 0px 10px 0px;
}
.ClientReportsTableRowData img
{
	margin: 0px 10px 0px 20px;
}



/* Account Login Form Component */
#AccountLoginFormComponent
{
	width: 400px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 40px 0px 40px 100px;
	overflow: hidden;
}
#AccountLoginFormHeader h2
{
	color: #0D255B;
	margin: 0px;
}
#AccountLoginFormErrorText
{
	font-weight: bold;
	color: #CC0000;
}
.AccountLoginFormRow
{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	overflow: hidden;
}
.AccountLoginFormRowLast
{
	border-bottom: 1px solid #DDDDDD;
}
.AccountLoginFormFieldPrompt
{
	width: 26%;
	min-height: 30px;
	padding: 15px 0px 0px 5px;
	float: left;
}
.AccountLoginFormFieldContainer
{
	width: 72%;
	min-height: 30px;
	float: right;
}
.AccountLoginFormField
{
	width: 93%;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #0D255B;
	margin: 10px;
}
#AccountLoginFormForgottenPasswordPrompt
{
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	float: right;
}
#AccountLoginFormButtonContainer
{
	width: 100%;
}
#AccountLoginFormButton
{
	width: 100px;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	color: #F7F7F7;
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
	border: none;
	border-radius: 6px;
	margin: 15px auto 0px auto;
	display: block;
}


/* Report Classes */
.TableMargin
{
	margin: 10px 0px 0px 0px;
}
.TableBorder
{
	border: 1px solid #99CCFF;
}
.TextGeneralBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


/* --- Account Password Form Component --- */
#AccountPasswordFormComponent
{
	width: 500px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 40px 0px 40px 50px;
	overflow: hidden;
}
#AccountPasswordFormErrorText
{
	font-weight: bold;
	color: #CC0000;
}
.AccountPasswordFormRow
{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	overflow: hidden;
}
.AccountPasswordFormRowLast
{
	border-bottom: 1px solid #DDDDDD;
}
.AccountPasswordFormFieldPrompt
{
	width: 30%;
	min-height: 30px;
	padding: 15px 0px 0px 5px;
	float: left;
}
.AccountPasswordFormFieldContainer
{
	width: 68%;
	min-height: 30px;
	float: right;
}
.AccountPasswordFormField
{
	width: 93%;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #0D255B;
	margin: 10px;
}
#AccountPasswordFormButtonContainer
{
	width: 100%;
}
#AccountPasswordFormButton
{
	width: 100px;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	color: #F7F7F7;
	background-color: #D02C25;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E73129), to(#B92721));
	background-image: -webkit-linear-gradient(top, #E73129, #B92721);
	background-image:    -moz-linear-gradient(top, #E73129, #B92721);
	background-image:     -ms-linear-gradient(top, #E73129, #B92721);
	background-image:      -o-linear-gradient(top, #E73129, #B92721);	
	border: none;
	border-radius: 6px;
	margin: 15px auto 0px auto;
	display: block;
}



/* Standard helper classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Print styles */
@media print
{
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
