/********************************************************************************************************************************************
    Basic HTML styles.
********************************************************************************************************************************************/

/*h1 {
    font-size: 18px;
    color: #2D2D2D;
}

h2 {
    font-size: 16px;
    color: #2D2D2D;
}

h3 {
    font-size: 14px;
    color: #2D2D2D;
}

h4 {
    font-size: 12px;
    color: #2D2D2D;
}*/

input {
    /*background-color: #ffffff;*/
    background-color: #D9D9B0;
    color: #EA6F01;
    font-size: 10px;
    border: #2D2D2D 1px solid;
}

input[disabled] {
    color: #888888;
    border: #444444 1px solid;
}

input:focus {
    /*background-color: #eeeeee;*/
    background-color: #ffffff;
    color: #EA6F01;
    font-size: 10px;
    border: #EA6F01 1px solid;
}

.button {
    margin: 0 2px 0 2px;
    padding: 0 5px 0 5px;
}

.button[disabled] {
    color: #888888;
    background-color: #D9D9B0;
    border: #444444 1px solid;
    margin: 0 2px 0 2px;
    padding: 0 5px 0 5px;
}

/* Header */

#header {
/*         width: 680px; */
        /*height: 100px;*/
        margin: 0 auto;
    /*border-bottom: #666666 1px dashed;*/
        /*background: url(images/img03.jpg) no-repeat;*/
}

#header a {
        color: #3E3E3E;
    text-decoration: underline;
}

.header-popup {
        width: 95%;
        margin: 0 auto;
}

.header-popup a {
        color: #EA6F01;
    text-decoration: underline;
}

/* Page */

#page {
/*         width: 680px; */

        margin: 0 auto;
    /*background: url(images/img04.jpg) repeat-y;*/
}

.page-dialog {
        margin: 0 auto;
    /*background: url(images/img04.jpg) repeat-y;*/
}

/* Back */

#back {
/*         width: 680px; */
        margin: 0 auto;
}

#back a {
        text-decoration: none;
        color: #3E3E3E;
    background: url(images/arrow_back.png) no-repeat;
    padding-left: 16px;
}

/* Content */

#content {
/*     width: 680px; */
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #666666 1px dashed;
}

#content-wide {
/*     width: 680px; */
    margin: 0 auto auto auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #666666 1px dashed;
}

.content-dialog {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #666666 1px dashed;
    border-bottom: #666666 1px dashed;
}

.content-popup {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #666666 1px dashed;
    border-bottom: #666666 1px dashed;
}

/* Footer */

#footer {
    clear: both;
/*     width: 680px; */
    margin: 10 auto 10 auto;
    border-top: #666666 1px dashed;
    /*padding: 20px 20px;*/
    /*background: url(images/img05.jpg) no-repeat;*/
}

#footer p {
        margin: 0;
        font-size: 77%;
        color: #444444;
}

#footer a {
        color: #444444;
}

#footer a:link, #footer a:active, #footer a:hover {
    
}

/* Footer popup */

.footer-popup {
        clear: both;
        width: 590px;
        margin: 0 auto;
        /*padding: 20px 20px;*/
        /*background: url(images/img05.jpg) no-repeat;*/
}

.footer-popup p {
        margin: 0;
        font-size: 77%;
        color: #444444;
}

.footer-popup a {
        color: #444444;
}

.footer-popup a:link, #footer a:active, #footer a:hover {

}

/********************************************************************************************************************************************
    Gallery styles
********************************************************************************************************************************************/

.thumbnail {
        float: left;
        position: relative;
        color:inherit;
        /*background-color: #949494;*/
        width: 160px;
        height: 160px;
        overflow: hidden;
}

div.thumbnail:hover {
        float: left;
        position: relative;
        color:inherit;
        background-color: #E3DFFF;
        width: 160px;
        height: 160px;
        overflow: hidden;
/*         border: 2px #00ff00 solid; */
}


.borderTopLeft {
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
}

.itemNumber {
        z-index: 0;
        position: absolute;
        top: 2px;
        left: 2px;
        background-color:inherit;
        color: #F1EFFF;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -1px;
}

.containerTable {
    width: 160px; 
    height: 160px;
    background-color: inherit;
}
/*
table.containerTable:hover {
    width: 160px; 
    height: 160px;
    background-color: #9f9f9f;
}*/


.dropShadow {
        background: url(images/shadow.png) right bottom no-repeat;
/*         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow.png', sizingMethod='scale'); */
        display: block;
        float: left;
        margin: 13px -10px -10px 10px;
        position: relative;

}

.dropShadow:before, .dropShadow:after {
        background: inherit;
        content: " ";
        display: block;
        height: 10px;
        width: 10px;
}

.dropShadow:before {
        background-position: right top;
        margin: -10px 0 0 auto;
        position: absolute;
        right: 0;
        top: 0;
}

.dropShadow:after {
        background-position: left bottom;
        margin: -13px auto 0 -10px;
}

.dropShadow .inner {
        display: block;
        left: -10px;
        margin: 0;
        overflow: hidden;
        position: relative;
        top: -13px;
}

.thumb {
        border: 1px solid black;
        position: relative;
}

.navButton {
    margin-left: 5px;
    margin-right: 5px;
}

.navButtonBig {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.galleryItemLink {
/*     border: 2px #ff0000 solid; */
}

#stage, #index {
/*         background-color: #949494; */
}
