/* Simple Message Styles */
span.file_messagebox_inner
{
	display: block;	
	width: 340px;
	margin: 0px;
	font-size: small;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #D3D3D3;
	background-color: #F5F5F5;
	color: black; /*relax*/
	line-height: 1.2;
}

/* General Styles */
div.file_div_clean, div:not(#wfu_dummy).file_div_clean_r
{
	display: table;	
	position: relative;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background: none;
	color: black; /*relax*/
	line-height: 1;
	vertical-align: middle;
}

div.file_div_clean_responsive_container
{
	display: block;	
	position: relative;
	margin: 0;
	padding: 0px;
	border-style: none;
	background: none;
	color: black; /*relax*/
	line-height: 1;
	vertical-align: middle;
}

div.file_div_clean_responsive, div:not(#wfu_dummy).file_div_clean_responsive_r
{
	display: inline-block;	
	position: relative;
	margin: 0;
	padding: 0px;
	border-style: none;
	background: none;
	color: black; /*relax*/
	line-height: 1;
	vertical-align: middle;
}

div.file_space_clean, div:not(#wfu_dummy).file_space_clean_r
{
	display: block;	
	margin: 0 0 2px 0;
	padding: 0px;
	border-style: none;
	background: none;
	color: black; /*relax*/
}

table.file_table_clean, table:not(#wfu_dummy).file_table_clean_r
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	background: none;
	color: black; /*relax*/
	width: auto;
}

td.file_td_clean, td:not(#wfu_dummy).file_td_clean_r
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	background: none;
	color: black; /*relax*/
	vertical-align: middle;
}

