/*MY setings*/

.user1 {
	background-image: url(../images/user1_bg.jpg);
	background-repeat: repeat-x;
}
.user2 {
	background-image: url(../images/user2_bg.jpg);
	background-repeat: repeat-x;
}
/*sitas right moduliams*/
#right_modules {
	height           : 100%;
	width            : 175px;
	background-color : #f1eee6;
	/*margin-left      : 5px;*/
	vertical-align   : top;
	float: none !important;
    float: left;
	}
	/*sitas kaires puses*/
.left_modules {
	height           : 100%;
	/*width            : 320px;*/
	background-color : #e7e2d3;
	/*margin-left      : 5px;*/
	vertical-align   : top;
	/*float            : right; lygiavimas*/
	}
/* cia pagr lapui, ziurek div*/
#content_area {
	float            : left;
	width            : 100%;
	height           : 100%;
	/*virsuje - gal ka reiskia*/
	margin-top       : 0px;
	margin-bottom    : 0px;
	padding          : 0px;
	background-color : #f1eee6;
	font-family      : arial, sans-serif;
	font-size        : 12px;
	padding-right    : 15px;
	padding-left     : 15px;
}
/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/

/* kad spausdinimo background butu baltas_cia as */
 body.contentpane {
    background: White;
}
/*Style for the body tag of your website, controls font family page background, etc.*/
body {
	color            : #000000;
	margin-top       : 0px;
	margin-bottom    : 0px;
	padding          : 0px;
	background-color : #d3c9ae;
	font-family      : arial, sans-serif;
	font-size        : 12px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #4c0201;
}

/*formatting all UL (unordered list) items. This default setting is used when no other style
has been defined.*/
ul {float          : left;
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}
li {
  
  line-height      : 15px;
  padding-left     : 15px;
  padding-top      : 0px;
  background-image : url(../images/bullet.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
/*linija*/
hr {
  height           : 1px;
  width            : 100%;
}
hr.separator {}
/*PATWAY*/
.pathway {
  font-size        : 10px;
  color            : #FFFFFF;
  padding-left     : 280px;
}
a.pathway:link, a.pathway:visited {
	font-size        : 10px;
	padding-left     : 0px;
	color: #FF9900;
}
a.pathway:hover {
	font-size        : 10px;
	padding-left     : 0px;
	color: #FF9900;
}
/*general link*/
a:link, a:visited {
  font-size        : 11px;
  color            : #990000;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 11px;
  color            : #FF9900;
  text-decoration  : none;
  font-weight      : bold;
}
/* FORMS SETTINGS */ 
form {
/* removes space below form elements_cia as */
	margin: 0;
 	padding: 0;
}
/*formatting buttons inputbox, ...*/
.button {
	font-size        : 11px;
	color            : #996600;
	border           : 1px solid #BCB778;
	margin-bottom    : 5px;
	background-color : #E3E1C6;
	margin-left      : 10px;	
	/*padding          : 1px;*/
}
.inputbox {
	border           : 1px solid #BCB778;
	background	   : transparent url(../images/back.gif);
	background-color : #ECEAD8;
	margin-bottom    : 5px;
	margin-left      : 10px;
	color			 : #660000;
	padding-left     : 5px;
}
/*ATGAL buttono formatavimas*/
.back_button {
  color            : #996600;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  background       : url(../images/bb.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : normal;
  border           : 1px solid #BCB778;
  padding-bottom   : 4px;
  padding-left     : 20px;
  padding-right    : 2px;
  padding-top      : 3px;
  margin-right     : 4px;
  float            : right;
  font-weight      : normal;
  line-height      : 8px;
  text-decoration  : none; 
}
/*formatting the <div> which holds search items: inputbox, search button...*/
#search {
  float            : left;
  margin-top       : 5px;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width           : 123px !important;
  width            : 125px;
  height           : 16px !important;
  height           : 16px;
  overflow         : hidden;
}
#search .inputbox {
  border           : 0px;
  margin-top       : 0px;
  padding          : 2px 3px 2px 6px !important;
  padding          : 0px 3px 2px 6px;
  font-family      : arial, helvetica, sans-serif;
  font-size        : 10px;
  height           : 12px !important;
  height           : 12px;
  width            : 123px !important;
  width            : 125px;
  color            : #666666;
  background       : #FFFFFF;
}
 
/* NAVIGATION/MENU SETTINGS */
 
/* this styling is for the MAIN items in the menu */
/* MENU*/
a.mainlevel: {
  margin           : 0px;
  padding          : 0px;
  font-size        : 12px;
  width            : 260px; /*menu dydis*/
  background-color : #ECEAD8;
  text-indent      : 10px;
}
a.mainlevel:link, a.mainlevel:visited {
	display          : block;
	font-size        : 12px;
	border-top       : 1px solid #ffffff;
	border-bottom    : 1px solid #BCB778;
	background-color : #e7e2d3;
	font-weight      : normal;
	padding          : 2px 0px 2px 0px;
	color            : #990000;
	width            : 260px; /*menu dydis*/
	text-indent      : 15px;
}
a.mainlevel:hover {
	font-size        : 12px;
	color            : #990000;
	font-weight      : bold;
	text-decoration  : none;
	text-indent      : 15px;
	background-color : #f9f5de;
}

