table tr td {color:#000000; vertical-align:top}

.szeptabla 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;
}

.szeptabla table tr th,.szeptabla .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);
}

.szeptabla table th:first-child{	padding-left:10px;}


.szeptabla table tr{
	text-align: center;
	padding-left:10px;
}

.szeptabla table tr td:first-child{
	padding-left:10px;
	border-left: 0;
  text-align:left;
}

.szeptabla 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);
}


.szeptabla table tr:nth-child(odd) td{
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #eaeaea,  #e0e0e0);
}

.szeptabla table tr:last-child td{	border-bottom:0;}


.szeptabla table tr:hover td{
	background: #dff2f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf5f9), to(#dff2f9));
	background: -moz-linear-gradient(top,  #eaf5f9,  #dff2f9);	
}

.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}

