/*div.container {
	width: 760px;
}*/

a {
    color: #0067BB;
    text-decoration: none;
}

a:hover {
    color: #0067BB;
    text-decoration: underline;
}

div.container {
	float: left;
	/*/width: 762px;
    w/idth: 760px;*/
	 width: 980px;
    border: 1px solid black;
    background-color: #E0EAF8;
}

div#header {
    width: 980px;
    height: 116px;
    border: 0px;
}

div#loginbar {
	border-top: 1px solid white;
	/*border-bottom: 1px solid white;*/
	float: left;
    text-align: right;
    color: black;
    font-weight: bold;
    width: 964px;
    /*background-color: #2D5781;*/
	 background-image: url(images/gradient.gif);
	 padding: 4px 8px 4px 8px;
}

#loginbar a {
    text-decoration: none;
    color: white;
	 background-repeat: no-repeat;
}

#loginbar a:hover {
	text-decoration: underline;
	background-repeat: no-repeat;
}

div#left {
	float: left;
}

div#navbar {
	border-top: 1px solid white;
	/*border-bottom: 1px solid white;*/
	 padding: 0px;
    /*float: left;*/
    width: 220px;
	 margin: 0px;
	 /*height: 100%;*/
}

div#navbar a {
	border-bottom: 1px solid black;
	text-decoration: none;
	color: black;
	width: 195px;
	padding: 5px 5px 5px 20px;
	display: block;
	background-image: url('images/arrow-right.gif');
	background-repeat: no-repeat;
	
}

div#navbar a:hover {
	border-bottom: 1px solid white;
	/*background-color: #2D5781;*/
	background-image: url(images/gradient_small.jpg);
/*	background-position: center;*/
	color: white;
	background-repeat: no-repeat;
	/*text-decoration: underline;*/
}

a#nodecoration, a:hover#nodecoration {
	border: 0px;
	background-image: none;
	padding: 15px 5px 5px 5px;
}

div#content {
	padding: 10px;
    float: left;
	 width: 739px;
	 border-left: 1px solid black;
	 /*border-top: 1px solid black;*/
    background-color: white;

}

div#footer {
	float: left;
    clear: both;
    /*background-color: #2D5781;*/
	 background-image: url(images/gradient.gif);
    color: white;
	 padding: 4px 8px 4px 8px;
    width: 964px;
    border-top: 1px solid black;
}

.edit_link {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
a.edit_link, a:visited.edit_link {
	color: red;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 5px;
}

div.photo_thumbnail {
	float: left;
	margin: 10px 10px 10px 9px;
	width: 160px;
	/*height: 160px;*/
	background-color: #EEE0D5;
}

.photo_thumbnail img {
	border: none;
	
}

.photo_caption {
	color: black;
	display: block;
	padding: 5px;
	text-align: center;
}

ul#topnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

ul#topnav li { 
	display: inline; 
}

ul#topnav li a {
	float: left;
	/*width: 5em;*/
	color: #FFFFFF;
    font-size: 11px;
	background-color: #00467f;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid white;
    border-bottom: 1px solid white;
}

ul#topnav li a:hover {
    background-color: #5182C5;
    color: #FFFFFF;
}

ul#amenities_index {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

hr.amenities_separator {
    clear: left;
}

.floating_image_right {
	float: right;
	padding: 5px;
}

.floating_image_left {
	float: left;
	padding: 1px 8px 5px 1px;
}

table#emergency_contact {
	background-color: white;
	border: none;
	width: 75%;
}

#emergency_contact td {
	background-color: #E0EAF8;
	padding: 5px;
}

#emergency_header td {
	text-align: center;
	font-weight: bold;
	background-color: white;
	padding-top: 0px;
	margin-top: 0px;
	padding: 2px;
}

div#emergency_title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

ul.management_index {
	list-style-type: none;
	padding: 0;
	padding-left: 15px;
	margin: 0;
    clear: left;
}

table.management_table {
	background-color: white;
	width: 75%;
	
}
.management_table td {
	background-color: #E0EAF8;
	padding: 5px;
    vertical-align: top;
}

div.repair_even {
	background-color: #FFFBE6;
	width: 80%;
	margin: 10px;
	padding: 10px;
}
div.repair_odd {
	background-color: #FFF1E6;
	width: 80%;
	margin: 10px;
	padding: 10px;
}
.repair_status {
	width: 80px;
	float: right;
	padding: 5px;
	position: relative;
	right: -10px;
	top: -10px;
	background-color: white;/*#E0EAF8;*/
	font-weight: bold;
	text-align: center;
	
}
.repair_title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.repair_title a, .repair_title a:hover {
    color: black;
    text-decoration: underline;
}
.repair_edit {
	display: block;
}
a.repair_edit, .repair_edit a {
	color: red;
}
.repair_date {
	display: block;
	font-size: smaller;
}
.repair_body {
	margin-top: 10px;
}

#last_footer {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666666;
    clear: both;
    float: left;
    padding: 4px 0px 4px 0px;
    width: 982px;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0px 10px 0px;
    padding: 0px; 
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

.admin_error {
    color: red;
    font-weight: bold;
}

#print_logo {
    display: none;
}

#login_help {
	font-size: normal;
	padding-bottom: 1em;
	padding-top: 1em;
}

#get_adobe {
	float: right;
	vertical-align: center;
	padding-top: 4px;
}

/*********************************** PHP CALENDAR ***********************************/
.phpc-navbar a {
  background-color: silver;
  color: #000000;
  border: 1px solid #000000;
}

.phpc-navbar a:hover {
  background-color: #000000;
  color: silver;
}

.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 2px;
  color: #000000;
  background-color: white;
}

table.phpc-main {
  width: 725px;
}

.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: #00467f;
  padding: .25em; 
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 2px 0;
  color: white;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main p {
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #000000;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 175%;
  color: #000000;
  background-color: #FFFFFF;
  padding: 2px;
  font-weight: bolder;
}

thead th {
  background-color: #00467F;
  color: white;
}

thead {
  border: 1px solid black;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 2px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.past {
  background-color: #E0EAF8;
  color: inherit;
}

td.future {
  background-color: #E0EAF8;
  color: inherit;
}

td.none {
  background-color: white;
  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  background-color: white;
  color: black;
}

.phpc-list {
  border: 1px solid #000000;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

a.date {
	color: black;
}

/************************************************************************************/