/* Minification failed. Returning unminified contents.
(1833,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1840,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #463a29;
    width: 100%;
    height: 100%;
    background: url('images/background/paper.png');
}

.background-image {
    position:absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index:-1;
    display:none;
    min-width: 1300px;
    width: 100%;
}

img {
    border: none;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(70,58,41,0.1);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(70,58,41,0.7);
}
::-webkit-scrollbar-thumb:active {
    background: #463a29;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

header, footer, hgroup,
nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

textarea:focus, input:focus{
    outline: none;
}

a {
    color: #463a29;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* main layout
----------------------------------------------------------*/
#TopHeader {
    position: absolute;
    right: 0;
    top: 0;
}

    #TopHeader > div {
        float: left;
    }

        #TopHeader > div > #LanguageMenu {
            position: absolute;
            top: 30px;
            right: 0;
            background: white;
            display: none;
            z-index: 2;
        }

        #TopHeader > div > #LanguageMenu > a {
            display: block;
            width: 100px;
            height: 20px;
            line-height: 20px;
            font-size: 11px;
            color: #463a29;
        }

            #TopHeader > div > #LanguageMenu > a:before {
                content:"";
                float:left;
                width: 9px;
                height: 9px;
                background: url(images/radio-icons.png);
                background-repeat: no-repeat;
                margin: 5px 3px 0 0;
            }

            #TopHeader > div > #LanguageMenu > a:before {
                content:"";
                float:left;
                width: 9px;
                height: 9px;
                background: url(images/radio-icons.png);
                background-repeat: no-repeat;
                margin: 5px 3px 0 0;
            }

            #TopHeader > div > #LanguageMenu > a:hover:before {
                background: url(images/radio-icons-bright.png);
            }

            #TopHeader > div > #LanguageMenu > a.radio-icon-on:before {
                background-position: -9px 0;
            }

            #TopHeader > div > #LanguageMenu > a.radio-icon-off:before {
                background-position: 0 0;
            }

            #TopHeader > div > #LanguageMenu > a.radio-icon-inactive:before {
                background-position: -18px 0;
            }

            #TopHeader > div > #LanguageMenu > a.radio-icon-inactive {
                color: #959595;
            }


        #TopHeader > div > #LanguageMenu > a:hover {
            display: block;
            text-decoration: none;
            background-color: #463a29;
            color: white;
        }

        #TopHeader > div > #LanguageMenu > a.radio-icon-inactive:hover {
            background-color: white;
            color: #959595;
        }

        #TopHeader > div > a.active {
            color: #463a29;
            text-decoration: none;
            background: white;
        }

#Footer {
    position: fixed;
    bottom: 0;
    right: 0;
}

#CookiesPolicy {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.8);
    font-size: 10px;
    line-height: 15px;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

    #CookiesPolicy > div {
        float: left;
    }

        #CookiesPolicy > div a {
            text-transform: lowercase;
        }

        #CookiesPolicy > div.acknowledge {
            line-height: 30px;
            padding: 0 5px 0 15px;
        }

            #CookiesPolicy > div.acknowledge a.accept {
                background-image: url('images/accept-icon-white.png');
                background-repeat: no-repeat;
                background-position: center center;
            }

                #CookiesPolicy > div.acknowledge a.accept:hover {
                    background-image: url('images/accept-icon.png');
                    background-repeat: no-repeat;
                    background-position: center center;
                }

            #CookiesPolicy > div.acknowledge a.close {
                background-image: url('images/close-icon-white.png');
                background-repeat: no-repeat;
                background-position: center center;
            }

                #CookiesPolicy > div.acknowledge a.close:hover {
                    background-image: url('images/close-icon.png');
                    background-repeat: no-repeat;
                    background-position: center center;
                }

            #CookiesPolicy > div.acknowledge a {
                width: 10px;
                height: 10px;
                padding: 1px;
                background: #463a29;
                border: 1px solid #463a29;
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0 3px;
            }

                #CookiesPolicy > div.acknowledge a:hover {
                    background-color: white;
                    border: 1px solid #463a29;
                }

    #CookiesPolicy h1 {
        font-size: 10px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    #CookiesPolicy p {
        margin: 0;
        padding: 0;
    }

