/*
Theme: BakeSale admin
Author: Matti Putkonen - FI3.fi
Web site: http://www.fi3.fi/
Icons from http://www.famfamfam.com/lab/icons/silk/
*/

table {
	border-collapse: collapse;
	border-spacing: 1px;
	background-color: #FFFFFF;
}

td, th {
	padding:5px 5px;
	border-bottom:solid 1px #eee;
	vertical-align:top;
}

table caption{
	color: #FFFFFF;
	text-align: center;
	line-height:1.8em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #6F6F6F;
}

thead th {
	background: #eee;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #fff;
	text-align: left;
	line-height: 0.6em;
}
.middle {
	text-align: center;
}


tfoot td, tfoot th{
background: #eee;
border-bottom:solid 1px #fff;
border-top:solid 1px #ccc;
}

tr.odd td, tr.odd th {
background:#edf3fe;
}

td a, td a:hover {
	color: #3366CC;

}


/* links */

td a, td a:visited {
padding-top:6px;
padding-bottom:6px;
margin-top:-6px;
margin-bottom:-6px;
}

tbody a[title^="Download"] { 
background: url(http://fi3.fi/arrow_down.png) center left no-repeat;
padding-left: 20px;
}
td a {
	color: #333333;
}
