/**
* @version 1.0.0
* @package RSFiles! 1.0.0
* @copyright (C) 2009 www.rsjoomla.com
* @license GPL, http://www.gnu.org/copyleft/gpl.html
*/

.rsflError{
	border:1px solid red !important;
}

.rsfl_screenshots{
	margin:20px;
	padding:10px 10px 20px;

}

div.rsfl_screenshots img{
	padding:5px 10px;

}

.rsfl_download_btn{
	text-decoration:none !important;
}

a.rsfl_download_btn img{
	vertical-align: middle;
}

div.rsfl_mirrors img {
	vertical-align: middle;
}

div.rsfl_mirrors a {
	text-decoration:none !important;
}

.button{
	text-decoration:none !important;
}

.rsfiles-pagination{
	text-align:center !important;
}

.rsfl_pageslinks{
	text-align:center !important;
}

div.rse_loading {
	background: #fff url('images/icons/loader.gif') no-repeat fixed center;
	left:0;
	opacity:0.6;
	filter: alpha(opacity = 50);
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}

table.rsfl_table{
	width: 100%;
	border-spacing: 1px;
	background-color:#E7E7E7;
}

table.rsfl_table thead th {
	background:none repeat scroll 0 0 #F0F0F0;
	border-bottom:1px solid #999999;
	border-left:1px solid #FFFFFF;
	color:#666666;
}

table.rsfl_table td, table.rsfl_table th {
	padding:4px;
}

tr, td {
    border: medium none !important;
}