﻿
  @font-face {
    font-family: BrushScript BT;
    font-style:  normal;
    font-weight: 700;
    src: url(BRUSHSC0.eot);
  }

.loadingbox
{
	position: absolute;
	top: 40%;
	left: 40%;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	visibility: hidden;
	border-right: red thin dashed;
	border-top: red thin dashed;
	border-left: red thin dashed;
	border-bottom: red thin dashed;
}

.FreezePaneOff
{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}

   .FreezePaneOn
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index: 999;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	padding-top: 20%;
}

   .InnerFreezePane
{
	text-align: center;
	width: 66%;
	background-color: #171;
	color: White;
	font-size: large;
	border: dashed 2px #111;
	padding: 9px;
}


.Footer
{
	font-size: x-small;
	color: gray;
	font-family: Arial;
	background-color: white;
}

.Astrich
{
	font-size: small;
	color: red;
	font-family: Arial;
	font-weight: bold;
}

.MyResTitle
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

.MyResSubTitle
{
	font-size: 8pt;
	color: gray;
	font-family: Arial;
	font-weight: normal;
}

.MyFancyTitle
{
	font-size: 16pt;
	color: black;
	font-family: BrushScript BT;
	font-weight: bold;
}

.MyTitle
{
	font-size: 14pt;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

.MySubTitle
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

.MyBodyText
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.MySubText
{
	font-size: 8pt;
	color: Gray;
	font-family: Arial;
}

.MySmallPrint
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.MyAfterthought
{
	font-size: 8pt;
	color: chocolate;
	font-family: Arial;
}

.MySpecial
{
	font-size: 8pt;
	color: maroon;
	font-family: Arial;
}


.MyListText
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.MyButtonText
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
}

.MyLinks
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
}

.MyShoutText
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	font-style: italic;
}

.MyShoutCredit
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	font-style: italic;
}

.FlashBackLayer
{
	z-index: 2;
	position: absolute;
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.MyErrorMessages
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
	font-style: italic;
}

.GuestLine
{
	font-size: 8pt;
	color: navy;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.GuestBasePrice
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.GuestPrice
{
	font-size: 8pt;
	color: green;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.GuestAdjustmentItem
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.GuestAdjustmentCost
{
	font-size: 8pt;
	color: green;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.GuestTax
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.GuestTotal
{
	font-size: 10pt;
	color: green;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
}

.GuestSubTotal
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}