@charset "UTF-8";
/* CSS Document */

/* CSS RESETS */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img { border: none; }

a:focus { outline: none; }

/* HTML TAGS */

body {
	font-family: helvetica, sans-serif;
	color: #555;
	font-size: 14px;
	background-color:#FFFFFF;
}

a:link {
	text-decoration: none;
	color: #0075b2;
}


a:visited {
	text-decoration: none;
	color: #0075b2;

}

a:hover {
	text-decoration: underline;
	color: #0075b2;

}

a.deleteFile {
	font-size:12px;
}


p {
	margin: 0px 0px 20px 0px;
	line-height: 21px;

}

h1, h2, h3, h4 {
	margin: 10px 0px;
}

h1 {
	font-size: 24px;
	font-weight: 600;
	color: #0075b2;
}


#leftCol ul li.Active {
	background-color: #0075b2;
	color: #FFFFFF;
}

#leftCol ul li.Active a {
		color: #FFFFFF;
}

.noContent {
	font-size:24px;
	margin-top:30px
}

.hidden {
	display:none;
}

/* DIVS ID'S */

#header {
	height: 145px;
	width: 100%;
	background:url(/images/HEADER_02.jpg) center top repeat;
	background-color: #333333;
	padding-top: 25px;
}

#headerBox {
	width: 960px;
	height:105px;
	background: url(/images/bg_headerBox.png) center top no-repeat;
	margin: 0px auto 0px auto;
	line-height: 18px;
}

#headerBox.Login {
	width: 960px;
	height:105px;
	background: url(/images/bg_headerBoxLogin.png) left top no-repeat;
	margin: 0px auto 0px auto;
	line-height: 18px;
}

#headerBox .half {
	width: 460px;
	margin: 0px 10px 0px 10px;
}

#headerBox .logo {
	margin: 15px 20px 0px 0px;
}

#headerBox .communityContact {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width:268px;
	white-space: normal;
}

#headerBox .newsBox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height:19px;
}

#headerBox .newsBox span.date {
	color:#888;
}

#headerBox .newsBox .currentNews {
	height: 13px;
	padding: 0px 0px 4px 92px;
	margin: 12px 0px 0px 0px;
	background: url(/images/txt_currentNews.gif) left center no-repeat;
	display: block;
}

#headerBox .newsBox .nextEvent {
	height: 13px;
	padding: 0px 0px 4px 71px;
	margin: 13px 0px 0px 0px;
	background: url(/images/txt_nextEvent.gif) left center no-repeat;
	display: block;
}


#headerBox .newsBox .nextEventContainer .nextEvent .view-all-events {
	display:none;
}

#headerBox .newsBox .nextEventContainer:hover .nextEvent .view-all-events {
	display:inline;
}

#headerBox .newsBox .currentNewsContainer .currentNews .view-all-news {
	display:none;
}

#headerBox .newsBox .currentNewsContainer:hover .currentNews .view-all-news {
	display:inline;
}


* html #headerBox .newsBox .currentNews {
	margin-bottom: -4px;
}	

* html #headerBox .newsBox .nextEvent {
	margin-bottom: -4px;
}	

#brandBar {
	width: 100%;
	height: 10px;
	background-color:#0075b2;
}

#responseContainer {
	padding: 5px 0 3px; 
	text-align: center; 
	font-size: 20px;
	font-weight:bold;
}

#responseContainer .responsePositive {
	color:#319116;
}

#responseContainer .responseNegative {
	color:#b44c4c;
}

#content {
	width: 100%;
	height: auto;
	background: url(/images/bg_gradient.jpg) center top repeat-x;
	padding: 10px 0px 0px 0px;
}

#leftCol {
	width: 230px;
	margin: 30px 0px 10px 0px;
}

#leftCol ul {
	width: 								220px;
	font-size: 						14px;
	font-weight: 					bold;
	list-style-type:			disc;
	list-style-position:	inside;
	margin: 							10px 0px 20px 0px;
	color:								#bbb;
}

