html, body {margin: 0; padding: 0; border: 0;}

body {
  color: #000; 
  background-color: #ffffff; 
  font-family: tahoma, verdana, sans-serif; 
  font-size: 80%; 
  text-align: center;
  margin: 0;
  font-size: .7em;
}
img {
border: 0px;
}
p  {margin: 0; padding: 8px;}
h1 {
text-align: left;
font-size: 1.6em;
padding: 10px;
color: #333333;
font-weight: normal;
margin: 10px;
}
#title_add {
}
h2 {font-size: 1.2em; padding: 10px;}
.clear { clear: both; }
a {text-decoration: none; color: #009933;}
.alignright {margin-top: 0; text-align: right;}
.small {font-size: .9em;}


.wrapper {
margin: 0 auto;
width: 998px;
text-align: left;
background: #fff;
border: 0px solid #000;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 700px; 
w\idth: 998px; 
}

.outer {
margin-top: 5px;
border-left: 110px solid #fff;  
border-right: 365px solid #fff;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

* html .outer {
}

.inner {
margin-left: -3px; /*** This fixes a small overlap problem in IE6. ***/
width: 885px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 0px solid #FFF;
border-width: 0 0 0 3px;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
  width: 100%;
  
}

.float-wrap {
  float: left;
  width: 625px;
  margin-left: -110px;
        /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {
  float: left;
  width: 126px;
  position: relative;  /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
  float: right; 
  width: 366px;
  position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-right: 2px;
}

* html .right {
margin: 0 -400px 0 0; /*** IE gets this margin. ***/
}

.center {
  float: right;
  width: 495px;
  padding: 0px;
}

.centered {
	text-align: center;
}

.wide {
	border-bottom: 3px solid #FFF;
font-size: 1em;
font-weight: normal;
}

.top {
	width: 998px;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #c2e557;

}

#header {

}

.zole {
	background: url('images/zolyte.jpg') repeat-x;
	height: 24px;
	margin-bottom: 6px;
	position: relative;
}

#logo {
	position: relative;
	top: 8px;
	left: 88px;
	width: 280px;
	height: 100px;
	float: left;
}

.bottom {
  border-width: 0px 0 0; 
  background-color: #c2e557;
  color: #777777;
  margin-top: 40px;
  text-align: center;
}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}

#login {
  border: 0px solid red;
  text-align: right;
  padding-top: 5px;
  position: relative;
  top: -90px;
  /*top: 10px;*/
  left: 800px;
  width: 200px;
}
#register {
 position: relative;
 top: -10px;
 left: -20px;
}

#navcontainer {
  margin:0;
  padding: 0;
  margin-top: -52px;
  /*margin-top: -38px;*/
  margin-bottom: 6px;
}
#navcontainer ul {
  margin:0;
  padding: 0;
  text-align: center;
  
}
#navlist2 li {
  padding:0px;
  display: inline;
  list-style-type: none;
  padding-right: 0px;
  padding-left: 0px;
}
#navlist2 li a:hover {
  text-decoration: underline;
}
#navlist2 li a:link {
  text-decoration: none;
}
.link1 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 3px;
  border-right: 1px solid #fff;
  font-size: 0.9em;
}
.link2 { 
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 3px;
  border-right: 0px solid #fff;
  font-size: 0.9em;
}
#navcontainer2 { 
  width: 113px; 
  margin: 0px;
  padding: 0px;
}

#navcontainer2 ul
{
  margin: 0px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#navcontainer2 a
{
  display: block;
  padding: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  width: 113px;
  background-color: #E8FEA3;
  border-bottom: 1px solid #FFF;
}

#navcontainer2 a:link, #navlist a:visited
{
  color: #285613;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
}

#navcontainer2 a:hover
{
  color: #0012FC;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  background-image: url('images/bullet_green.gif');
  background-position: 94% 50%;
  background-repeat: no-repeat;
}
a#current {
  background-image: url('images/bullet_green.gif');
  background-position: 94% 50%;
  background-repeat: no-repeat;
}


