/*--------------------------------------------------------------------------LENTELES OPTIONS-------*/
table{
	margin:(0 auto);
	font-size:11px;
}
table td,table th{
	text-align:left;
	border:1px solid #ccc;
	padding:.4em .8em;
}
table th{
	background-color:#63b9f8;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #666;
}
table td{
	background-color:#fff;
}
table th a{
	color:#000;
}
table th a:hover{
	color:#f2f2f2;
}
table tr.even td{
	background-color:#fff;
}
table tr:hover td{
	background-color:#f2f2f2;
}
table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{
	border:0;
	background:none;
	background-color:transparent;
}
table, table.post{
	border-collapse: collapse;
}
/*--------------------------------------------------------------------------BAIGIASI LENTELES OPTIONS-------*/
/*--------------------------------------------------------------------------WORDPRESS'O SPECIFIKA IMG ATRIBUTUI PRASIDEDA----------*/
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/*--------------------------------------------------------------------------WORDPRESS'O SPECIFIKA IMG ATRIBUTUI BAIGIASI----------*/