/*** main ***/

td {
    vertical-align: top;
}

div.clear { float: none; clear: both; }
.hidden   { visibility: hidden; }

div.hh5  { height:  5px; overflow: hidden; }
div.hh10 { height: 10px; overflow: hidden; }
div.hh15 { height: 15px; overflow: hidden; }

a img {
    border-width: 0px;
}



/*** headings, paragraphs ... ***/

/*
h1 {
    font-size: 15pt;
    font-weight: normal;
    color: #2d4174;
    padding: 0px 0px 4px 0px;
    margin: 0px;
}

h2 {
    font-size: 12pt;
    font-weight: normal;
    color: #2d4174;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

h2.subtitle {
    padding: 0px 0px 0px 0px;
    margin: -3px 0px 7px 0px;
}


h2.underline {
    font-size: 11pt;
    color: #2d4174;
    border-bottom: 1px solid #2d4174;
    margin: 14px 0px 8px 0px;
    float: none;
    clear: both;
}

p {
    margin: 8px 0px 8px 0px;
}
*/
div.text {
    font-size: 10pt;
/*    border: 1px solid blue;*/
}
    
div.text-narrow {
    width: 420px;
    float: left;
/*    border: 1px solid blue;*/
}

div.text img, div.text-narrow img {
/*    margin: 5px;*/
/*    border: 1px solid #495d81;*/
}

div.text div.gallery-links, div.text-narrow div.gallery-links {
    margin-top: 10px;
    float: right;
}

div.text div.exhibition-info, div.text-narrow div.exhibition-info {
    padding: 10px 0px 10px 0px;
}

div.text div.exhibition-info div.label, div.text-narrow div.exhibition-info div.label {
    float: left;
    clear: left;
    text-align: left;
    width: 70px;
    font-weight: bold;
    padding: 0px 5px 0px 0px;
}

div.text div.exhibition-info div.info, div.text-narrow div.exhibition-info div.info {
    font-weight: bold;
    color: #ba1f25;
}



/*** form **/

div.error {
/*    font-weight: bold;*/
    color: #8c1113;
    text-align: center;
    padding: 0px 0px 5px 0px;
/*    font-size: 9pt;*/
}

div.my-form {
    padding: 0px 0px 0px 0px;
}

div.my-form div.input {
    margin-bottom: 3px;
    clear: both;
}

div.my-form label {
    width: 120px; /*27%;*/
    float: left;
    text-align: right;
    padding-top: 3px;
    padding-right: 6px;
/*    font-weight: bold;*/
    clear: left;
/*    overflow: hidden;*/
    white-space: nowrap;
/*    background-color: #cccccc;*/
}

div.my-form span {
    font-size: 7pt;
    line-height: 200%;
}

div.my-form span.info {
    color: #707070;
    vertical-align: top;
}

div.my-form span.info-nreq {
    color: #909090;
    vertical-align: top;
    font-style: italic;
}

div.my-form span.warn {
    color: #4c1113;
    font-weight: bold;
    vertical-align: top;
}

div.my-form span.error {
    color: #ba1f25;
    font-weight: bold;
    vertical-align: top;
}

div.my-form div.desc {
    float: left;
    text-align: justify;
    margin-bottom: 5px;
    width: 280px;
    clear: right;
    font-size: 8pt;
}

div.my-form div.desc-wide {
    float: left;
    text-align: justify;
    margin-bottom: 5px;
    width: 100%;
    clear: right;
}

div.my-form textarea.wysiwyg {
    width: 510px;
    overflow: hidden;
}

textarea {
    border: 1px solid #f1a433;
    background-color: #fafafa;
    width: 280px;
    padding: 2px;
}

textarea.wide {
    width: 760px;
}

div.my-form input {
    border: 1px solid #f1a433;
    background-color: #fafafa;
    width: 280px;
    padding: 2px;
}

div.my-form input.calendar {
    width: 180px;
}

div.my-form input.checkbox {
    background: transparent;
    width: 13px;
    height: 13px;
    border-width: 0px;
}

div.my-form input.submit {
    width: 180px;
    font-weight: bold;
}

div.my-form input.file {
    background: transparent;
/*    background-color: #acbbd9;*/
}

div.my-form select.select {
    width: 280px;
    background-color: #fafafa;
}

div.my-form img.thumb {
    border: 2px solid #cccccc;
    margin-bottom: 5px;
}

div.my-form img.thumb-vote {
    border: 2px solid #cccccc;
    margin-bottom: 5px;
    width: 200px;
}



/*** table listing ***/

table.listing {
    width: 100%;
}

table.bottom-15 {
    margin-bottom: 15px;
}

table.listing thead, table.listing tfoot {
    font-weight: bold;
}

table.listing thead td {
    border-bottom: 1px solid #555555;
    vertical-align: bottom;
}

table.listing tfoot td {
    border-top: 1px solid #555555;
}

table.listing tr.odd {
}

table.listing tr.even {
    background-color: #eaeaea;
}

table.listing td {
    padding: 0px 6px 2px 6px;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
}

table.listing td.wrap {
    white-space: normal;
}

table.listing td.right {
    text-align: right;
}

table.listing td.center {
    text-align: center;
}

table.listing td.light {
    color: #747e93;
}

table.listing td.strong {
    font-weight: bold;
}



/*** admin menu ***/

div.admin-menu {
}

div.admin-menu h3 {
    font-size: 13pt;
    font-weight: normal;
    margin: 8px 0px 4px 2px;
    padding: 0px;
    color: #ed8e00;
}