#leftCol ul li {
	width: 230px;
	background: url(/images/bg_listItem.png) left top no-repeat;
	line-height: 28px;
	height: 28px;
	padding: 0px 0px 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}

#leftCol ul li.New {
	background-position:0% -28px;
	list-style-type:		none;
	padding-left:				46px;
	width:							214px;
}

#leftCol ul li .addItem {
	text-indent: -9999px;
	width: 52px;
	height: 28px;
	background: url(/images/bt_addItem.png) left top no-repeat;
	display: block;
	
}

#rightCol {
	width: 600px;
	margin: 20px 20px 0px 20px;
}

#currentUser {
	font-size: 12px;
	text-align: right;
}

#currentUser .name {
	font-size: 18px;
}

#currentUser .logout {
	color:#b34c4c;
}

#txt_propertyInfo {
	text-indent: -9999px;
	width: 202px;
	height: 19px;
	background: url(/images/txt_propertyInfo.png) left top no-repeat;
	display: block;
}

#txt_residentInfo {
	text-indent: -9999px;
	width: 196px;
	height: 19px;
	background: url(/images/txt_residentInfo.png) left top no-repeat;
	display: block;
}

#txt_reports {
	text-indent: -9999px;
	width: 162px;
	height: 19px;
	background: url(/images/txt_reports.png) left top no-repeat;
	display: block;
}


#dashboard {
	background: url(/images/dashboard.jpg) top center no-repeat;
	padding-top: 100px;
	font-size: 13px;
}

#dashboard ul.column {
	width: 150px;
	line-height: 19px;
}

#dashboard ul.column li {
	margin-left: 14px;
	list-style-position: inside;
}

#loginCol {
	width: 420px;
	margin: 40px auto 0px auto;
	font-size: 13px;
	color: #7d7d7d;
	text-align: left;

}

#loginCol h1 {
	font-size: 22px;
	margin-left: 10px;
}

#loginCol p {
	margin-left: 10px;
	line-height: 14px;
}

#loginBadge {
	background: url(/images/bg_login.png) top center no-repeat;
	width: 410px;
	height: 116px;
	margin: 0px auto 0px auto;
	padding-top: 65px;
	font-size: 13px;
	color: #454545;
}

#loginBadge div.input {
	font-weight: bold;
	width: 300px;
	margin: 5px auto 12px;
	text-align: right;
}

#loginBadge input.Field {
	width: 200px;
	margin-left: 10px;
}

#loginBadge a.Login {
	background: url(/images/bt_login.png) top center no-repeat;
	width: 71px;
	height: 19px;
	display: block;
	margin-left: 90px;
	text-decoration: none;
	margin-top:1px;
}

#loginBadge a.lostPassword {
	margin-right:5px; 
	font-size:12px;
	line-height:22px;
}

#loginBadge a {
	font-weight: normal;
	
}

#loginBadge a.Login:hover {
	background-position: 0px -19px;
}

/* CLASSES */

span.smaller {
	font-size: 12px;
}

.description br {
	 line-height: 0.75em;
}

.center {
	width: 960px;
	margin: 0px auto;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	clear: both;
	height: 0px;
}

.meeting_minute {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
}

.meeting_minute .contact {
	width:200px; 
}

.meeting_minute .contactDetails {
	line-height:17px;
	font-size:13px;
}

.minute_year {
	height: 25px;
	line-height: 20px;
	font-size: 12px;
	margin-bottom:10px;
}

.minute_year a {
	width: 41px;
	height: 18px;
	text-align: center;
	margin: 0px 3px 0px 3px;
	padding-top: 2px;
	font-size: 15px;
	line-height: 15px;
	display: block;
	font-weight: bold;
}

.minute_year a:hover {
	text-decoration: none;
	background-color: #0075B2;
	color: #FFF;
	-moz-border-radius: 5px;
}

