/*
List page styles 
*/

#tendenci .list-header {
	padding-bottom: 5px;
}

#tendenci .list-results {
	padding-left: 3px;
	margin-top: 15px;
}

#tendenci .list-results p {
	margin-bottom: 18px;
}

#tendenci h2.list-result-header {
	margin-bottom: 2px;
}

/*
add/edit page styles 
*/
#tendenci h1.add-edit-header {
	margin-bottom: 15px;
}

/* delete page */
#tendenci h1.delete-header {
	margin-bottom: 15px;
}

#tendenci p.del-title {
	margin-bottom: 10px;
}

#tendenci input.submit-btn {
	padding: 3px;
	cursor: pointer;
}

/* version message */
#tendenci div.version-msg {
    padding: 5px 10px;
    background: #FFF9D7;
    margin: 3px 3px 15px 3px;
    border: 1px solid #E2C822;
}
#tendenci div.version-msg
table {
	width: 100%;
}
#tendenci div.version-msg
table td.options {
	text-align: right;
}

#tendenci .attachment_delete a {
	padding-left: 20px;
}
#tendenci .attachment_delete {
	padding-left: 1em;
}