/*** 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: 90px; /*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: 360px;
    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: 480px;
    overflow: hidden;
}

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

textarea.wide {
    width: 480px;
}

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

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

div.my-form input.submit {
    width: 180px;
    font-weight: bold;
    background: url('bg-small-title.jpg') repeat-x;
/*    border: 1px solid #e7e7e7;*/
}

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

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

div.my-form img.thumb {
    border: 1px solid #a0a0a0;
    background-color: #fafafa;
    margin-top: 5px;
    padding: 5px;
}

div.my-form h2 {
    font-size: 10pt;
    font-weight: normal;
    color: #ae0001;
    border-bottom: 1px solid #ae0001;
    margin: 14px 0px 8px 0px;
    float: none;
    clear: both;
}

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

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

div.my-form div.input-calendar img {
    position: relative;
    top: 4px;
/*    margin: 5px 0px 0px 0px;*/
}

div.my-form div.calendar {
    position: absolute;
    width: 160px;
    height: 190px;
    border: 1px solid #808080;
    background: #f0f0f0;
    padding: 5px 5px 5px 5px;
    margin: -20px 0px 0px 230px;
}

div.my-form div.calendar a {
  text-decoration: none;
  font-weight: bold;
  color: #444444;
}

div.my-form div.calendar td {
    text-align: right;
}
div.my-form div.calendar th {
    background-color: #5a5a5a;
    color: #ffffff;
    text-align: center;
}

div.my-form div.calendar div.calendar-year {
    text-align: center;
/*    border: 1px solid blue;*/
}

div.my-form div.calendar div.calendar-month {
    text-align: center;
    margin: 3px 0px 10px 0px;
}

div.my-form div.calendar table.calendar {
    width: 150px;
}

div.my-form div.calendar select {
    font-weight: bold;
}

div.my-form div.calendar td.selected {
    background-color: #d48502;
}

div.my-form div.calendar td.selected a {
    color: #000000;
}

div.my-form div.calendar td.sat {
    background-color: #7a7a7a;
}

div.my-form div.calendar td.sat a {
    color: #ffffff;
}

div.my-form div.calendar td.sun {
    background-color: #5a5a5a;
}

div.my-form div.calendar td.sun a {
    color: #ffffff;
}



/*** 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.icon {
    padding: 0px 2px 0px 2px;
    width: 17px;
}

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.light a {
    color: #747e93;
}

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

table.listing td.strong a {
    color: #d02219;
}



/*** admin menu ***/

div.admin-menu {
}

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

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: #606060;
    text-decoration: none;
}

ul.admin-menu li a:hover {
    color: #0b4a8f;
/*    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: 7px 0px 2px 20px;
/*    border: 1px solid red;*/
}

div.image-listing div.img, div.image-listing div.img-default {
    float: left;
    background-color: #efefef;
    background-image: url('bg-product.jpg');
    background-repeat: repeat-x;
    border: 1px solid #e7e7e7;
    margin-left: 3px;
    margin-bottom: 3px;
    padding-top: 10px;
/*    width: 126px;*/
    width: 140px;
    height: 118px;
    text-align: center;
    overflow: hidden;
}

div.image-listing div.img-small {
    height: 105px;
}

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

div.image-listing div.img-default {
    border: 1px solid #a0a0a0;
}

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

div.image-listing div.actions {
    margin-top: -1px;
    font-size: 8pt;
    line-height: 100%;
    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 #606060;
}

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



/*** 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;
}

