/* CSS Document */
.directory {
	background:#e7e9d8; 
	width:770px; 
	padding:0px; 
	border:1px solid #9ea284; 
	margin:0 auto;
}

.directory fieldset {
	width:720px;
	display:block;
	border:1px solid #fff;
	margin-left:15px;
	padding:10px;
	font-family:verdana, sans-serif;
	margin-bottom:0.5em;
	margin-top:0.5em;
	line-height:1.5em;
}

.directory legend {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:24px; 
	font-weight:bold; 
	color:#366c57;
	padding:5px 10px; 
	width:auto; 
}

.directory legend span {
	color:#555;
}

.directory span.orderby {
	cursor:pointer;
	padding:0px 10px;
}

.directory span.orderby:hover {
	color:366c57;
}
	

.directory p {
	font-size:11px;
	font-weight:bold;
	color:#555;
	width:100%;
}

.directory table {
	clear:left; 
	display:block; 
	width:100%;
	color:#555; 
	margin-bottom:0.5em;
	border:none;
}

.directory tr.odd {
	background-color:#F5F8FA;
}

.directory th {
	font-size:14px;
	color:#363e2e;
	text-decoration:underline;
}

.directory td,
.directory th {
	padding:3px 30px;
	text-align:left;
}

.directory th.unitc,
.directory td.unitc {
	text-align:center;
}

.directory td.sqft {
	text-align:right;
}

.directory td a {
	font-size:11px;
	font-weight:300;
	color:#555;
}

	
.directory td a:hover {
	color:#366c57;
	text-decoration:underline;
}

.category th {
	font-size:14px;
	color:#363e2e;
	padding:5px 10px;
	background-color:#f5f8fa;
	width:100%;
	text-decoration:none;
}

.category td.tentname {
	width:560px;
}

.vacancies td.vacant {
	width:68%;
}

.vacancies td.name {
	width:62%;
}

.category td {
	padding-right:5px;
}