html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {    
    margin: 0;
    height: 100%;
    width: 100%;
    
    font: 12px Arial,Helvetica,sans-serif;
    line-height: 19px;
    color: #111;
}

label {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width: 45%;
    text-align: right;
    margin: 3px 6px;
}

input {
    border: 1px solid #888;
    padding: 2px;
    font: 12px Arial,Helvetica,sans-serif;
    color: #333;
    margin: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FFF;
    cursor: pointer;
}

input:hover {
    background-color: #DDD;
    border: 1px solid #888;
}

input:focus {
    background-color: #DDD;
    border: 1px solid #444;
}

#handle {
    display: block;
    float: right;
    height: 90%;
    text-decoration: none;
    cursor: col-resize;
    margin: auto 0;
    background: #ccc url('../images/arrow.png') center center no-repeat;
    width: 7px;
    position: relative;
}

#viewport {
    float: left;
    width: 70%;
    height: 90%;
    position: relative;
    overflow: hidden;
    cursor: move;
}

#scroll {
    float: left;
    position: relative;
    overflow: hidden;
    cursor: move;
    width: 100%;
    height: 100%;
}

#viewport #settings {
    background-color: #CCC;
    height: 100%;
    cursor: default;
}

#viewport #close_settings {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    padding: 5px;
    font-size: 18px;
    bottom: 0;
    right: 20px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background-color: #EFEFEF;
}

#viewport #close_settings:hover {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    border-top: 1px solid #444;
    color: #444;
}

#settings ul, li {
    margin: 0 5px;
    padding: 0;
    list-style-type: none;
}

#settings li {
    float: left;
    padding: 2px 10px;
    background-image: url('../images/gradient.gif');
    border: 1px solid #BBB;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

#settings li:hover {
    border-bottom: 1px solid #E7E7E7;
}

#settings_iframe {
    background-color: #E7E7E7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    padding: 5px;
}

#options_bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    background: #000 url('../images/gradient.gif') left center repeat-x;
    color: #000;
    padding: 0 3px 3px;
    height: 22px;
    opacity: 0.9;
    display: none;
    z-index: 1000000;
}

#options_bar strong {
    display: block;
    float: left;
    margin-top: 5px;
    width: 150px;
    text-align: right;
}

#options_bar a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

#options_bar a img {
    border: 0;
    margin: 4px;
}

#options_bar a img.active {
    background-color: #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    padding: 2px;
    margin: 1px;
    border: 1px solid #888;
}

.tip-title {
    background-color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    padding: 6px;
    margin: 0;
    border: 1px solid #777;
    color: #333;
}

#moodboard {
    width: 2000px;
    height: 1500px;
    position: relative;
}

.grid {
    background-image: url('../images/grid.gif');
    background-position: left top;
}

#moodboard h1 {
    margin: 0;
    font-size: 100px;
    line-height: 100px;
    padding: 0;
    color: #000;
    opacity: 0.05;
}

#moodboard .img {
    position: absolute;
    cursor: url('../images/cursors/cursor_hand.cur'), move;
    margin: 2px; /* Voor de border */
}

#moodboard .active {
    border: 2px solid #FFF;
    margin: 0;
}

.drag {
    -moz-box-shadow: 0 0 20px #FFF;
}

#moodboard .lock {
    cursor: default;
}

#moodboard  .innerimg {
    width: 100%;
    height: 100%;
}

#moodboard .img .resize {
    display: none;
}

#moodboard .resize {
    display: none;
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: se-resize;
    width: 10px;
    height: 10px;
    
    background-color: #FFF;
    
    padding: 2px 0 0 2px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -moz-border-radius-topleft: 8px;
}

#moodboard .lock .resize {
    display: none;
}

#moodboard .buttons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-border-radius-bottomleft: 8px;
    display: none;
    cursor: default;
}

#moodboard .buttons img {
    cursor: pointer;
}

#moodboard span {
    position: absolute;
    top: -17px;
    left: -3px;
    padding: 3px;
    color: #000;
    font-weight: bold;
    
    display: none;
}

#moodboard .hover span {
    display: block;
}

#moodboard .active span {
    display: block;
}

#minimap {
	width: 200px;
	height: 150px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
    
    position: fixed;
    bottom: 0;
    right: 0;
    display: NONE;
}

#minimap div {
    position: absolute;
    height: 10%;
    width: 10%;
    border: 1px solid #000;
}

#pic_titel {
    display: block;
    float: left;
    text-align: right;
    cursor: auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 1px; /* ipv 2*/
    height: 16px; /* ipv 15 */
}

#pic_titel:focus {
    background-color: #FFF;
}

.slider_background {
    position: absolute;
    display: block;
    background-image: url('../images/slider_holder.gif');
    
    width: 200px;
    height: 30px;
    top: 20px;
}

.slider_background_multi_red {
    position: absolute;
    display: block;
    background-image: url('../images/slider_holder_multi.gif');
    background-position: top center;
    
    width: 200px;
    height: 30px;
    top: 20px;
}

.slider_background_multi_green {
    position: absolute;
    display: block;
    background-image: url('../images/slider_holder_multi.gif');
    background-position: center center;
    
    width: 200px;
    height: 30px;
    top: 50px;
}

.slider_background_multi_blue {
    position: absolute;
    display: block;
    background-image: url('../images/slider_holder_multi.gif');
    background-position: center bottom;
    
    width: 200px;
    height: 30px;
    top: 80px;
}

.slider_marker {
    position: relative;
    display: block;
    background-image: url('../images/slider_marker.gif');
    
    width: 30px;
    height: 12px;
    
    top: -7px;
    
    cursor: e-resize;
}

.red {
    background-image: url('../images/slider_marker_red.gif');
}

.green {
    background-image: url('../images/slider_marker_green.gif');
    top: 0;
}

.blue {
    background-image: url('../images/slider_marker_blue.gif');
    top: 1px;
}