a.lentele
{
	text-decoration: underline;
	color: #124200;
	background: none;
}
a.lentele:hover
{	
	text-decoration: none;
	color: #091F00;
	background: none;
}
a.lentele-site:visited
{
	font-weight: bold!important;
}

a.headers
{
	text-decoration: underline;
	color: #122F12;
	background: none;
}
a.headers:hover
{
	text-decoration: none;
	color: #124200;
	background: none;
}

a.puslapis
{
	font-weight: 600;
	text-decoration: none;
	color: #122F12;
	background: #AFFFB0;
	border: 1px solid #2C8F2E;
	padding: 1px 2px 1px 2px;
}
a.puslapis:hover
{
	color: #124200;
	background: #61DF63;
}

a.filter-link
{
	display: block;
	padding: 3px;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 600;
	color: #0C2F0C;
	background: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.filter-link:hover
{
	background: #FFFFFF!important;
}

a.filter-link:hover
{
	text-decoration: none;
	background: none;
	color: #2C8F2E;
	font-weight: 600;
	letter-spacing: 1px;
	font-variant: small-caps;
}

img.arrow
{
	margin-left: -6px;
	margin-bottom: -3px;
}

b.current
{
	border: 1px solid #2C8F2E;
	padding: 1px 2px 1px 2px;
	font-weight: 600;
	text-decoration: none;
	color: #124200;
	background: #61DF63;
}

p.puslapiai-top
{
	font-weight: 600;
	color: #0C2F0C;
}
p.puslapiai-bottom
{
	margin-top: 22px;
	font-weight: 600;
	color: #0C2F0C;
}
p.total
{
	font-weight: 600;
	color: #0C2F0C;
}

p.editremove
{
	text-align:right;
	float:right;
	margin-top: -10px;
}

div.list
{
	text-align: center;
}

div.showing fieldset
{
	width: 300px;
	border: 1px solid #7d7d7d;
	background-color: #f0f0f0;
	color: #535353;
	margin-left: 130px;
	margin-bottom: 10px;
}

div.showing legend
{
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	border: 1px solid #7d7d7d;
	text-transform: small-caps;
	background-color: #74C867;
}

div.showing ul
{
	padding-left: 25px;
	padding-right: 10px;
	list-style-image: url(famfam/tick.png);
}

table.listas
{
/*	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	font-size: 11px;
	margin: 15px 0px 0px 0px;
	width: 580px;
	text-align: center;
	border-collapse: collapse;
}

table.listas th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #5ACF5C;
	border-top: 4px solid #2C8F2E;
	border-bottom: 1px solid #fff;
	color: #122F12;
	white-space: nowrap;
}
table.listas td
{
	padding: 8px;
	background: #AFFFB0; 
	border-bottom: 1px solid #fff;
	color: #124200;
	border-top: 1px solid transparent;
}
table.listas tr:hover td
{
	background: #61DF63!important;
	color: #091F00;
}

table.listas tr.data-1 td
{
	background: #d2ffd3;
}

.ellipsis
{
	white-space:nowrap;
   text-overflow:ellipsis; /* for internet explorer */
   overflow:hidden;
   width:165px;
}