/* Start of CMSMS style sheet 'stilius' */
body {
	background-image: url(images/bg2.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pavadinimas {
        font-weight:bold; 
        color: #7B3031; 
        padding-top:15px; 
        padding-bottom: 2px;
}

.copyright{
        font-size: 11px; 
        font-family: arial;
        text-align:center;
        color:#7b3031;
}

.stalo-pic{
        width: 158px;                
}

.stalo-pic img{
        border-width: 1px;
        border-style: solid;
        color: #7B3031;         
}

.stalo-head{
        padding-top:2px;
        text-align: left;
        padding-left:5px;
        font-family: arial;
        font-size: 13px; 
        font-weight: bold;
        text-transform: uppercase;
        color: #7B3031; 
        background-color: #dcd8bd;
}
.stalo-text{
        text-align: justify;
        padding:5px;
        font-family: arial;
        font-size: 12px; 
        color: #7B3031; 
        height: 80px;
        background-color: #dcd8bd;
}

.stalo-link{
        padding-right:5px;
        padding-bottom:2px;
        text-align:right;
        font-family: arial;
        font-size: 12px;
        font-weight: bold; 
        color: #7B3031;
        background-color: #dcd8bd; 
}

.lentele {
        font-family: arial ;
        font-size: 12px;
        color: #7B3031;
        text-align: center;
}

.lentele td {
        font-family: arial ;
        font-size: 12px;
        color: #7B3031;
        text-align: center;
}
.table1 {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
a:link {color: #7B3031;	text-decoration: underline;}
a:visited {	text-decoration: underline;	color: #7B3031;}
a:hover {	text-decoration: underline;	color: #7B3031;}
a:active {	text-decoration: underline;	color: #7B3031;}

.forma{
border: solid 1px #7B3031;
margin-top:3px;
background-color: #e3dec1;
}

.meniu{font-family: arial ; font-size: 13px; font-weight: bold; color: #ffffff ;padding-left: 9px;  text-transform: uppercase;  }
.pagrindinis {font-family: arial ; font-size: 12px; color: #7B3031; text-align: justify;}

.pagrindinis2 {font-family: arial ; font-weight: bold; font-size: 12px; color: #7B3031; text-align: justify;}

.pagrindinis2 img{margin-bottom:2px;}

.data {font-family: arial;  color: #7B3031; font-size: 10px; text-transform: uppercase; text-align:center; }

/*-----------------Navigacija [Breadcrumbs]--------*/

.navigacija {font-family: arial;  color: #7B3031; font-size: 10px; text-transform: uppercase;  }

.navigacija a{
background: transparent url(images/trikampis.gif) no-repeat center right;
text-decoration: none;
color: #7B3031; 
padding-right: 9px; /*adjust bullet image padding*/
}

.navigacija a:visited, .navigacija a:active{
color: #7B3031;
text-decoration: none; 
}

.navigacija a:hover{
text-decoration: underline;
color: #7B3031 
}
/*-----------------Navigacine eilute [Breadcrumbs] END--------*/


/*---------------------------------------------- Vertical Meniu CSS  !!PATIKRINTI MENIU ANT IE------*/
#menu_vert, #menu_vert ul {margin: 0;padding: 0; }
/*Border arround menu*/
#menu_vert ul {  width: 201px; /* Width of Menu Items */
                 border-top: none;
                 border-right: none;
                 border-left: none;  
                 border-bottom: none;
              }

#menu_vert li {  list-style: none; background-image: url(images/menu.gif); } /* Menu background image*/
				  
/* Menu links*/
#menu_vert li a  {height: 16px; /* background image - padding top - padding bottom = height of menu for FF*/
                 display: block;
                 text-decoration: none;
                 padding-left: 19px;/*menu distance from left*/
                 padding-top: 5px;/*menu item distance from top SUREGULIUOTI PAGAL IE*/
					  padding-bottom: 6px;/*menu item distance from bottom SUREGULIUOTI PAGAL IE*/
					  font-weight:bold;
                 font-family: Arial;
                 font-size:13px;
                 color: #ffffff;/*menu item color*/
					 }

#menu_vert li a:hover {	background: url(images/menu-h.gif); color: #EFEBD0;} /* Menu hover color/image*/
			 
/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

/* Submenu links */
    div#menu_vert ul ul li {  list-style: none; background-image: url(images/menu-sub.gif);} /*submenu background image*/
    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        width: 201px; /* Width of Menu Items */
		  height: 16px; /* background image - padding top = height of submenu */
        padding-top:2px;/*submenu name height - need centering*/
		  padding-left: 29px;/*submenu distance from left*/
        border-bottom: 4px;
        font-size:12px;
		  font-family: arial;
		  color: #ffffff;/*submenu item color*/
    }
	 div#menu_vert ul ul li a:hover {background: url(images/menu-sub-h.gif); color:#EFEBD0;} /* Submenu hover color/image*/ 
   

/*Border arround submenu*/
	 div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      border-bottom: none;
      padding-bottom: 0px;		
    }
/* 2 submenu links */
    div#menu_vert ul ul ul li {  list-style: none; background-image: url(images/menu-sub-sub.gif);} /*submenu background image*/
    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        display: block;
        width: 201px; /* Width of Menu Items */
		  height: 16px; /* background image - padding top = height of submenu */
        padding-top:2px;/*submenu name height - need centering*/
		  padding-left: 39px;/*submenu distance from left*/
        border-bottom: 4px;
        font-size:12px;
		  font-family: arial;
		  font-weight: normal;  
		  color: #ffffff;/*submenu item color*/
		
    }
	 div#menu_vert ul ul ul li a:hover {background: url(images/menu-sub-sub-h.gif); color:#EFEBD0;} /* Submenu hover color/image*/ 

/*Border arround 2 submenu*/
    div#menu_vert ul ul ul {
      border-right: none;
      border-top: none;
      border-bottom: none;
      padding-bottom: 0px;
/*---------------------------------------End Of Vertical Meniu CSS--------------------------------------*/

/*----rudos spalvos remelis----*/

.remelis{border: solid 1px #7B3031;}

/* End of 'stilius' */

