body
{
	font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
	font-size: 90%;
	margin: 10px;
}

#divDropHere
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
	height: 25px;
}

#divDropHere.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

.progressBar
{
	display: block;
	width: 120px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	font-size: 8px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

.progressSuccess
{
	background: #0c0 none 0 0 no-repeat;
}

.progressFailed
{
	background: #c00 none 0 0 no-repeat;
}

#divStatus
{
	margin-top: 5px;
	margin-left: 1px;
}

table.StatusTable, th, td {
   border: 1px solid LightGray;
}

table.StatusTable th {
    background-color: #333;
    color: white;
}