ul.admin-menu {
/*    font-size: 12pt;*/
    margin: 0px 0px 10px 3px;
    padding-left: 20px;
    list-style-type: circle;
    color: #787878;
}

ul.admin-menu li {
}

ul.admin-menu ul {
    margin: 0px;
    padding: 0px 0px 3px 15px;
/*    list-style-type: square;*/
}

ul.admin-menu ul li {
}

ul.admin-menu li a {
    color: #787878;
    text-decoration: none;
}

ul.admin-menu li a:hover {
    color: #ed8e00;
/*    text-decoration: none;*/
}

div.admin-link {
    text-align: right;
    margin-bottom: 0px;
}



ul.tasks {
    margin: 4px 0px 0px 10px;
    padding-left: 20px;
    list-style-type: circle;
}

ul.tasks ul {
    margin: 0px;
    padding-left: 15px;
/*    list-style-type: square;*/
}

ul.tasks li {
}



div.admin-link {
    text-align: right;
    margin-bottom: 0px;
}



/*** image listing ***/

div.image-listing {
/*    text-align: center;*/
/*    margin-left: 45px;*/
/*    margin-right: -15px;*/
    overflow: hidden;
    clear: both;
    margin: 4px 0px 2px 0px;
/*    border: 1px solid red;*/
}

div.image-listing div.img, div.image-listing div.img-default {
    float: left;
    background-color: #dadada;
/*    background-color: #eae7f7;*/
/*    background-color: #9297a6;*/
/*    border: 1px solid #9297a6;*/
    margin-left: 1px;
    margin-bottom: 1px;
    padding-top: 10px;
/*    width: 126px;*/
    width: 128px;
    height: 118px;
    text-align: center;
    overflow: hidden;
}

div.image-listing img {
    border: 1px solid #dadada;
/*    border-right: 2px solid #444444;*/
/*    border-bottom: 2px solid #444444;*/
    height: 90px;
}

div.image-listing div.img-default img {
    border: 2px solid #888888;
}

div.image-listing div.actions {
    margin-top: -1px;
    font-size: 7pt;
    color: #404040;
}

div.image-listing div.actions a {
    color: #404040;
    text-decoration: none;
}



/*** image ***/

div.image {
/*    background-color: #fafafa;*/
/*    border: 1px solid #cccccc;*/
    margin: 15px 0px 20px 3px;
/*    padding: 22px 0px 22px 0px;*/
/*    width: 520px;*/
    text-align: center;
    overflow: hidden;
}

div.image img {
    text-align: center;
    border: 8px solid #495d81;
}

div.image-info {
    text-align: justify;
    margin: 5px 5px 5px 5px;
}




/*** issues listing ***/

div.issue-listing {
/*    text-align: center;*/
    margin: 20px 0px 0px 20px;
/*    margin-right: -15px;*/
    overflow: hidden;
    clear: both;
}

div.issue-listing div.img, div.issue-listing div.img-default {
    float: left;
    background-color: #495d81;
/*    background-color: #fafafa;*/
/*    background-color: red;*/
/*    border: 1px solid #cccccc;*/
    margin-left: 1px;
    margin-bottom: 1px;
/*    margin: 3px;*/
    padding-top: 6px;
    width: 172px; height: 255px;
    text-align: center;
    overflow: hidden;
}

div.issue-listing img {
    border: 1px solid #ffffff;
/*    width: 170px;*/
    width: 160px;
}

/*div.issue-listing div.img-default img {*/
/*    border: 2px solid #888888;*/
/*}*/

div.issue-listing div.info {
    margin-top: 3px;
/*    font-size: 7pt;*/
}



/*** permanent exhibitions ***/

div.permanent-exhibition {
    border-bottom: 1px solid white;
    font-size: 8pt;
    line-height: 110%;
/*    overflow: hidden;*/
/*    height: 80px;*/
}

div.permanent-exhibition div.text {
    padding: 3px 0px 6px 5px;
    float: left;
    width: 120px;
}

div.permanent-exhibition div.text div.name {
    font-weight: bold;
    padding-bottom: 3px;
/*    border: 1px solid red;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
}

div.permanent-exhibition div.text div.curator {
    font-weight: bold;
    padding-bottom: 3px;
}

div.permanent-exhibition div.text div.intro {
}

div.permanent-exhibition div.image {
    float: right;
    width: 50px;
    height: 150px;
    background-color: #44aac0;
}

div.permanent-exhibition div.image img {
    width: 50px;
}



/*** exhibitions listing ***/

div.exhibition {
    border-bottom: 1px solid #44aac0;
}

div.exhibition div.image {
    float: left;
    width: 100px;
    height: 130px;
    background-color: #44aac0;
    overflow: hidden;
}

div.exhibition div.image img {
    width: 100px;
}

div.exhibition div.text {
    float: left;
    width: 475px;
    padding: 2px 0px 5px 10px;
}

div.exhibition div.text div.title {
    font-size: 11pt;
    color: #ba1f25;
    font-weight: bold;
    padding-bottom: 2px;
}



/*** pager ***/

div.pager {
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
}

div.pager a.pager {
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}

div.pager a.pager:hover {
    color: #000000;
}

div.pager span.disabled {
    color: #d0d0d0;
    padding: 0px 5px 0px 5px;
}

div.pager span.info {
    padding: 0px 10px 0px 10px;
}

