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