/* ---------------------------
			OVERALL
   --------------------------- */
html, body
{
	background: #F9FDFF url('../design/bg.jpg') top left repeat-x;
	color: #666062;
	/*font-family: 'Tahoma';*/
	font-family: 'Verdana';
	font-size: 11px;
	margin: 0;
	padding: 0;
}

*
{
  outline-style: none;
}

body
{
  /*background: #F9FDFF url('../design/bg.jpg') top left repeat-x;*/
}

.wrapper
{
	margin: 0 auto;
	width: expression(document.body.clientWidth < 1042? "1040px" : document.body.clientWidth > 1402? "1400px" : "auto");
	min-width: 1040px;
	max-width: 1400px;
	/*width: expression(document.body.clientWidth < 974? "972px" : document.body.clientWidth > 1126? "1124px" : "auto");
	min-width: 972px;
	max-width: 1124px;*/
}

.wrapperp
{
	margin: 0 auto;
	width: expression(document.body.clientWidth < 1202? "1200px" : document.body.clientWidth > 9999? "9997px" : "auto");
	min-width: 1200px;
	/*width: expression(document.body.clientWidth < 974? "972px" : document.body.clientWidth > 1126? "1124px" : "auto");
	min-width: 972px;
	max-width: 1124px;*/
}

/*.wrapperh
{
	margin: 0 auto;
	width: expression(document.body.clientWidth < 974? "972px" : document.body.clientWidth > 1126? "1124px" : "auto");
	min-width: 972px;
	max-width: 1124px;
}*/

div, p, h1, h2, h3, h4, form
{
  margin: 0;
  padding: 0;
}

a
{
  color: #FD7500;
}

/* ---------------------------
			HEADER
   --------------------------- */
#header
{
	/*background: #FFFFFF url('../design/logo_apaksa.jpg') bottom left no-repeat;*/
	background: #FFFFFF url('../design/heders_aiz_bildes.jpg') top left repeat-x;
	color: #EDE8E5;
	height: 119px;
	margin: 0 0 0 0;
	position: relative;
}

#header #banner
{
  left: 0;
  position: absolute;
  top: 3px;
}

#header #homelink
{
  display: block;
  height: 103px;
  width: 301px;
  position: absolute;
  top: 3px;
  z-index: 99;
}

#header #language
{
  /*float: left;
  border: 1px solid #F00;
  margin: 0 0 0 972px;*/
  /*bottom: 10px;
  right: 719px;
  position: absolute;*/
  position: absolute;
  /*bottom: 10px;*/
  bottom: 45px;
  /*left: 972px;*/
  right: 10px;
  /*border: 1px solid #F00;*/
}

#header #language a
{
  color: #47464B;
  display: block;
  margin: 4px 0 0 6px;
  text-decoration: none;
}

