Body
{
	background-color: white;
	background-image: url('/images/bgLine.jpg');
    margin-right: 0px;
    margin-left: 0px;
}
.MainText
{
	position: relative;
    margin-top: 0px;	
    margin-left: 125px;
	color:indianred;
	font-weight: bold;
	font-family: verdana;
	font-size: xx-small;
}
.MainImage
{
    margin-top: 90px;	
    margin-left: 50px;
}
.TopImage
{
	position: absolute;
	top: 0;
	left: 10;
}
A
{
	color:indianred;
	text-decoration: none;
}
A:hover
{
	color:#FF9900;
	text-decoration: underline;
}
A:visited
{
	color: indianred;
}
.FormButton
{
    color: White;
    font-size: 8pt;
    width: 90px;
    background-color: indianred;
}
.InputTextShort
{
	width: 150px;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: -5px;
}
.InputText
{
	width: 300px;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: -5px;
}
.InputSelectYear
{
	width: 150px;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: -4px;
}
.InputSelectWeek
{
	width: 150px;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: -4px;
}
.InputSelect
{
	width: 300px;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: -4px;
}
.HRInCell
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: silver;
}
.ReturningButton
{
    color: White;
    font-size: 6pt;
    width: 50px;
    height: 15px;
    background-color: Black;
    cursor: hand;
    margin-top: 0px;    
}
.SearchFlik
{
    background: url('../images/SearchFlik.gif');
    width: 90px;
    height: 13px;
    border: 0px none;
    cursor: hand;
    margin-top: -15px
}
.TableItem
{
	padding: 5px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: indianred;
}
.TableItemHeader
{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: indianred;
}
.MenuTable
{
	margin-left: 10px;
	width: 90px;
}
.MenuTableItem
{
	margin-top: 100px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	border-bottom: 1px dotted indianred;
}
.InfoTable
{
	margin-top: 30px;
	width: 600px;
}
.InfoTableWhiteSpace
{
    height: 15px;
}
.InfoTableItem
{
	border: 2px groove gray;
	padding: 20px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: indianred;
}
.NormalTableItem
{
	padding: 20px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: indianred;
}
.AdminTable
{
	margin-top: 30px;
	width: 600px;
}

.AdminTableItem
{
	padding: 0px;
	font-family: verdana;
	font-size: xx-small;
	color: black;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}
.OasisHeader
{
	padding-bottom: 5px;
	font-family: verdana;
	font-size: large;
	font-weight: bold;
	color: indianred;
}
.OasisTableItemHeader
{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: indianred;
}
.OasisTableItem
{
	vertical-align: top;
	border: 2px groove gray;
	padding: 20px;
	font-family: verdana;
	font-size: x-small;

	color: indianred;
}
.BookingOverviewTable
{
	margin-top: 0px;
	margin-left: 0px;
}
.BookingOverviewTableItem
{
	vertical-align: top;
	text-align: center;
	border:1px solid gray;
	padding: 7px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: black;
}

.BookingOverviewTableItem
{
	vertical-align: top;
	text-align: center;
	border:1px solid gray;
	padding: 7px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: lightblue;
}
.BookingOverviewTableItem2
{
	vertical-align: top;
	text-align: center;
	border:1px solid gray;
	padding: 7px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: coral;
}
.BookingOverviewTableItem3
{
	vertical-align: top;
	text-align: center;
	border:1px solid gray;
	padding: 7px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: indianred;
}
.BookingOverviewTableItem4
{
	vertical-align: top;
	text-align: center;
	border:1px solid gray;
	padding: 7px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: lightblue;
}
.BookingOverviewTableItem5
{
	vertical-align: top;
	text-align: center;
	border:1px solid gray;
	padding: 7px;
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: gray;
}

.ScrollBar {
	scrollbar-3dlight-color:;
    scrollbar-arrow-color:;
    scrollbar-base-color:#FF9900;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:#FF9900;
    scrollbar-highlight-color:#FF9900;
    scrollbar-shadow-color:
    }