﻿/*******************************/
/***   Owners Portal Styles  ***/
/*******************************/

	#ownerMasterContainer
{
	margin: 10px;
}

#ownerMenuContainer
{
	text-align: left;
	float: left;
	margin-right: 10px;
}

#ownerMenuContainer a:link
{
		 text-decoration: none;
		 color: #333333;
}

#ownerMenuContainer a:hover
{
	text-decoration: none;
	color: white;
}

#ownerMenuContainer a:visited
{
		 text-decoration: none;
		 color: #333333;
}

.floatClear
{
	clear: both;
}

@media print
{
	 .noprint  { display:none;}
}

#selectedMenuItemTitle
{
	float: left;
	margin-top: 20px;  /*increase this value if multiowner dropdown & fields are in use (try 40px), decrease if balance due is hidden */
	margin-left: 30%;  /*decrease thie value if multiowner dropdown is in use (try 20%)*/
}

.OwnerSubTitle
{
	  font-weight: bold;
    font-size: 16px;
    color: gray;
}


/* right side will scroll if doesn't fit */
.ownerContent
{
	overflow: auto;
}

	/* set size of each calendar */
.ownerCalendar
 {
			 width: 150px;
			 height: 150px;
 }

.ownerCalendar td
{
				padding: 2px;
}

/* if want to Owner Detail content in a 'box' */
.OwnerDetailBox
{
	
}

.OwnerDocumentsBox
{
		margin-left: 150px;			
}

/* doc list titles */
.OwnerDocumentsLabel  
{
	  font-size: 14px;
	  font-weight: bold;
		color: gray;
		line-height: 150%;
}

.OwnerAddWorkOrderBox
{
	width: 80%;
	margin: 0 auto;
}

.OwnerPaymentBox
{
	width: 90%;
	margin: 10px 0 10px 10%;
}

.OwnerPaymentBox #confirmationInfo
{
		margin: 10px 10px 10px 20%;
		
}

.OwnerMakeResBox
{

}

.peoplePanel
{
	margin: 7px;
}

.ownerRateInfo
{
	width: 250px;
	border: solid 1px black;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F7F8F9;
	border: 1px solid #ccc !important;
	}

.referralRateInfo
{
	width: 90%;
	margin: 0 auto 15px auto;
}

/*for the reservation entry info */
.owner-right 
{
	text-align:right;
	padding-right:10px;
	padding-bottom: 2px;
}
.owner-left 
{
	text-align:left;
	padding-right: 20px;
	padding-bottom: 2px;
}