* {
    margin: 0px;
    padding: 0px;
}

.container {
    height: 100%;
    width: 100%;
}

.headercontainer {
    height: 115px;
    width: 100%;
}

.header {
    background: #6b6b6b;
}

.contentcontainer {
    height: 90%;
    width: 100%;
}

.content {
    background: #6b6b6b url(/images/background.jpg);
}

.menucontainer {
    background: url(/images/menu-border.jpg) repeat-x;
    height: 30px;
    width: 100%;
}

.menuspan {
    height: 100%;
}

.menuside {
    background: url(/images/menu-border.jpg) repeat-y;
    height: 30px;
    width: 1px;
}

#menuitem {
    padding-left: 12px;
    padding-right: 12px;
    background: #6b6b6b url(/images/menu-border.jpg) repeat-x bottom;
    font: bold 11px Tahoma;
    color: #FFFFFF;
}

#menuitem a:link {
    color: #000000;
    text-decoration: none;
}
#menuitem a:visited {
    color: #000000;
    text-decoration: none;
}
#menuitem a:hover {
    color: #d9bad9;
}
#menuitem a:active {
    color: #000000;
    text-decoration: none;
}

.centercontainer {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 620px;
}

.threethirds {
    width: 620px;
}

.twothirds {
    width: 400px;
}

.onethird {
    width: 200px;
}

.spacer {
    background: url(/images/content-border.jpg) repeat-y center;
    width: 20px;
}

.xspacer {
    background: url(/images/content-border.jpg) repeat-y center;
    height: 8px;
}

.titlecontainer {
    background: #6B6B6B;
    border: 1px solid #000000;
    height: 30px;
    width: 100%;
}

#title {
    padding-left: 12px;
    padding-right: 12px;
    font: bold 11px Tahoma;
    color: #d9bad9;
}

.bodycontainer {
    width: 100%;
}

#body {
    padding-left: 12px;
    padding-right: 12px;
    font: 12px Tahoma;
    line-height: 120%;
    color: #FFFFFF;
}

#body a:link {
    color: #B2B1B1;
}
#body a:visited {
    color: #B2B1B1;
}
#body a:hover {
    color: #B2B1B1;
}
#body a:active {
    color: #B2B1B1;
}

#table {
    font: 12px Tahoma;
    line-height: 120%;
    color: #FFFFFF;
}

#table a:link {
    color: #B2B1B1;
}
#table a:visited {
    color: #B2B1B1;
}
#table a:hover {
    color: #B2B1B1;
}
#table a:active {
    color: #B2B1B1;
}

.hrline {
    height: 16px;
    vertical-align: middle;
}

.thumbnailleft {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #6B6B6B;
}

.thumbnailright {
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #6B6B6B;
}

.thumbnail {
    border: 1px solid #6B6B6B;
}

input {
    padding: 2px;
    background: #232323;
    border: 1px solid #6B6B6B;
    font: 12px Tahoma;
    line-height: 120%;
    color: #6B6B6B;
}

select {
    background: #232323;
    border: 1px solid #6B6B6B;
    font: 12px Tahoma;
    line-height: 120%;
    color: #6B6B6B;
}

option {
    padding: 2px;
    background: #6B6B6B;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    font: 12px Tahoma;
    line-height: 120%;
    color: #d9bad9;
}

textarea {
    padding: 2px;
    background: #232323;
    border: 1px solid #6B6B6B;
    font: 12px Tahoma;
    line-height: 120%;
    color: #6B6B6B;
    scrollbar-arrow-color: #6B6B6B;
    scrollbar-3dlight-color: #6B6B6B;
    scrollbar-darkshadow-color: #6B6B6B;
    scrollbar-face-color: #232323;
    scrollbar-highlight-color: #6B6B6B;
    scrollbar-shadow-color: #6B6B6B;
    scrollbar-track-color: #6B6B6B;
}

.button {
    font: 12px Tahoma;
}

.footercontainer {
    height: 60px;
    width: 100%;
}

#footer {
    background: #6b6b6b;
    font: 11px Tahoma;
    color: #000000;
}

#footer a:link {
    color: #d9bad9;
    text-decoration: none;
}
#footer a:visited {
    color: #d9bad9;
    text-decoration: none;
}
#footer a:hover {
    color: #d9bad9;
    text-decoration: none;
}
#footer a:active {
    color: #996699;
    text-decoration: none;
}

.tipheader {
    padding: 5px;
    border: 1px solid #000000;
    background: #6B6B6B;
    font: bold 12px Tahoma;
    line-height: 120%;
    color: #FFFFFF;
}

.tipbody {
    padding: 5px;
    border: 1px solid #000000;
    background: #232323;
    font: 12px Tahoma;
    line-height: 120%;
    color: #FFFFFF;
}

#lightbox{
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 9999;
    width: 620px;
    height: 620px;
    margin-left: -300px;
    border: 1px solid #FFFFFF;
    background: #6B6B6B;
    text-align: left;
}
#lightbox[id]{
    position:fixed;
}

#overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#overlay[id]{
    position:fixed;
}

#lightbox.done #lbLoadMessage{
    display:none;
}
#lightbox.done #lbContent{
    display:block;
}
#lightbox.loading #lbContent{
    display:none;
}
#lightbox.loading #lbLoadMessage{
    display:block;
}

#lightbox.done img{
    width:100%;
    height:100%;
}