#loginbox1 {
  font-size: 1em;
  padding: 2px;
  font-family: tahoma, verdana, sans-serif;
  border: 1px solid #009933;
  margin: 0px;
}
#loginbox2, #loginbox3 {
  margin: 0px;
  padding: 2px;
  font-size: 1em;
  font-family: tahoma, verdana, sans-serif;
  border: 1px solid #009933;
}
#submitbox {
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  font-family: tahoma, verdana, sans-serif;
  border: 0px solid #009933;
  background-color: transparent;
  color: #666666;
  height: 18px;
}
#login_user {
  text-align: left;
  color: #666666;
}
#login_pass {
  padding-top: 5px;
  text-align: left;
  color: #666666;
}

#rezultatai {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 2px;
  width: 185px;
}
#rezultatai_text {
  background-color: #F4FBEC;
  width: 156px;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid white;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#header_rezultatai {
  background-color: #C1E456;
  color: #285613;
  font-weight: normal;
  font-size: 1.2em;
  padding: 4px;
  margin: 0px;
  text-align: center;
}
#rezultatai table {
  margin: 8px;
}

#tvarkarastis {
  float: right;
  margin-right: 0px;
  width: 179px;
}
#tvarkarastis_text {
  background-color: #F4FBEC;
   width: 169px;
   border-top: 1px solid white;
   padding-left: 8px;
   padding-top: 8px;
   padding-bottom: 8px;
}
#header_tvarkarastis {
  background-color: #C1E456;
  color: #285613;
  font-weight: normal;
  font-size: 1.2em;
  padding: 4px;
  margin: 0px;
  text-align: center;
}
#tvarkarastis table {
  margin: 8px;
}

#tlentele {
  width: 365px;
  float: right;
  margin-left: 3px;
  margin-top: 4px;
}

#tlentele_text {
  background-color: #F4FBEC;
  width: 365px;
  border-top: 1px solid white;
}
#header_tlentele {
  background-color: #C1E456;
  color: #285613;
  font-weight: normal;
  font-size: 1.2em;
  padding: 4px;
  margin: 0px;
  text-align: center;
}

#lit_lentele {
	width: 364px;
}

#header_lit_news  {	
	color: #318b10;
	width: 358px;
	background: #c1e456;
	font-weight: 200;
	font-size: 1.2em;
	padding: 4px;
	margin: 0;
	margin-top: 4px;
	text-align: center;
}

#tlentele table {
  margin: 8px;
}

#remejai {
  width: 365px;
  float: right;
  margin-left: 3px;
  margin-top: 4px;
  text-align: left;
}
#remejai_text {
  background-color: #FFF;
  border-top: 1px solid white;
  padding: 8px;
  text-align: left;
}
#header_remejai {
  background-color: #C1E456;
  color: #285613;
  font-weight: normal;
  font-size: 1.2em;
  padding: 4px;
  margin: 0px;
  text-align: center;
}

#more_news {
  padding-left: 8px;
  padding-top: 20px;
  line-height: 20px;
  padding-bottom: 0px;
  text-align: left;
  margin-left: 10px;
}

#more_news2 {
  padding-left: 0px;
  line-height: 20px;
  text-align: left;
  padding-left: 15px;
}

