body.login ul {
    display: none;
}

table.Notes tr.late,
table.Notes tr.late td {
	background: #800 !important;
	color: #fff !important;
}

ul.SelectedDevelopmentsAndProperties {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.SelectedDevelopmentsAndProperties li {
	float: left;
	margin: 0 0 12px 12px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 8px;
	width: 200px;
	height: 200px;

}

ul.MultipleImages {
	overflow: hidden;
	float: none;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.MultipleImages li {
	padding: 10px;
	border-radius: 2px;
	float: none;
	clear: both;
	width: 303px;
	background: #dedede;
}

ul.MultipleImages li input.alt {
	width: 290px;
}

input#new-feature {
	width: 300px;
}



div.MultipleEmails input {
	width: 300px;

}

div.MultipleEmails ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.MultipleEmails ul li {
	margin: 0;
	padding: 0;
}

div.AreaPicker ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.AreaPicker li {
	margin: 0;
	padding: 5px;
}

div.AreaPicker li.current {
background: #bbffbb;

}

/***
* Stats in Directory
***/

div.chartAndStatistics div.statistics {
	display: none;
}

div.chartAndStatistics th,
div.chartAndStatistics td {
	border: 1px solid #000;
	padding: 5px;
}

/**
* Styling for checkset input type
*/
ul.checkset {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.checkset li {
	float: left;
	margin: 0 0 2px 0;
	padding: 0;
	width: 33%;
}