.PhotoCopyrights {
    position: absolute;
    bottom: 30px;
    right: 0;
    margin-right: 15px;
    font-style: italic;
}

#TopHeader, #Footer {
    background: #463a29;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

    #TopHeader a, #Footer a {
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        height: 100%;
        display: inline-block;
        padding: 0 15px 0 15px;
    }

    #TopHeader a:hover, #Footer a:hover {
        color: #463a29;
        text-decoration: none;
        background: white;
    }

#SearchPane {
    position: absolute;
    right: 5px;
    top: 40px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.5);
    border: 1px solid transparent;
    width: 220px;
    height: 25px;
}

    #SearchPane button[type='submit'] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        vertical-align: middle;
    }

    #SearchPane input[type='text'] {
        background-color: transparent;
        margin: 1px 2px 1px 2px;
        border: none;
        width: 175px;
        height: 21px;
        color: #6e6c6c;
        font-family: 'PT Sans', sans-serif;
    }

    #SearchPane.active {
        border: 1px solid #463a29;
        background: rgba(255,255,255,0.8);
    }

        #SearchPane.active input[type='text'] {
            color: #463a29;
        }

#SocialIconsPane {
    position: absolute;
    right: 5px;
    top: 70px;
}

#MainContentWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: visible;
    min-height: 600px;
    min-width: 980px;
}

.logo-uw {
    position: fixed;
    bottom: 30px;
    left: 15px;
}

#Body {
    width: 960px;
    max-width: 960px;
    margin: 90px auto 35px auto;
    padding-bottom: 1px;
    position: relative;
}

    #Body #Logo {
        position: absolute;
        top: -60px;
        left: 41px;
        width: 254px;
        height: 280px;
    }

    #Body #LogoSmall {
        position: absolute;
        top: -50px;
        left: 45px;
        width: 237px;
        height: 72px;
    }

    #Body .MainPageBox {
        position: absolute;
        width: 220px;
        height: 220px;
        background: rgb(0, 135, 196);
        background: rgba(0,135,196,0.8);
        font-size: 30px;
        text-align: center;
        float: left;
    }

        #Body .MainPageBox .content {
            position: absolute;
            top: 0;
            left: 0;
            width: 220px;
            height: 220px;
            background: rgb(57,178,232);
            background: rgba(57,178,232,0.8);
        }

        #Body .MainPageBox.RevitalizationModelsBox {
            top: 0;
            left: 300px;
            font-size: 30px;
        }

        body.pol #Body .MainPageBox.RevitalizationModelsBox, body.pol #Body .MainPageBox.RevitalizationModelsBox div.title {
            font-size: 28px;
        }

        body.nah #Body .MainPageBox.RevitalizationModelsBox, body.nah #Body .MainPageBox.RevitalizationModelsBox div.title {
            font-size: 23px;
        }

        body.rue #Body .MainPageBox.RevitalizationModelsBox, body.rue #Body .MainPageBox.RevitalizationModelsBox div.title {
            font-size: 25px;
        }

        #Body .MainPageBox.LemkowskiBox {
            top: 0;
            left: 525px;
        }

        body.pol #Body .MainPageBox.LemkowskiBox, body.pol #Body .MainPageBox.LemkowskiBox div.title {
            font-size: 28px;
        }

        body.nah #Body .MainPageBox.LemkowskiBox, body.nah #Body .MainPageBox.LemkowskiBox div.title {
            font-size: 23px;
        }

        body.rue #Body .MainPageBox.LemkowskiBox, body.rue #Body .MainPageBox.LemkowskiBox div.title {
            font-size: 25px;
        }

        #Body .MainPageBox.NahuatlBox {
            top: 225px;
            left: 75px;
        }

        body.nah #Body .MainPageBox.NahuatlBox, body.nah #Body .MainPageBox.NahuatlBox div.title {
            font-size: 23px;
        }

        body.pol #Body .MainPageBox.NahuatlBox, body.pol #Body .MainPageBox.NahuatlBox div.title {
            font-size: 28px;
        }

        body.rue #Body .MainPageBox.NahuatlBox, body.rue #Body .MainPageBox.NahuatlBox div.title {
            font-size: 25px;
        }

        #Body .MainPageBox.WilamowskiBox {
            top: 225px;
            left: 300px;
        }

        body.nah #Body .MainPageBox.WilamowskiBox, body.nah #Body .MainPageBox.WilamowskiBox div.title {
            font-size: 23px;
        }

        body.eng #Body .MainPageBox.WilamowskiBox, body.eng #Body .MainPageBox.WilamowskiBox div.title {
            font-size: 30px;
        }

        body.rue #Body .MainPageBox.WilamowskiBox, body.rue #Body .MainPageBox.WilamowskiBox div.title {
            font-size: 25px;
        }

        body.pol #Body .MainPageBox.WilamowskiBox, body.pol #Body .MainPageBox.WilamowskiBox div.title {
            font-size: 28px;
        }

        #Body .MainPageBox > a, #Body .MainPageBox div.title {
            width: 100%;
            height: 100%;
            line-height: 220px;
            text-transform: uppercase;
            color: white;
            text-decoration: none;
        }

        #Body .MainPageBox > a span, #Body .MainPageBox div.title > span {
            line-height: 40px;
            vertical-align: middle;
            display: inline-block;
        }
    
    #Body .MainPageBox.active {
        background: rgb(57,178,232);
        background: rgba(57,178,232,0.8);
    }

        #Body .MainPageBox .content.links {
            text-transform: uppercase;
            color: white;
            text-align: center;
            font-size: 18px;
            vertical-align: middle;
            line-height: 35px;
        }

            #Body .MainPageBox .content.links a {
                color: white;
            }

