body {
    font: normal 100%/1.5em arial, verdana, sans-serif;
    color: #fff;
    background-color: #000;
}

select, input, textarea {
    font: normal .9em arial, verdana, sans-serif;
    background-color: #fef3f2;
}

input  { padding: 1px 2px; }
option { padding: 0 2px; }

table { border: 0; }
table.tcenter { margin: 0 auto; text-align: left; }
.ttop td { vertical-align: top; }
img { border: 0; }

input.butt {
    font-size: 85%;
    padding: 1px 2px 0 2px;
}

/* common styles */
hr { height: 1px; color: #a0bbd9; background-color: #a0bbd9; border: 0; }
.wide { width: 99.6%; }
.small { font-size: 85%; }

.bold { font-weight: bold; }

span.curr { border-bottom: 1px solid #c9e4e9; }

label {
    cursor: pointer;
    cursor: hand;
}

a {
    color: #d39886;
    text-decoration: underline;
}
a:hover {
    color: #ffcdb2;
    text-decoration: none;
}

#error, #warning {
    min-height: 21px;
    margin: .25em 0;
    padding: .25em .25em .25em 35px;
    font-weight: bold;
    color: #ff4d4d;
    background: #eddcba url("/images/error.gif") top left no-repeat;
    background-position: 4px 2px;
    border: 2px solid #b60908;
}
#warning {
    color: #3f5e8a;
    background: #eddcba url("/images/alert.gif") top left no-repeat;
    background-position: 4px 2px;
    border: 2px solid #809ec4;
}
#success {
    padding: .25em;
    font-weight: bold;
    text-align: center;
    color: #37b716;
    background-color: #eddcba;
    border: 2px solid #38ba17;
}

.note {
    padding: .5em 0;
    font-size: .9em;
}

#nav {
    margin: 5px 0;
}
#nav li {
    display: block;
    font: normal 13px/1.2em arial, verdana, sans-serif;
	list-style-type: none;
}
#nav li a {
    display: block;
    position: relative;
    padding: 3px 0 3px 10px;
    color: #d29583;
    text-decoration: none;
    border-top: 1px solid #4c0504;
    border-bottom: 1px solid #4c0504;
}
#nav li a:hover {
    color: #ffcdb2;
    background-color: #640505;
    border-top: 1px solid #740706;
    border-bottom: 1px solid #740706;
}
#nav li a.curr {
    color: #ffcdb2;
    font-weight: bold;
    background-color: #570504;
    border-top: 1px solid #680906;
    border-bottom: 1px solid #680906;

}

#content, #errortab {
    padding: 5px 5px 10px 15px;
    color: #bcb0ad;
    font: normal 85%/1.3em arial, verdana, sans-serif;
}
#errortab {
    background: transparent url("/images/mainbg.gif") top right no-repeat;
}
#maintab h1, #errortab h1 {
    position: relative;
    margin: .5em 0 .8em 0;
    color: #be7e12;
    font: bold 1.2em arial, verdana, sans-serif;
    text-transform: uppercase;
}
#maintab h1:first-letter, #errortab h1:first-letter { color: #c9830e; font-size: 1.4em;}

#maintab h2 {
    position: relative;
    margin: 1.1em 0 .5em 0;
    color: #be7e12;
    font: bold 1.2em arial, verdana, sans-serif;
}
#maintab h2:first-letter { color: #c9830e; font-size: 1.3em;}

#maintab h3 {
    position: relative;
    margin: 1.2em 0 .5em 0;
    color: #be7e12;
    font: bold 1.1em arial, verdana, sans-serif;
}

#maintab p, #errortab p {
	margin: 0 0 .2em .2em;
}
#maintab ul {
    margin: 0 0 0 25px;
}

ul#sitemap {
    list-style: circle;
}
ul#sitemap li {
    margin: 2px 0;
}

.wrn {
    color: #ff0000;
    font-weight: bold;
}

.location {
    width: 310px;
    margin: 4px 0;
    padding: 4px 3px;
    border: 1px solid #f3f3f3;
}

