/* 
    Document   : upload
    Created on : 13.02.2013, 11:45:27
    Author     : Bastian.Clemens
    Description:
        Purpose of the stylesheet follows.
*/

.uploadArea {
    border: 5px dotted #CCCCCC;
    background-color:#F2F2F2;
    height: auto;
    margin-bottom: 10px;
    min-height: 70px;
    padding: 10px;
    position: relative;
}
.uploadArea h1 {
    text-align: center;
    color:#555555;
}
.dfiles {
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    clear: both;
    cursor: default;
    height: 25px;
    margin: 3px;
    opacity: 0.6;
    padding: 3px;
    position: relative;
    width:98%;
    z-index: 1;
    line-height: 25px;
}
.dfiles h5 {
    float:left;
    line-height: 25px;
    margin:0px;
    padding:0px;
    font-size: 15px;
    font-weight: normal;
}
.dfiles img {
    float:left;
    margin-right:5px;
    margin-top:4px;
}
.dfiles .loading,.dfiles .delete {
    float:right;
}
.dfiles .delete  {
    cursor: pointer;
}

.progress img { 
    margin-top:7px; 
    margin-left:24px; 
}

img.screenshot {
    cursor: help;
}

p#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

p#screenshot img{
	margin-bottom:3px;
        width:300px;
}