#Body .MainPageBox .content.links .revitalization {
    font-size: 16px;
    line-height: 25px;
    margin: auto;
}

body.eng #Body .MainPageBox .content.links .revitalization {
    width: 190px;
    margin: 25px auto auto auto;
}

body.pol #Body .MainPageBox .content.links .revitalization {
    width: 190px;
    margin: 25px auto auto auto;
}

body.nah #Body .MainPageBox .content.links .revitalization {
    width: 180px;
}

body.wym #Body .MainPageBox .content.links .revitalization {
    margin: 25px auto auto auto;
    width: 190px;
}

body.rue #Body .MainPageBox .content.links .revitalization {
    margin: 25px auto auto auto;
}

body.spa #Body .MainPageBox .content.links .revitalization {
    margin: 25px auto auto auto;
}

    #Body .RecommendedBox {
        position: absolute;
        top: 225px;
        left: 525px;
        width: 350px;
        height: 220px;
        font-size: 15px;
        color: #463a29;
        background: rgb(255,255,255);
        background: rgba(255,255,255,0.8);
    }

    #Body .RecommendedBox > div.bar {
        text-transform: lowercase;
    }

        #Body .RecommendedBox .more-news-link {
            position: absolute;
            bottom: 2px;
            right: 15px;
        }

        #Body .RecommendedBox #MainPageNews {
            width: 345px;
            height: 195px;
            margin-left: 5px;
            overflow: auto;
        }

            #Body .RecommendedBox #MainPageNews p {
                margin-bottom: -3px;
                padding-bottom: 0;
            }

            #Body .RecommendedBox #MainPageNews .news-date {
                border-bottom: 1px solid #463a29;
                text-align: right;
                font-size: 11px;
                font-weight: bold;
                padding-right: 2px;
            }

.bar {
    width: 100%;
    height: 10px;
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'PT Sans Narrow', sans-serif;
}

    .bar .right-label {
        position: absolute;
        width: 125px;
        height: 30px;
        right: 0;
        top: -20px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
    }

    .bar .left-label {
        position: absolute;
        min-width: 125px;
        padding: 0 15px 0 15px;
        height: 30px;
        left: 0;
        top: -20px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
    }

    .bar .explore {
        position: absolute;
        width: 105px;
        height: 30px;
        top: -20px;
        left: 57px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        text-transform: lowercase;
    }

        .bar .explore > a {
            width: 100%;
            height: 100%;
            display: inline-block;
            text-decoration: none;
        }

.brown-background {
    background: #463a29;
    color: white;
}

    .brown-background a {
        color: white;
    }

.white-background {
    background: #ffffff;
    color: #463a29;
}

    .white-background a {
        color: #463a29;
    }

