﻿/* Layout */
body { background-color:#FFFFFF; color:#333333; }

/* Text */
/*a:link {color:#2A7ED3; text-decoration:none;}
a:visited {color:#2A7ED3;}
a:hover {color:#4ec5ff;}
a:active {color:#2A7ED3;}*/

a:link {color:#2A7ED3; text-decoration:none;}
a:visited {color:#2A7ED3;}
a:active {color:#2A7ED3;}
a:hover {color:#283897;}

hr, .hr { border-color: #E9E9E9;}

h2.title{
	font-size:18px; font-weight:normal;  font-family: supermarket; padding:7px 10px; margin:0;
}

.blue_tab{background:#0099ff; color:#FFFFFF;}
.orange_tab{background:#ff9900; color:#FFFFFF;}
.pink_tab{background:#cc66ff; color:#FFFFFF;}
.yellow_tab{background:#cccc00; color:#FFFFFF;}
.red_tab{background:#ff6666; color:#FFFFFF;}
.gray_tab{background:#999999; color:#FFFFFF;}


/* 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;} 

.formnote{color:#009900; font-weight:bold;}