/* this styling is for the menu item when it is active, even in main/sub position*/
#active_menu {
  color            : #EA5E00;
  background-color : #f1eee6;
  font-weight      : bold;
}
ul#mainlevel-nav {
  font-size        : 11px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  font-size        : 0.8em;
}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}
ul#mainlevel-nav li {
  display          : block;
  background-image : none;
  padding-left     : 1px;
  padding-right    : 1px;
  float            : right;
  margin           : 0;
  width            : auto !important;
  font-size        : 11px;
  line-height      : 22px;
  white-space      : nowrap;
  border-left      : 1px solid #cccccc;
}
/*cia is senos - neaisku*/
ul#mainlevel-nav li a {
  font-size        : 11px;
  display          : block;
  padding-left     : 16px;
  padding-right    : 15px;
  text-decoration  : none;
  color            : #CCCCCC;/*#999999 TOP menu color*/
  background       : transparent;
}
ul#mainlevel-nav li a:hover {
  font-size        : 11px;
  color            : #FFFFFF;
}

/* this styling is for menu items that HAS A PARENT */
.sublevel {
	padding-left     : 10px;
}
a.sublevel:link {
	background-color: #F1EEE6;
	width: 237px;
}
a.sublevel:visited {
    width: 237px;
}
a.sublevel:hover {}

/* JOOMLA - MAMBO MODULES FORMATTING */
/* Formatting the module table */
table.moduletable {
  width			   : 100%;
  table-layout	   : auto;
  /*border-top       : 1px solid #FFFFFF;*/
  /*border-bottom    : 1px solid #BCB778;*/
}
/* Formatting the module header, and the module titles */
table.moduletable th {
  font-size        : 10px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : center;
  height           : 20px;
  line-height      : 20px;
  text-indent      : 0px;
  letter-spacing   : 1px;
  color            : #FFF;
  background-image : url(../images/modul.jpg);  
}
/* Formatting the table cells of the module table */
table.moduletable td {
	padding-left     : 0px;
	padding-right    : 0px;
	text-indent      : 10px;
}

 /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar {
  border-top       : 1px solid #BCB778;
  padding          : 2px;
}
 /*Style for the footer navigation ("<< Start < Prev Next > End >>") when 
they become hyper links*/
.pagenavbar:link {}
.pagenavbar:visited {}
/* as the name implies, this is for formatting texts for those 
"<< Start < Previous 1 Next > End >>" links */
.pagenav {
  font-weight      : bold;
  color            : #DBD8B7;
} 
a.pagenav:link, a.pagenav:visited {
  text-decoration  : none;
}
a.pagenav:hover {
  text-decoration  : none;
}

/*cia is seno - nezinau*/
.pagenavcounter {
  font-size        : 10px;
  color            : #CC0000;
}

/*Style for the "Read More" link that is displayed for large content items*/
a.readon:link, a.readon:visited {
  color            : #CC9900;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  background       : url(../images/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  /*font-weight      : bold;*/
  /*border           : 1px solid #BCB778;*/
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 3px;
  float            : left;
  line-height      : 9px;
  text-decoration  : none; 
}
a.readon:hover {
  color            : #996600;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  background       : url(../images/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : bold;
  /*border           : 1px solid #BCB778;*/
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 3px;
  float            : left;
  line-height      : 9px;
  text-decoration  : none; 
}
 

.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/

/*Style for latest news list - by default, latest news is user1 module*/
.latestnews ul {} 
.latestnews li {}
 /*Style for most popular list - by default, most popular is user2 module*/
.mostread ul{} 
.mostread li{}
 
/* CONTENT PAGE SETTINGS */
a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}
a.category:hover {}
 
.blogsection {} /* Formatting the links in Blog section */
.blog_more {} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */
 
/* Title of the component being used to display the content.*/
.componentheading {
  /*background       : url(../images/header.gif) repeat;*/
  font-size        : 12px;
  font-weight      : bold;
  line-height      : 24px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #990000;
  width            : 100%;
}
/* Title of the content, article, etc. being displayed.*/
.contentheading {
  /*background       : url(../images/header.gif) repeat;*/
  font-size        : 12px;
  font-weight      : bold;
  line-height      : 24px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #990000;
  width            : 100%;
}

/* Table that holds all non-article information (components, 
category lists, contact forms, etc).*/
.contentpane {}
 /* Table that holds the actual text for an article.*/
.contentpaneopen {}
 /*Title of articles*/
