/* CSS Document */

#gradient-style {
font:20px/32px "Ubuntu", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-shadow:2px 2px 2px #333;
	line-height:1.8em;
width:100%;
	text-align:left;
background-color:transparent;
	border-collapse:collapse;
-webkit-box-shadow:none;	
}
#gradient-style img {
width:50px;
height:50px;
vertical-align:middle;
background-color:transparent;
}

.tableimg {
width:50px;
height:50px;
vertical-align:middle;
background-color:transparent;

}

#gradient-style th {
	font-size:20px;
	font-weight:normal;
	padding:8px;
	background:#140707 url('../../images/tables/grad-header.png') repeat-x;
	border-top:2px solid #220c0c;
	border-bottom:1px solid #240d0d;
	color:#ff544b;
}
#gradient-style td, #gradient-style td.decriptab {
	padding:8px; 
	border-bottom:1px solid #240d0d;
	color:#fff;
	border-top:1px solid #240d0d;
	background:#2e1111 url('../../images/tables/grad-background.png') repeat-x;
}

#gradient-style td.decriptab {
width:17%;
font:100 16px/24px "Ubuntu", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

#gradient-style td.digits {
font:22px/32px 'KarnivoreLiteRegular', "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	padding:8px; 
	border-bottom:1px solid #240d0d;
	color:#000;
	border-top:1px solid #240d0d;
	background:#2e1111 url('../../images/tables/grad-background.png') repeat-x;
}
#gradient-style tfoot tr td {
	background:#2e1111;
	font-size:12px;
	color:#aaa;
}
#gradient-style tbody tr:hover td {
	background:#230b0c url('../../images/tables/grad-hover.png') repeat-x;
	color:#fff;
}