.invisible {
    display: none;
}

.transparent {
    background: none !important;
}

.blue {
    color: rgb(57,178,232);
}

.red {
    color: red;
}

.italic {
    font-style: italic;
}

/* Sub page classes 
-------------------------------------------- */
#Body .PageContent {
    top: 50px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.8);
    width: 870px;
    padding: 20px 20px 10px 20px;
    margin: 0 auto 100px auto;
    position: relative;
    font-family: 'PT Sans', sans-serif;
}

/* Page Content */
    #Body .PageContent #MenuLeft {
        width: 185px;
        clear: left;
        float: left;
    }

        #Body .PageContent #MenuLeft ul {
            margin: 0;
            padding: 0;
        }
        
        #Body .PageContent #MenuLeft li {
            list-style: none;
            padding: 0;
            margin: 0 0 1px 0;
        }

            #Body .PageContent #MenuLeft li a {
                width: 181px;
                display: inline-block;
                padding: 1px 2px 1px 2px;
                font-size: 13px;
            }

            #Body .PageContent #MenuLeft li a.subcategory {
                width: 168px;
                display: inline-block;
                padding: 1px 2px 1px 15px;
                font-size: 13px;
            }

            #Body .PageContent #MenuLeft li a:hover {
                text-decoration: none;
                background: #463a29;
                color: white;
            }

            #Body .PageContent #MenuLeft li a.active {
                background: #463a29;
                color: white;
            }

    #Body .PageContent #MainContent {
        float: left;
        width: 669px;
        clear: right;
        border-left: 1px solid #463a29;
        padding-left: 15px;
    }

        #Body .PageContent #MainContent p:first-child {
            margin-top: 0;
            padding-top: 0;
        }


/* News Page */
#NewsPage .date {
    background-color: #463a29;
    color: white;
    font-size: 15px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    width: 80px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
}

#NewsPage .news-image {
    max-width: 300px;
    max-height: 300px;
    float: left;
    margin: 0 10px 5px 0;
}

#NewsPage p {
    margin: 0;
}

    #NewsPage p.title {
        font-weight: bold;
        margin-top: 5px;
    }

/* TEAM PAGE
-------------------------------------------------*/

#Body .PageContent div.about-team-member > img {
    margin: 0 15px 15px 0;
    float: left;
}

#Body .PageContent div.about-team-member p {
    margin-top: 0;
}


/* CONTACT PAGE
-------------------------------------------------*/

#ContactForm {
    width: 400px;
    float: right;
    border-left: 1px solid #463a29;
    padding-left: 15px;
}

    #ContactForm input[type='text'] {
        width: 95%;
        background: white;
        border: 1px solid #463a29;
        font-family: 'PT Sans Narrow', sans-serif;
        margin: 15px auto 5px auto;
    }

    #ContactForm textarea {
        width: 95%;
        min-height: 100px;
        background: white;
        border: 1px solid #463a29;
        font-family: 'PT Sans Narrow', sans-serif;
        margin: 5px auto 5px auto;
    }

p.notification {
    color: rgb(57,178,232);
    margin: 5px 0 0 0;
}

/* MODULE
-------------------------------------------------*/
.tags, .categories {
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    margin: 0;
}

.tags a, .categories a {
    margin: 0 5px 0 5px;
}

.flowplayer 
{ 
    width: 669px; 
}

div.SitePath {
    font-size: 13px;
    padding-bottom: 10px;
}

    div.SitePath a:last-child {
        color: rgb(57,178,232);
    }

h5.title, h5.title a {
    color: rgb(57,178,232);
    font-size: 17px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

    h5.title a:hover {
        text-decoration: underline;
    }

div.ContentDate {
    font-size: 11px;
    margin-bottom: 3px;
}

.PageContent .Content p {
    margin: 0;
    padding: 0;
}

    .PageContent .Content p.ShortDescription {
        font-size: 13px;
        text-align: justify;
        margin-bottom: 1em;
    }

.PageContent .Content #ContentDescription p {
    margin: 1em 0px;
    font-size: 13px;
    text-align: justify;
}

.PageContent .Content #ContentDescription ul {
    list-style: outside disc;
    margin-left: 1em;
    font-size: 13px;
    
}

