/* Layout */
body { background-color:#FFFFFF; color:#472f22; }

#title a, #title a:hover { color:#010101; }


#topmenu b {}
#topmenu li.selected a, #top-menu li.selected a:hover {}

#rss-link, #rss-link:hover { color: white;}

#search div.rounded-box b.r1 { background-color: #DEDEDE; }
#search div.search-inner-box { border-color: #DEDEDE; }

#search-button div.search-button-box b.top { background-color: #F4A16F; }
#search-button div.search-button-box b.bottom { background-color: #E17533; }
#search-button input {  background:#EF7C36; color: white; }





span.nav-current-page { background-color:#e8e9ec; }
div.navigation span.disabled { color:#7E7E7E;}
div.navigation span.arrow { color:#7E7E7E; }
div.navigation span.ctrl { color:#7E7E7E; }

dl.block-list dt { color: #97958E; }
div.search-cloud a:hover { color: #2A7ED3; }



/* Text */
a:link {color:#c9ac3d;}
a:visited {color:#c9ac3d;}
a:hover {color:#c9ac3d;}
a:active {color:#c9ac3d;}








/* Pop-ups*/
div.bx-dialog-container-wrapper  { background-color: #1A6FC6;}
div.bx-dialog-container { border-color: #5D5D5D; }
div.bx-dialog-titlebar { background-color: #F4F3F1;}

/*Common Elements */
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select
{
	background: #F8F7F7;
	border-color: #D9D9D9;
}
div.content-form div.field-error div.form-input input, 
div.content-form div.field-error div.form-input textarea, 
div.content-form div.field-error div.form-input select
{
	color: red;
	background:	#fff8d3;
}
div.content-form div.field label.field-title { color:#1D0405; }

/* Search results*/
div.search-item, table.search-filter td { border-color: #E9E9E9;}
div.search-page input.search-query, table.search-filter input.input-field, table.search-filter select.select-field  { background: #F8F7F7; border-color: #D9D9D9; }
div.search-advanced, div.search-item-meta, div.search-item-meta a { color: #8a8a8a !important;}
div.search-sorting b { background: #e8e9ec; }

/*Error & OK messages*/
.errortext, .starrequired { color: red;}  
.errortext, .notetext { background:#FFFEEB; border-color: #FFD482;} 