        @font-face {
            /* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 23, 2014 */
            font-family: 'exoregular';
            src: url('/assets/fonts/exo/exo-regular-webfont.eot');
            src: url('/assets/fonts/exo/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
                 url('/assets/fonts/exo/exo-regular-webfont.woff') format('woff'),
                 url('/assets/fonts/exo/exo-regular-webfont.ttf') format('truetype'),
                 url('/assets/fonts/exo/exo-regular-webfont.svg#exoregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'bebasregular';
            src: url('/assets/fonts/bebas/BEBAS___-webfont.eot');
            src: url('/assets/fonts/bebas/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
                 url('/assets/fonts/bebas/BEBAS___-webfont.woff') format('woff'),
                 url('/assets/fonts/bebas/BEBAS___-webfont.ttf') format('truetype'),
                 url('/assets/fonts/bebas/BEBAS___-webfont.svg#bebasregular') format('svg');
            font-weight: normal;
            font-style: normal;
            
        }
        
        body {
            margin: 0px;
            font-family:sans-serif;
        }
        
        a.action-link {
            padding: 5px;
            background: #ddd;
            border: 1px solid #aaa;
            line-height: 35px;
            color: #000;
            text-decoration: none;
        }
        a.action-link:hover, a.action-link:active, a.action-link:visited {
            color: #000;
        }
        a.action-link:hover {
            background: #d4d4d4;
        }
        
        .main {
            padding: 5px;
            margin-bottom:50px;
        }
            .main ul {
                padding: 0px 0px 0px 5px;
            }
                .main ul li {
                    list-style-type: none;
                    line-height: 30px;
                    padding: 5px;
                    border-radius: 3px;
                    background: #ddd;
                    border: 1px solid #aaa;
                    box-shadow: inset 1px 1px 1px #fff;
                    margin-bottom: 5px;
                }
                    .main ul li:hover {
                        background: #d4d4d4;
                    }
                    .main ul li.deactivated {
                        background: #edcdce;
                    }
                    .main ul li a:active,
                    .main ul li a:visited,
                    .main ul li a:link,
                    .main ul li a:hover {
                        color: #000;
                        text-decoration: none;
                    }
                    
    h1 {
        margin-top:0px;
        margin-bottom:0px;
        color: #fff;
        padding:5px 0px 5px 5px;
        text-shadow: 1px 1px 3px #000000;
        background: #222426;
        box-shadow: inset 0px 1px 1px #787878, 0px 0px 3px #252525;
        border-top: 1px solid #000000;
        font-family: bebasregular, sans-serif;
        
    }
        
        div.status-message-container{
            height: 20px;
        }
        h2.status-notification {
            font-size:0.9em;
            margin:0px;
            padding:5px;
            /*display: none;*/
            line-height: 14px;
        }
        h2.positive{
            background: #a3ba52;
        }
        h2.negative{
            background: #aa0000;
        }
        
        div.login-form {
            
        }
            div.login-form form input {
                margin-bottom: 3px;
            }
            div.login-form form input.tb_username,
            div.login-form form input.tb_pass {
                width: 200px;
            }
            
            div.login-form form input.bt_submit {
                width: 100px;
            }
        
        .footer-nav {
            padding: 5px 5px 13px 5px;
            background: #222426;
            box-shadow: inset 0px 1px 1px #787878, 0px 0px 3px #252525;
            border-top: 1px solid #000000;
            color: #fff;
            position: fixed;
            bottom: 0px;
            width:100%;
        }
            .footer-nav a {
                color: #fff;
                text-decoration: none;
                display: inline-block;
                margin-right:10px;
                padding-bottom: 2px;
                text-shadow: 1px 1px 1px #000;
            }
            
            .footer-nav a:hover {
                padding-bottom: 0px;
                border-bottom: 2px solid #1895d1;
            }
            
        div.item-info {
            
        }
            div.item-info span {
                font-size:0.7em;
            }
            
            div.item-info input {
                width:300px;
            }
        
        span.related-pages-links{
            font-size:0.8em;
            display:inline-block;
            margin-right:4px;
        }
        
        ul.sublist {
            margin-bottom: 10px;
            padding-left: 10px;
        }
            ul.sublist li {
                
            }
                ul.sublist li div.sublist-divider {
                    text-align: left;
                    font-size: 0.9em;
                    table-layout: fixed;
                    display: inline-block;
                    *display: inline;
                    padding: 0px 3px;
                    line-height: 14px;
                }
                
        ul.form-organiser {
            list-style-type:none;
            padding: 0px;
        }
            ul.form-organiser li {
                margin-left:0px;
                padding-bottom: 4px;
            }
            ul.form-organiser li.warning {
                background: #ffeeee;
            }
                ul.form-organiser li.warning span{
                    font-size:0.8em;
                }
            ul.form-organiser label {
                display: inline-block;
                *display: inline;
                font-size:0.8em;
                width:200px;
            }
            
        div.field-validity-check{
            font-size: 0.7em;
        }
        
        div.post-files-reload-button-outer {
            width: 500px;
            text-align: center;
            background: #fff;
            padding-top:5px;
            padding-bottom: 5px;
            min-height: 20px;
        }
            div.post-files-reload-button-inner {

            }
            
                a.file-reload {
                    padding: 5px 50px;
                    font-style: italic;
                    font-weight: bold;
                    font-size: 0.8em;
                    color: #004080;
                    text-decoration: underline;
                }
        
        div.post-files-group {
            width: 500px;
            text-align: center;
            background: #fff;
            padding-top:5px;
            padding-bottom: 5px;
            min-height: 50px;
        }
        div.post-file {
            text-align: center;
            padding-bottom:5px;
            border-bottom:1px dashed #aaa;
            margin-bottom:5px;
            
        }
            div.post-file-image-wrapper {
                min-height:300px;
            }
            
            div.post-files-group img{
                max-width: 490px;
                height: auto;
                text-align: center;
                background: #fff;
            }
            div.post-file-insert-outer {
                height: 0px;
                position: relative;
                top: 5px;
                margin-left: auto;
                margin-right: auto;
                display: none;
            }
            div.post-file-delete-outer {
                height: 0px;
                position: relative;
                bottom: 45px;
                margin-left: auto;
                margin-right: auto;
                display: none;
            }
             div.post-file-adjust-outer {
                height: 0px;
                position: relative;
                bottom: 165px;
                margin-left: auto;
                margin-right: auto;
                display: none;
             }
                div.post-file-insert-inner, div.post-file-adjust-inner, div.post-file-delete-inner {
                    width: 400px;
                    text-align: center;
                    margin-left: auto;
                    margin-right: auto;
                    overflow: visible;
                    background: #fff;
                    opacity: 0.8;
                }
                    a.file-insert, a.file-delete, a.file-adjust {
                        padding: 5px 50px;
                        font-style: italic;
                        font-weight: bold;
                        font-size: 0.8em;
                        color: #004080;
                        text-decoration: underline;
                    }
        
        iframe#post-file-insert {
            border: 0px;
            margin: 0px;
            padding: 0px;
            width: 500px;
            display: none;
        }
        
        