﻿/* _________________________________________________________________ */
/* Acappella Information Systems 2007 - Master Cascading Style Sheet */

/* _________________________________________________________________ */
/* COLOUR, TEXT and FONT SCHEME for Linwood Management               */

/* Text primary - dark blue - 0054A4                                 */
/* Text bg - light gray - 5788BF                                     */
/* Table bg - image                                                  */
/* Menu bg - light gray - EDEFF2                                     */
/* Menu light border - orange - FEC425                               */
/* Page bg - dark blue - 002E62                                      */
/* Table light border - light blue - 95B3DF                          */
/* Table dark border - black - 000000                                */
/* Links - FFFFFF                                                    */
/* Hover - 95B3DF                                                    */
/* Font in graphics - Rockwell Extra Bold  18 & 14                   */
/* Header graphics - 215x25                                          */



/* _________________________________________________________________ */
/* DEFAULT PAGE SETTINGS and SCROLLBAR                               */

body {
	background-color: #FFFFFF;
	scrollbar-face-color: #002E62;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #B8C7D7;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #002E62;
	scrollbar-arrow-color: #FEC425;
	overflow-x: hidden;
}



/* _________________________________________________________________ */
/* LINKS                                                             */

a:link		{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
a:visited	{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
a:active	{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
a:hover		{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	color: #66FFFF;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
}



/* _________________________________________________________________ */
/* TABLE and CONTENT FORMATTING                                      */


.table-menu {
	table-layout: inherit;
	border-collapse: inherit;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #D6CDBA;
	height : 16pt
}

.table-emb-content {
	padding: 2px;
	text-align: left;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

.table-emb-content-beige {
	padding: 2px;
	text-align: center;
	background-color: #F1EEE7;
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

.table-bg-cyan {
	background-color: #B1DDE9;
}
.table-bg-blue {
	background-color: #9EC0E6;
}

.nested-cell-right {
	padding: 3px;
	background-color: #F4FBF4;
	text-align: center;
}

.nested-cell-center {
	padding: 3px;
	text-align: center;
	background-color: #FFFFFF;
}

.cell-lightblue-bg {
	background-color: #B1DDE9;
}

.cell-gray-bg {
	background-color: #F4F4F4;
}

.cell-gray-bg-center {
	background-color: #F4F4F4;
	text-align: center;
}

.cell-topheader {
	border-width: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	color: #CCCCCC;
}

.cell-apartmentname {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #3C2985;
	font-variant: small-caps;
	font-weight: normal;
}

.cell-middle-navy {
	text-align: right;
	background-color: #3C2985;
}

.cell-bottom-blue {
	padding: 6px;
	text-align: left;
	background-color: #94C5ED;
	font-family: "Trebuchet MS";
	font-size: 11pt;
}

.cell-white {
	border-width: 0px;
	text-align: center;
	background-color: #FFFFFF;
	height: 5px;
}


/* _________________________________________________________________ */
/* TEXT HEADERS                                                      */

.cell-bottomfooter {
	padding: 4px;
	border-width: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #CCCCCC;
}

.pic-noborder {
	border-width: 0;
}

.pic-printoption {
	border-width: 0;
}

.tell-a-friend {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
}

.text-9pt-blue {
	font-size: 9pt;
	font-weight: normal;
	color: #3C2986;
	font-family: Trebuchet MS;
	text-decoration: none;
}

.page-header-14pt {
	font-size: x-large;
	font-weight: bold;
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #FFEE0E;
	text-align: right;
	background-image: url('bg-topheader.jpg');
	font-variant: small-caps;
	letter-spacing: 2px;
}

.header-12pt {
	font-size: 12pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	text-decoration: none;
}

.header-11pt {
	font-size: 11pt;
	font-weight:bold;
	color:#000000;
	font-family:Trebuchet MS;
	text-decoration:none;
}

.header-10pt {
	font-size: 10pt;
	font-weight: bold;
	color: #3D5C92;
	font-family: Arial;
	text-decoration: none;
	font-variant: small-caps;
}


/* _________________________________________________________________ */
/* CONTENT & MARGINS                                                 */

.text-8pt {
	font-size: 8pt;
	font-weight:normal;
	color:#000000;
	font-family:Trebuchet MS;
	text-decoration:none;
}

.left-margin-10px {
	margin-left: 10px;
}

.left-margin-80px {
	margin-left: 80px;
}

/* _________________________________________________________________ */
/* HORIZONTAL LINES                                                  */

.horiz-line-beige {
	color: #D6CDBA;
	text-align: center;
	width: 95%;
	height: 1px;
}

.horiz-line-blue {
	color: #94C5ED;
	text-align: center;
	width: 95%;
	height: 1px;
}

