/********************paginering ************************************/

.fileInfoBar {
    background-color: #C6D4BA;
    /*margin: 0.3em;*/
    height: 2em;
    /*padding-top: 0.3em;*/
    /*padding-bottom: 0.1em;*/
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0.7em 0.1em 0.7em;

    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
}

.fileInfoBarLower {
    display: block;
    background-color: #C6D4BA;
    font-weight: bold;
    border-top: 0.1em #ffffff dotted;
    padding: 0.1em 0.7em;
    min-height: 22px;
}

div.divabacklink {
    display: inline-block;
    padding-top: 0.4em;
}

.fileInfoBarLower .divabacklink a, .fileInfoBar .permLink {
    font-size: 0.9em;

}

.fileInfoBarLower .divabacklink a {
    color: #7B7E88;
    text-decoration: none;
}

/*.upper {*/
/*border-top-left-radius: 4px;*/
/*border-top-right-radius: 4px;*/

/*}*/

/*.lower {*/
/*border-bottom-left-radius: 4px;*/
/*border-bottom-right-radius: 4px;*/

/*}*/

#innerWestCenter div:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#innerWestCenter div:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#contentSmash #searchTop + .fileInfoBar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*body .fileInfoBar:nth-of-type(2n)  {*/
/*.contentSmash > .fileInfoBar + div:last-of-type {*/
.roundBottom .fileInfoBarLower {
    /*last fileInfoBar*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagin {
    background: transparent;
    /*background-color: #C6D4BA;*/
    /*width: 39em;*/
    /*float: left;*/
    /*text-align: center;*/
    display: inline-block;
}

.pagin .block {
    background-color: #FFF;
    border-radius: 4px;
    display: inline-block;
    height: 14px;
    margin-left: 0.1em;
    margin-right: 0.1em;
    padding: 0.1em 0.5em 0.2em;
    border: 1px solid transparent;
}

.pagin .block a {
    cursor: pointer;
    /*background: url("/smash/javax.faces.resource/images/default.png.jsf?ln=primefaces-casablanca") repeat-x scroll 50% 50% #E6E6E6;*/
    /*background-image: url(/smash/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=primefaces-casablanca);*/
    background: url(../../javax.faces.resource/images/ui-icons_888888_256x240.png.jsf?ln=primefaces-casablanca);
    height: 16px;
    width: 16px;
    float: left;
    text-decoration: none;
}

.pagin .block a:hover {
    background-image: url(../../javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=primefaces-casablanca);
}

.pagin .block a:disabled {
    opacity: 0.35;
    background-image: url(../../javax.faces.resource/images/ui-icons_888888_256x240.png.jsf?ln=primefaces-casablanca);
}

.pagin .current {
    background: none;
    display: inline-block;
    /*font-weight: bold;*/
    padding-left: 1em;
    padding-top: 0.2em;
    padding-right: 1em;
    vertical-align: top;
}

.pagin .first {
    /*margin-left: 1em;*/
}

.pagin .step {
    display: inline-block;
    height: 16px;
    /*font-weight: bold;*/
    color: black;
    padding: 0 0.2em 0.1em 0.2em;
    vertical-align: bottom;
}

.pagin .step a, .fileInfoBar .permLink a {
    /*height: 16px;*/
    /*float: left;*/
    text-decoration: none;
    /*font-weight: bold;*/
}

.pagin .step a:hover, .fileInfoBar .permLink:hover {
    font-weight: bolder;
    text-decoration: underline;
}

.pagin .step a:disabled {
    /*font-weight: bold;*/
    text-decoration: none;
    color: black;
}

.pagin .first a {
    background-position: -80px -160px;
}

.pagin .back a {
    background-position: -48px -160px;
}

.pagin .forward a {
    background-position: -32px -160px;
}

.pagin .last a {
    background-position: -64px -160px;
}

.permLink {
    float: right;
    padding-top: 0.5em;
}

.permLink:hover {
    cursor: pointer;
}

.linkOverlay {
    margin-bottom: 0.5em;
}

.linkOverlayLabel {
    text-align: left;
}

.closeOverlay {
    float: right;
}

.ui-overlaypanel .ui-icon {
    display: inline-block;
}

.references {
    float: left;
    padding-top: 0.5em;
}

.references2 {
    margin-left: 1em;
}

.references a {
    background: none;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

.references a:hover {
    text-decoration: underline;
}

#innerWestCenter .fileInfoBar {
    /*padding-left: 8em;*/
    margin-right: 0;
}

.st-custom-button[data-network] {
    background: url("../images/sharethis_counter2_bw.png") no-repeat scroll left top transparent;
    display: inline;
    /*margin: 5px;*/
    padding: 0 63px 22px 0;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    float: right;
}