html {
    margin:0;
        padding:0;
        /*height:100%;*/
        font-family: Helvetica, Arial;
        font-size: 12px;
        /*color: #525355;*/
        /*background-image: url(/public/images/card-background.jpg);
        background-position: center;
        background-repeat: no-repeat;*/
        min-height:664px;
        min-width: 940px;
}
body {
        margin:0;
        padding: 0px;
        /*height:100%;*/
        font-family: Helvetica, Arial;
        font-size: 12px;
        color: #333333;
        /*background-image: url(/public/images/KT.gif);*/
        background-position: center;
        background-repeat: no-repeat;
        background-color: #EFEFEF;
        /*
        background-image: url(/public/images/loading.jpg);
        background-position: center;
        background-repeat: no-repeat;
        */
}

#loader {
        /*background-image: url(/public/images/KT.gif);
        background-position: center;
        background-repeat: no-repeat;
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;*/
}

#header {
    /*height: 85px;*/
    text-align: left;
    /*position: absolute;
    top: 0px;*/
    width: 940px;
    display: block;
    position: relative;
    overflow: hidden;
}

#header div.header-left {
    width: 460px;
    margin-top: 15px;
}

#header div.header-right {
    position: absolute;
    left: 450px;
    top: 82px;
    color: #333333;
}

#header div.utilities {
    position: absolute;
    right: 160px;
    top: 12px;
}

#header div.utilities a {
    font-size: 12px;
    margin: 0px 5px;
    color: #ED1B2F;
    font-weight: bold;
    text-decoration: none;
}

#header div.utilities a:hover {
    border-bottom: 2px solid #ED1B2F;
}

#footer {
    text-align: left;
    width: 940px;
    display: block;
}

#footer p {
    text-align: center;
    margin: 5px 0px;
    padding: 0px;
}

#footer div.links {
    text-align: center;
}

#footer div.links a {
    margin: 0px 5px;
}

a img {border: 0px;}
a, a:visited {
    color: #ED1B2F;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

#container {
        width: 990px;
        margin: 0 auto;
        min-height:664px;
        position:relative;
}

/* other non-essential CSS */
#header p,
#header h1 {
        margin:0;
        padding:10px 0 0 10px;
}

div.block {
        width: 980px; 
        /*overflow: hidden;*/
        /*background-image: url(/public/images/card-background.jpg);*/
        background-position: center top;
        background-repeat: no-repeat;
        padding: 0px 25px;
}

div.block table {
    width: 100%;
}

div.block table.error {
    text-align: center;
}

div.block table.error p {
    margin: 5px 0px;
}

div.data {
    position: relative;
    display: block;
    /*overflow: hidden;*/
}


div.data {
    padding: 10px 30px;
    border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 1px 1px 5px #666666;
    box-shadow: 1px 1px 5px #666666;
    background-color: #FFFFFF;
    behavior: url(/public/css/PIE.htc);
    margin: 10px 0px;
}


p.error {
    color: red;
}

div.message {
    border: 1px solid #cecece;
    background-color: #99FF99;
    padding: 5px 10px;
    margin: 10px;
}

div.error {
    border: 1px solid #cecece;
    background-color: #FF3333;
    padding: 5px 10px;
    margin: 10px;
    color: #ffffff;
}

div.share-tools {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 150px;
}

h1 {
    font-size: 28px;
    margin: 10px 0px;
}

h1.center {
    text-align: center;
}

div.logo-center {
    margin: 20px 0px;
    text-align: center;
}

p.center {
    text-align: center;
}

div#actions {
    text-align: center;
}

div#actions p.loggedin {
    margin: 0px;
}

div#actions a {
    margin: 0px 5px;
}

div.pagination {
    padding: 10px 0px;
    text-align: center;
}

span.image-info {
    clear: both;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-top: 3px;
    margin-bottom: 8px;
}

h2.image {
    margin-bottom: 0px;
}

.pagi-nation-nulist {
    display: flex;
    align-content: center;
}
.pagi-nation-nulist li {
    list-style: none;
    margin: 0 8px;
}



