/* 	Asle Benoni - asle[at]benoni.no
#	september 2007
#
#
#
*/

body {font:1em georgia, 'Times New Roman', times, serif; margin: 108px 0 0 0}
p {margin: 8px 0; }

#wrapper { }

#left {float:left; width: 284px; margin-left:94px; }
#head h1{ margin:5px 0; padding:0}
#head h1 a {display: block;text-indent:-500px; background: url(graphics/dom_header.jpg) 0 0 no-repeat; width: 284px; height:56px; font-size:10px;}

#menu {list-style:none; margin-right:75px;}
#menu li {text-align: right;}
#menu li a {text-decoration:none; color:#666; padding-right:10px;}
#menu li a.active, #menu li a:hover {background: url(pix/arrow.gif) right 8px no-repeat; color:#000 }

#right {float:left; width: 370px; margin-left:5px; margin-top:55px; font-size: 0.8em;}
#right a:link, #right a:visited
{text-decoration: none; color: #666; border-bottom: 1px #666 dotted;}
#right a:hover {color: #000; border-bottom:1px solid #000; }

#right #download a:link, #download a:visited {border-bottom:none; text-decoration:none; }
#right #download img {border:1px solid #000; margin: 0 4px 4px 0; }
#right #download a:hover {border:none; }

#jquery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
}
#jquery-lightbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
}
#lightbox-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
        width: 49%;
        height: 100%;
        zoom: 1;
        display: block;
}
#lightbox-nav-btnPrev {
        left: 0;
        float: left;
}
#lightbox-nav-btnNext {
        right: 0;
        float: right;
}
#lightbox-container-image-data-box {
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        overflow: auto;
        width: 100%;
        padding: 0 10px 0;
}
#lightbox-container-image-data {
        padding: 0 10px;
        color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
        display: block;
        clear: left;
        padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
        width: 66px;
        float: right;
        padding-bottom: 0.7em;
}
