body {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.0em;
    position: relative;
}

h1 {
    width: 100%;
    height: 40px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#logo {
    width: 300px;
    padding-left: 20px;
    padding-top: 5px;
    display: block;
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.2em;
}

#navBar {
    position: absolute;
    top: 1px;
    right: 0px;
    height: 40px;
    list-style: none;
}

#navBar li {
    padding-top: 15px;
    margin-right: 10px;
    float: left;
    height: 25px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
}

.selected, #navBar a:hover {
}

#navBar a {
    padding: 5px;
}

#sideBarMenu {
    position: fixed;
    top: 100px;
    z-index: 2;
    width: auto;
}

#sideBarContent {
    position: relative;
    opacity: 0.5;
    filter: Alpha(Opacity = 50);
    text-align: right;
    padding-bottom: 10px;
}

#sideBarTab {
    position: absolute;
    display: block;
    right: -30px;
    top: 0px;
    height: 30px;
    width: 30px;
}

/* Imago */
/* Current Image */
#imagoFrame {
    position: relative;
    top: 20px;
    display: block;
    width: 320px;
    margin: 0 auto;
    z-index: 0;
	text-align: center;
}

#imagoCurrentImg {
    visibility: hidden;
	height: auto;
	width: auto;
	/*max-height : 1024px;*/
}

#imagoCurrentImageTitle {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    z-index: 1;
}

#imagoNextImageLink, #imagoPreviousImageLink {
    position: absolute;
    height: 100%;
    width: 50px;
    cursor: pointer;
    z-index: 10;
    background: url('img/empty.gif') no-repeat center center;
    display: none;
    border: 0px;
}

#imagoNextImageLink:hover {
    background: url('img/nextImg.png') no-repeat center center;
}

#imagoNextImageLink {
    right: 10px;
    top: 0px;
}

#imagoPreviousImageLink {
    left: 10px;
    top: 0px;
}

#imagoPreviousImageLink:hover {
    background: url('img/prevImg.png') no-repeat center center;
}

/* Thumb menu*/
#imagoGalleryTitle {
    margin-top: 10px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    font-family: monospace;
    color: #FFFFFF;
}

#imagoCurrentThumbTable {
    border-collapse: separate;
    border-spacing: 5px;
    margin: 5px;
    padding: 5px;
    outline: 5px;
}

#imagoMenuPrevLink, #imagoMenuNextLink {
    display: none;
    margin: 15px;
    cursor: pointer;
}

#imagoCurrentImageLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('img/loading.gif') no-repeat center center;
    display: none;
}

#imagoLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('img/loading.gif') no-repeat center center;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(Opacity = 50);
}

#imagoError {
    display: none;
}

.msg {
    margin: 0 auto;
    margin-top: 50px;
}

#debug-div {
    font-weight: bold;
    color: #FFFFFF;
}