﻿/* General
--------------------------------------------------------------------------------------------------------*/
html
{
	background-color: white;
}
body
{
	min-width: 750px;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, h7, h8
{
	margin: 0;
	padding: 0 0 0.3em 0;
}
h1, h2
{
	font: 1.8em arial, sans-serif;
}
h1
{
	color: black;
}
h2, h3, h4, h5, h6, h7, h8
{
	color: #666666;
}
h3
{
	font: 1.6em arial, sans-serif;
}
h4
{
	font: 1.4em arial, sans-serif;
}
h5, h6, h7, h8
{
	font: 1.2em arial, sans-serif;
}
.clr
{
	clear: both;
}
a
{
	text-decoration: none;
}
a:link			
{
	color: #004899;
}
a:hover
{
	color: #003366;
	text-decoration: underline;
}
a:visited
{
	color: #003366;
}
.textbox
{
	border: #7f9db9 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
}
.dropdownlist
{
	border: #7f9db9 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
}
.button
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
}
img
{
	border: 0;
}
p
{
	margin: 0;
	padding: 0 0 1.5em 0;
}
.elementcontent, .zone
{
	overflow: hidden;
}
blockquote
{
	margin: 0 0 1.5em 2em;
	padding: 1em;
	border-left: 3px #909090 solid;
	background-color: #f0f0f0;
}
ul, ol
{
	margin: 0 0 1em 3em;
	padding: 0;
}
ul ul, ol ol, ul ol, ol ul
{
	margin: 0 0 0 3em;
	padding: 0;
}
/* Admin control panel
--------------------------------------------------------------------------------------------------------*/
#controlpanel
{
	border-bottom: 1px solid #909090;
	background-color: #ebf3fb;
	padding: 0.2em 1em 0.2em 1em;
}
#controlpanel td
{
	width: 33%;
}
#controlpanel table
{
	width: 100%;
}
#controlpanel td.adminpageoptions
{
	text-align: center;
}
#controlpanel td.adminsite
{
	text-align: right;
	width: 34%;
}
#controlpanel .button
{
	width: 11em;
}
/* Latest threads
--------------------------------------------------------------------------------------------------------*/
.latestthreads
{
	overflow: hidden;
}
.latestthreads ul
{
	margin: 0;
	padding: 0;
}
.latestthreads li
{
	margin: 0;
	padding: 0 0 0.5em 18px;
	list-style: none;
	background: url('images/bullet.gif') 3px 0.45em no-repeat;
}
.latestthreads ul, .latestthreads li
{
	line-height: 1.3em;
}
/* Header tabs
--------------------------------------------------------------------------------------------------------*/
.header
{
	background-repeat: repeat;
	background-position: right top;
	background-color: #dedfe1;
}
.headerview h1
{
	margin: 0;
	padding: 0.55em 0.55em 1.1em 0.55em;
}
.headerview .logo
{
	padding: 1em 1em 2em 1em;
	float: left;
}
.headerview .thumbs
{
	margin: 0;
	padding: 1em 0 0 1em;
}
.headerview .thumbs ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.headerview .thumbs ul li
{
	float: right;
	margin: 0 1em 1em 0;
	text-align: center;
	padding: 0;
	border: 1px solid #c0c0c0;
	background-color: #f1f1f1;
}
.headerview .tabs
{
	clear: both;
	float: left;
	background: #eeeeee url('images/gradient.png') repeat-x center;
	width: 100%;
	border-bottom: 1px solid #909090;
	border-top: 1px solid #909090;
}
.headerview .tabs a:active, .headerview .tabs a:link, .headerview .tabs a:visited
{
	color: #666666;
	text-decoration: none;
}
.headerview .tabs a
{
	float: left;
	padding: 0.2em 1em;
}
.headerview .tabs a:hover, .headerview .tabs .current a
{
	color: black;
	text-decoration: none;
	background-color: Transparent;
}
.headerview .tabs .current a
{
	font-weight: bold;
}
.headerview .tabs li
{
	background: url('images/divider.gif') no-repeat 100% 50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.headerview .tabs ul
{
	margin: 0;
	padding: 0;
}
/* Navigator bar
----------------------------------------------------------------------------------*/
.navbar
{
	color: #c1c1c1;
	clear: both;
}
.navbar ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 
.navbar ul li 
{
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}
.navbar ul li
{
	background: none;
	padding: 0;
}
/* Page info
----------------------------------------------------------------------------------*/
.pageinfo .dates, .pageinfo .author
{
	display: block;
}
.pageinfo .description
{
	display: block;
	font-style: italic;
	padding: 0;
	margin: 0;
}
.pageinfo .thumb
{
	float: left;
	margin: 0.2em 0 0 0;
	margin-right: 1em;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
/* Forum
--------------------------------------------------------------------------------------------------------*/
.forum h1
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.forum
{
	background-color: #eeeeee;
	color: Black;
}
.forum .failure
{
	padding: 0.5em 1em 0 1em;
}
.forum .failure li
{
	padding: 0;
	margin: 0;
}
.forum .failure ul
{
	padding: 0 0 0 2em;
	margin: 0;
}
.forum img
{
	border: 0;
}
.forum a:active, .forum a:link, .forum a:visited
{
	text-decoration: none;
	color: #37749d;
}
.forum a:hover
{
	text-decoration: underline;
	color: #37749d;
}
.forum table
{
	width: 100%;
}
.forum .threadsview .textbox, .forum .threadview .textbox, .forum .searchview .textbox
{
	width: 14em;
	margin-left: 0.5em;
}
.forum tr.row
{
	background-color: #dde8ef;
}
.forum tr.row td
{
	border-top: 1px solid #eeeeee;
	padding: 0.3em 1.0em 0.3em 1.0em;
}
.forum .formview .textbox
{
	width: 90%;
}
.forum .formview tr.row td
{
	border-top: none;
}
.forum .formview tr.postmainrow td
{
	border-bottom: 1px solid #eeeeee;
}
.forum tr.row td.image
{
	border-right: 1px solid #eeeeee;
}
.forum tr.row td.startedby, .forum tr.row td.lastpostby
{
	background-color: #bed7e6;
	color: black;
	text-align: center;
	border-left: 1px solid #eeeeee;
	white-space: nowrap;
}
.forum tr.row td.lastpostby
{
	padding: 0.1em 1.0em 0.1em 1.0em;
}
.forum tr.row td.replies, .forum tr.row td.views, 
.forum tr.row td.postby, .forum tr.row td.postdate
{
	background-color: #9fc7dd;
	color: black;
	text-align: center;
	border-left: 1px solid #eeeeee;
	white-space: nowrap;
}
.forum .lastpostby .date, .forum .lastpostby .author
{
	display: block;
	font-size: 80%;
}
.forum td.subject
{
	width: 100%;
}
.forum tr.titlerow
{
	background-color: #62a6cc;
	color: white;
}
.forum tr.titlerow td
{
	padding: 0.5em 1em;
	border-top: 1px solid white;
}
.forum tr.titlerow td.image
{
	border-right: 1px solid #eeeeee;
	padding-top: 0;
	padding-bottom: 0;
}
.forum tr.titlerow td.startedby, .forum tr.titlerow td.replies, .forum tr.titlerow td.views, .forum tr.titlerow td.lastpostby,
.forum tr.titlerow td.postby, .forum tr.titlerow td.postdate
{
	text-align: center;
	border-left: 1px solid #eeeeee;
	white-space: nowrap;
}
.forum tr.titlerow td.alias
{
	border-right: 1px solid #eeeeee;
}
.forum .formview tr.titlerow td.alias
{
	border-right: none;
}
.forum tr.buttonrow td
{
	border-top: 1px solid #999999;
	padding: 0.5em 1.0em 0.5em 1.0em;
}
.forum td.headercol
{
	background-color: #eeeeee;
}
.forum tr.headerrow td.links
{
	text-align: left;
	padding: 0.5em 1em;
}
.forum tr.headerrow td.controls
{
	text-align: right;
	padding-right: 1.0em;
}
.forum tr.postheadrow
{
	background-color: #bed7e6;
}
.forum tr.postheadrow td
{
	border-top: 1px solid #eeeeee;
}
.forum tr.postheadrow td.alias
{
	background-color: #dde8ef;
	border-right: 1px solid #eeeeee;
	white-space: nowrap;
}
.forum tr.postmainrow td.alias
{
	border-right: 1px solid #eeeeee;
	text-align: center;
	background-color: #dde8ef;
}
.forum tr.postheadrow td.post
{
	width: 100%;
}
.forum tr.postmainrow
{
	background-color: #dde8ef;
}
.forum tr.postheadrow td, .forum tr.postmainrow td
{
	padding: 0.5em 1.0em 0.5em 1.0em;
}
.forum tr.postmainrow td.post
{
	border-top: 1px solid #eeeeee;
}
.forum tr.postheadrow .author
{
	width: 150px;
}
.forum tr.postheadrow .author, .forum tr.postheadrow .subject
{
	display: block;
	font-weight: bold;
}
.forum .postmainrow .options
{
	padding: 1.0em 0 0 0;
}
.forum .quote
{
	margin: 1em;
	padding: 1em;
	border: 1px #2485ba solid;
	display: block;
}
.forum .quote .alias
{
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1.0em;
}
.forum .quote .text
{
	display: block;
}
.forum td.pagercol
{
	background-color: #eeeeee;
	border-top: 1px solid white;
}
.forum td.pagercol td
{
	padding: 0.5em 1em;
}
.forum td.pagelinks
{
	text-align: right;
}
.forum .es
{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 20em;
}
/* Forum poll
--------------------------------------------------------------------------------------------------------*/
.forum .poll p.question
{
	display: none;
}
/* Poll
--------------------------------------------------------------------------------------------------------*/
.poll p.question
{
	font-weight: bold;
}
.poll .button
{
	width: 8em;
}
.poll .optionsview ul
{
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
.poll .resultsview dt
{
	margin: 0;
	padding: 0;
}
.poll .resultsview dl
{
	margin: 0;
	padding: 0;
}
.poll .resultsview dd
{
	margin: 0 0 1em 0;
	padding: 0;
}
.poll .resultsview .stats
{
	display: block;
}
.poll .resultsview .bar
{
	background: url(images/bar.gif);
	border: 1px solid black;
	height: 10px;
	display: block;
}
/* Footer
--------------------------------------------------------------------------------------------------------*/
.footer
{
	text-align: center;
}
.footer .advert
{
	display: block;
}
.footer .user
{
	display: block;
}
/* Web page lists
--------------------------------------------------------------------------------------------------------*/
.webpagelist
{
	display: inline-block;
	overflow: hidden;
}
.webpagelist .elementcontent
{
	overflow: visible;
}
.webpagelist .title
{
	font: 1.6em arial, sans-serif;
	padding-bottom: 0.2em;
	color: #004899;
}
.webpagelist .dates
{
}
.webpagelist .thumb
{
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
.webpagelist .nowebpages
{
	padding-bottom: 0.2em;
}
.webpagelist .listpage
{
	padding-bottom: 1.5em;
}
.webpagelist .description
{
	display: block;
	font-style: italic;
	padding: 1em 0 0 0;
	margin: 0;
}
.webpagelist .more
{
	margin-bottom: 1em;
	display: block;
}
.webpagelist .pager
{
	padding-bottom: 1em;
}
.webpagelist .pager .row .pagexofy
{
	float: left;
	width: 45%;
	text-align: left;
}
.webpagelist .pager .row .pagelinks
{
	float: right;
	width: 45%;
	text-align: right;
}
.webpagelist .content
{
	margin-left: -1em;
	margin-right: -1em;
}
/* Photos
--------------------------------------------------------------------------------------------------------*/
.photos
{
	clear: both;
}
.photos ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.photos ul li
{
	float: left;
	margin: 0 1em 1em 0;
	text-align: center;
	padding: 0;
	border: 1px solid #c0c0c0;
	background-color: #f1f1f1;
}
/* User management
--------------------------------------------------------------------------------------------------------*/
.usermanagement .textbox
{
	width: 20em;
}
.usermanagement p
{
	clear: both;
}
.usermanagement p.failure
{
	color: red;
}
.usermanagement p.success
{
	color: green;
}
.usermanagement .uma
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
}
.usermanagement .uma ul, .usermanagement .uma li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.usermanagement .uma a:link, .usermanagement .uma a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}
.usermanagement .uma .current a:link, .usermanagement .uma .current a:visited, .usermanagement .uma a:hover
{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}
.usermanagement .uma a:hover
{
	color: #000;
}
.usermanagement .button
{
	width: 10em;
}
/* User form
----------------------------------------------------------------------------------*/
.userform .failure
{
	color: red;
	display: block;
	padding: 0 0 1em 0;
}
.userform .success
{
	color: green;
	display: block;
	padding: 0 0 1em 0;
}
/* Residents DB
----------------------------------------------------------------------------------*/
.residents th, .residents .itemlist th
{
	background: #bdedff url('images/col_header.png') repeat-x center;
	font-weight: bold;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: left;
	border-bottom: 1px solid #93c9e3;
	border-top: 1px solid #88cbeb;
	border-right: 1px solid #88cbeb;
	border-left: 1px solid #88cbeb;
}
.residents .itemlist th
{
	border-left: none;
}
.residents .itemlist th.csel
{
	border-left: 1px solid #88cbeb;
	width: 0;
}
.residents .itemlist td.csel
{
	width: 0;
}
.residents .itemlist td
{
	width: 17%;
}
.residents .itemdetails td, .residents .itemlist td
{
	padding: 0.4em 0.5em 0 0.5em;
}
.residents .itemdetails td.clbl, .residents .itemdetails td.nop, .residents .itemlist td.csel
{
	border-left: 1px solid #cccccc;
}
.residents .itemdetails td.c1, .residents .itemdetails td.nop, .residents .itemlist td
{
	border-right: 1px solid #cccccc;
}
.residents .itemlist
{
	border-bottom: 1px solid #cccccc;
}
.residents .btns
{
	padding: 0.4em 0.5em 0.4em 0.5em;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
}
.residents .itemdetails, .residents .aptselect, .residents .resselect, .residents .itemlist
{
	width: 100%;
}
.residents .itemdetails td.c1
{
	width: 100%;
}
.residents .button
{
	width: 10em;
}
.residents .aptselect td, .residents .resselect td
{
	padding: 0.2em 0.5em 0.2em 0.5em;	
	white-space: nowrap;
}
.residents .aptselect, .residents .resselect
{
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}
.residents .aptselect td.download, .residents .resselect td.download
{
	width: 100%;
	border-right: 1px solid #cccccc;
}
.residents .aptselect td.number, .residents .resselect td.name
{
	border-left: 1px solid #cccccc;
}
.residents td.owner, .residents td.tenant
{
	width: 50%;
}
.residents td.owner
{
	border-right: 1em solid white;
}
.residents .textbox
{
	width: 75%;
}
.residents .resselect .textbox
{
	width: 20em;
}
.residents .pgr
{
	background-color: #f9f9f9;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.residents .pgr .pagexofy
{
	float: left;
}
.residents .pgr .pagelinks
{
	float: right;
}
.residents .noitems
{
	padding: 0.5em;
	margin: 0;
	border: 1px solid #cccccc;
}
.residents .owntenlist
{
	margin-bottom: 1em;
}
.residents .residentsaction
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
}
.residents .residentsaction ul, .residents .residentsaction li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.residents .residentsaction a:link, .residents .residentsaction a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}
.residents .residentsaction a:link.current, .residents .residentsaction a:visited.current, .residents .residentsaction a:hover
{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}
.residents .residentsaction a:hover
{
	color: #000;
}
.residents .defbut
{
	clear: both;
	margin-top: 1em;
}
/* Light Box (by Leandro Vieira Pinho - http://leandrovieira.com)
----------------------------------------------------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}