﻿.AlignCentre
{
    text-align:center;
}

.AlignLeft
{
    text-align:left;
}

.AlignRight
{
    text-align:right;
}

.Bold
{
	font-weight: bold;
}

.BoldItalic
{
	font-weight: bold;
	font-style:italic;    
}

.BoldRed
{
    color:red;
    font-weight:bold;
}

.ButtonFace
{
	font-size: smaller;
}

.CListViewRow
{
	color: Black;
	background-color:White;
}

.CListViewRowAlt
{
	color: Black;
	background-color: #E9E9E9;
}

.CListViewValue
{
	color: Black;
	font-weight:normal;
}

.ConfirmationMsg
{
	color: #000066;
}

.ErrorMsg
{
	color: red;
	background-color: white;
	font-weight:normal;
	font-size:smaller;
}

.ErrorMsg1
{
	font-size: smaller;
	color: red;
}

.FloatTopRight
{
    float:right;
	vertical-align:top;
}

.FormCaption
{
	color: Black;
	font-weight: bold;
	font-size: smaller;
}

.FormCaptionNowrap
{
	color: Black;
	font-weight: bold;
	font-size: smaller;
	white-space: nowrap
}

.FormCommand
{
	color: #7B8A52;
	background-color:white;
	font-weight:normal;
	font-size:smaller;
}

.FormField
{
	color: Black;
	background-color:White;
	font-weight:normal;
	font-size:smaller;
}

.FormFilter
{
    background-color: #FEFFC1;
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse;
	float:right;
}

