body
{
	background-color: #787878;
	color: #ffffff;
	margin: 0px; padding: 0px;
}

div.main
{
	position: absolute;
	width: 100%;
}

div.header
{
	background-color: #555555;
	color: #ffffff;
	font-size: 24px;
	font-family: 'Signika Negative',sans-serif;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

div.content
{
	border-top: 1px solid #888888;
	margin: 0 auto;
	position: relative;
	height: 100%;
	text-align: center;
}

div.message
{
	margin-top: 50px;
}

div.upload
{
	margin: 50px auto;
	padding: 10px;
	width: 780px;
	background-color: #dddddd;
	color: #000000;
	border: 1px solid black;
}

div.video
{
	margin-top: 20px;
}

div.video a, div.video a:visited, div.video a:hover,
div.message a, div.message a:visited, div.message a:hover,
div.google a, div.google a:visited, div.google a:hover
{
	color: #ffffff;
}

div.image
{
	margin-top: 100px;
}

div.image img, div.highlighted, div.upload
{
	-webkit-box-shadow: 0 22px 70px 4px rgba(0,0,0,0.56);
	-moz-box-shadow: 0 22px 70px 4px rgba(0,0,0,0.56);
	box-shadow: 0 22px 70px 4px rgba(0,0,0,0.56);
}

div.highlighted
{
	width: 800px; 
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 20px;
	color: #000;
}

div.CodeRay
{
	min-height: 400px;
	max-height: 700px;
	overflow-y: scroll;
	padding: 10px;
	text-align: left;
}

div.highlighted > div.CodeRay div.code pre
{
	overflow-x: auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

div.google
{
	margin-top: 20px;
}

div.google > iframe
{
	width: 800px;
	height: 600px;
}

div#filedrag
{
	font-weight: bold;
	width: 300px;
	height: 100px;
	line-height: 100px;
	margin: auto;
	margin-top: 10px;
	border: 2px black dashed;
	border-radius: 7px;
	cursor: default;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

div.hidden
{
	display: none;
}

div.hover#filedrag
{
	background-color: #eee;
	border-color: #060;
}

div#previewpane
{
	padding: 0px 0px;
}

div#buttonpane
{
	margin: 10px;
	clear: both;
}

div.preview
{
	float: left;
	width: 150px;
	height: 150px;
	border: 1px black solid;
	padding: 2px;
	padding-top: 10px;
	margin: 15px;

	position: relative;
}

div.preview span.filename
{
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 150px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	direction: rtl;
	unicode-bidi: embed;
	font-size: 0.8em;
}

div.list > span
{
	white-space: nowrap;
}

/* chrome hack :( */
div.preview span.filenamechunk
{
	direction: ltr;
}

div.preview img
{
	max-width: 120px;
	max-height: 120px;
	margin-top: 5px;
	border: 1px #333 solid;
}

div.list
{
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	text-align: left;
	border: 0px;
	padding: 2px;
	margin: 0px;
}

div.progresswrap
{
	border: 1px solid black;
	margin: 10px;
}

div.progresswrap, div.progressvalue, div.progresstext, div.list
{
	width: 725px;
}

div.progressvalue, div.progresswrap
{
	border-radius: 4px;
}

div.progressvalue
{
	background-color: #8c8;
	background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, from(#6A6), to(#8C8));
	background-image: -webkit-linear-gradient(left, #6A6, #8C8);
	background-image: -moz-linear-gradient(left, #6A6, #8C8);
	background-image: -ms-linear-gradient(left, #6A6, #8C8);
	background-image: -o-linear-gradient(left, #6A6, #8C8);

	width: 0%;
}

div.preview span.filesize
{
	display: none;
}

div.list span.filesize
{
	display: block;
	float: right;
	position: absolute;
	right: 10px;
	top: 2px;
}

div.results pre
{
	text-align: left;
	width: 300px;
	margin: 0 auto;
	border: 1px solid black;
	padding: 4px;
}
