/*
 * Style sheet for rental property software
 * Created 9/12/2004 by Hercules Solutions, LLC
 * Copyright 2004 Hercules Solutions, LLC. All Rights Reserved 
 */

/* Standard tag definitions */

body 
{ 
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #000022;
	background-color: #DCDCDC;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	text-align: center; 
	margin:0 auto; 
}

table { border: 0px; margin-left: auto; margin-right: auto; text-align: center; }
img { border: 0px; }
select { margin-top: 2px; margin-bottom: 2px;}
td 
{
	vertical-align: top; 
	text-align: left; 
	font-size: 11px; 
	margin: 0px; 
	border: 0px; 
	padding: 0px;
	color: #000022;
}

a { color: Blue; text-decoration: none; }
a:visited { color: Blue; text-decoration: none; }
a:hover { color: Green; text-decoration: underline; }
a:active { color: red; text-decoration: none; }


.maintable
{
	width: 750px;
	margin: 10px;	
	border: 0px;
	padding: 0px;
}

.maincell
{
	 background-image: url(images/bodyrepeat.gif); 
	 width: 100%;
	 background-color: white;
	 padding-left: 15px;
	 padding-right: 15px;
	 padding-bottom: 15px;
	 margin: 0px;
	 border: 0px;
}

/* Menu control styles */
.menu 
{
	
	background-color: #006633; 
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}

.menu td { font-size: 12px; color: #CCCCCC;}
.menu a { color: White; text-decoration: none; }
.menu a:visited { color: White; text-decoration: none; }
.menu a:hover { color: White; text-decoration: underline; }
.menu a:active { color: Yellow; text-decoration: none; }


/* Standard info box style */
.infobox 
{
	border: solid 1px #B5B5B5;
	border-top: solid 5px #B5B5B5;
	padding: 8px;
/*	width: 200px;*/
	margin-bottom: 16px;
	margin-top: 4px; 
}

/*  A button that takes up the entire width of its area */
.fullwidthbutton
{
	width: 100%;
	background-color: #b5b5b5;
	border: solid 1px Black;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
}

/* Text classes */
.bigblue { font-size: 14px; font-weight: bold; color: Blue; }
.boldred { color: Red; font-weight: bold; }
.PropertyTitle { font-size: 20px; font-weight: bold; color: Blue; }

.datagrid 
{
	border-width: 1px;
	border-style: solid;
	border-color: #0030CE;
}

/* Property classes */
.propertygrid { border: solid 1px blue; }
.propertygrid td { padding: 5px; margin: 0px; border: 0px; }
.propertyheader { background-color: #0030CE; color: White; font-weight: bold;}
.propertyheader a { color: White; font-weight: bold; }
.propertyheader a:visited { color: White; }
.propertyheader a:hover { color: #AAAAFF; }
.propertyheader a:active { color: White; }
.propertyrow { background-color: #DDDDDD;}
.propertyalt {}
.propertyname { font-size: 16px; }

/* Helper classes */
.centerAlign { text-align: center; vertical-align: middle; }
.rightAlign { text-align: right; }
.datalabel { font-weight: bold; }
.LeftColumn { width: 205px; }
.ContactColumn { width: 215px; }
.PageTitle { font-size: 20px; font-weight: bold; color: Blue; }
.Question { font-weight: bold; }
.SubHead { font-weight: bold; }
.PadLeft { margin-left: 20px; }

/* Maintenance Table */
.Maintenance { background-color: #EEEEEE}

.AvailabilitySheet
{
	border-bottom: solid 1px black; 
	width: 600px;
}

.AvailabilitySheet td { font-size: 11px; }
.AvailabilityRow
{
	padding-left: 10px;
}
.AvailabilitySectionHead
{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.GrayRight
{
	border-right: solid 1px gray;
	padding: 10px;
}

.BoldHead
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
}

.ImageBanner td
{
	padding-left: 1px;
}

/* Calendar Styles */
table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 9px;}
table.calendar td {width: 19px; height: 10px; font-size: 11px; }
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12px; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar .calendar-strikeday { color: red; text-decoration: line-through;}
table.calendar .calendar-takenday { color: red; font-weight: bold;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}

.ImageGallery
{
	width: 100%;
}

.ImageGallery img
{
	border: solid 1px black;
}

.ImageGallery td
{
	text-align: center;
	vertical-align: top;
	padding: 0px;
}