#header #language a.active
{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

#header img
{
  position: absolute;
  top: 0;
  left: 302px;
  /*float: left;
  margin: 0 0 0 302px;*/
}

#navigation #date
{
  color: #666;
  bottom: 0px; 
  line-height: 16px;
  left: 0px;
  top: 1px;
  padding: 0 0 0 16px;
  position: absolute;
  width: 156px;
  /*bottom: 8px;
  left: 8px;
  position: absolute;*/
}

#navigation #date .date
{
  float: left;
  line-height: 32px;
}

#navigation #date .time
{
  float: right;
  line-height: 32px;
}

/* ---------------------------
			NAVIGATION
   --------------------------- */

#navigation
{
  border-top: 1px dotted #F9BC6F;
  border-bottom: 4px solid #F9BC6F;
  /*background: url('../design/panel.jpg') top left repeat-x;
  height: 48px;*/
  background: url('../design/slipas_linijas.jpg') top left;
  /*border-top: 1px dotted #424345;
  border-bottom: 4px solid #FF9331;*/
  /*padding: 4px 8px 0 179px;*/
  padding: 4px 179px 0 179px;
  position: relative;
  top: 0; left: 0;
}

#navigation table
{
  border-collapse: collapse;
  width: 100%;
  margin: 0; padding: 0;
}

#navigation table tr, #navigation table td
{
  margin: 0; padding: 0;
  cursor: pointer;
}

#navigation table td
{
  background: url('../design/btn_n_sakums2.gif') top right no-repeat;
  height: 30px;
}

#navigation table td .cont
{
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 8px 0 8px;
  text-align: center;
}

#navigation table td .corn
{
  background: #F3F3F3 url('../design/btn_n_beigas2.gif') top left no-repeat;
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

#navigation table td.active
{
  background: url('../design/btn_a_sakums2.gif') top right no-repeat;
}

#navigation table td.active .cont
{
  color: #FFFFFF;
  font-weight: bold;
}

#navigation table td.active .corn
{
  background: #F3F3F3 url('../design/btn_a_beigas2.gif') top left no-repeat;
}

#navigation table td.over
{
  background: url('../design/btn_a_sakums2.gif') top right no-repeat;
}

#navigation table td.over .cont
{
  color: #FFFFFF;
}

#navigation table td.over .corn
{
  background: #F3F3F3 url('../design/btn_a_beigas2.gif') top left no-repeat;
}

/*#navigation table td div
{
  background: #F3F3F3 url('../design/btn_n_beigas2.gif') top left no-repeat;
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0;
  /*left: 1px;*/
/*}*/

#navigation table td .start
{
  background: url('../design/btn_n_sakums.gif') top left no-repeat;
  float: left;
  width: 8px;
  height: 30px;
}

#navigation table td .end
{
  background: url('../design/btn_n_beigas.gif') top right no-repeat;
  float: right;
  width: 8px;
  height: 30px;
}

#navigation table td a
{
  display: block;
  /*float: left;*/
  /*width: 100%;*/
  margin: 0 19px 0 19px;
}

#navigation a
{
  /*background: url('../design/btn_n_sakums.gif') top left no-repeat;*/
  color: #616161;
  
  /*display: block;*/
  /*float: left;*/
  
  /*height: 41px;
  line-height: 41px;*/
  /*padding: 0 10px 0 10px;*/
  text-decoration: none;
  margin: 0 1px 0 0;
}

#navigation a span
{
  background: url('../design/btn_n_sakums.gif') top left no-repeat;
  /*height: 41px;*/
  line-height: 30px;
  padding: 8px 6px 9px 10px;
}

#navigation a span.end
{
  background: url('../design/btn_n_beigas.gif') top right no-repeat;
  padding: 8px 0 9px 0;
  width: 7px;
}

#navigation a.active
{
  /*background: url('../design/btn.jpg') top left repeat-x;*/
  /*background: url('../design/btn_a_sakums.jpg') top left no-repeat;*/
  font-weight: bold;
  color: #FFFFFF;
  /*text-decoration: underline;*/
}

#navigation a.active span
{
  background: url('../design/btn_a_sakums.gif') top left no-repeat;
  /*height: 41px;*/
  /*line-height: 41px;
  padding: 14px 10px 14px 10px;*/
  font-weight: bold;
}

#navigation a.active span.end
{
  background: url('../design/btn_a_beigas.gif') top right no-repeat;
  /*padding: 14px 0 14px 0;
  width: 7px;*/
  font-weight: bold;
}

#navigation a:hover
{
  /*background: url('../design/btn.jpg') top left repeat-x;*/
  font-weight: normal;
  color: #FFFFFF;
  /*text-decoration: underline;*/
}

#navigation a.active:hover
{
  font-weight: bold;
}

#navigation a:hover span
{
  background: url('../design/btn_a_sakums.gif') top left no-repeat;
  /*height: 41px;*/
  /*line-height: 41px;
  padding: 14px 10px 14px 10px;*/
}

#navigation a:hover span.end
{
  background: url('../design/btn_a_beigas.gif') top right no-repeat;
  /*padding: 14px 0 14px 0;
  width: 7px;*/
}

#navigation .space
{
  background: url('../design/dot_line.jpg') top left repeat-x;
  float: left;
  height: 30px;
  width: 1px;
}

#nav_secondary
{
  background: url('../design/apaksa.jpg') top left repeat-x;
  text-align: center;
}

#nav_secondary a
{
  /*color: #616161;*/
  color: #FFFFFF;
  display: inline-block;
  /*display: block; float: left;*/
  height: 48px;
  line-height: 48px;
  padding: 0 10px 0 10px;
  text-decoration: none;
}

#nav_secondary a.active
{
  /*background: url('../design/apaksa.jpg') top left repeat-x;*/
  font-weight: bold;
  /*color: #616161;*/
  text-decoration: underline;
}

#nav_secondary a:hover
{
  /*background: url('../design/apaksa.jpg') top left repeat-x;*/
  font-weight: normal;
  /*color: #616161;*/
  text-decoration: underline;
}

#nav_secondary a.active:hover
{
  font-weight: bold;
}

#nav_secondary .space
{
  background: url('../design/dot_line.jpg') top left repeat-x;
  float: left;
  height: 48px;
  width: 1px;
}

#nav_secondary .space
{
  background: url('../design/apaksa_dot_line.jpg') top left repeat-x;
}

/* ---------------------------
			CONTENT
   --------------------------- */
#contentwrapper
{
  float: left;
  width: 100%;
}

#contentcolumn
{
  margin: 0 179px 0 179px;
  /*margin: 0 8px 0 8px;*/
}

#leftcolumn
{
  float: left;
  margin-left: -100%;
  width: 179px;
}

#rightcolumn
{
  float: left;
  margin-left: -179px;
  width: 179px;
}


#container
{
  width: 100%;
  background: #F9FDFF url('../design/gradient.jpg') top left repeat-x;
  padding: 2px 0 0 0; 
  min-height: 1px;
  float: left;
}

#container .sidebar
{
  display: inline; /* IE<7 double margin bug fixed */
  float: left;
  width: 165px;
}

#container .left
{
  margin: 0 6px 0px 8px;
}

#container .right
{
  margin: 0 8px 0px 6px;
}

#container .sidebar #menu a
{
  background: url('../design/btn.gif') top left repeat-x;
  color: #616161;
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 2px 0;
  padding: 0 0 0 7px;
  position: relative;
  text-decoration: none;
  width: 158px;
}

#container .sidebar #menu a.active, #container .sidebar #menu a:hover
{
  color: #FD7500;
}

#container .sidebar #menu a img
{
  border: 0;
  height: 28px;    
  position: absolute;
  right: 4px;
  top: 0;
}

#container .sidebar .box
{
  background: #ECEDEF;
  min-height: 5px;
  padding: 4px 7px 4px 7px;
  width: 151px;
}

#container .sidebar .box_top
{
  background: url('../design/box_top.gif') top left no-repeat;
  height: 5px;
  overflow: hidden;
  width: 165px;
}

#container .sidebar .box_bottom
{
  background: #ECEDEF url('../design/box_bot.jpg') top left no-repeat;
  height: 4px;
  margin: 0 0 2px 0;
  overflow: hidden;
  width: 165px;
}

#container .sidebar .box h2
{
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 5px 0;
  text-align: center;
  text-decoration: underline;
}

#container .sidebar .box p
{

}

#container .sidebar .box_menu
{
  /*background: #ECEDEF;*/
  /*background: #F00 url('../design/tabbg.jpg');*/
  /*border-bottom: 1px solid #F9BC6F;*/
  /*margin: 15px 0 0 0;*/
  margin: 0; padding: 0;
}

#container .sidebar .nodisp
{
	height: 0;
}

#container .sidebar .box_menu a
{
  /*background: url('../design/btn_n_sakums2.gif') -10px -10px no-repeat;*/
  color: #666062;
  display: block;
  width: 33.33%;
  float: left;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #F9BC6F;
  background: #F9FDFF;
  position: relative;
}

#container .sidebar .box_menu a#mlibor
{
  width: 28%
}
#container .sidebar .box_menu a#meuribor, #container .sidebar .box_menu a#mrigibor
{
  width: 36%;
}

#container .sidebar .box_menu a .smmleft, #container .sidebar .box_menu a .smmright
{
	display: none;
}

#container .sidebar .box_menu a.active .smmleft, #container .sidebar .box_menu a:hover .smmleft
{
	display: block;
	width: 3px;
	height: 3px;
	background: url('../design/smallcornerleft.jpg') top left no-repeat;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

#container .sidebar .box_menu a.active .smmright, #container .sidebar .box_menu a:hover .smmright
{
	display: block;
	width: 3px;
	height: 3px;
	background: url('../design/smallcornerright.jpg') top right no-repeat;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
}

#container .sidebar .box_menu a.active
{
  /*background: url('../design/btn_a_sakums2.gif') -10px -10px no-repeat;*/
  /*background: #C6C0C2;*/
  /*border-bottom: 1px solid #F9BC6F;*/
  font-weight: bold;
  /*text-decoration: underline;*/
  border-bottom: 1px solid #ECEDEF;
  background: #ECEDEF;
}

#container .sidebar .box_menu a:hover
{
  /*background: url('../design/btn_a_sakums2.gif') -10px -10px no-repeat;*/
  /*text-decoration: underline;*/
  /*border-bottom: 0;*/
  background: #ECEDEF;
}

#container .sidebar .box a.more
{
  background: url('../design/talak.jpg') bottom right no-repeat;
  color: #FD7500;
  float: right;
  padding: 0 23px 0 0;
}

#container .sidebar .box table
{
  border-collapse: collapse;
  margin: 5px 0 5px 0;
  width: 100%;
}

#container .sidebar .box td
{
  border: 1px solid #CCCDCF;
  padding: 5px 0 5px 12px;
}

#container .sidebar .box td.open
{
  border-left: 0;
  color: #FE851A;
  padding: 5px 6px 5px 0;
  text-align: right;
  width: 50px;
}

#container .sidebar .box td.close
{
  border-right: 0;
  width: 20px;
}

#container .sidebar .box td.roof
{
  border-top: 0;
}

#container .sidebar .box td.base
{
  border-bottom: 0;
}

#container .sidebar .searchbox
{
  background: #F9B167 url('../design/mekletajs.jpg') top left no-repeat;
  height: 119px;
  width: 165px;
}

#container .sidebar .searchbox_bottom
{
  background: #F9B167 url('../design/mekletajs_apaksa.jpg') top left no-repeat;
  height: 5px;
  margin: 0 0 2px 0;
  width: 165px;
  overflow: hidden;
  padding: 0;
}

#container .sidebar .searchbox p
{
  color: #F8D6A9;
  padding: 16px 10px 0 60px;
  text-decoration: underline;
}

#container .sidebar .searchbox form
{
  margin: 15px 0 0 0;
  text-align: right;
}

#container .sidebar .searchbox form input
{
  border: 1px solid #989898;
  color: #575556;
  margin: 0 10px 0 0;
  width: 134px;
}

#container .sidebar .searchbox form input.submit
{
  background: transparent url('../design/btn_p.jpg');
  border: 0;
  color: #575556;
  font-size: 12px;
  height: 25px;
  margin-top: 8px;
  width: 71px;
}

#container .sidebar .pollbox
{
  background: #F9B167 url('../design/aptauja.jpg') top left no-repeat;
  min-height: 125px;
  padding: 0 7px 0 7px;
  width: 151px;
}

#container .sidebar .pollbox_bottom
{
  background: #F9B167 url('../design/aptauja_apaksa.jpg') top left no-repeat;
  height: 5px;
  margin: 0 0 2px 0;
  width: 165px;
  overflow: hidden;
  padding: 0;
}

#container .sidebar .pollbox h2
{
  font-size: 12px;
  padding: 22px 0 7px 28px;
}

#container .sidebar .pollbox h3
{
  font-size: 11px;
  padding: 5px 0 5px 0;
}

#container .sidebar .pollbox p
{

}

#container .sidebar .pollbox .bar
{

}

#container .sidebar .pollbox img
{
  border: 1px solid #616161;
  height: 8px;
  margin: 0 4px 0 0;
}

#container .sidebar .pollbox form div
{
  text-align: left;
}

#container .sidebar .pollbox form div.submit
{
  text-align: right;
}

#container .sidebar .pollbox form input
{
  margin: 0 5px 0 0;
}

#container .sidebar .pollbox form label
{
  line-height: 18px;
}

#container .sidebar .pollbox form input.submit
{
  background: transparent url('../design/btn_p.jpg');
  border: 0;
  color: #575556;
  font-size: 12px;
  height: 25px;
  margin: 8px 0 0 0;
  width: 71px;
}

#container .sidebar #adbar
{
  overflow: hidden;
  text-align: center;
  width: 165px;
}

#container .sidebar #adbar img
{
  border: 0;
}

#container #content
{
  /*background: #F9FDFF url('../design/text_ramis_vidus.jpg') top left repeat-y;*/
  /*float: left;
  width: 614px;*/
  /*border: 1px solid #CBCDCB;*/
  position: relative;
}

#container #content .top_left
{
  margin-right: 7px;
  background-image: url('../design/sturis1.gif');
  background-repeat: no-repeat;
  height: 7px;
  font-size: 2px;
}

#container #content .top_right
{
  margin-top: -7px;
  margin-left: 7px;
  background-image: url('../design/sturis2.gif'); 
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 7px; 
  font-size: 2px;
}

#container #content .bottom_left
{
  margin-right: 7px;
  background-image: url('../design/sturis4.gif');
  background-position: 0 -7px;
  background-repeat: repeat-y;
  height: 7px;
  font-size: 2px;
}

#container #content .bottom_right
{
  margin-top: -7px;
  margin-left: 7px;
  background-image: url('../design/sturis3.gif'); 
  background-position: 100% -7px;
  height: 7px;
  background-repeat: repeat-y;
  font-size: 2px; 
  margin-bottom: 5px;
}

#container #content .inside
{
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  background: #FFFFFF;
  padding: 0 10px 0 10px;
}

#container #content .notopgap
{
  margin-top: 0;
}

#container #content .nobottomgap
{
  margin-bottom: 0;
}

#container #content #subsect
{
  border-bottom: 1px solid #DFDFDF;
  margin: 0 0 5px 0;
}

#container #content #subsect h2
{
  background-image: url('../design/virsraksts.jpg');
  color: #8D8D8D;
  font-size: 12px;
  height: 31px;
  line-height: 24px;
  margin: 0 0 0 -10px;
  padding: 0 0 0 27px;
  width: 227px;
}

#container #content #subsect table
{
  border-collapse: collapse;
  margin: 0 0 5px 0;
  width: 100%;
}

#container #content #subsect table td
{
  vertical-align: top;
  width: 31%;
}

#container #content #subsect table td a
{
  /*background: url('../design/bultina.jpg') center left no-repeat;*/
  color: #626262;
  display: block;
  /*float: left;*/
  height: 17px;
  line-height: 17px;
  /*margin: 3px 0 3px 32px;*/
  text-decoration: none;
  
  /*background: transparent;*/
  /*display: inline;*/
  /*margin: 3px 0 3px 21px;*/
  margin: 0 0 1px 0;
  background: #DADADA;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

#container #content #subsect table td a.active, #container #content #subsect table td a:hover
{
  background: #F9B66F;
  /*display: inline;*/
  /*margin: 3px 0 3px 21px;*/
}

#container #content #subsect table td a span
{
  background: url('../design/apkssad_sakums_n.jpg') center left no-repeat;
  /*color: #FE7201;*/
  color: #616161;
  display: block;
  float: left;
  padding: 0 7px 0 33px;
}

#container #content #subsect table td a span.end
{
  background: url('../design/apkssad_beigas_n.jpg') center right no-repeat;
  padding: 0;
  /*float: right;*/
  
  width: 7px;
  position: absolute; top: 0; right: 0;
}

#container #content #subsect table td a.active span, #container #content #subsect table td a:hover span
{
  background: url('../design/apkssad_sakums.jpg') center left no-repeat;
  color: #FFFFFF;
}

#container #content #subsect table td a.active span.end, #container #content #subsect table td a:hover span.end
{
  background: url('../design/apkssad_beigas.jpg') center right no-repeat;
}

#container #content #subsect table td.mid
{
  border-right: 1px solid #DFDFDF;
  width: 1px;
}

#container #content form.calc
{
  /*margin: 0 0 10px 0;*/
  padding: 1px 0 11px 0;
}

#container #content .calcbox
{
  /*background: #DDDDDD;*/
  
  margin: 0 auto 5px auto;
}

#container #content .hidden
{
  display: none;
}

#container #content .calcbox_mid
{
  background: #E1E1E1 url('../design/garaa_mala.jpg') top right repeat-x;
  min-height: 41px;
  padding: 16px 7px 4px 7px;
  /*border: 1px solid #FF0;*/
  overflow: hidden;
  position: relative;
}

#container #content .calcbox_mid div.corner
{
  /*background: url('../design/sturis1.png') top left no-repeat;*/
  background: url('../design/sturis.jpg') top left no-repeat;
  /*float: left;
  margin-top: -16px;
  margin-left: -7px;*/
  height: 64px;
  width: 5px;
  position: relative;
  overflow: hidden;
  display: inline;
  /*border: 1px solid #F00;*/
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99;
}

#container #content .calcbox_mid table
{
  border-collapse: collapse;
  /*width: 55%;*/
  width: 100%;
}

#container #content .calcbox_mid table input, #container #content .calcbox_mid table select
{
  /*border: 1px solid #BBBBBB;*/
}

#container #content .calcbox_mid table td label
{
  padding: 0 0 0 3px;
}

#container #content .calcbox_mid table td .field
{
  width: 180px;
}

#container #content .calcbox_mid table td.combo input
{
  margin: 0 3px 0 0;
  width: 110px;
}

#container #content .calcbox_mid table input.sm
{
  width: 35px;
}

#container #content .calcbox_mid table td.combo select
{
  width: 65px;
}

#container #content div.err
{
  color: #FF0000;
  padding: 5px 0 5px 12px;
}

#container #content .calcbox_mid table label.err
{
  color: #FF0000;
}

#container #content .calcbox_mid table td
{
  padding: 3px 0 3px 15px;
  vertical-align: top;
  /*width: 49%;*/
  width: 26.95%;
}

#container #content .calcbox_mid table td.input
{
  vertical-align: middle;
}

#container #content .calcbox_mid table.payment
{
  width: 80%;
}

#container #content .calcbox_mid tr.payment
{
  line-height: 25px;
  text-align: right;
}

#container #content .calcbox_mid tr.payment div
{
  text-align: left;
}

#container #content .calcbox_mid tr.payment div.gab
{
  display: inline;
  margin: 0 0 0 3px;
}

#container #content .calcbox_mid tr.payment label
{
  float: left;
  text-align: left;
}

#container #content .calcbox_mid tr.payment td
{
  padding-right: 5%;
}

#container #content .calcbox_mid tr.payment input
{
  width: 40px;
}

#container #content .calc input.submit
{
  background: transparent url('../design/pied_start_lng.jpg');
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  height: 28px;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 333px;
}

#container #content a.submit
{
  background: url('../design/pied_start.jpg') top left no-repeat;
  color: #FFFFFF;
  /*display: inline-block;*/
  display: block;
  height: 28px;
  float: left;
  line-height: 28px;
  margin: 0 10px 5px 0;
  padding: 0 0 0 8px;
  text-decoration: none;
}

#container #content a.submit span
{
  /*display: block; float: left;
  line-height: 28px;*/
}

#container #content a.submit .end
{
  background: url('../design/pied_end.jpg') top right no-repeat;
  /*display: inline; float: none;*/
  padding: 7px 2px 8px 2px;
  width: 8px;
}

#container #content form.calc .buttons
{
  float: left;
}

#container #content form.calc .buttons a
{
  background: url('../design/pied_start.jpg') top left no-repeat;
  color: #FFFFFF;
  display: block;
  height: 28px;
  line-height: 28px;
  float: left;
  /*margin: 0 0 15px 0;*/
}

#container #content form.calc .buttons a div
{
  background: url('../design/pied_end.jpg') top right no-repeat;
  width: 8px;
  float: right;
}

#container #content form.calc .buttons a span.start
{
  background: url('../design/pied_start.jpg') top left no-repeat;
  color: #FFFFFF;
  padding: 7px 2px 8px 2px;
}

#container #content form.calc .buttons a span.end
{
  background: url('../design/pied_end.jpg') top right no-repeat;
  padding: 7px 2px 8px 2px;
  width: 8px;
}

#container #content .calcbox_top
{
  /*background: url('../design/sturis2.png') top right no-repeat;*/
  background: url('../design/garaa_mala.jpg') top right no-repeat;
  height: 64px; /* 9 */
  overflow: hidden;
}

#container #content .calcbox_top div
{
  /*background: url('../design/sturis1.png') top left no-repeat;*/
  background: url('../design/sturis.jpg') top left no-repeat;
  float: left;
  height: 64px;
  width: 5px;
}

#container #content .calcbox_bottom
{
  /*background: url('../design/sturis3.png') top right no-repeat;*/
  background: url('../design/garaa_mala2.jpg') top right no-repeat;
  height: 9px;
  overflow: hidden;
}

#container #content .calcbox_bottom div
{
  /*background: url('../design/sturis4.png') top left no-repeat;*/
  background: url('../design/sturis2.jpg') top left no-repeat;
  float: left;
  height: 9px;
  width: 8px;
}

#ads
{
  /*background: #ECEDEF;*/
  background: url('../design/slipas_linijas_apaksa.jpg') top left;
  border-top: 3px solid #AEAEAE;
  margin: 5px 0 0 0;
  padding: 2px 0 0 0;
}

#ads #adcontainer
{
  margin: 0 105px 0 105px;
}

 #ads .adbox
{
  float: left;
  margin: 5px 0 10px 0;
  padding: 0 5% 0 0; 
  width: 28%;
}

#ads .adbox h2
{
  background: #8D8D8D url('../design/text_ads.jpg') top right no-repeat;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  text-align: center;
}

#ads .adbox a
{
  color: #68696B;
  text-decoration: underline;
}

#ads .adbox a:hover
{
  text-decoration: none;
}

#result_table
{
  /*overflow: auto;*/
  margin: 0 0 10px 0;
  /*text-align: center;*/
}

.result_table
{
  /*width: 100%;*/
  margin: 0 0 15px 0;
  border-collapse: collapse;
  /*width: 80%;*/
  width: 100%;
}

.result_table th
{
  background: #FF902E;
  color: #FFFFFF;
  padding: 2px 4px 2px 4px;
  text-align: center;
  /*white-space: nowrap;*/
  /*width: 1px;*/
  border: 2px solid #FFF;
  border-right: 0;
}

.result_table th .sortlink
{
	text-decoration: none;
	color: #FFF;
}

.result_table th.eth
{
	border: 0;
	/*width: 50%;*/
	width: 0;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
}

.result_table td
{
  color: #262022;
  padding: 2px 4px 2px 4px;
  text-align: center;
  /*width: 1px;*/
  border: 2px solid #FFF;
  border-right: 0;
}

.result_table td.etd
{
	border: 0;
	/*width: 50%;*/
	width: 0;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;	
}

.result_table .row1
{
  background: #FFE07E;
}

.result_table .row2
{
  background: #FFFFFF;
}

.result_table .b_link
{
	color: #262022;
	text-decoration: none;
	font-weight: bold;
}

.result_table .b_link:hover
{
	text-decoration: underline;
}

a.doprint
{
  background: url('../design/printer.jpg') top left no-repeat;
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 35px;
  margin: 0 15px 0 0;
}

a.dopdf
{
  background: url('../design/pdf.jpg') top left no-repeat;
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 31px;
}

.curr_1
{
  background: #F6F6F6;
  vertical-align: middle;
}

.curr_2
{
  background: #FFFFFF;
  vertical-align: middle;
}

.comment_form label span.obl
{
  color: #FF0000;
  font-weight: bold;
}

.comment_form input, .comment_form textarea
{
  margin: 2px 0 5px 10px;
}

.comment_form input.submit
{
  background: transparent url('../design/btn_p2.jpg');
  border: 0;
  color: #575556;
  font-size: 12px;
  height: 25px;
  margin-top: 8px;
  width: 71px;
}

.comment
{
  margin: 0 0 10px 0;
}

h2.comment_add
{
  border-top: 1px solid #CCCCCC;
  margin: 15px 0 0 0;
  padding: 5px 0 15px 0;
  font-size: 12px;
}

.comment h3
{
  color: #565052;
  font-size: 12px;
}

.comment .position
{
  /*padding: 0 0 0 4px;*/
}

.comment .text
{
  padding: 5px 0 0 0;
}

.comment_form label span.sign
{
  font-weight: bold;
}

.atserror
{
  color: #FF0000;
  padding: 5px 0 5px 0;
  font-weight: bold;
}

.dropdown
{
	display: none;
	position: absolute;
	z-index: 99;
	
	background: #F9BC6F;
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	
	padding: 5px 5px 5px 5px;
}

.dropnoshow
{
	display: none;
	position: absolute;
}

.dropdown a
{
	display: block;
	
	padding: 3px 2px 3px 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.dropdown a.active
{
	font-weight: bold;
}

.dropdown a:hover
{
	text-decoration: underline;
}

.searcherr
{
	padding: 15px 0 15px 5px;
}

.searchres
{
	margin: 5px 0 5px 0;
	border: 1px solid #F9BC6F;
}

.searchres
{
	padding: 10px 10px 10px 10px;
}

.searchres a
{
	display: block;
	float: left;
	margin: 5px 0 0 0;
}

#printt p
{
	padding: 5px 5px 5px 5px;
}

#printt h1
{
	font-size: 16px;
}

#printt div.criteria_table
{
	width: 30%;
	margin: 0 1.5% 15px 1.5%;
	float: left;
}

#printt table.criteria_table
{
	width: 100%;
}

#printt table.criteria_table th
{
	background: #DDDDDD;
}

#printt img
{
	float: left;
	margin: 0 5px 0 0;
}

/* ---------------------------
			FOOTER
   --------------------------- */
#footer
{
  background: #DADBDD url('../design/apaksa.jpg') bottom left repeat-x;
  /*color: #6B696A;*/
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

#top_lv {
	position: absolute;
	right: 50px;
	top: -35px;
	width: 88px;
	height: 31px;
	}
#reitingi_lv {
	position: absolute;
	right: 50px;
	top: -2px;
	width: 88px;
	height: 31px;
	}
#puls_lv{
	position: absolute;
	left: 40px;
	top: -25px;
	width: 88px;
	height: 31px;	
	}
/* ---------------------------
			HELPERS
   --------------------------- */
.clear
{
	clear: both;
}
#ba_lnk {
	display: block;
	height: 71px;
	width: 157px;
	background-image: url('../design/banku_augskola.jpg');
	}
#skillcast_lnk {
	display: block;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('../design/skillcast_logo.png');
	margin-top: 10px;
	}
ul.datateks
{
	list-style: square;
	padding: 10px;
	margin-left: 15px;
}