@charset "utf-8";

/* CSS Document */
/* Linköpings universitet */

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

.borderColor {
    border-color: #E7EFFB;
}

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

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

a.divaboldlink.chosenMenuContent,
.divalanguage a.divaboldlink.current{
    color: #536A98;
}

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

a.linkcolor:hover {
    color: #000000;
}

.linkcolor:visited {
    color: #22579A;
}

/* Menyfärg */
.divamenucontent {
    background-color: #54D8E0;
}


.divamenucontent .ui-button-text {
    color: #000000;
}

button.ui-button {
    background: #FFFFFF;
}

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

/* 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: #54D8E0;
    font-weight: bold;
}

/*** Sidhuvud ***/
#divaheader {
    background: url("../images/liu/logo_liu_sv.png") no-repeat scroll #54d8e0;
    height: 10.8em;
    box-shadow: none;
}

#divaheader.lang_en {
    background: url("../images/liu/logo_liu_en.png") no-repeat scroll #54d8e0;
}
.divalogobox{
    margin-left: 10px;
}

.divalogobox a {
    background-image: none;
    height: 10em;
}

.divaheadtext {
    margin-right: 2em;
    margin-top: 7em;
    color: #FFFFFF;
}

/*** Paginator ***/
.fileInfoBar, .fileInfoBarLower {
    background-color: #E7EFFB;
}

/*Eventuellt, om annan färg på bläddra-knapparna*/
.pagin .block {
    border: 1px solid #7B7E88;
}

/*** Search ***/
.contentSmash .smashButton {
    border-color: #000000;
    color: #000000;
}

.diva2starbox {
    background-image: none;
}

/*** Searchlist ***/
.facetTitle {
    background-color: #E7EFFB;
}

/*** Record ***/

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

.divaStar{
    fill: #29679f;
}