@charset "UTF-8";

/*styles for jquery managed styles*/

#welcome-screen {

width: 100%;
height: 100%;
overflow: hidden;
background: black url(images/welcome.jpg) center center no-repeat;
position: absolute;
top: 0px;
left: 0px;

}

.tag-move {

cursor:move;

}

.drop {

position: relative;
left:-20px;
float: right;

}

.popup {

background: white;
width: 400px;
position: absolute;
left: 50%;
margin-left: -150px;
border: solid 2px black;
height: 120px;
top: 300px;
z-index: 4000;
font-size: 10px;
padding: 10px;
visibility: hidden;

}

.popup p {clear: both; color: black !important; text-align: justify;}

.popup a {color: black !important; float: right;}

.popup h1 {

float: left;
color: black !important;
font-size: 14px;
margin-bottom: 10px;

}

#logo {

margin-left: auto;
margin-right: auto;
width: 251px;
height: 251px;
margin-top: 250px;

}

.show-drop {

background-image: url(images/trans_black.png);

}

.current-tags li{

list-style: none;
clear: right;

}

.current-tags li img {

float: right;

}


.cancel-tag{

position: relative;
left: 5px;

}

#click-warning {

font-size: 9px;
margin-top: 5px;
clear: both;

}

#overlay {
background-color: black;
background-image: url(images/clock.png);
background-position: center center;
background-repeat: no-repeat;
position: fixed;
top: -1px;
width: 1px;
height: 1px;
overflow: hidden;
z-index: 4000;
}

#lightbox{

background: black;
position: absolute;
max-width: 800px;
top:10px;
left: 50%;
padding: 3px;
z-index: 5000;

}

#close-lightbox img {

float: left;

}

#viewer{

z-index: 2000;

}

#close-lightbox p {

float: left;
margin-left: 5px;
color: white;
font-size: 12px;
font-family: Verdana, sans-serif;

}

#drop {

position: relative;
top:-25px;
}

#thumb-info{

border: solid 3px #666;
padding: 3px;
background: url(images/green_trans.png) 0 0;

}

#thumb-info img {

float: left;

}

#thumb-info .viewer-info {

float: left;
width: 189px;

}

#thumb-info h4 {

font-family: Verdana, sans-serif;
font-size: 14px;
padding-top: 13px;
padding-left: 10px;
height: 30px;
width: auto;
float: none;
color: white;
background-image: url(images/label_thumb.png);
background-position: right top;
background-repeat: no-repeat;

}

#thumb-info span {

font-size: 12px;
font-weight: bolder;
display: block;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
color: black;

}

#thumb-info p {

font-size: 12px;
color:black;
width: 220px;
padding-left: 10px;

}

#thumb-info .text {

float: left;

}

#thumb-info .clear{

clear: both;
height: 1px;
position: relative;

}

#loader {

position: absolute;
top:400px;
left: 50%;
margin-left: 35px;

}

.tags-menu {

padding-right: 7px;

}

.tag {

padding-top: 2px;

}
