﻿@charset "utf-8";
/* CSS Document */

/*-----TABEL-----*/
table {
	border-top:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	margin:1em auto;
	border-collapse:collapse;
	font-size: 12px;
	}	
tr.odd td	{
	background:#ffc801;
	}
tr.odd .column1	{
	background:#f7f7f7;
	}	
.column1	{
	background:#fcfcfc;
	}
td {
	color:#333;
	border-bottom:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	padding:2px 1px;
	text-align:left;
	font-size: 12px;
	}			
th {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	background: #D5D2CD;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	padding:2px 1px;
	}
thead th {
	background: #999;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	}
#tableli:hover {
		background: #6f6a65;
