﻿/* Logon page */
.OwnerLogonTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    TEXT-ALIGN: center
}
.OwnerLogonLabel
{
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	Color: #5a3d15;
}

/* Owner Name/Number/Balance header */
.OwnerHeaderLabel
{
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	Color: black;
}
.OwnerHeaderText
{
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	Color: #5a3d15;
}

/* Owner Detail Page */
.OwnerDetailLabel
{
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	Color: black;
}

.OwnerDetailSubTitle
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	Color: black;
}

/* Make Reservation page */
.OwnerResTitle
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	Color: Black;
}
.OwnerResSubTitle
{
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	Color: black;
}
.OwnerResLabel  /* owner info section */
{
	FONT-SIZE: 8pt;
	Color: black;
}
.OwnerDatesPeopleLabel
{
	FONT-SIZE: 8pt;
	font-weight: bold;
	Color: black;
}
.OwnerCommentLabel
{
	FONT-SIZE: 8pt;
	Color: black;
}

/* Add Work Order page */
.OwnerAddWOLabel
{
	FONT-SIZE: 8pt;
	Color: black;
}

/* Owner Statements page */
.OwnerStatementsLabel
{
	FONT-SIZE: 8pt;
	font-weight: bold;
	Color: black;
}

/* Owner Payment page */
.OwnerPaymentLabel
{
	FONT-SIZE: 8pt;
	font-weight: bold;
	Color: black;
}
.OwnerPaymentText
{
	FONT-SIZE: 8pt;
	Color: black;
}

/* Res Confirmation page */
.OwnerConfirmHeaderLabel
{
	FONT-SIZE: 10pt;
	font-weight: bold;
	Color: white;
}
.OwnerConfirmLabel
{
	FONT-SIZE: 8pt;
	font-weight: bold;
	Color: black;
}

/* Credit Card Processing Warning page */
.CCWarnTitle  
{
    FONT-WEIGHT: bold;
    line-height: 120%;
    FONT-SIZE: 14pt;
    COLOR: #336699;
    TEXT-ALIGN: center
}
.CCWarnWaitText
{ 
	FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    font-style: italic;
    line-height: 120%;
    COLOR: red;
}
.CCWarnText1
{
	font-weight: bold;
	line-height: 120%;
	font-size: 12pt;
	color: Black;
}
.CCWarnText2
{
	font-weight: bold;
	font-size: 12pt;
	font-style:italic;
	line-height: 120%;
	color: Black;
}
.CCWarnText3
{
	font-weight: bold;
	font-size: 10pt;
	color: Black;
}


/* Owner Menu */
.OwnerMenu
{
	background-color: #7a6548;
	font-family: MS Sans Serif;
	font-size: 8pt;
}

.OwnerMenuBar
{
	background-color: #7a6548;
}

.OwnerMenuItem
{ 
	color: white;
	font-family: MS Sans Serif;
	font-size: 8pt;
	font-weight: bold;

}

.OwnerMenuActiveItem
{
	color: #fffae4;
	font-family: MS Sans Serif;
	font-size: 8pt;
	font-weight: bold;
}

.OwnerHoverItemStyle
{
	color: #fffae4;
	font-family: MS Sans Serif;
	font-size: 8pt;
	font-weight: bold;
}

.OwnerSeparatorItemStyle
{
	background-color: #7a6548;
	border-color: #7a6548;
	border-style: solid;
	border-width: 0px;
	color: #faf8f2;
	font-family: MS Sans Serif;
	font-size: 8pt;
}

.OwnerIslandStyle
{
	background-color: #faf8f2;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	color: Black;
	font-family: MS Sans Serif;
	font-size: 8pt;
}

/*For the dropdown submenus (Reservations/Workorders) */
.OwnerSubMenuItem
{
	color: #5a3d15;
	font-family: MS Sans Serif;
	font-size: 8pt;
}

.OwnerSubMenuHoverItem
{
	color: #9a8567;
	font-family: MS Sans Serif;
	font-size: 8pt;
}

.OwnerTopSelectedStyle
{
	background-color: #7a6548;
	color: #fffae4;
	font-family: MS Sans Serif;
	font-size: 8pt;
	font-weight: bold;
}

