@charset "utf-8";

/* CSS Document */
/* Stockholms universitet */


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

.borderColor{
    border-color: #B2C0CF;
}

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

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

a.divaboldlink.chosenMenuContent,
a.divaboldlink:hover,
.divalanguage a.divaboldlink.current {
    color: #002F5F;
}

.linkcolor{
    color:  #2A68A1;
}

a.linkcolor:hover{
    color:  #2A68A1;
}

.linkcolor:visited{
    color:  #2A68A1;
}

/* Menyfärg */
.divamenucontent {
    background-color: #e7e7e7;
}
.divamenucontent .ui-button-text {
    color: #2a68a1;
}

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

.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*/
#searchtabs .chosenMenuContent {
    background-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: #002f5f;
    font-weight: bold;
}


/*** Sidhuvud ***/
#divaheader {
    background: url("../images/su/su_logo_searchlist.jpg") no-repeat scroll 0.1em top transparent;
    height: 10.9em;
}

.divalogobox a {
    background-image: none;
}

.divaheadtext {
}

/*** Paginator ***/
.fileInfoBar, .fileInfoBarLower {
    background-color: #B2C0CF;
}
/*Eventuellt, om annan färg på bläddra-knapparna*/
.pagin .block {
}

/*** Search ***/
.contentSmash .smashButton {
    border-color: #B2C0CF;
    color: #002F5F;
}
.diva2starbox {
    background-image: url("../images/su/olivkvist.gif");
}
/*** Searchlist ***/
.facetTitle {
    background-color: #B2C0CF;
}

/*** Record ***/

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

.divaStar{
    fill: #002f5f;
}