
table {
	color:#666;
	font-size:12px;
//	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
//	border: rgba(255,255,255,0.1) 1px solid;

	-moz-box-shadow: 1 1px 2px #d1d1d1;
	-webkit-box-shadow: 1 1px 2px #d1d1d1;
	box-shadow: 1 1px 2px #d1d1d1;
}

table tr th,.tableth {
  font-weight:bold;
  white-space:nowrap;
	padding:10px;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;

	border: rgba(255,255,255,0.1) 1px solid;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table th:first-child{	padding-left:10px;}


table tr{
	text-align: left;
	padding-left:10px;
}

table tr td:first-child{
	padding-left:10px;
	border-left: 0;
  text-align:left;
}

table tr td {
//  min-width:130px;
	padding:5px;
vertical-align:middle;
//	border-top: 1px solid #e0e0e0;
//	border-bottom:1px solid #e0e0e0;
//	border-left: 1px solid #e0e0e0;
	text-align:left;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}


table tr:nth-child(odd) td{
	background: #ffffff;
}

table tr:last-child td{	border-bottom:0;}


table tr:hover td{
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #eaeaea,  #e0e0e0);
}

.szoveg_piros   {color:#ffffff; background:#f56954 !important;text-shadow:none !important;}
.szoveg_piros  td  {color:#ffffff; background:#f56954 !important;text-shadow:none !important;}
.szoveg_piros  th {color:#ffffff; background:#d35846 !important;text-shadow:none !important;}
.szoveg_piros a {color:#ffded9}

.szoveg_vilagospiros  td  {color:#ffffff; background:#f29385 !important;text-shadow:none !important;}
.szoveg_vilagospiros  th {color:#ffffff; background:#d17f74 !important;text-shadow:none !important;}
.szoveg_vilagospiros a {color:#f5e6e4}

.szoveg_zold  td  {color:#ffffff; background:#00a65a !important;text-shadow:none !important;}
.szoveg_zold  th {color:#ffffff; background:#008c4c !important;text-shadow:none !important;}
.szoveg_zold a {color:#b5ffdd}