.FormLinkButton
{
	color: #7b8a52;
	font-weight: bold;
	font-size: smaller;
	font-style: normal;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

.FormLinkButton:hover
{
	color: #000033;
}

.FormTable
{
	background-color: white;
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse;
}

.FormTable1
{
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse;
}

.FormTableBordered
{
	background-color: white;
	border:1px;
	border-spacing:0px; 
	border-style:solid;
	border-collapse:collapse;
}

.FormTableWide
{
	background-color: white;
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse;
	width:100%;
}

.FormTableWide1
{
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse;
	width:100%;
}

.FormTableCell
{
	padding:3px 3px 3px 3px;
    vertical-align: top;
}

.FormTableCellNoFloor
{
    padding: 3px 3px 1px 3px;
    vertical-align: top;
}
.FormTableCellNoCeiling
{
    padding: 1px 3px 3px 3px;
    vertical-align: top;
}

.FormTableCellExtraPadding
{
    padding: 6px 6px 6px 6px;
    vertical-align: top;
}

.FormTableCellvBottom
{
	padding: 3px 3px 3px 3px;
	vertical-align: bottom;
}

.FormTableCellvMiddle
{
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}

.FormTableMainOuter
{
	background-color: white;
	border-spacing:0px; 
	border-collapse:collapse;
	border-width: 0;
	height: 100%;
	width: 100%;
    margin:0 auto;
    padding:0;
}

.FormValue
{
	color: Black;
	font-weight:normal;
	font-size:smaller;
}

.FormValueAmount
{
	font-size: smaller;
	color: #000066;
	text-align: right
}

.FormValueNotSelected
{
	font-weight:bold;
	font-size: smaller;
	color: red;
}

.FormValueSelected
{
	font-weight:normal;
	font-size: smaller;
	color: red;
}

.GuestName
{
	width: 200px;
}

.HalfPage
{
    width:50%;
}

.LabelCourseItem
{
	color: Black;
	background-color: white;
	font-weight:normal;
	font-size:medium;
}

.LabelGroup
{
	color: Black;
	background-color: white;
	font-weight: bold;
	font-size: medium;
}

.LabelGuest
{
	color: Black;
	background-color: white;
	font-weight: bold;
	font-size: larger;
}

.ListCell
{
    padding: 4px;
	font-weight: normal;
	font-size: smaller;
    vertical-align: top;
}

.ListCellPrint
{
	padding:4px;
	font-weight: normal;
	font-size: smaller;
    vertical-align: top;
}

.ListHdr
{
	color: Black;
	font-weight: bold;
	font-size:smaller;
	text-decoration: underline;
}

.ListRow
{
	color: Black;
	background-color:White;
}

.ListRowAlt
{
	color: Black;
	background-color: #E9E9E9;
}

.ListRowAltWarning
{
	color:Red;
	background-color: #E9E9E9;
}

.ListRowHL
{
	background-color: #7B8A52;
	color: white;
	cursor: pointer;
}

.ListRowHL0
{
	background-color: #C0C0C0;
	color: Black;
	cursor: pointer;
}

.ListRowUHL
{
	background-color:White ;
	color:Black;
}

.ListRowWarning
{
	color:Red;
	background-color:White;
}

.ListTable
{
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse;
}

.LoginBoxBackground
{
	background-color:#FEFFC1
}

.LoginBoxBanner
{
	color:White;
	background-color:#7B8A52;
	font-size:Medium;
	font-weight:bold;
}

.LoginBoxButton
{
    background-color: White;
    font-size: medium;
    color: black;
}

.LoginBoxButtonStyle
{
    background-color: White;
    font-size: medium;
    color: black;
}

.LoginBoxInstructionText
{
	font-style:normal;
	color:Black;
}

.LoginBoxMain
{
    border: 1px solid #7B8A52;
    background-color: #FEFFC1;
    font-size: smaller;
    color: black;
}

.LoginBoxSuccessText
{
	font-weight:bold;
	color:#7B8A52;
}

.LoginBoxTextStyle
{
	font-size:medium;
}

.LoginBoxTitleText
{
	background-color: #7B8A52;
	font-weight: bold;
	font-size: medium;
	color: White;
}

.LoginInput
{
	width:18em;
}

.LogoText
{
	background-color:White;
	color:#7B8A52;
	font-weight:bold;
	font-size:20pt;
	vertical-align:middle;
}

.LogoTextSmall
{
	background-color:White;
	color:#7B8A52;
	font-size:8pt;
}

.MandPrompt
{
	font-size: smaller;
	font-weight: bold;
	color: red;
}

.MasterOuterTable
{
	border:0px;
	border-spacing:0px; 
	border-collapse:collapse;
	border: 1px solid black; 
	width: 100%; 
	height: 100%;
}

.MasterTreeView
{
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:black;
	height: 100%;
	padding: 2px;
	width: 20%; 
}

.MealSummary
{
	border: 1px dotted #000000;
	page-break-after: always;
}

.MealSummaryNewPage
{
	vertical-align: top;
	vertical-align: top;
}

.NewPage
{
	page-break-after:always;
	vertical-align:top;
}

.NoPadding
{
	padding:0px;
}

.NoWrap
{
    white-space: nowrap;
}

.PageCommands
{
	height:25px;
    border-color: black;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
	border-spacing:0px; 
	border-collapse:collapse;
    background-color: #FEFFC1;
    overflow: auto;
    width:100%;
}

.PageContent
{
    overflow:auto; 
    height:100%; 
    width: auto;
    position: relative;
}

.PageContentNoScroll
{
    height:100%; 
    width: auto;
}

.PageHdr
{
	color: Black;
	background-color: #E9E9E9;
	font-weight: bold;
	text-align:center;
}

.PageHdr2
{
	background-color: white;
	color: Black;
	font-size: larger;
	font-weight: bold;
}

.PageHdr2L
{
	background-color: white;
	color: Black;
	font-size:smaller;
	font-weight: bold;
	text-align:left;
}

.PageInstruction
{
	color: Black;
	background-color: white;
	font-size:smaller;
}

.PageInstructions
{
	color: Black;
	font-weight:normal;
	font-size:smaller;
	padding: 8px;
	border-style: inset;
	border-width: 1px;
	background-color: #FEFFC1;
	display: none;
	overflow:hidden;
}

.PageInstructionsDesign
{
	color: Black;
	font-weight: normal;
	font-size: smaller;
	padding: 8px;
	border-style: inset;
	border-width: 1px;
	background-color: #FEFFC1;
}

.PageInstructionsPrint
{
	color: Black;
	font-weight: normal;
	font-size: smaller;
}

.PageInstructionsRow
{
	color: Black;
	font-weight: normal;
	vertical-align: top;
}

.PageInstructionsText
{
	padding:3px 3px 3px 3px;
	vertical-align:top;
}

.PageInstructionsTopic
{
	font-weight:bold;
	padding:3px 3px 3px 3px;
	vertical-align:top;
}

.PageMenu
{
	font-weight: bold;
	font-size: larger;
	color: black;
}

.PageSectionHeader
{
	font-weight: bold;
	color: white;
	background-color: #6b696b;
	text-align:center;
}

.POColourDark
{
	color:#7B8A52;
}

.POColourDarkBg
{
	background-color:#7B8A52;
}

.POColourLight
{
	color:#FEFFC1;
}

.POColourMid
{
	color:#D1C271;
}

.PosAbsolute
{
    position: absolute;
}

.PosRelative
{
    position: relative;
}

.RHSPadding
{
    padding:8px;
}

.SectionHdr
{
	color: Black;
	font-weight: bold;
	font-size:smaller;
	background-color:white;
	text-decoration:underline;
}

.SepLine
{
    background-color:Black; 
    height:1px; 
    width:100%;
}

.SubformCommand
{
	color: Black;
	background-color:white;
	font-weight:normal;
	font-size:smaller;
}

.tabCell
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	vertical-align: middle;
	white-space: nowrap;
}

