/*
Colors specified as part of the (portal) theme.
*/

.theme-primary-background {
    background-color:#00b0da;
}

.theme-primary-border-left {
    border-left:1px solid #00b0da;
}

.theme-primary-border-left-5 {
    border-left:5px solid #00b0da;
}

.theme-primary-border-top-2 {
    border-top: 2px solid #00b0da;
}

.theme-primary-border-bottom-2 {
    border-bottom: 2px solid #00b0da;
}

.side-menu  li.submenu.active  ul.side-menu{
    border-top:3px solid #00b0da;
}

.theme-primary-highlight:hover,
.theme-primary-highlight.ui-state-hover,
tr.theme-primary-highlight.ui-state-hover
{
    background-image: none;
    background-color:#00b0da;
    color: #000000;
}



.theme-secondary-background
{
    background-color:#d8e8ef;
}

/* For elements that do not allow specification of style class */
.list th.uvs,
.list .ui-paginator
{
    background-color:#d8e8ef;
    color: #525252;
}

.theme-secondary-font-color1 {
    color: #000000;
}

.theme-secondary-font-color2 {
    color: #252525;
}

.theme-secondary-font-color3 {
    color: #525252;
}

.theme-button.primary,
.ui-widget-content .theme-button.primary /* For buttons in search overlay */
{

    background: -moz-linear-gradient(top, #00C6E4, #00B2CD);
    background: -ms-linear-gradient(top,#00C6E4, #00B2CD);
    background: -o-linear-gradient(top, #00C6E4, #00B2CD);
    background: -webkit-gradient(linear, left top, left bottom, from(#00C6E4), to(#00B2CD));
    background: linear-gradient(top, #00C6E4, #00B2CD);

    color: #ffffff;
    border: 1px solid #009EB6;
}

.theme-button.primary:hover {

    background: -moz-linear-gradient(top, #009EB6, #008EA4);
    background: -ms-linear-gradient(top,#009EB6, #008EA4);
    background: -o-linear-gradient(top, #009EB6, #008EA4);
    background: -webkit-gradient(linear, left top, left bottom, from(#009EB6), to(#008EA4));
    -pie-background: linear-gradient(top, #009EB6, #008EA4);
}

.theme-link,
.theme-link:visited,
a.theme-link,
a.theme-link:visited,
.ui-widget-content .theme-link,
.ui-widget-content .theme-link:visited
{
    color: #039ABE;
}

.theme-link:hover,
a.theme-link:hover,
.ui-state-hover a.theme-link:hover
{
    color: #026C85;
}

.theme-header {

}

.theme-footer {

}

.message-box-column.message-box-icon {

    color: #00b0da;
}