.contentpagetitle {}

 /*Title of articles when appeare as links */
a.contentpagetitle:hover {}
a.contentpagetitle:link {}
a.contentpagetitle:visited {}
 
/* Formating the "DESCRIPTION" of sections, categories 
(News/Weblinks/Latest news...) */
.contentdescription { 
  width            : auto !important;
  display          : block;
}
/* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc {
  border           : 1px solid #FFFFFF;
  background       : #ECEAD8;
  padding          : 5px;
  margin-left      : 2px;
  margin-bottom    : 2px;
}
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of 
Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
/*cia is seno GAL NEREIKIA arba tinka *contenttoc* */

a.toclink:link {} /* same as above, used to format toc link text status*/
a.toclink:visited {} 
a.toclink:hover {} 

/*cia is seno - gal prireiks*/
.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
}
.content_rating {
  font-size        : 10px;
  color            : #CC9900;
}
 
/* JOOMLA - MAMBO SECTIONS LISTINGS */
/* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableheader {
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #990000;
  background       : #D9B0AC;
  padding          : 1px;
}
.sectiontableentry1 {
	vertical-align   : top;
	padding          : 3px;
	background-color : #e7e2d3;
	border-top       : 1px solid #FFFFFF;
	border-bottom    : 1px solid #BCB778;
	line-height      : 25px;
}
.sectiontableentry2 {
	vertical-align   : top;
	padding          : 3px;
	border-top       : 1px solid #FFFFFF;
	border-bottom    : 1px solid #BCB778;
	background-color : #F1EEDC;
	line-height      : 25px;
}
 
/* MISCELLANEOUS */
/* cia is seno - gal nereikia*/
.date {
  font-size        : 10px;
  color            : #996600;
  padding-right    : 10px;
}
/* Dates , Authors*/
/* For styling the date the content/articles are created under contents title */
.createdate {
  font-size        : 10px;
  color            : #CC9900;
}
/* Formating "Last updated on" text at the end of articles/contents */
.modifydate {
  font-size        : 10px;
  color            : #CC9900;
}

/* Formating "Written by:...." text */
.small {
  font-size        : 10px;
  color            : #996600;
}
/* cia AkoComment kad nesimatytu "Powered..."*/
.small_ako {
  font-size        : 10px;
  color            : #F1EEE6;
}
/*Found in poll result page, for " Number of Voters".. text */
.smalldark {
  font-size        : 10px;
  color            : #996600;
}
 
/* Polls */
.poll {} /* format the td of poll table */
.pollstableborder {} /* set the border properties of the polls voting table */
 
 
/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks" 
  section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */
 
/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's
news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */
 
/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test
returned 4 matches" box that appears after you have entered a search value.
It appears on the mainbody with the search results */
 
 
/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
 
/* For styling of the "Tab" buttons when editing contents through the 
frontend as admin. 
This .ontab is the styling for the tab when it is active or after its "clicked" */
.ontab {
  border-left      : 1px solid #404040;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : hand;
  line-height      : 40px;
}
/* Same as above, used for styling of the "Tab" buttons when editing 
contents through the frontend. 
This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.offtab {
  border-left      : 1px solid #404040;
  text-align       : center;
  color            : #666666;
  font-weight      : normal;
  padding          : 5px;
  cursor           : hand;
   line-height     : 40px;
}

/* this style is used set the size of the tab in the above */
.tabpadding {
 border-left       : 1px solid #404040;
} 
/* Not too sure what this is used for. Couldn't find anything related to it yet at the moment */
.tabheading {} 
/* this style is used to style the content of the editing form 
contents (where HTMLArea sits and all its forms + contents) in the frontend 
Administration interface */
.pagetext {
  visibility       : hidden;
  position         : relative;
  /*top              : -10;*/
  background-color : #FFFFFF;
  display          : none;
}

.contact_email  {
  width            : 100%;
}
.contact_email .inputbox {
  width            : 380px;
}
.footer {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : #FFFFFF;
	font-size        : 9px;
	font-weight      : normal;
	background-image: url(../images/ft_bg.jpg);
	text-align: center;
 }

/* cia is seno GAL PRIREIKS bet turbut turi buti kur apacioj
table.content{
  width            : 100%;
  padding          : 0px;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 10px;
}
table.contentpane {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}*/

/*==========================================================
cia is senos ko gero nereikia


.footer a:link, .footer a:visited {
  font-size        : 11px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : bold;
}
.footer a:hover {
  font-size        : 11px;
  color            : #996600;
  text-decoration  : none;
  font-weight      : bold;
}

.title {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  text-transform   : uppercase;
  text-indent      : 8px;
  font-size        : 20px;
  text-align       : left;
  color            : #FFFFFF;
}
.title a:link, .title a:visited {
  font-size        : 20px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : bold;
}
.title a:hover {
  font-size        : 20px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : bold;
}
*/