#apklausa {
  margin: 0px;
}
#header_apklausa {
  background-color: #C1E456;
  color: #285613;
  font-weight: normal;
  font-size: 1.2em;
  padding: 4px;
  margin: 0px;
  text-align: center;
}
#apklausa_text {
  margin: 0px;
  background-color: #F4FBEC;
  text-align: left;
  padding: 5px;
}
#apklausa table {
  margin: 3px;
}
#paieska {
  margin: 0px;
  background-color: #F4FBEC;
}
#header_paieska {
  background-color: #C1E456;
  color: #285613;
  font-weight: normal;
  font-size: 1.2em;
  padding: 4px;
  margin: 0px;
  text-align: center;
}
#paieska_text {
  margin: 0px;
  background-color: #F4FBEC;
  text-align: center;
}
#paieska_text input {
  border: 1px solid #285613;
  font-size: 1em;
  margin-top: 4px;
  margin-bottom: 5px;
}
#paieska table {
  margin: 3px;
}
.news_frontpage {
  background-color: #E9FDAE;
  padding: 8px;
  margin-left: 0px;
}
.news_image {
  margin-right: 10px;
  margin: 5px;
}
div.img {
  float: left;
  clear: left;
  padding: 2px;
  padding-left: 10px;
  padding-right: 8px;
  width: 78px;
}
div.news {
  width: 383px;
  float: left;
  margin: 0 0 4px; padding: 0;
  background-color: #F4FBEC;
  padding-left: 18px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-top: 10px;
  text-align:left;
  font-size: 9pt;
}
div.news_spec {
  width: 383px;
  float: left;
  margin: 0 0 4px; padding: 0;
  background-color: #E9FDAE;
  padding-left: 18px;
  padding-right: 10px;
  padding-bottom: 25px;
  text-align:left; 	
  padding-top: 15px;
  font-family: tahoma, verdana, sans-serif; 
  font-size: 9pt;
}
div.news2 {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 495px;

}
div.news h3 {
  padding: 0px;
  margin: 0px;
  font-size: 9pt;
  font-weight: bold;
  color: #114108;
}
div.news_spec h3 {
  padding: 0px;
  margin: 0px;
  font-size: 9pt;
  font-weight: bold;
  color: #114108;
}
div.img {
  margin-right: 0px; 
  padding: 0px;
  border: 2px solid #FFF;
}
.flag_img {
float: right;
padding-left: 2px;
}
.news_full_text {
  line-height: 1.4em;
  padding-left: 20px;
  padding-right: 20px;
    text-align: justify;
}

.news_full_text img{
  margin-right: 20px;
  margin-bottom: 10px;
}
.comment {
  padding: 15px;
  color: #333333;
  margin-top: 0px;
    text-align:left;
  margin-left: 0px;
  padding-top: 8px;
  margin-bottom: 8px;
}
.comment_text {
  background-color: #F4FBEC;
  text-align:left;
  padding: 15px;
  margin-top: 2px;
  line-height: 1.4em;
}
h2#comment {
  padding: 0px;
  margin: 15px;
  margin-bottom: 3px;
  font-size: 1.3em;
  font-weight: bold;
  color: #114108;
  text-align: right;
  border-bottom: 1px solid #eeeeee;
}
#tlentele_text table td a {
color: black;
}
#tlentele_text table td {
padding: 0px;
}
#tlentele_text table {
margin-top: 0px;
}
.style4 {font-family: tahoma; font-weight: bold; }

#fnews {
  padding-left: 5px;
  line-height: 20px;
  text-align: left;
  padding-left: 10px;
}

table.unibet {
	background: #f2f2f2;
	padding: 4px 2px;
	border: none;
}

table.unibet td.time {
	width: 84px;
	font-size: 11px;
}

table.unibet td.teams {
	font-size: 11px;
}

table.unibet div.team {
	width: 120px;
	display: inline-block;
	font-weight: 700;
}

table.unibet div.result {
	width: 60px;
	display: inline-block;
}

table.unibet div.odd1 {
	width: 110px;
	display: inline-block;
}

table.unibet div.odd2 {
	width: 40px;
	display: inline-block;
}

table.unibet td.teams a.teams {
	font-weight: 700;
	font-style: normal;
	border: none;
	color: #000;
}

table.unibet td.teams a.odds {
	color: #999;
	font-style: normal;
	border: none;
}

table.unibet td.teams a.odds:hover {
	border-bottom: 1px solid #999;
}

table.unibet td.teams a.teams:hover {
	border-bottom: 1px solid #000;
}