hr.bline { height: 1px; color: #e1e1e1; background-color: #e1e1e1; border: 0; }
hr.wine { margin: 10px auto; height: 1px; color: #702A20; background-color: #702A20; border: 0; text-align: center;}

.line {
    border-bottom: 1px solid #7f7f7f;
}

.sel {
    font-weight: bold;
    color: #e9e9e9;
    border: 1px solid #e9e9e9;
}

ol {
    margin: 8px 5px 8px 30px;
}

.data { width: 99.6%; }
.data th {
    padding: 4px 3px 2px 3px;
    background-color: #d4eafa;
    border-bottom: 1px solid #b4d8f2;
}
.data th a {
    color: #0663fc;
    text-decoration: none;
}
.data th a:hover {
    color: #5091fc;
    background: transparent;
}
.data td {
    padding: 4px 3px;
    vertical-align: top;
}

.item th {
    padding: 1em 0 .2em .2em;
    font: bold 1.4em arial, verdana, sans-serif;
    color: #333;
    text-align: left;
    background-color: #fff;
}

.item td {
    padding: 3px;
    line-height: 1.4em;
}

.event {
    padding-bottom: 10px;
    border-bottom: 1px solid #65271d;
}
.noline {
    border-bottom: 1px solid transparent;
}
.rinfo {
    padding-top: 5px;
    text-align: right;
    margin-right: 5px;
    font-size: .9em;
    color: #b58246;
}

.event img {
    display: block;
    margin: 0 auto 10px auto;
}

.bl {
    border-left: 1px solid #a0bbd9;
}

.z1 {
    background-color: #f7fcff;
    border-bottom: 1px solid #eff8ff;
}

.z2 {
    background-color: #fff;
    border-bottom: 1px solid #eff8ff;
}

.center { text-align: center; }
.right  { text-align: right; }

.cal {
    padding: 1px 5px;
    font: bold 11px verdana, tahoma;
    text-align: center;
    border: solid 1px;
}
.imgcal {
    position: relative;
    top: 2px;
    margin: -2px 2px 0 2px;
    cursor: pointer;
    cursor: hand;
}

.menu {
    width: 100%;
}
.menu th {
    padding: 4px 0 2px 0;
    text-align: left;
    text-decoration: underline;
}
.menu td {
    padding: 2px 0;
    font-weight: bold;
    border-top: 1px dashed #7F2F24;
}

.menu td em {
    display: block;
    padding-left: 10px;
    font-weight: normal;
}
.menu td.pr {
    white-space: nowrap;
    font-weight: normal;
    text-align: right;
}

.menu td.add {
    padding-top: 10px;
}

p.descr {
    padding: 10px 0 5px 0;
    font-style: italic;
    font-weight: bold;
}

a.ext {
    font-weight: bold;
}
#map {
    margin: 20px auto 5px auto;
    width: 500px;
    height: 400px;
    color: #333;
}
.minfo {
    width: 170px;
    color: #333;
    font: normal 11px arial, verdana, sans-serif;
}


a img { border: none; }
a { outline: none; }

#gallery {
    position: relative;
    width: 550px;
    margin: 10px auto;
    overflow: visible;
    padding: 6px;
    background-color: #702a20;
    border: 1px solid #431913;
}

#gallery_img_container {
    position: relative;
    background-color: #68271d;
}

#gloading {
    position: absolute;
    top: 40%;
    height: 25%;
    width: 100%;
    text-align: center;
}

#gprev a {
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    left: 0;
    background: url(/images/blank.gif) no-repeat;
}
#gprev a:hover {
    background: url(/images/prev.gif) no-repeat;
    background-position: left center;
}

#gnext a {
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    right: 0;
    background: url(/images/blank.gif) no-repeat;
}
#gnext a:hover {
    background: url(/images/next.gif) no-repeat;
    background-position: right center;
}

#gcaption {
    padding: 5px 0 0 5px;
    background-color: #702a20;
}

#gnav {
    margin-top: 5px;
    text-align: center;
}

#gnav a {
    background-color: none;
}