.minute_year a.Active {
	font-weight:bold;
	text-align: center;
	margin: 0px 3px 0px 3px;
		padding-top: 2px;

	line-height: 15px;
	display: block;
	text-decoration: none;
	cursor: default;
	background-color: #0075B2;
	color: #FFF;
	-moz-border-radius: 5px;
}

.meeting_minute strong {
	font-size: 18px;
	line-height: 17px;
	margin-bottom: 0px;
	display: block;
	padding: 1px 0px 0px 0px;
}

.meeting_minute strong.New {
		background: url(/images/bg_listItem.png) left top no-repeat;
		background-position: 0 -34px;
		padding: 1px 0px 0px 46px;
}

.meeting_minute div.date {
	font-size:12px;
	margin: 3px 0;
	color:#999;
}

.meeting_minute a {
	font-weight: bold;
}

.meeting_minute .description {
	width: 540px;
	margin:5px 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}


a.edit {
	text-indent: -9999px;
	width: 47px;
	height: 19px;
	background:url(/images/bt_edit.png) left top no-repeat;
	margin: -1px 6px 0px 10px;
	display: block;
}

#messageBoardHeader {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;	
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}


.messageRow {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}

.messageSubject {
	width: 375px;
}

.messageRow .messageSubject strong {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0px;
	display: block;
	padding: 1px 0px 0px 0px;
}

.messageRow .messageSubject strong.New {
		background: url(/images/bg_listItem.png) left top no-repeat;
		background-position: 0 -34px;
		padding: 1px 0px 0px 46px;
}

