/*
// AQSG "Simple Top Downloads" Frontend module for Joomla 1.5.x - Version 1.5.1
// License: 
//	GPLv3 - http://www.aqsg.com.au/about-us/our-policies/gnu-general-public-license.html
// Authors:
//	Joel Bassett - http://www.aqsg.com.au
// Based on:
// 	Remository (Joomla 1.5.x)	- Remository Team 	(http://www.remository.com)
//
*/

table.simpletopdownloads {
	width: 100%;
	border-spacing: 0px;
	background-color: #e7e7e7;
	color: #666;
}

table.simpletopdownloads td,

table.simpletopdownloads th {
	padding: 4px;
	border-bottom: 1px solid #999;	
	width: 33%;
}

table.simpletopdownloads thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.simpletopdownloads thead a:hover {
	text-decoration: none;
}

table.simpletopdownloads thead th img {
	vertical-align: middle;
}

table.simpletopdownloads tbody th {
	font-weight: bold;
}

table.simpletopdownloads tbody tr {
	background-color: #fff;
	text-align: left;
}

table.simpletopdownloads tbody tr.row1 {
	background: #f9f9f9;
	border-top: 1px solid #fff;
}

table.simpletopdownloads tbody tr.row0:hover td,
table.simpletopdownloads tbody tr.row1:hover td  {
	background-color: #ffd ;
}

table.simpletopdownloads tbody tr td {
	height: 10px;
	background: #fff;
	border: 1px solid #fff;
}

table.simpletopdownloads tbody tr.row1 td {
	background: #f9f9f9;
	border-top: 1px solid #FFF;
}

table.simpletopdownloads tfoot tr {
	text-align: center;
	color: #333;
}
table.simpletopdownloads tfoot td,
table.simpletopdownloads tfoot th {
	background-color: #f3f3f3;
	border-top: 1px solid #999;
	text-align: center;
}

table.simpletopdownloads td.order 	{
	text-align: center;
	white-space: nowrap;
}

table.simpletopdownloads td.order span {
	float: left;
	display: block;
	width: 20px;
	text-align: center;
}

table.simpletopdownloads .pagination {
	display:table;
	padding:0;
	margin:0 auto;
}

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

.downloadsbox-corner_topleft {
	background: url(../images/corner-topleft.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.downloadsbox-corner_topright {
	background: url(../images/corner-topright.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.downloadsbox-corner_bottomleft {
	background: url(../images/corner-bottomleft.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.downloadsbox-corner_bottomright {
	background: url(../images/corner-bottomright.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.downloadsbox-border_top {
	background: url(../images/border-top.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.downloadsbox-border_left {
	background: url(../images/border-left.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

.downloadsbox-border_right {
	background: url(../images/border-right.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.downloadsbox-border_bottom {
	background: url(../images/border-bottom.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