.PageContent .Content #ContentDescription ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}​

.PageContent .Content div.ImageContent {
    text-align: center;
}

    .PageContent .Content div.ImageContent img {
        max-width: 669px;
        max-height: 500px;
    }

div.ContentSearch {
    min-height: 105px;
}

    div.ContentSearch img {
        border: 1px solid #463a29;
        width: 185px;
        height: 100px;
        float: left;
        margin: 0 10px 0 0;
    }

    div.ContentSearch img.overlay {
        margin: 0 10px 0 -196px;
        border: none;
    }

    .thumbnail-preview-container img.overlay {
        position: absolute;
        top: 5px;
        left: 0;
        border: none;
    }

#MainContent.Content div.ImageContent.PresentationContent {
    position: relative;
    display: inline-block;
}

#MainContent.Content div.ImageContent img.overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#MainContent.Content .DownloadFile {
    float: right;
    padding: 15px;
}

    #MainContent.Content .DownloadFile a img {
        margin-right: 5px;
        vertical-align: middle;
    }

img.floated-image {
    float: left;
    margin: 0 15px 10px 0;
    max-width: 669px;
}

/* MISC 
-------------------------------------------------*/
.accordion, .more, .submit {
    text-align: right;
}

.accordion a, .more a, .submit button, .controls a, a.button, input[type='submit'].button {
    background-color: #463a29;
    color: white !important;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    text-transform: lowercase;
    text-decoration: none;
    padding: 1px 10px 1px 10px;
    line-height: 25px;
}

    .more a:after, .accordion.expand a:after {
        content: '>>>';
        margin: 0 0 0 10px;
    }

    .accordion.collapse a:before {
        content: '<<<';
        margin: 0 10px 0 0;
    }

    .accordion a:hover, .more a:hover, .controls a:hover, a.button {
        text-decoration: none;
    }

    .accordion a:hover, .more a:hover, .controls a[disabled=disabled], a.button:hover, a.button.hover, a.button[disabled=disabled] {
        background-color: #959595;
    }

.controls {
    text-align: center;
}

    .controls a {
        margin: 0 3px 0 3px;
    }

.horizontal-line {
    clear: both;
    width: 90%;
    margin: 10px auto 10px auto;
    height: 1px;
    border-top: 1px solid #463a29;
}

/* ADMIN 
----------------------------------------------------------*/
.required:after {
    content: '*';
    color: red;
}

.tabs-left { 
    background: transparent !important;
    border: 0 !important;
    margin-top: 15px;
}

    .tabs-left .ui-tabs-nav {
        float: left;
        width: 120px;
        background: transparent !important;
        border: 0;
    }

        .tabs-left .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 -1px .2em 0;
        }

            .tabs-left .ui-tabs-nav li a {
                display: block;
            }

            .tabs-left .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
            }

    .tabs-left .ui-tabs-panel {
        float: right;
        width: 704px;
        border-left: 1px solid #463a29 !important;
        padding: 0 15px 15px 15px !important;
    }
        .tabs-left .ui-tabs-panel.category-edit {
            float: right;
            width: 304px;
            height: 230px;
            border-left: 1px solid #463a29 !important;
            padding: 0 15px 15px 15px !important;
        }

.small-tabs.tabs-left .ui-tabs-panel {
    width: 250px;
}

#AdminPageEdit textarea {
    width: 100%;
    min-height: 400px;
    height: 400px;
    background: transparent;
    border: 1px solid #463a29;
}

#AdminNewsEdit textarea, #AdminContents textarea {
    width: 100%;
    min-height: 50px;
    background: white;
    border: 1px solid #463a29;
}

#AdminNewsEdit div.field-wrapper {
    margin-bottom: 10px;
}

#AdminNewsEdit span#LinkedPage_Name {
    margin-right: 15px;
}

#AdminNewsEdit #ThumbnailPreview {
    float: right;
    width: 205px;
    max-height: 200px;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #463a29;
    text-align: center;
}

    #AdminNewsEdit #ThumbnailPreview img {
        border: none;
        max-width: 185px;
        max-height: 185px;
    }

#AdminContents div.field-wrapper {
    margin-bottom: 5px;
}