.messageRow .messageSubject .description {
	margin:5px 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

.messageText {
	width: 470px;
}

.reply {
	width:440px;
	margin-left:30px;
}

.messageRow .messageText strong {
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 0px;
	display: block;
	padding: 1px 0px 0px 0px;
}

.messageRow .messageText .description {
	margin:5px 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

.messageRow .messageText h1 {
	font-size: 	14px;
	display:		block;
	color:			#555;
	margin:			0;
}

.messageRow .messageText h1 span.lighter {
	font-weight:	lighter;
	color:				#999;
	font-size:		13px;
}

.messageRow .messageText h1.New {
		background: url(/images/bg_listItem.png) left top no-repeat;
		background-position: 0 -34px;
		padding: 1px 0px 0px 46px;
}

.messagePoster {
	width: 120px;
	padding-left:10px;
}

.messagePoster a.edit {
	margin-left:0;
	margin-top:2px;
}

.messagePoster a.delete {
	margin-top:2px;
}

.messageRow .messagePoster p {
	font-size:12px;
	color:#999;
}

.messageReplies {
	width: 90px;
	padding-left:5px;
	text-align: center;
}

.Replies {
	width: 				30px;
	height: 			15px;
	line-height: 	15px;
	font-size: 		12px;
	font-weight: 	bold;
	text-align: 	center;
	color:				#999;
	margin:				0 auto;
}

.newReplies {
	background-image: url(/images/bg_green.png);
	color: #ffffff;
	width: 30px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin:				0 auto;
}


a.download {
	text-indent: -9999px;
	width: 43px;
	height: 35px;
	background:url(/images/bt_download.png) left top no-repeat;
	margin: 0px 0px 0px 10px;
	display: block;	
}

a.downloadText {
	padding-top: 10px;
	font-weight:normal;
	font-size:16px;
	line-height:16px;
}

div.download {
	margin-top:5px;
}

.fileDetails {
	font-size: 10px; 
	padding-top: 11px; 
	line-height: 16px;
	margin-left:3px;
	color:#bbb;
}

div.download:hover a.download {
	background-position:0% -34px;
}

div.download:hover a.downloadText {
	font-weight: bold;
	text-decoration: underline;
}

a.delete {
	text-indent: -9999px;
	width: 58px;
	height: 20px;
	background:url(/images/bt_delete.png) left top no-repeat;
	display: block;
	margin-top:-1px;
}

div.pageTitle a.bigAddButton {
	text-indent: -9999px;
	width: 59px;
	height: 25px;
	background: url(/images/bt_addBig.png);
	margin: -1px 0px 0px 0px;
	display: block;
}

div.pageTitle a.key-contacts {
	width: 117px;
	background: url(/images/bt_add_key-contacts.png);
}

div.pageTitle a.board-members {
	width: 158px;
	background: url(/images/bt_add_board-members.png);
}

div.pageTitle a.news {
	width: 158px;
	background: url(/images/bt_add_news.png);
}

div.pageTitle a.newsletters {
	width: 141px;
	background: url(/images/bt_add_newsletters.png);
}

div.pageTitle a.meeting-minutes {
	width: 169px;
	background: url(/images/bt_add_meeting-minutes.png);
}

div.pageTitle a.events {
	width: 100px;
	background: url(/images/bt_add_events.png);
}

div.pageTitle a.message-board-topics {
	width: 98px;
	background: url(/images/bt_add_message-board-topic.png);
}

div.pageTitle a.message-board-replies {
	width: 100px;
	background: url(/images/bt_add_message-board-reply.png);
}

div.pageTitle a.special-reports {
	width: 111px;
	background: url(/images/bt_add_special-reports.png);
}

div.pageTitle a.owner-information {
	width: 137px;
	background: url(/images/bt_add_owner-information.png);
}

div.pageTitle a.bylaws {
	width: 137px;
	background: url(/images/bt_add_bylaws.png);
}



/* FORMS */

div.form {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;	
	padding: 20px 0px;
}

div.input {
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	height: 22px;
	/*line-height: 22px;*/
	white-space: nowrap;
}

div.textarea {
	height:131px;
}

label {
	width: 88px;
	margin-right: 5px;
	text-align: right;
	font-weight:bold;
	margin-top:6px;
	line-height:18px;
	white-space: normal;
	margin-bottom:15px;
	/*padding-top: 5px;
	line-height:22px;*/
}

input.file {
	margin: 0px 5px;
}

div.submit {
	width: 553px;
	text-align: right;
	margin-top: 5px;
}

div.uploadedFile {
	margin:2px 5px;
	color:#555555;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 20px;
	font-weight:bold;
	width:445px;
	white-space:normal;
} 

div.uploadedFile a {
	line-height:24px;
}

div.uploadedFile span.smaller {
	font-size:10px;
	color:#bbb;
	white-space:nowrap;
}

.submit img {
	cursor: pointer;
	vertical-align: middle;
}

div.login {
	width:250px;
}

input {
	margin:0 5px;
	color:#555555;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 20px;
	font-weight:bold;
	width:445px;
}

input.date {
	width: 115px;
}

input.login {
	width:150px;
}

textarea {
	height:130px;
	margin-bottom:15px;
	padding:3px;
	width: 445px;
	height: 125px;
	margin-left:5px;
	float:left;
	color:#555555;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 20px;
	font-weight:bold;
}



/* STICKY CSS FOOTER */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -33px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 100px; /* .push must be at least the same height as .footer */
}

.footer {
	height: 33px; /* .push must be the same height as .footer */
	background: url(/images/bg_footer.jpg) center top repeat-x;
}

.footer a.Sig {
	background: url(/images/CP_signature.jpg) center top repeat-x;
	width: 207px;
	height: 19px;
	display: block;
	margin-top:3px;
}

.footer a.Sig:hover {
	background-position:0% -19px;
	text-decoration: none;
}

.footer a.Share {
	background: url(/images/bt_tellfriend.jpg) center top repeat-x;
	width: 121px;
	height: 23px;
	display: block;
}

.footer a.Share:hover {
	background-position:0% -23px;
	text-decoration: none;
}

.footer div {
	padding-top: 6px;
}
