/*
 * Copyright (C) 2014 Atlas of Living Australia
 * All Rights Reserved.
 *
 * The contents of this file are subject to the Mozilla Public
 * License Version 1.1 (the "License"); you may not use this file
 * except in compliance with the License. You may obtain a copy of
 * the License at http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 * implied. See the License for the specific language governing
 * rights and limitations under the License.
 */

/*  Taken from the ala bootstrap generated CSS */

.content div.pagination,
#content div.pagination {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}
.content div.pagination:first-child,
#content div.pagination:first-child {
    *margin-left: 0;
}
.content div.pagination span,
#content div.pagination span,
.content div.pagination a,
#content div.pagination a {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f3f3ef;
    background-image: -moz-linear-gradient(top, #fcfcfa, #e6e6dd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfa), to(#e6e6dd));
    background-image: -webkit-linear-gradient(top, #fcfcfa, #e6e6dd);
    background-image: -o-linear-gradient(top, #fcfcfa, #e6e6dd);
    background-image: linear-gradient(to bottom, #fcfcfa, #e6e6dd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfa', endColorstr='#ffe6e6dd', GradientType=0);
    border-color: #e6e6dd #e6e6dd #c6c6b1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6dd;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    padding: 2px 10px;
    font-size: 11.049999999999999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
}
.content div.pagination span:hover,
#content div.pagination span:hover,
.content div.pagination a:hover,
#content div.pagination a:hover,
.content div.pagination span:focus,
#content div.pagination span:focus,
.content div.pagination a:focus,
#content div.pagination a:focus,
.content div.pagination span:active,
#content div.pagination span:active,
.content div.pagination a:active,
#content div.pagination a:active,
.content div.pagination span.active,
#content div.pagination span.active,
.content div.pagination a.active,
#content div.pagination a.active,
.content div.pagination span.disabled,
#content div.pagination span.disabled,
.content div.pagination a.disabled,
#content div.pagination a.disabled,
.content div.pagination span[disabled],
#content div.pagination span[disabled],
.content div.pagination a[disabled],
#content div.pagination a[disabled] {
    color: #333333;
    background-color: #e6e6dd;
    *background-color: #dbdbce;
}
.content div.pagination span:active,
#content div.pagination span:active,
.content div.pagination a:active,
#content div.pagination a:active,
.content div.pagination span.active,
#content div.pagination span.active,
.content div.pagination a.active,
#content div.pagination a.active {
    background-color: #d0d0c0 \9;
}
.content div.pagination span:first-child,
#content div.pagination span:first-child,
.content div.pagination a:first-child,
#content div.pagination a:first-child {
    *margin-left: 0;
}
.content div.pagination span:hover,
#content div.pagination span:hover,
.content div.pagination a:hover,
#content div.pagination a:hover,
.content div.pagination span:focus,
#content div.pagination span:focus,
.content div.pagination a:focus,
#content div.pagination a:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.content div.pagination span:focus,
#content div.pagination span:focus,
.content div.pagination a:focus,
#content div.pagination a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.content div.pagination span.active,
#content div.pagination span.active,
.content div.pagination a.active,
#content div.pagination a.active,
.content div.pagination span:active,
#content div.pagination span:active,
.content div.pagination a:active,
#content div.pagination a:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.content div.pagination span.disabled,
#content div.pagination span.disabled,
.content div.pagination a.disabled,
#content div.pagination a.disabled,
.content div.pagination span[disabled],
#content div.pagination span[disabled],
.content div.pagination a[disabled],
#content div.pagination a[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.content div.pagination span .label,
#content div.pagination span .label,
.content div.pagination a .label,
#content div.pagination a .label,
.content div.pagination span .badge,
#content div.pagination span .badge,
.content div.pagination a .badge,
#content div.pagination a .badge {
    position: relative;
    top: -1px;
}
.content div.pagination span.currentStep,
#content div.pagination span.currentStep,
.content div.pagination a.currentStep,
#content div.pagination a.currentStep {
    color: #333333;
    background-color: #e6e6dd;
    *background-color: #dbdbce;
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.content div.pagination span.currentStep:hover,
#content div.pagination span.currentStep:hover,
.content div.pagination a.currentStep:hover,
#content div.pagination a.currentStep:hover,
.content div.pagination span.currentStep:focus,
#content div.pagination span.currentStep:focus,
.content div.pagination a.currentStep:focus,
#content div.pagination a.currentStep:focus,
.content div.pagination span.currentStep:active,
#content div.pagination span.currentStep:active,
.content div.pagination a.currentStep:active,
#content div.pagination a.currentStep:active,
.content div.pagination span.currentStep.active,
#content div.pagination span.currentStep.active,
.content div.pagination a.currentStep.active,
#content div.pagination a.currentStep.active,
.content div.pagination span.currentStep.disabled,
#content div.pagination span.currentStep.disabled,
.content div.pagination a.currentStep.disabled,
#content div.pagination a.currentStep.disabled,
.content div.pagination span.currentStep[disabled],
#content div.pagination span.currentStep[disabled],
.content div.pagination a.currentStep[disabled],
#content div.pagination a.currentStep[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}
.content div.pagination span.currentStep:active,
#content div.pagination span.currentStep:active,
.content div.pagination a.currentStep:active,
#content div.pagination a.currentStep:active,
.content div.pagination span.currentStep.active,
#content div.pagination span.currentStep.active,
.content div.pagination a.currentStep.active,
#content div.pagination a.currentStep.active {
    background-color: #080808 \9;
}
.content div.pagination span.currentStep .caret,
#content div.pagination span.currentStep .caret,
.content div.pagination a.currentStep .caret,
#content div.pagination a.currentStep .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.content div.pagination span.nextLink:after,
#content div.pagination span.nextLink:after,
.content div.pagination a.nextLink:after,
#content div.pagination a.nextLink:after {
    font-size: 16px;
    content: "\00bb";
    padding-left: 5px;
}
.content div.pagination span.prevLink:before,
#content div.pagination span.prevLink:before,
.content div.pagination a.prevLink:before,
#content div.pagination a.prevLink:before {
    font-size: 16px;
    content: "\00ab";
    padding-right: 5px;
}