/*
  CSS - table design
  Copyright (c) 2005 Patryk Zawadzki <patrys AT pld-linux org>
  Feel free to use
*/
.special table
{
	background: #fff;
	border: 0;
	color: #666;
	font: normal 80%/150% "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}
.special caption
{
	background: #0b7199;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;
}
.special td, .special th
{
	padding: 3px 3px;
}
.special td
{
	background: #fff;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.special th
{
	background: #0b7199;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.special tbody td a
{
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
}
.special tbody td a:after
{
	content:"\00A0\00BB";
}
.special tbody th a
{
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
.special tbody th a:hover
{
	border-bottom: 1px dotted #333;
	color: #333;
}
.special tbody th a:visited:after
{
	content:"\00A0\221A";
}
.special tbody th a:visited
{
	border-bottom: 0 none;
}
.special tbody th, .special tbody td
{
	text-align: left;
	vertical-align: middle;
}
.special thead td, .special thead th
{
	background: #6facc4;
	color: #fff;
	font-size: 9px;
	border-style: none;
	text-align: center;
}
.special tfoot td, .special tfoot th
{
	background: #2581a5;
	color: #fff;
}
.special tbody tr:hover td
{
	color: #000000;
	background: #CCCCCC;
}
.special tbody tr:hover td a
{
	border-bottom: 1px dotted #333;
	color: #333;
}
.special tbody tr:hover td a:hover
{
	border-bottom: 1px dotted #000;
	color: #000;
}
.special tbody tr:hover th
{
	color: #333;
	background: #C5CCDC;
}
