@charset "utf-8";

/* CSS Document */
/* Örebro universitet */

/*** Common content ****/
body, .divaBackgroundColor, #searchtabs, .divaline {
    background-color: #F0F5FB;
}

.borderColor{
    border-color: #F0F5FB;
}

/* Länkfärg 1 */
a{
    color: #507AA3;
}

a.divaboldlink, a.divaboldlink:link, a.divaboldlink:visited {
    color: #455361;
}

a.divaboldlink.chosenMenuContent,
a.divaboldlink:hover,
.divalanguage a.divaboldlink.current {
    color: #507AA3;
}

.linkcolor, .ui-widget-content a{
    color: #507AA3;
}

a.linkcolor:hover{
    color: #507AA3;
}

.linkcolor:visited{
    color: #455361;
}

/* Menyfärg */
.divamenucontent {
    background-color: #507AA3;
}

.divamenucontent.ui-state-hover,
.divamenucontent.ui-state-active {
    background-color: #455361;
}

.divamenucontent.ui-state-hover .ui-button-text,
.divamenucontent.ui-state-active .ui-button-text {
    color: #ffffff;
}

/* Menylänkfärg  och menyfärg på vald meny*/
.chosenMenuContent .ui-button-text,
.chosenMenuContent.ui-state-hover .ui-button-text,
.chosenMenuContent.ui-state-active .ui-button-text {
    color: #507AA3;
    font-weight: bold;
}


/*** Sidhuvud ***/
#divaheader {
    background-image: none;
}

.divalogobox a {
    background: url("../images/oru/logo_oru.gif") no-repeat scroll center bottom transparent;
    height: 5em;
    margin-left: 0;
    width: 25em;
}

.divaheadtext {
    margin-right: 2em;
    margin-top: 3em
}

/*** Paginator ***/
.fileInfoBar, .fileInfoBarLower {
    background-color: #F0F5FB;
}
/*Eventuellt, om annan färg på bläddra-knapparna*/
.pagin .block {
    border: 1px solid #507AA3;
}

/*** Search ***/
.contentSmash .smashButton {
    border-color: #507AA3;
    color: #507AA3;
}
.diva2starbox {
    background-image: none;
}
/*** Searchlist ***/
.facetTitle {
    background-color: #F0F5FB;
}

/*** Record ***/

.divaFooter{
    border-top: 1px solid #F0F5FB;
}

.divaStar{
    fill: #507AA3;
}