.TableHdr
{
	color: Black;
	font-weight: bold;
	font-size:smaller;
	background-color:#e2ebf6;
	padding:10px;
	border-right:1px solid #fff;
}

.tabRow
{
	color: black;
	background-color: #FEFFC1;
}

.tabRowActive
{
	color: white;
	background-color: #7B8A52;
}

.TrailerCaption
{
	color: black;
	font-size:11px;
}

.TreeViewContainer
{
    overflow:auto; 
    width:auto;
}

.tvw_0
{
	text-decoration:none;
}

.tvw_0:hover
{
	text-decoration:underline;
}

.tvw_1
{
	color:Black;
	font-size:smaller;
}

.tvw_2
{
	padding:2px 2px 2px 2px; 
	white-space:nowrap;
}

.tvw_3
{
	font-weight:normal;
}

.tvw_4
{
}

.tvw_5
{
	color:White;
}

.tvw_6
{
	background-color:#7B8A52;
	padding:0px 0px 0px 0px;
}

.tvw_7
{
	text-decoration:underline;
}

.tvw_8
{
	text-decoration:underline;
}

.tvw_t
{
	margin: 0px;
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

.tvwUnprocessedCount
{
    color: blue;
}

.Underline
{
    text-decoration:underline;
}

.vAlignBottom
{
	vertical-align:bottom;
}

.vAlignMiddle
{
	vertical-align:middle;
}

.vAlignTop
{
	vertical-align:top;
}

body
{
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, sans-serif, Helvetica, Verdana;
	font-weight: normal;
	margin: 5px 5px 0px 5px;
    padding: 0;
    border: none;
}

textarea
{
	font:normal normal normal medium Arial, sans-serif, Helvetica, Verdana;
	-webkit-appearance:textfield;
}

th
{
	text-align:left;
	text-decoration:underline;
	vertical-align:top;
}

thead
{
	color: Black;
	font-weight: bold;
	font-size:smaller;
}

img[src$="space.gif"]
{
    display:block;
}

img[src$="1x1.gif"]
{
    display:block;
}

img.centred 
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}
    
::-ms-clear {
      display: none;
}
