/*For colors (at the moment) that are not grey, white, or black*/

button, input[type="button"], input[type="submit"]{
	background: #222;
}

input[type="button"].menu_button{
	background-color:#987c2e;
}

.buttons button, .buttons input[type="button"], .buttons input[type="submit"]{
	background: #987c2e;	
}

form.editor summary::-webkit-details-marker {
 	color:#987c2e;
}

form.editor label.error{
	color: #987c2e;
}

a:hover{
	color:#987c2e;
}

header.top section.title{
	background-color:#000;
}

header.top nav.top{
	background-color:#222;
}

header.top nav.top input[type="search"]{
	background-color:#890000;	
}

header.top section.company{
	background-color:#222;
}

header.top section.icon a:active{
	color: #987c2e;	
}

header.top section.icon{
	background-color:#222;
	border-color: #222;
}

header.top section.icon a::active{
	color: #000;
}

div.progress_container div.bar_container{
	border-color:#987c2e;	
}

div.progress_container div.bar_container div#progress{
	background-color:#987c2e;	
}	


div.list_item.selected{
	background: #987c2e;
}