.thumbnail-preview-container {
    float: right;
    width: 210px;
    border: 1px solid #463a29;
    padding: 5px;
    margin: 0 15px 15px 15px;
}

    .thumbnail-preview-container #ThumbnailPreview {
        width: 185px;
        height: 100px;
        border: 1px solid #463a29;
        text-align: center;
        margin-top: 5px;
    }

.content-type-specific-wrapper {
    border: 1px solid #463a29;
    padding: 10px;
    margin: 0 15px 15px 0;
}

#AdminContents #TagsContainer, #AdminContents #CategoriesContainer {
    display: none;
    margin-bottom: 10px;
}

    #AdminContents #TagsContainer span.tag, #AdminContents #CategoriesContainer span.category {
        position: relative;
        margin: 0 5px 0 5px;
    }

        #AdminContents #TagsContainer span.tag a.hover, #AdminContents #CategoriesContainer span.category a.hover {
            width: 100%;
            height: 100%;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(255,255,255,0.9);
            margin: 0;
        }

#AdminContents .image-presentation-preview {
    float: left;
    margin: 10px;
    height: 110px;
    position: relative;
}
    #AdminContents .image-presentation-preview span.field-validation-error {
        display: block;
        margin: auto;
    }

    #AdminContents .image-presentation-preview .delete-link {
        position: absolute;
        width: 15px;
        height: 15px;
        text-align: center;
        background-color: #463a29;
        top: 0;
        right: 0;
        line-height: 15px;
    }

        #AdminContents .image-presentation-preview .delete-link a {
            font-size: 10px;
            color: white;
        }

        #AdminContents .image-presentation-preview .delete-link a:hover {
            text-decoration: none;
            font-weight: bold;
        }

    #AdminContents .image-presentation-preview img {
        max-width: 125px;
        max-height: 110px;
        border: 1px solid #463a29;
    }

#tblImages, #tblAudio, #tblVideos, #tblThumbnails, #tblDocuments {
    width: 100%;
    position: relative;
}


#LoginPage .LoginContents {
    margin: 20px 0 20px 0;
}

    #LoginPage input[type='text'], #LoginPage input[type='password'],
    #AdminMyProfile input[type='text'], #AdminMyProfile input[type='password'],
    #AdminUserEdit input[type='text'], #AdminUserEdit input[type='password'] {
        width: 150px;
    }

    #LoginPage .label {
        width: 80px;
        display: inline-block;
    }

    #LoginPage .remember-me {
        margin-left: 15px;
    }

    #LoginPage div, #AdminMyProfile div, #AdminUserEdit div {
        margin: 0 auto 10px auto;
    }

    #AdminMyProfile .label,
    #AdminUserEdit .label {
        width: 130px;
        display: inline-block;
        text-align: right;
    }

label {
    margin-right: 15px;
}

.context_help
{
    /* inherited from ui-icon */
    text-indent: -99999px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 16px;
    background-image: url(themes/revitalization-theme/images/ui-icons_228ef1_256x240.png);
    /* inherited from ui-icon-info */
    background-position: -16px -144px;
    /* general */
    margin-left: 0.2em;
    width: 16px;
}

