
html,body {
    height:100%;
    padding:0px;
    margin:0px;
    background-color: #f8f9f9;
    min-width:700px;
}

@font-face {
    font-family: 'Apexnew-book';
    src: url('../fonts/apexnew-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Apexnew-medium';
    src: url('../fonts/apexnew-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Apexnew-bookitalic';
    src: url('../fonts/apexnew-bookitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Apexnew-bold';
    src: url('../fonts/apexsans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


#container {
    min-height:100%;
    position:relative;
}

#header {
    height:70px;
}

#content {
    min-height:1000px;
    padding-top:10px;
    margin:-5px auto auto;
    width: 700px;
}

h1{
    font-family: "Apexnew-book", Helvetica, Arial, sans-serif;
}
h2{
    font-family: "Apexnew-book", Helvetica, Arial, sans-serif;
}
h3{
    font-family: "Apexnew-book", Helvetica, Arial, sans-serif;
}
h4{
    font-family: "Apexnew-book", Helvetica, Arial, sans-serif;
}

h5{
    font-family: "Apexnew-book", Helvetica, Arial, sans-serif;
}


h1 {
    color: #00718d;
}

a {
    color: #00718d;
}

#footer {
    color: #f8f9f9;
    background-color: #3c3c3c;
    height:100px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:10px;
}

#footer .deliveredByLabel{
    float:right;
    font-family: "Apexnew-book", Helvetica, Arial, sans-serif;
    font-size: 10px;
    margin-top:38px;

}

#footer .bibsyslogo{
    float:right;
    width:140px;
    height:100%;
    background-image: url("../images/logo1.png");
    background-size:  120px;
    background-repeat: no-repeat;
    margin-left:5px;
    margin-top:20px;
}

#orialogo {
    float:left;
    height:100%;
    background-image: url("../images/oria_orange_transparent.png");
    background-size:  120px;
    background-repeat: no-repeat;
    width:140px;
    margin-left:10px;
    margin-top:10px;
    margin-right:20px;
}


.bottomheaderborder{
    width:100%;
    height:10px;
    background-image: url("../images/header-shadow.png");
    background-repeat: repeat-x;
}



.menuitem{
    font-family: "Apexnew-medium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    float:left;
    width:130px;
    height:70px;
    text-align: center;
    padding-top:30px;
}
.menuitem:hover{
    background-color: #f0eff1;
}

.coloumn{
    width:800px;
}


#bibliographicInfoHolder{
    padding: 10px;
    -background-color: #f0eff1 ;
    width:600px;
    overflow: auto;
    margin:auto;

}



#SRUInformationHolder{
    padding: 10px;
    -background-color: #f0eff1 ;
    width:600px;
    overflow: auto;
    margin:auto;
    margin-top:20px;

}

#chooseInstitutionHolder{
    padding: 10px;
    width:600px;
    margin:auto;
}

.smallText{
    font-size: x-small;
    width:480px;
}


#linksToOriaHolder {
    padding: 10px;
    margin:auto;
    width:600px;


}

#linksToOriaHolder .orialink{
    margin-top:5px;
    margin-bottom:5px;
}

a {
    color: #00718d;
}

.divider {
    width:600px;
    height: 1px;
    margin: 5px auto 5px auto;
    border-bottom: 1px solid lightgray;


}

.errorText{
    background-color: lightcoral;
    padding:5px;
    border-radius: 5px;
    text-align: center;
    margin:auto;
    width: 480px;
}
.infoText {
    background-color: #e6faff;
    padding:5px;
    margin:auto;
    border-radius: 5px;
    text-align: center;
    width: 480px;
}

.bibliographicInfo{
    clear:both;
}

.bibliographicInfo .bibliographicInfoLabel{
    width: 100px;
    float:left;
    font-weight: bold;
}

.bibliographicInfo .bibliographicInfoText {
    float: left;
    max-width: 400px;
}

#chooseInstitutionHolder .header{
    margin-bottom: 10px;
    font-family: "Apexnew-bold", Helvetica, Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
}


#bibliographicInfoHolder .header{
    margin-bottom: 10px;
    font-family: "Apexnew-bold", Helvetica, Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
}

#SRUInformationHolder .header{
    margin-bottom: 10px;
    font-family: "Apexnew-bold", Helvetica, Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
}

.goButtonHolder {
    width: 480px;
    height:50px;
    clar:both;
}

#chooseInstitutionHolder select {
    width: 480px;
    margin-bottom:5px;
}


.goButtonHolder button{
    float:right;
}