.message_box
{
	width: 50%;
	max-width: 50%;
	background-color: rgba(0, 0, 0, 0.70);
	color: white;
	font-size: 18;
}


.list_files
{
	width: 100%;
	border:1px solid #FFFFFF;
}


th.list, td.list
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}


td.list
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	word-wrap: break-word;
}


td.end
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	word-wrap: break-word;
}


th
{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}


.file_ico
{
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
}


.permissions
{
	max-width: 50%;
	font-size: 13px;
}


.perm_ico
{
	float: left;
}


.download_ico
{
	float: right;
	width: 18px;
	height: 18px;
}


#dl_error_box
{
	padding: 15px;
	background-color: #AA0000;
	border: 3px solid #FF0000;
}


#dl_notify_box
{
	padding: 15px;
	background-color: #003300;
	border: 3px solid #00FF00;
}