@charset "utf-8";
.tabelski {
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.tabelski td{
	border-right: solid 1px #666666;
	border-bottom: solid 2px #EFEFEF;
	padding:0px 4px;
	line-height: 18px;
}

.titlu {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.titlu td {
	border-bottom: solid 2px #CCCCCC;
}	

.tabelski h1{
	font-size:14px;
	padding:0px; margin:0px;
}

.tr0 {
	border: 1px solid #FF0000;
}
.tr1 {
	border: 1px solid #009900;
}

.st0 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-align: center;
}
.st1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #009900;
	text-align: center;
}

.tr_inchis {
	background-color: #FFF2F2;
	cursor: pointer;
}
.tr_deschis {
	background-color: #F0FFF0;
	cursor:pointer;
}
.tr_over {
	background-color: #FFFFC0;
	cursor:pointer;
}
.tr_none {
	background-color: white;
	cursor:pointer;
}

.tinfo {
	display: none;
}
.tinfo td {
	font-size: 10px;
	border:none;
	border-bottom: solid 1px #CCCCCC;
}
