/* 
	Classy yet somehow fancy
	table style created by Radu Bilei
	for Chris Heilmann's CSS Table Gallery
	http://twitter.com/radubilei
	http://icant.co.uk/csstablegallery
*/

.styled table, .styled th, .styled td	{
border:1px solid #ccc; 
border-collapse:collapse;
font-family: arial,helvetica,sans-serif; font-size:1em; line-height:1.5em;
}

.styled table		{	background:black; -webkit-border-radius:6px; -moz-border-radius:6px; 
border-radius:6px; -webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.3); -moz-box-shadow:1px 1px 10px rgba(0,0,0,0.3)}
.styled caption		{	text-align:left; text-transform:uppercase; font-size:150%; font-weight:bold; 
padding:1.5em 0; color:black}

.styled thead, 
.styled tfoot			{	color:white; }

.styled thead th				{	padding:0.5em 1em; text-transform:uppercase; text-align:middle; }
.styled thead th:first-child	{	width:10em; text-align:right; }

.styled tbody td,
.styled tbody th				{	font-size:100%; padding:0.5em 1em; background-color:#e5e5e5; 
vertical-align:top}
.styled tbody th				{	color:#222;	text-align:right; 
background-image:url(tabel.png); background-repeat:repeat-y; border-right:1px solid #ccc}
.styled tbody td:last-child		{	xborder-right:1px solid black}

.styled tbody tr.odd th, 
.styled tbody tr.odd td			{	background-color:#eee; color:#222}

.styled tfoot td,
.styled tfoot th				{	border:none; padding:0.5em 1em 2em; font-size:130%}
.styled tfoot th				{	text-align:right}

.styled table a:link	{	line-height:1em; color:black; display:inline-block; padding:3px 7px; margin:-3px 
-7px}
.styled table a:visited	{	color:#555}
.styled table a:hover	{	text-decoration:none; background:black; color:white; -webkit-border-radius:4px; 
-moz-border-radius:4px; border-radius:4px}

.styled ::-moz-selection{	background:#202020; color:white}
.styled ::selection		{	background:#202020; color:white}

.styled thead ::-moz-selection, 
.styled tfoot ::-moz-selection	{	background:white; color:#202020}
.styled thead ::selection, 
.styled tfoot ::selection		{	background:white; color:#202020}
