/*
 *	Wizzard Bulgaria
 *	http://www.wizzard.bg
 *	
 *	Plamen Nikolov
 *	plamen.nikolov@wizzard.bg
 *
*/

body {
	font-family: Verdana, Tahoma, Arial;
	font-size:11px;
	margin:0;
	padding:0;
}

table#rates
{
	text-align:left;
	border-collapse:collapse;
	width:100%;
}

	table#rates thead th
	{
		background:url(../images/thead-bgr.gif) left 8px repeat-x;
		height:47px;
		color:#FFFFFF;	
	}
	
		table#rates thead th h1
		{
			font-size:12px;
			margin:0;
			padding:0;	
			padding-bottom:5px;
		}
	
	table#rates th#logo
	{
		text-indent:-9999px;
		width:65px;
		background:url(../images/logo.gif) left top no-repeat !important;
		cursor:pointer;
	}
	
	table#rates th#right
	{
		text-indent:-9999px;
		background:url(../images/thead-right.gif) right 8px no-repeat !important;
		width:20px;
	}
	
	table#rates tfoot td
	{
		text-align:right;
		padding-top:5px;
	}
	
		table#rates tfoot td a
		{
			color:#58AC56;
			padding-right:5px;
		}	
		
		table#rates tfoot td a:hover
		{
			text-decoration:none;
		}	
	
	table#rates tbody td
	{
		font-weight:bold;
	}
	
	table#rates tbody td.name
	{
		color:#327F2F;
		font-weight:normal;
	}
	
	table#rates tbody td.down, 
	table#rates tbody td.up
	{
		text-indent:-9999px;
	}
	
	table#rates tbody td.down
	{
		background:url(http://www.fbclogos.com/images/arrow-down.gif) center center no-repeat;
	}
	
	table#rates tbody td.up
	{
		background:url(http://www.fbclogos.com/images/arrow-up.gif) center center no-repeat;
	}
	
	