.toolbar {
    margin-bottom: 15px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.ui-autocomplete {
    z-index: 1000 !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow: auto;
}

input[type="text"].date
{
    width: 70px;
}

input[type="text"].title
{
    width: 300px;
}

input[type="text"].image-uploader,
input[type="text"].video-uploader,
input[type="text"].audio-uploader,
input[type="text"].document-uploader,
input[type="text"].thumbnail-uploader {
    margin-right: 15px;
}

.field-validation-error
{
    background-image: url(themes/revitalization-theme/images/ui-icons_cd0a0a_256x240.png);
    background-position: 0 -144px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.error
{
    color: Red !important;
    border-color: Red !important;
}

p.image-url {
    margin: 0;
    padding: 0;
}

div.UploadImageWrapper {
    margin-bottom: 15px;
}

img.thumb-preview {
    max-width: 200px;
    max-height: 100px;
}

img.content-icon {
    float: left;
    padding: 10px;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/

/* content */

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #e3d9b6; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #c2a172; }
table.dataTable tr.odd td.sorting_2 { background-color: #c8aa80; }
table.dataTable tr.odd td.sorting_3 { background-color: #cfb691; }
table.dataTable tr.even td.sorting_1 { background-color: #e3d9b6; }
table.dataTable tr.even td.sorting_2 { background-color: #e9e1c5; }
table.dataTable tr.even td.sorting_3 { background-color: #ede6cf; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}

    .dataTables_wrapper:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}



/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

table.dataTable thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 10px;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #e3d9b6; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #c2a172; }
table.dataTable tr.odd td.sorting_2 { background-color: #c8aa80; }
table.dataTable tr.odd td.sorting_3 { background-color: #cfb691; }
table.dataTable tr.even td.sorting_1 { background-color: #e3d9b6; }
table.dataTable tr.even td.sorting_2 { background-color: #e9e1c5; }
table.dataTable tr.even td.sorting_3 { background-color: #ede6cf; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}
.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	padding-top: 3px;
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
table.dataTable thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

table.dataTable th:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}


/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */


.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 3s ease-in-out; 
	-moz-transition: opacity 3s ease-in-out; 
	-o-transition: opacity 3s ease-in-out; 
	transition: opacity 3s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top left;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}
/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 * 
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */


/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
	position: relative;
	float: right;
	margin-bottom: 1em;
}

button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #999;
	cursor: pointer;
	*cursor: hand;
	font-size: 0.88em;
	color: black !important;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	/* Generated by http://www.colorzilla.com/gradient-editor/ */
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}


/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button {
	height: 30px;
	padding: 3px 8px;
}

.DTTT_button embed { 
	outline: none;
}

button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
	border: 1px solid #666;
	text-decoration: none !important;

	-webkit-box-shadow: 1px 1px 3px #999;
	   -moz-box-shadow: 1px 1px 3px #999;
	    -ms-box-shadow: 1px 1px 3px #999;
	     -o-box-shadow: 1px 1px 3px #999;
	        box-shadow: 1px 1px 3px #999;

	background: #f3f3f3; /* Old browsers */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
	color: #999;
	border: 1px solid #d0d0d0;
	
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}



/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

button.DTTT_button_csv,
button.DTTT_button_xls,
button.DTTT_button_copy,
button.DTTT_button_pdf,
button.DTTT_button_print {
	padding-right: 0px;
}

button.DTTT_button_csv span,
button.DTTT_button_xls span,
button.DTTT_button_copy span,
button.DTTT_button_pdf span,
button.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


button.DTTT_button_csv span { background: url(../images/csv.png) no-repeat bottom right; }
button.DTTT_button_csv:hover span { background: url(../images/csv_hover.png) no-repeat center right; }

button.DTTT_button_xls span { background: url(../images/xls.png) no-repeat center right; }
button.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/xls_hover.png) no-repeat center right; }

button.DTTT_button_copy span { background: url(../images/copy.png) no-repeat center right; }
button.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/copy_hover.png) no-repeat center right; }

button.DTTT_button_pdf span { background: url(../images/pdf.png) no-repeat center right; }
button.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/pdf_hover.png) no-repeat center right; }

button.DTTT_button_print span { background: url(../images/print.png) no-repeat center right; }
button.DTTT_button_print:hover span { background: #f0f0f0 url(../images/print_hover.png) no-repeat center right; }

 */

button.DTTT_button_collection span {
	padding-right: 17px;
	background: url(../images/collection.png) no-repeat center right;
}

button.DTTT_button_collection:hover span {
	padding-right: 17px;
	background: #f0f0f0 url(../images/collection_hover.png) no-repeat center right;
}


/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tr.DTTT_selected.odd {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_1 {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_2 {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_3 {
	background-color: #9FAFD1;
}


table.dataTable tr.DTTT_selected.even {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_1 {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_2 {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_3 {
	background-color: #B0BED9;
}


/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */

div.DTTT_collection {
	width: 150px;
	padding: 8px 8px 4px 8px;
	border: 1px solid #ccc;
	border: 1px solid rgba( 0, 0, 0, 0.4 );
	background-color: #f3f3f3;
	background-color: rgba( 255, 255, 255, 0.3 );
	overflow: hidden;
	z-index: 2002;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

div.DTTT_collection_background {
	background: transparent url(../images/background.png) repeat top left;
	z-index: 2001;
}

div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
	position: relative;
	left: 0;
	right: 0;

	display: block;
	float: none;
	margin-bottom: 4px;
	
	-webkit-box-shadow: 1px 1px 3px #999;
	   -moz-box-shadow: 1px 1px 3px #999;
	    -ms-box-shadow: 1px 1px 3px #999;
	     -o-box-shadow: 1px 1px 3px #999;
	        box-shadow: 1px 1px 3px #999;
}


/*
 * PRINTING
 * Print display styles
 */

.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;

	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	
	opacity: 0.95;

	border: 1px solid black;
	border: 1px solid rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	     -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}


/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2 with JUI theming
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     LGPL / 3 point BSD
 * Project:     DataTables
 * 
 * Copyright 2010 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Notes:
 *   Generally speaking, please refer to the TableTools.css file - this file contains basic
 *   modifications to that 'master' stylesheet for ThemeRoller.
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Colour dictionary:
 *   Button border         #d0d0d0
 *   Button border hover   #999999
 *   Hover background      #f0f0f0
 *   Action blue           #4b66d9
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 *   MISC                  Minor misc styles
 */


/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
	position: relative;
	float: left;
}

.DTTT_button {
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 3px 10px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	color: #333 !important;
	cursor: pointer;
	*cursor: hand;
}

.DTTT_button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}



/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tr.DTTT_selected.odd {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_1 {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_2 {
	background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_3 {
	background-color: #9FAFD1;
}


table.dataTable tr.DTTT_selected.even {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_1 {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_2 {
	background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_3 {
	background-color: #B0BED9;
}


/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */

div.DTTT_collection {
	width: 150px;
	background-color: #f3f3f3;
	overflow: hidden;
	z-index: 2002;
	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

div.DTTT_collection_background {
	background: url(../images/background.png) repeat top left;
	z-index: 2001;
}

div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
	float: none;
	width: 100%;
	margin-bottom: -0.1em;
}


/*
 * PRINTING
 * Print display styles
 */

.DTTT_print_info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	background-color: #3f3f3f;
	color: white;
	padding: 10px 30px;
	
	opacity: 0.9;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}


/*
 * MISC
 * Minor misc styles
 */

.DTTT_disabled {
	color: #999;
}

.presentation-overlay {
    background: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
}

.presentation-image-wrapper {
    text-align: center;
    height: 80%;
}

    .presentation-image-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }

.presentation-description {
    height: 15%;
    overflow: auto;
}

    .presentation-description p {
        margin: 0;
        padding: 0;
    }

.presentation-counter {
    height: 16px;
    width: 100px;
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    z-index: 50;
    padding: 0;
    margin: 0;
}
    .presentation-counter a#PrevFooterLink {
        position: absolute;
        left: 0;
    }

    .presentation-counter > span {
        position: absolute;
        left: 20px;
    }

    .presentation-counter a#NextFooterLink {
        position: relative;
        left: 43px;
    }
    
    .presentation-counter .ui-icon {
        display: inline-block;
    }

.presentation-wrapper {
    background: white;
    top: 20px;
    bottom: 20px;
    left: 20%;
    right: 20%;
    position: absolute;
    min-width: 200px;
    min-height: 200px;
    padding: 15px;
    z-index: 20;
}

    .presentation-wrapper .close {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 15px;
        height: 15px;
        background: white;
        z-index: 31;
    }

    .presentation-wrapper .next, .presentation-wrapper .prev {
        position: absolute;
        top: 0;
        height: 100%;
        width: 150px;
        z-index: 30;
        background: url(images/transparent.png);
    }

    .presentation-wrapper .next {
        right: 10px;
    }

    .presentation-wrapper .prev {
        left: 10px;
    }

        .presentation-wrapper .prev a, .presentation-wrapper .next a {
            top: 50%;
            position: relative;
            display: none;
            background: white;
            width: 30px;
            height: 30px;
            text-align: center;
            vertical-align: middle;
            line-height: 30px;
            padding-top: 5px;
        }

        .presentation-wrapper .prev a {
            float: left;
        }

    .presentation-wrapper .next a {
        float: right;
    }
    
.presentation-content {
    width: 100%;
    height: 100%;
}
