body {
	background: #EEE;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: black;
}

form input.text {
	width: 100%;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.mainHolder {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background: white;
}

.keyword {
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px 5px 5px 15px;
	background: #CCC;
}

.bodyHolder {
	clear: both;
	padding: 5px;
}

.logoHeader {
	padding: 5px;
}

.footerHolder {
	clear: both;
	padding: 5px;
	background: #CCC;
}

form input.title {
	width:100%;
}

.editableKeywords .keyword {
}

.editableKeywords .keyword .deleteButton {
	float: right;
	margin-left: 5px;
}

.mainMenu {
	width: 100%;
	background: #CCC;
}

.mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainMenu ul li {
	display: block;
	width: 120px;
	height:45px;
	float: left;
}

.mainMenu ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	background: #CCC;
}

.mainMenu ul li a:hover {
	background: #DDD;
}

.editContentButton {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}

.editContentButton a {
	display: block;
	padding: 10px;
	background: #CCC;
}

table.all_content tr.even {
	background: #CCC;
}

h1 .type {
	font-weight: normal;
	font-size: 14pt;
}

input.search {
	width: 800px;
}

input.searchButton {
	float: right;
}

table.searchResults {
	width: 100%;
}

table.searchResults, table.searchResults th, table.searchResults td {
	border: 1px solid black;
	border-collapse: collapse;
}

table.searchResults th, table.searchResults td {
	padding: 5px;
}

table.searchResults tr:hover {
	background: white;
}

table.searchResults tr:hover {
	background: #CCC;
}

.nodata {
	color: #BBB;
}

.tableImage {
	width: 200px;
	height: auto;
}

#selectableContentItems {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

#selectableContentItems #search {
	width: 80%;
}

.selectedContentItemsMainHolder {
	width: 48%;
	margin: 0;
	padding: 0;
	float: right;
}

.selectedContentItems {
	width: 98%;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
	overflow-y: scroll;
	border: 1px solid black;
	background: white;
}

.existingLinkedContentItemsHolder h2,
.selectedContentItemsHolder h2 {
	color: white;
	margin: 0;
	padding: 5px;
}

.existingLinkedContentItemsHolder,
.selectedContentItemsHolder {
	padding-bottom: 5px;
	margin: 5px 0;
}

.existingLinkedContentItemsHolder {
	background: #093;
}

.selectedContentItemsHolder {
	background: #900;
}

.existingLinkedContentItemsHolder .selectedContentItem  {
	background: #9F9;
}

.selectedContentItemsHolder .selectedContentItem  {
	background: #AAA;
}

.selectedContentItems .selectedContentItem {
	display: block;
	width: 96%;
	margin: 5px 0 5px 1%;
	padding: 5px 1%;
}

.selectedContentItems .selectedContentItem img{
	float: right;
}

table.bulkLink tr.alreadySelected {
	background: #9F9;
}

span.bulklinkToSpan {
	font-weight: normal;
}

input.bulkCreate {
	margin-top: 8px;
	margin-right: 8px;
	float: right;
}

span.start, span.count, span.total {
	font-weight: bold;
}

ul.tree, .tree li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}

.tree li ul {
	display:none;
}
 
.tree span:before {
	content:"+";
}

.tree span.expanded:before {
	content:"-";
}

.validation_warn {
	background: #ffcc99;
	border: solid 2px #ff8000;
}

.validation_fail {
	background: #ff9999;
	border: solid 2px #990000;
}