@import url(/media-library/resources/css/colourschemes/colourscheme-core.css);


/* dark purple */

.uob-header-container {
background: #42145f;
}

#pagetitle {
color: #42145f
}

.after-navgroup .list-social-media [class*="icon-"]:before {
background: #42145f;
border-color: #42145f;
}

.after-navgroup .list-social-media [class*="icon-"]:hover:before { 
background: #806ab7;
border-color: #806ab7;
}

input.uob-search-button {
background: #806ab7;
background: rgba(128,106,183,1.0);
border-color: #806ab7;
border-color: rgba(128,106,183,1.0);
}

input.uob-search-button:hover,
input.uob-search-button:focus {
background: rgba(128,106,183,0.5);
border-color: rgba(128,106,183,0.5);
}

/* news search */
.news-search {background-color: #806ab7; border-color: #806ab7;}
#uobcms-content .search-news-button {background-color: #42145f;}
#uobcms-content input.search-news-button:hover {background-color: #806ab7;}

/* share this article */
#news-social-share {background: rgba(128, 106, 183, 0.2); border-color: #806ab7;}
#news-social-share .list-social-media [class*="icon-"]:before {background: #806ab7; border-color: #806ab7;}
#news-social-share .list-social-media [class*="icon-"]:hover:before {background: #42145f; border-color: #42145f;}

/* profiler colours */
ul.tabs li, form#peoplesearch.highlight {
background: #42145f;
}
#peoplesearch .formnote {
color: #fff; 
zoom: 1;
filter: alpha(opacity=7);
opacity: 0.7;
}
ul.tabs li.current {
border-bottom: 1px solid #42145f;
background: #42145f;
}

#uobcms-content ul.tabs,
#uobcms-content-nonav ul.tabs {
border-bottom: 6px solid #42145f;
}

/* 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(128,106,183,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(128,106,183,0.5);
}

div#vcard {
background: rgba(128,106,183,0.2);
}