/* CSS Document 
Author: Dave Snowdon
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
}

body.whitebody {
    background-color: white;
    color: black;
}

body.blackbody {
    background-color: black;
    color: white;
}

#main {
    margin: auto;
    width: 800px;
}
    
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body.whitebody a {
    color: black;
}

body.blackbody a {
    color: white;
}

a.arrowlink {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
}

a.arrowlink img {
    border: 0;
}

h2 {
    font-weight: bold;
    padding: 0px 0px 0px 20px;
}

tr.header {
    height: 46px;
}



span.header {
    font-family: "Times New Roman";
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
    text-indent: 0px;
    white-space: normal;
    text-transform: uppercase;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 2px;
    position: static;
    left: 0px;
    height: auto;
}

.sidehead {
    font-family: Verdana;
    font-size: 16px;
    background-position: center;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    height: auto;
    white-space: normal;
    padding-top: 3px;
    padding-bottom: 2px;
}

#styleswitcher {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

#styleswitcher a.white {
    background-color: #ffffff;
    border: 1px solid #333333;
    width: 35px;
}

#styleswitcher a.black {
    background-color: #000000;
    border: 1px solid #333333;
    width: 35px;
}


.navigation {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 20px 2px 20px;
    text-transform: uppercase;
    word-spacing: 0.5em;
    white-space: normal;
    background-color: #eeeeee;
}

.navigation.management {
    font-size: 13px;
    padding: 4px 10px 2px 10px;
}

tr.nav td div.navigation {
    text-align: left;
    margin-bottom: 10px;
}

.navigation a {
    cursor: pointer;
}

@media print {
    tr.nav {
        display: none;
    }
}

.bottom_navigation {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

body.whitebody  .bottom_navigation {
    border-bottom: 1px solid white;
}

body.whitebody  .bottom_navigation {
    padding-bottom: 4px;
}

.title_bar {
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}
    
.main {
    font-family: Verdana;
    font-size: 12px;
    padding: 2px;
    vertical-align: top;
    text-align: left;
    margin: 2px;
    clear: none;
    float: none;
    width: 0px;
    white-space: normal;
    letter-spacing: 0em;
    word-spacing: 0em;
}


.wide_margin {
    text-align: justify;
    padding: 0px 20px 20px 20px;
    position: relative;
    margin-top: 10px;
}


.mainbottom {
    font-family: Verdana;
    font-size: 12px;
    padding: 10px 20px 5px;
    text-align: justify;
    text-indent: 0px;
}

.footer{
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
    border-top: 1px solid black;
}

.resadvice {
    color: black;
}

div.new_row {
    clear: both;
}

.thumbnail_list {
    overflow: auto; 
    width: 209px; 
    height: 454px;
    text-align:center;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

div.thumbnail_bar_holder {
    width: 100%;
    text-align: center;
}

div.thumbnail_bar_holder div.inner_holder {
    margin: 0 auto;
}

div.thumbnail_bar.width1 div.thumbnail_frame {
    margin: 2px;
}

div.thumbnail_bar.width2 div.thumbnail_frame {
    margin: 2px 10px 2px 10px;
}

div.thumbnail_bar.width3 div.thumbnail_frame {
    margin: 2px 20px 2px 20px;
}

div.thumbnail_bar.width4 div.thumbnail_frame {
    margin: 4px 20px 4px 20px;
}

div.thumbnail_bar.width1 {
    width: 160px; 
    margin: 5px;
}

div.thumbnail_bar.width2 {
    width: 320px;
    margin: 10px; 
}

div.thumbnail_bar.width3 {
    width: 480px; 
    margin: 15px;
}

div.thumbnail_bar.width4 {
    width: 640px; 
    margin: 15px;
}

div.thumbnail_bar {
    display: inline;
    text-align: center;
    float: left;
    border: 1px solid #a6874d;
}

div.thumbnail_bar div {
    margin: 0 auto;
}

div.thumbnail_bar p {
    font-weight: bold;
}

div.thumbnail_frame {
    display: inline;
    width: 79px; 
    height: 79px;
    text-align: center;
}

div.thumbnail_frame img {
    border: 1px solid #333333;
}

#main {
    text-align: left;
}

#sidebar {
}

.clickable_thumbnail {
}

.main_photo {
}

.mainbox {
    width: 650px;
    text-align:center;
}

p.spacer {
   clear: both;
}

#main_photo_holder {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#photo_title {
    font-style:italic; 
}

#main_photo_loading {
    display: none;
}

#main_photo_loading div {
    position: absolute;
    top: 300px;
    left: 250px;
}

#photo_nav {
    position: absolute;
    z-index: 5;
    width: 100%;
    //visibility: hidden;
    display: none;
}

#prev_photo_button {
    float: left;
    display: block;
}

#next_photo_button {
    float: right;
    display: block;
}

#bigphoto {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

@media print {
    #bigphoto {
        display: none;
    }
}

.rename_editor {
    display: none;
}

.rename_link {
    display: inline;
}

/* Contact form */
#name, #email, #phone {
    width: 75%;
}

#message {
    width: 80%;
}

#title a.actionlink {
    font-size: 0.5em;    
}

#category_changer {
    display: none;
}

.hiddenChild {
    display: none;
}

.error {
    color: red;
    font-weight: bold;
}

div.userdata table {
    border-bottom: 1px solid white;
}

div.userdata td.textcell {
    width: 250px;
}

div.userdata td.labelcell {
    font-weight: bold;
    width: 100px;
}

div.inactiveTextEdit {
    border: 1px solid #333333;
}

div.activeTextEdit {
    border: 0;
}

div.hoverTextEdit {
    border: 1px solid white;
}

div#uploadfields {
    margin: 5px;
}

div#uploadfields div {
    margin: 5px;
}

div#uploadfields div .colCaptionName, div#uploadfields div .colCaptionFile {
    font-weight: bold;
    display: inline;
    padding-left: 0;
}

div#uploadfields div .colCaptionName {
    margin-left: 202px;
}

div#uploadfields div input[type=text], div#uploadfields div .colCaptionName {
    width: 200px;
 }

div#uploadfields div input[type=file], div#uploadfields div .colCaptionFile {
    width: 240px;
}

div#uploadfields input[type=submit] {
    margin: 5px;
}

table.exhibition_list {
   width: 100%;
   margin-top: 10px;
   margin-bottom: 10px;
}

table.exhibition_list .title_col {
   width: 75%;
}

th {
   font-weight: bold;
}

#stats_table {
   width: 100%;
}

#stats_table th, .stats_table td {
    text-align: left;
}
