@import url(/media-library/resources/css/colourschemes/colourscheme-core.css);


/* bright red */

.uob-header-container {
background: #c9002f;
}

#pagetitle {
color: #c9002f
}

.after-navgroup .list-social-media [class*="icon-"]:before {
background: #c9002f;
border-color: #c9002f;
}

.after-navgroup .list-social-media [class*="icon-"]:hover:before { 
background: #5e3032;
border-color: #5e3032;
}

input.uob-search-button {
background: #5e3032;
background: rgba(94,48,50,1.0);
border-color: #5e3032;
border-color: rgba(94,48,50,1.0);
}

input.uob-search-button:hover,
input.uob-search-button:focus {
background: rgba(94,48,50,0.5);
border-color: rgba(94,48,50,0.5);
}

/* news search */
.news-search {background-color: #5e3032; border-color: #5e3032;}
#uobcms-content .search-news-button {background-color: #c9002f;}
#uobcms-content input.search-news-button:hover {background-color: #5e3032;}

/* share this article */
#news-social-share {background: rgba(224, 0, 52, 0.2); border-color: #c9002f;}
#news-social-share .list-social-media [class*="icon-"]:before {background: #c9002f; border-color: #c9002f;}
#news-social-share .list-social-media [class*="icon-"]:hover:before {background: #5e3032; border-color: #5e3032;}

/* profiler colours */
ul.tabs li, form#peoplesearch.highlight {
background: #c9002f;
}
#peoplesearch .formnote {
color: #fff; 
zoom: 1;
filter: alpha(opacity=7);
opacity: 0.7;
}
ul.tabs li.current {
border-bottom: 1px solid #c9002f;
background: #c9002f;
}

#uobcms-content ul.tabs,
#uobcms-content-nonav ul.tabs {
border-bottom: 6px solid #c9002f;
}

/* active */
#uobcms-content-nonav input.button,
#uobcms-content input.button,
#uobcms-wrapper ul.tabs li a:link,
#uobcms-wrapper ul.tabs li a:visited {
background: rgba(94,48,50,1.0);
}

/* hover */
#uobcms-content input.button:hover,
#uobcms-content input.button:hover,
#uobcms-wrapper ul.tabs li a:hover,
#uobcms-wrapper ul.tabs li a:active {
background: rgba(94,48,50,0.5);
}

div#vcard {
background: rgba(224,0,52,0.2);
}