html {width: 100%; min-width: 995px;}
body {
	padding: 0; margin: 0;
	/* position: relative; */
	/*text-align: center;*/
	font-size: 1em;
	font: 76% Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 995px;
	/* background: url('../images/bg.jpg') repeat-y 50% 0; */
}

#wrapper {
	padding: 0; margin: 0;
  text-align: center;
  /* background: url('../images/bg.jpg') repeat-y 50% 0; */
  
  position: relative;
	width: 100%;
	min-width: 995px;
}

.bg-top {
	position: relative;
	width: 100%;
  min-height: 600px;
	min-width: 995px;
	text-align: center;
	background: #fff url('../images/bg-top.jpg') no-repeat 50% 0;
}
.bg-bottom {
	position: relative;
	width: 100%;
	min-width: 995px;
	text-align: center;
	background: #EDF6FB url('../images/bg-bottom.jpg') no-repeat 50% 0;
  clear: both;
}

#holder {
	position: relative;
	width: 996px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	/*position: relative;*/
	width: 996px;
	margin: 0 auto;
	text-align: left;
}
#holder {
	padding-top: 150px;
	background: url('../images/bg-holder.gif') no-repeat 25px 183px;
}
#footer {padding-top: 30px;}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, dd, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
/* --- End Standart Tag's --- */
/* --- Hacks --- */
* html #id {}
*:first-child+html #id {}
/* --- End Hacks --- */

/* --- Logo --- */
.logo {
	position: absolute;
	top: 60px; left: 15px;
	display: block;
	width: 225px; height: 95px;
	background: url('../images/logo.jpg') no-repeat 50% 50%;
}
.logo span {display: none;}
/* --- End Logo --- */
/* --- Languages --- */
#languages {
	padding: 0;
	list-style: none;
	position: absolute;
	/* top: 200px; */ left: 35px;
	display: block;
	width: 205px;
}
#languages li {
	display: block;
	float: left;
	text-align: center;
}
#languages li a {
	display: block;
	padding: 8px 10px;
	color: #525142;
	background: url('../images/bg-languages.gif') no-repeat 0 50%;
}
#languages li.first a {background: none;}

#languages li a:hover {
	color: #7aadca;
	text-decoration: none;
}
/* --- End Languages --- */
/* --- Search --- */
#search {
	position: absolute;
	top: 0; left: 25px;
	display: block;
	width: 225px;
}
#search fieldset {padding: 11px;}
#search fieldset label {display: none;}
#search fieldset .txtfld {
	border: 1px solid;
	border-color: #7b7b7b #7b7b7b #b9b9b9 #b9b9b9;
	width: 160px;
	color: #525142;
	vertical-align: middle;
}
#search fieldset .bt {vertical-align: middle;}

#soclinks {
	position: absolute;
	top: 10px; left: 250px;
	display: block;
	width: 225px;
	list-style: none;
}
#soclinks li {
	display: inline;
}
#soclinks li a {
	text-decoration: none;
}
#soclinks ul {
		top: 42px;
}

/* --- End Search --- */
/* --- Meniu --- */
#meniu {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; 
  right: 12px;
	z-index: 999;
}
#meniu li {
	display: block;
	float: left;
	position: relative;
}
#meniu li a {
	display: block;
	padding: 14px 10px 14px 10px;
	color: #6e6d61;
	text-decoration: none;
	border-left: 1px solid #ecece3;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#meniu li a:hover, #meniu li a.active {
	color: #f5fbff;
	border-left: 1px solid #7aadca;
	border-top: 1px solid #7aadca;
	border-right: 1px solid #7aadca;
	background: #7aadca url('../images/bg-meniu-a.gif') repeat-x 0 0;
}

/**/

#meniu ul {
	border: 3px solid #7baecb;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 42px; left: 0;
	width: 200px;
	background: #ffffff;
	z-index: 99;
	
}

#meniu ul li {
	position: relative;
	background: none;
	width: 200px;
	padding: 0;
	cursor: pointer;
}

#meniu ul.last li {
  text-align: right;
}

#meniu ul a {
	display: block;
	padding: 4px 20px 4px 10px;
	width: 170px;
	color: #525142;
	font-weight: normal;
	border: 0;
}

#meniu ul.last a {
  padding: 4px 10px 4px 20px;
}

#meniu ul a:hover, #meniu ul a.active {
	color: #236b94;
	text-decoration: underline;
	background: none;
	border: 0;
}
#meniu ul .submeniu a:hover {background: url('../images/bg-meniu-sub.gif') no-repeat 100% 7px;}
#meniu ul.last li.submeniu a:hover { background: url('../images/bg-meniu-sub_2.gif') no-repeat 0% 7px !important; }
#meniu ul.last li.submeniu ul li a:hover { background: none !important; }

* html #meniu ul li {float: left;}
* html #meniu ul li a {
	height: 1%;
	width: 200px;
	width/* */:/**/170px;
}

#meniu li:hover ul, #meniu li.over ul {display: block;}
#meniu li:hover ul ul, #meniu li.over ul ul {display: none;}

/**/
/***/

#meniu ul ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 0; left: 200px;
	width: 200px;	
	background: #ffffff;
	font-size: 1em;
	z-index: 999;
}

#meniu ul ul.last_three {
  left: -206px;
}

#meniu ul ul li {
	position: relative;
	background: none;
	width: 200px;
	padding: 0;
	cursor: pointer;
}

#meniu ul ul.last_three li {
  text-align: right;
  margin-right: 6px;
}

#meniu ul ul li a {
	background: none;
	white-space: normal;
}
#meniu ul .submeniu ul li a:hover {background: none;}

* html #meniu ul ul li {float: left;}
* html #meniu ul ul li a {height: 1%;}

#meniu ul li:hover ul, #meniu ul li.over ul { 
	display: block;
}

/***/
/* --- End Meniu --- */
/* --- Flash --- */
#flash {
	position: absolute;
	top: 42px; right: 0;
	display: block;
	width: 745px; height: 105px;
	z-index: 1;
}
/* --- End Flash --- */
/* --- Structure --- */
#container {width: 995px;}
#block-left, #block-right {float: left;}
#block-left {
	width: 240px;
	margin: 50px 10px 0 0;
}
#block-right {width: 730px;}
/* --- End Structure --- */

/* --- Left Block --- */
#submeniu {width: 240px;}

#submeniu .meniu-news,
#submeniu .meniu-info,
#submeniu .meniu-lrv,
#submeniu .meniu-es,
#submeniu .meniu-lietuva {
	position: relative;
	padding: 6px 0 5px 26px;
	width: 214px;
	background: url('../images/bg-flag-stripe.gif') no-repeat 15px 45px;
}
* html #submeniu .meniu-news,
* html #submeniu .meniu-info,
* html #submeniu .meniu-lrv,
* html #submeniu .meniu-es,
* html #submeniu .meniu-lietuva {
	width: 240px;
	width/* */:/**/214px;
}

#submeniu .flag {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 80px; height: 45px;
	z-index: 10;
}
#submeniu .meniu-news .flag {background: url('../images/flag-01.gif') no-repeat 50% 50%;}
#submeniu .meniu-info .flag {background: url('../images/flag-02.gif') no-repeat 50% 50%;}
#submeniu .meniu-lrv .flag {background: url('../images/flag-03.gif') no-repeat 50% 50%;}
#submeniu .meniu-es .flag {background: url('../images/flag-04.gif') no-repeat 50% 50%;}
#submeniu .meniu-lietuva .flag {background: url('../images/flag-05.gif') no-repeat 50% 50%;}

#submeniu h2 {
	font-size: 1em;
	color: #717166;
	padding: 10px 5px 10px 55px;
	border-bottom: 1px solid #e2e2d5;
	margin-bottom: 10px;
	background: #f5f5ea url('../images/bg-h2-left.gif') repeat-x 0 0;
}
#submeniu h2 a {
	color: #717166;
	text-decoration: none;
}
#submeniu h2 a:hover {text-decoration: underline;}


#submeniu .meniu-es h2, #submeniu .meniu-lietuva h2 {font-size: .9em;}

#submeniu .meniu-es h2 {
	color: #367eb8;
}
#submeniu .meniu-es h2 a {
	color: #367eb8; 
	text-decoration: none;
}
#submeniu .meniu-es h2 a:hover {text-decoration: underline;}

#submeniu .meniu-lietuva h2 {
	color: #b72c71;
}
#submeniu .meniu-lietuva h2 a {
	color: #b72c71;
	text-decoration: none;
}
#submeniu .meniu-lietuva h2 a:hover {text-decoration: underline;}

#submeniu ul {
	padding: 0;
	list-style: none;
}
#submeniu ul li {display: block;}
* html #submeniu ul li {
	vertical-align: top;
	height: 1%;
}
#submeniu ul li a {
	display: block;
	padding: 3px 5px 3px 25px;
	color: #525142;
}
/* News */
#submeniu .meniu-news ul li a {background: url('../images/strike-01.gif') no-repeat 10px 7px;}
#submeniu .meniu-news ul li a:hover, #submeniu .meniu-news ul li a.active {
	color: #ab8a24;
	text-decoration: none;
}
/* End News */
/* Info */
#submeniu .meniu-info ul li a {background: url('../images/strike-02.gif') no-repeat 10px 7px;}
#submeniu .meniu-info ul li a:hover, #submeniu .meniu-info ul li a.active {
	color: #99b211;
	text-decoration: none;
}
/* End Info */
/* LRV */
#submeniu .meniu-lrv ul li a {background: url('../images/strike-03.gif') no-repeat 10px 7px;}
#submeniu .meniu-lrv ul li a:hover, #submeniu .meniu-lrv ul li a.active {
	color: #e42d3f;
	text-decoration: none;
}
/* End LRV */
/* ES */

/* Added by Karolis Tamutis */

#submeniu .meniu-es ul li.expand-side a {
	padding: 0 10px 13px 10px;
	width: 196px;
	text-align: center;
	color: #337fbc;
	text-decoration: none;
	background: url('../images/strike-04.gif') no-repeat 50% 100%;
}
* html #submeniu .meniu-es ul li.expand-side a {
	width: 214px;
	width/* */:/**/196px;
}

#submeniu .meniu-es ul li a {background: url('../images/strike-04_02.gif') no-repeat 10px 7px;}
#submeniu .meniu-es ul li a:hover, #submeniu .meniu-es ul li a.active {
	color: #e42d3f;
	text-decoration: none;
}

#submeniu .meniu-es ul li a:hover, #submeniu .meniu-es ul li a.active {text-decoration: underline;}

/* End Added by Karolis Tamutis */

/* End ES */
/* Lietuva */


/* End Lietuva */
/* Voting */
#submeniu #voting {
	position: relative;
	padding: 6px 0 5px 26px;
	width: 214px;
}
* html #submeniu #voting {
	width: 240px;
	width/* */:/**/214px;
}
#submeniu #voting h2 {padding-left: 10px;}

#submeniu #voting form {padding: 0 10px;}
#submeniu #voting form label {
	display: block;
	color: #333333;
	padding-bottom: 10px;
}
#submeniu #voting form fieldset {
	padding: 1px 10px;
	color: #236b94;
}
#submeniu #voting form fieldset.padd {padding-top: 10px;}
#submeniu #voting form fieldset span {padding-left: 8px;}
#submeniu #voting form fieldset .bt {vertical-align: middle;}

#submeniu #voting form fieldset a {
	color: #525142;
	padding-left: 10px;
}
#submeniu #voting form fieldset a:hover {
	color: #000;
	text-decoration: none;
}

#submeniu #voting dl {
	padding: 0 10px;
	width: 174px;
}
* html #submeniu #voting dl {
	width: 194px;
	width/* */:/**/174px;
}
#submeniu #voting dl dt {
	color: #333333;
	padding-bottom: 3px;
}
#submeniu #voting dl dt span {
	color: #999999;
	font-size: .9em;
}
#submeniu #voting dl dd {
	width: 174px;
	padding-bottom: 5px;
}
#submeniu #voting dl dd .all-width {width: 174px;}
#submeniu #voting dl dd .all-width .bg {
	background: #7aadca;
	height: 5px;
}
#submeniu #voting dl dd.leading .all-width .bg {background: #a9c11d;}
/* End Voting */
/* --- End Left Block --- */
/* --- Index Content --- */
.index-block-single {
	width: 720px;
	margin-bottom: 12px;
	overflow: hidden;
	background: url('../images/bg-index-single.gif') no-repeat 0 100%;
  padding-bottom:10px;
}

.index-block-double {
	width: 730px;
	margin-bottom: 12px;
	overflow: hidden;	
	background: url('../images/bg-index-double.gif') no-repeat 0 100%;
}
.index-block-double .second-bg {
	width: 730px;
	background: url('../images/bg-index-double-top.gif') no-repeat 0 0;
}


.index-block-double .block-left, .index-block-double .block-right {float: left;}
.index-block-double .block-left {
	width: 355px;
	margin-right: 10px;
}
.index-block-double .block-right {
	width: 355px;
}

.index-block-single .submeniu, .index-block-double .submeniu {position: relative;}
.index-block-single .submeniu {
	background: url('../images/bg-submeniu-detail.gif') no-repeat 100% 0;
	min-height: 50px;
}
.index-block-double .submeniu {min-height: 60px;}

* html .index-block-single .submeniu {height: 50px;}
* html .index-block-double .submeniu {height: 60px;}

.index-block-single .submeniu {width: 720px;}
.index-block-double .submeniu {width: 355px;}


.index-block-single .submeniu .graphics {
	position: absolute;
	bottom: -8px; left: 0;
	display: block;
	width: 720px; height: 28px;
	z-index: 9;
	background: url('../images/bg-single-submeniu.png') no-repeat 50% 100%;
}
* html .index-block-single .submeniu .graphics {
	background: url('../images/bg-single-submeniu.gif') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-single-submeniu.png');
}

.index-block-single .submeniu .graphics2 {
	position: absolute;
	bottom: -10px; left: 0;
	display: block;
	width: 720px; height: 26px;
	z-index: 998;
	background: url('../images/bg-single-submeniu-b.png') no-repeat 50% 100%;
}
* html .index-block-single .submeniu .graphics2 {
	bottom: -11px;
	background: url('../images/bg-single-submeniu-b.gif') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-single-submeniu-b.png');
}


.index-block-double .block-left .submeniu .graphics, .index-block-double .block-right .submeniu .graphics {
	position: absolute;
	bottom: 0; left: 0;
	display: block;
	width: 355px; height: 28px;
	z-index: 9;
}
.index-block-double .block-left .submeniu .graphics {background: url('../images/bg-double-left-submeniu.png') no-repeat 50% 100%;}
.index-block-double .block-right .submeniu .graphics {background: url('../images/bg-double-right-submeniu.png') no-repeat 50% 100%;}
* html .index-block-double .block-left .submeniu .graphics {
	background: url('../images/bg-double-left-submeniu.gif') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-double-left-submeniu.png');
}
* html .index-block-double .block-right .submeniu .graphics {
	background: url('../images/bg-double-right-submeniu.gif') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-double-right-submeniu.png');
}

.index-block-double .block-left .submeniu .graphics2, .index-block-double .block-right .submeniu .graphics2 {
	position: absolute;
	bottom: -2px; left: 0;
	display: block;
	width: 355px; height: 26px;
	z-index: 998;
}
.index-block-double .block-left .submeniu .graphics2 {background: url('../images/bg-double-left-submeniu-b.png') no-repeat 50% 100%;}
.index-block-double .block-right .submeniu .graphics2 {background: url('../images/bg-double-right-submeniu-b.png') no-repeat 50% 100%;}
* html .index-block-double .block-left .submeniu .graphics2 {
	background: url('../images/bg-double-left-submeniu-b.gif') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-double-left-submeniu-b.png');
}
* html .index-block-double .block-right .submeniu .graphics2 {
	background: url('../images/bg-double-right-submeniu-b.gif') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-double-right-submeniu-b.png');
}


.index-block-single .submeniu ul, .index-block-double .submeniu ul {
	list-style: none;
	padding: 0;
}
.index-block-single .submeniu ul li, .index-block-double .submeniu ul li {
	float: left;
	display: block;
	margin-right: 1px;
}
.index-block-single .submeniu ul li.mask, .index-block-double .submeniu ul li.mask {
	padding: 8px 15px 30px 15px;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
* html .index-block-single .submeniu ul li.mask,
* html .index-block-double .submeniu ul li.mask {margin-right: 2px;}
*:first-child+html .index-block-single .submeniu ul li.mask,
*:first-child+html .index-block-double .submeniu ul li.mask {margin-right: 2px;}


.submeniu ul li a {
	display: block;
	padding: 8px 15px 30px 15px;
	color: #236b94;
	text-decoration: none;	
	border-top: 1px solid #d4e7f3;
	border-right: 1px solid #d4e7f3;
	border-left: 1px solid #d4e7f3;
	background: #d4e7f3 url('../images/bg-submeniu.gif') repeat-x 0 0;
	white-space: nowrap;
}
* html .submeniu ul li a {background: #d4e7f3 url('../images/bg-submeniu.gif') repeat-x 0 1px;}
*:first-child+html .submeniu ul li a {background: #d4e7f3 url('../images/bg-submeniu.gif') repeat-x 0 1px;}

.submeniu ul li a:hover {
	border-top: 1px solid #b4d8ee;
	border-right: 1px solid #b4d8ee;
	border-left: 1px solid #b4d8ee;
	background: #b4d8ee url('../images/bg-submeniu-a.gif') repeat-x 0 0;
}
* html .submeniu ul li a:hover {background: #b4d8ee url('../images/bg-submeniu-a.gif') repeat-x 0 1px;}
*:first-child+html .submeniu ul li a:hover {background: #b4d8ee url('../images/bg-submeniu-a.gif') repeat-x 0 1px;}

.submeniu ul li.active a, .submeniu ul li.active a:hover {
	position: absolute;
	z-index: 99;
	font-weight: bold;
	color: #f5fbff;
	border-top: 1px solid #7aadca;
	border-right: 1px solid #7aadca;
	border-left: 1px solid #7aadca;
	background: #7aadca url('../images/bg-submeniu-aa.gif') repeat-x 0 0;
}
* html .submeniu ul li.active a,
* html .submeniu ul li.active a:hover {background: #7aadca url('../images/bg-submeniu-aa.gif') repeat-x 0 0;}
*:first-child+html .submeniu ul li.active a:hover,
*:first-child+html .submeniu ul li.active a {background: #7aadca url('../images/bg-submeniu-aa.gif') repeat-x 0 0;}

.index-block-single .content, .index-block-double .content {
	padding: 1px 3px 3px 3px;
	/* min-height: 167px; */
}
* html .index-block-single .content,
* html .index-block-double .content {
	height: 171px;
	height/* */:/**/167px;
}
.index-block-single .content {padding-top: 10px; background: url('../images/bg-index-single-content.gif') no-repeat 0 5px;}
.index-block-double .content {background: url('../images/bg-index-double-content.gif') no-repeat 0 0;}


.index-block-single .content h2, .index-block-double .content h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
	border-bottom: 1px solid #dbdbcc;
	padding: 0 12px 3px 12px;
	background: #f1f1e9 url('../images/h2-index.gif') repeat-x 0 0;
	min-height: 19px;
}
* html .index-block-single .content h2,
* html .index-block-double .content h2 {
	height: 22px;
	height/* */:/**/19px;
}

/* Calendar */
#calendar-select {
	border-bottom: 1px solid #dbdbcc;
	padding: 0 10px;
	background: #f1f1e9 url('../images/h2-index.gif') repeat-x 0 0;
}
#calendar fieldset {padding: 1px 0;}
* html #calendar fieldset {padding: 2px 0 1px 0;}

#calendar fieldset select {
	font-size: .9em;
	color: #333333;
	border: 1px solid;
	border-color: #7b7b7b #7b7b7b #b9b9b9 #b9b9b9;
	vertical-align: middle;
}

#calendar fieldset select#first
{
  width: 180px;
}

#calendar fieldset select
{
  width: 60px;
}

#calendar fieldset select
{
  width: 60px;
}

/* End Calendar */
/* Index Text */
.text, .text2 {
	padding: 10px;
	color: #333333;
	line-height: 16px;
	/* overflow: hidden; */
}

.accessibility-version .text,
.accessibility-version .text2
{
	line-height: 20px;
}

.index-block-single .text {width: 696px;}
.index-block-double .text {width: 329px;}
* html .index-block-single .text {
	width: 716px;
	width/* */:/**/696px;
}
* html .index-block-double .text {
	width: 349px;
	width/* */:/**/329px;
}


.text p {margin: 0 0 1em 0;}
.text a {color: #525142;}
.text a:hover {
	color: #236b94;
	text-decoration: none;
}

.text hr {
	border: 0;
	color: #e8e8db;
	background-color: #e8e8db;
	height: 1px;
}

.text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}
.text ul li {
	display: block;
	padding: 0 0 0 15px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 6px;
}
* html .text ul li {vertical-align: top; height: 1%;}
.text ul ul {margin: 0;}
.text ul ul li {
	padding-left: 25px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 6px;
}
.text ul ul ul {margin: 0;}
.text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 0 6px;
}

.text ol {
	padding: 0 0 0 40px;
}

#mp-main-1 ul,
#mp-main-2 ul,
#mp-main-3 ul,
#mp-main-4 ul,
#mp-main-5 ul
{
  float: right;
  width: 220px;
}

#v-main-1 ul
{
  float: left;
  width: 160px;
}

#mp-main-1 ul a,
#mp-main-2 ul a,
#mp-main-3 ul a,
#mp-main-4 ul a,
#mp-main-5 ul a,

#v-main-1 ul a
{
  color: #236B94;
}

#mp-main-1 ul a:hover,
#mp-main-2 ul a:hover,
#mp-main-3 ul a:hover,
#mp-main-4 ul a:hover,
#mp-main-5 ul a:hover
{
  color: #525142;
}

* html .text ol {padding: 0;}
*:first-child+html .text ol {padding: 0;}

.text ol ol {list-style-type: lower-alpha;}
.text ol li {padding: 0}

.text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #e8e8db;
	width: 100%;
	margin-bottom: 1em;
}
* html .text table {font-size: 1em; width: auto; width/* */:/**/100%;}
.text table[border="0"] {border: 0;}
.text table.noborder { border: 0; }
.text td {
	padding: 4px 5px;
	font-size: 1em;
	border-color: #e8e8db;
	vertical-align: top;
}
.text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #e8e8db;
	font-weight: bold;
}
.text td p, .text th p {margin: 0;}
.text img {border: 0;}
/* End Index Text */
/* Blocks */
.text .image {
	float: left;
	/* width: 210px; */
	width: 160px;
}
.text dl {
	float: left;
	width: 486px;
}

dl.news-main
{
	float: left;
	width: 100%;
}

.text dl dt {
	font-size: .9em;
	color: #333333;
}
.text dl dt span {
	display: table-cell;
	display: inline-block;
	padding: 3px 5px;
	background: #e4f2fb;
}
.text dl dd {margin: 12px 0 0 10px;}


.text .add-links {width: 329px;}
.text .add-links ul {float: left; width: 164px;}

.text .add-links ul a {
	display: block;
	padding-bottom: 4px;
}
.text .add-links ul a.active {
	color: #236b94;
	text-decoration: none;
}


.text form {width: 329px;}
.text form fieldset {padding: 5px 0;}
.text form fieldset.padding {padding-left: 115px; padding-top: 20px;}
* html .text form fieldset.padding {padding-left: 118px; padding-top: 23px;}

.text form fieldset label {
	float: left;
	width: 105px;
	text-align: right;
	padding-right: 10px;
	color: #333333;
}
* html .text form fieldset label {
	width: 115px;
	width/* */:/**/105px;
}
.text form fieldset .txtfld {
	font-size: .9em;
	color: #333333;
	border: 1px solid;
	border-color: #7b7b7b #7b7b7b #b9b9b9 #b9b9b9;
	vertical-align: middle;
	padding: 2px 5px;
}
.text form fieldset .select {width: 175px;}
.text form fieldset .long {width: 125px;}
* html .text form fieldset .select {
	width: 185px;
	width/* */:/**/175px;
}
* html .text form fieldset .long {
	width: 135px;
	width/* */:/**/125px;
}
.text form fieldset .bt {vertical-align: middle;}


.text #calendar-layout {
	border: 0;
	font-size: .9em;
	width: 100%;
	margin-bottom: 0;
}
.text #calendar-layout td {
	vertical-align: middle;
	text-align: center;
}
.text #calendar-layout td a.backward, .text #calendar-layout td a.forward {
	display: block;
	width: 24px; height: 24px;
}
.text #calendar-layout td a.backward {background: url('../images/ico-backward.gif') no-repeat 50% 50%;}
.text #calendar-layout td a.forward {background: url('../images/ico-forward.gif') no-repeat 50% 50%;}

.text #calendar-layout td a.backward span, .text #calendar-layout td a.forward span {display: none;}


/* [+] -- arunas@ivc.lt 2008-12-16 -- */

.text #calendar-layout #calendar-holder{
  width: 232px;
  position: relative;
  overflow: hidden;
  height: 160px;
}

.text #calendar-layout #calendar_flow{
  left: 0px;
  width: 26000px;
  text-align: left;
  position: absolute;
}
.calendar_month{
  width: 230px;
  float:left;
  left: 1px;
  border:1px solid white;
  border-collapse: separate;
  line-height: normal;
}
/* [-] -- arunas@ivc.lt 2008-12-16 -- */

.text #calendar-layout #calendar-holder table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
} 

.text #calendar-layout #calendar-holder th {
	padding: 0;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #989889;
	border-left: 1px solid #fff;
	color: #1e649b;
}
.text #calendar-layout #calendar-holder th.weekend {color: #697d00;}

.text #calendar-layout #calendar-holder th span {
	display: block;
	border: 1px solid #85bbe6;
	padding: 3px 5px;
	background: #85bbe6 url('../images/bg-calendar-blue.gif') repeat-x 0 0;  
}
.text #calendar-layout #calendar-holder th.weekend span {
	border: 1px solid #cce34e;
	background: #cce34e url('../images/bg-calendar-green.gif') repeat-x 0 0;
}

.text #calendar-layout #calendar-holder td {
	padding: 0;
	border: 1px solid #e8e8db;
	width: 14%;
}
.text #calendar-layout #calendar-holder td.nobrd {border: 0;}

.text #calendar-layout #calendar-holder td span, .text #calendar-layout #calendar-holder td a {
	display: block;
	padding: 4px 0;
	color: #1e649b;
	text-decoration: none;
}
.text #calendar-layout #calendar-holder td a {background: #bddcf6;}
.text #calendar-layout #calendar-holder td a:hover {
	background: #1e649b;
	color: #fff;
}

.text #calendar-layout #calendar-holder td.weekend span, .text #calendar-layout #calendar-holder td.weekend a {color: #697d00;}

.text #calendar-layout #calendar-holder td.weekend a {background: #d9ea7f;}
.text #calendar-layout #calendar-holder td.weekend a:hover {
	background: #697d00;
	color: #fff;
}
/* End Blocks */
/* Index Articles, Audio & Video */

#n-main-1,
#n-main-2,
#n-main-3,
#n-main-4
{
  position: relative;
}

.index-block-single .content .news-list, .index-block-double .content .news-list {	
	position: relative;
	border-bottom: 1px solid #cfcfc7;
	line-height: 16px;
	color: #333333;
}
.index-block-single .content .news-list {width: 714px;}
.index-block-double .content .news-list {width: 347px;}

.index-block-single .content .first, .index-block-double .content .first {background: #f6f6ed;}
.index-block-single .content .last, .index-block-double .content .last {border: 0;}

.index-block-single .content a.all, .index-block-double .content a.all {
	position: absolute;
	right: 20px;
	color: #333333;
}
.index-block-single .content a.all:hover, .index-block-double .content a.all:hover {
	text-decoration: none;
	color: #000;
}

.index-block-single .content a.all-l, .index-block-double .content a.all-l {
	right: 20px;
	color: #333333;
}
.index-block-single .content a.all-l:hover, .index-block-double .content a.all-l:hover {
	text-decoration: none;
	color: #000;
}

.index-block-single .content .news-list .image, .index-block-double .content .news-list .image {
	float: left;
	width: 82px; height: 55px;
	padding: 8px 10px;
}

.index-block-single .content .news-list dl, .index-block-double .content .news-list dl {padding: 8px 10px;}
/* .index-block-single .content .news-list dl dt, .index-block-double .content .news-list dl dt {padding-bottom: 7px;} */
.index-block-single .content .news-list dl dt span, .index-block-double .content .news-list dl dt span {
	vertical-align: middle;
	font-size: .9em;
	background: #e4f2fb;
	display: inline-block;
	padding: 2px 5px;
}
.index-block-single .content .news-list dl dt a, .index-block-double .content .news-list dl dt a {color: #236b94;}
.index-block-single .content .news-list dl dt a:hover, .index-block-double .content .news-list dl dt a:hover {
	text-decoration: none;
	color: #333333;
}

.index-block-single .content .news-list dl dt a.audio, .index-block-double .content .news-list dl dt a.audio {
	width: 30px; height: 27px; display: block;
	background: url('../images/ico-audio.gif') no-repeat 50% 50%;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

a.new_audio_news_pic  {
	width: 30px; height: 27px; display: block;
	background: url('../images/ico-audio.gif') no-repeat 50% 50%;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

a.new_video_news_pic  {
	width: 30px; height: 27px; display: block;
	background: url('../images/ico-video2.gif') no-repeat 50% 50%;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

span.new_news_date {
background:#E4F2FB none repeat scroll 0 0;
display:inline-block;
font-size:0.9em;
padding:2px 5px;
vertical-align:middle;
}

.index-block-single .content .news-list dl dt a.audio span, .index-block-double .content .news-list dl dt a.audio span {display: none;}

.index-block-single .content .news-list dl.audio dd, .index-block-double .content .news-list dl.audio dd {clear: left;}
/* End Index Articles, Audio & Video */
/* --- End Index Content --- */
/* --- Text --- */
/* Colors */
#content {
	width: 720px;
	margin-bottom: 12px;
	/* overflow: hidden; */
}

.blue #content {background: url('../images/bg-content-blue.png') no-repeat 0 100%;}
.yellow #content {background: url('../images/bg-content-yellow.png') no-repeat 0 100%;}
.red #content {background: url('../images/bg-content-red.gif') no-repeat 0 100%;}
.green #content {background: url('../images/bg-content-green.png') no-repeat 0 100%;}
.dblue #content {background: url('../images/bg-content-dblue.png') no-repeat 0 100%;}

#content .submeniu {
	position: relative;
	width: 720px;
	background: url('../images/bg-submeniu-detail.gif') no-repeat 100% 0;
	min-height: 50px;
}
* html #content .submeniu {height: 50px;}

#content .submeniu .graphics {
	position: absolute;
	bottom: -8px; left: 0;
	display: block;
	width: 720px; height: 28px;
	background: url('../images/bg-single-submeniu.png') no-repeat 50% 100%;
	z-index: 9;
}

* html #content .submeniu .graphics {
	background: url('../images/bg-single-submeniu.gif') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bg-single-submeniu.png');
}

#content .submeniu .graphics2 {
	position: absolute;
	bottom: -10px; left: 0;
	display: block;
	width: 720px; height: 26px;
	z-index: 998; /* nekeisti */ /* vis tiek pakeiciau :P */
}

.blue #content .submeniu .graphics2 {
	background: url('../images/bg-single-submeniu-b.png') no-repeat 50% 100%;
}

.yellow #content .submeniu .graphics2 {
	background: url('../images/bg-single-submeniu-y.png') no-repeat 50% 100%;
}

.red #content .submeniu .graphics2 {
	background: url('../images/bg-single-submeniu-r.png') no-repeat 50% 100%;
}

.green #content .submeniu .graphics2 {
	background: url('../images/bg-single-submeniu-g.png') no-repeat 50% 100%;	
}

.dblue #content .submeniu .graphics2 {
	background: url('../images/bg-single-submeniu-d.png') no-repeat 50% 100%;
}


* html .blue #content .submeniu .graphics2 {
	bottom: -11px;
	background: url('../images/bg-single-submeniu-b.png') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/bg-single-submeniu-b.png');
}

* html .yellow #content .submeniu .graphics2 {
	bottom: -11px;
	background: url('../images/bg-single-submeniu-y.png') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/bg-single-submeniu-y.png');
}

* html .red #content .submeniu .graphics2 {
	bottom: -11px;
	background: url('../images/bg-single-submeniu-r.png') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/bg-single-submeniu-r.png');
}

* html .green #content .submeniu .graphics2 {
	bottom: -11px;
	background: url('../images/bg-single-submeniu-g.png') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/bg-single-submeniu-g.png');
}

* html .dblue #content .submeniu .graphics2 {
	bottom: -11px;
	background: url('../images/bg-single-submeniu-d.png') no-repeat 50% 100%;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/bg-single-submeniu-d.png');
}

#content .submeniu ul {
	list-style: none;
	padding: 0;
}
#content .submeniu ul li {
	float: left;
	display: block;
	margin-right: 1px;
}
#content .submeniu ul li.mask {
	padding: 8px 15px 30px 15px;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
* html #content .submeniu ul li.mask,
* html #content .submeniu ul li.mask {margin-right: 2px;}
*:first-child+html #content .submeniu ul li.mask,
*:first-child+html #content .submeniu ul li.mask {margin-right: 2px;}

#content .submeniu ul li a {
	display: block;
	padding: 8px 15px 30px 15px;
	color: #236b94;
	text-decoration: none;	
	white-space: nowrap;
}

.blue #content .submeniu ul li a {
	border-top: 1px solid #d4e7f3;
	border-right: 1px solid #d4e7f3;
	border-left: 1px solid #d4e7f3;
	background: #d4e7f3 url('../images/bg-submeniu.gif') repeat-x 0 0;
}
* html .blue #content .submeniu ul li a {background: #d4e7f3 url('../images/bg-submeniu.gif') repeat-x 0 1px;}
*:first-child+html .blue #content .submeniu ul li a {background: #d4e7f3 url('../images/bg-submeniu.gif') repeat-x 0 1px;}

.yellow #content .submeniu ul li a {
	color: #fcfdfd;
	border-top: 1px solid #e7ca76;
	border-right: 1px solid #e7ca76;
	border-left: 1px solid #e7ca76;
	background: #e7cc76 url('../images/bg-submeniu-y.gif') repeat-x 0 0;
}
* html .yellow #content .submeniu ul li a {background: #e7cc76 url('../images/bg-submeniu-y.gif') repeat-x 0 1px;}
*:first-child+html .yellow #content .submeniu ul li a {background: #e7cc76 url('../images/bg-submeniu-y.gif') repeat-x 0 1px;}

.red #content .submeniu ul li a {
	color: #ffffff;
	border-top: 1px solid #ee7d71;
	border-right: 1px solid #ee7d71;
	border-left: 1px solid #ee7d71;
	background: #ee7d71 url('../images/bg-submeniu-r.gif') repeat-x 0 0;
}
* html .red #content .submeniu ul li a {background: #ee7d71 url('../images/bg-submeniu-r.gif') repeat-x 0 1px;}
*:first-child+html .red #content .submeniu ul li a {background: #ee7d71 url('../images/bg-submeniu-r.gif') repeat-x 0 1px;}

.green #content .submeniu ul li a {
	color: #ffffff;
	border-top: 1px solid #b7c250;
	border-right: 1px solid #b7c250;
	border-left: 1px solid #b7c250;
	background: #b7c250 url('../images/bg-submeniu-g.gif') repeat-x 0 0;
}
* html .green #content .submeniu ul li a {background: #b7c250 url('../images/bg-submeniu-g.gif') repeat-x 0 1px;}
*:first-child+html .green #content .submeniu ul li a {background: #b7c250 url('../images/bg-submeniu-g.gif') repeat-x 0 1px;}

.dblue #content .submeniu ul li a {
	color: #ffffff;
	border-top: 1px solid #4c619e;
	border-right: 1px solid #4c619e;
	border-left: 1px solid #4c619e;
	background: #4c619e url('../images/bg-submeniu-d.gif') repeat-x 0 0;
}
* html .dblue #content .submeniu ul li a {background: #4c619e url('../images/bg-submeniu-d.gif') repeat-x 0 1px;}
*:first-child+html .dblue #content .submeniu ul li a {background: #4c619e url('../images/bg-submeniu-d.gif') repeat-x 0 1px;}


.blue #content .submeniu ul li a:hover {
	border-top: 1px solid #b4d8ee;
	border-right: 1px solid #b4d8ee;
	border-left: 1px solid #b4d8ee;
	background: #b4d8ee url('../images/bg-submeniu-a.gif') repeat-x 0 0;
}
* html .blue #content .submeniu ul li a:hover {background: #b4d8ee url('../images/bg-submeniu-a.gif') repeat-x 0 1px;}
*:first-child+html .blue #content .submeniu ul li a:hover {background: #b4d8ee url('../images/bg-submeniu-a.gif') repeat-x 0 1px;}

.yellow #content .submeniu ul li a:hover {	
	border-top: 1px solid #e4be46;
	border-right: 1px solid #e4be46;
	border-left: 1px solid #e4be46;
	background: #e4be46 url('../images/bg-submeniu-a-y.gif') repeat-x 0 0;
}
* html .yellow #content .submeniu ul li a:hover {background: #e4be46 url('../images/bg-submeniu-a-y.gif') repeat-x 0 1px;}
*:first-child+html .yellow #content .submeniu ul li a:hover {background: #e4be46 url('../images/bg-submeniu-a-y.gif') repeat-x 0 1px;}

.red #content .submeniu ul li a:hover {
	color: #ffffff;
	border-top: 1px solid #ea6d63;
	border-right: 1px solid #ea6d63;
	border-left: 1px solid #ea6d63;
	background: #ea6d63 url('../images/bg-submeniu-a-r.gif') repeat-x 0 0;
}
* html .red #content .submeniu ul li a:hover {background: #ea6d63 url('../images/bg-submeniu-a-r.gif') repeat-x 0 1px;}
*:first-child+html .red #content .submeniu ul li a:hover {background: #ea6d63 url('../images/bg-submeniu-a-r.gif') repeat-x 0 1px;}

.green #content .submeniu ul li a:hover {
	color: #ffffff;
	border-top: 1px solid #aebb42;
	border-right: 1px solid #aebb42;
	border-left: 1px solid #aebb42;
	background: #aebb42 url('../images/bg-submeniu-a-g.gif') repeat-x 0 0;
}
* html .green #content .submeniu ul li a:hover {background: #aebb42 url('../images/bg-submeniu-a-g.gif') repeat-x 0 1px;}
*:first-child+html .green #content .submeniu ul li a:hover {background: #aebb42 url('../images/bg-submeniu-a-g.gif') repeat-x 0 1px;}

.dblue #content .submeniu ul li a:hover {
	color: #ffffff;
	border-top: 1px solid #445897;
	border-right: 1px solid #445897;
	border-left: 1px solid #445897;
	background: #445897 url('../images/bg-submeniu-a-d.gif') repeat-x 0 0;
}
* html .dblue #content .submeniu ul li a:hover {background: #445897 url('../images/bg-submeniu-a-d.gif') repeat-x 0 1px;}
*:first-child+html .dblue #content .submeniu ul li a:hover {background: #445897 url('../images/bg-submeniu-a-d.gif') repeat-x 0 1px;}


#content .submeniu ul li.active a, #content .submeniu ul li.active a:hover {
	position: absolute;
	z-index: 99;
	font-weight: bold;
}


.blue #content .submeniu ul li.active a, .blue #content .submeniu ul li.active a:hover {
	color: #f5fbff;
	border-top: 1px solid #7aadca;
	border-right: 1px solid #7aadca;
	border-left: 1px solid #7aadca;
	background: #7aadca url('../images/bg-submeniu-aa.gif') repeat-x 0 0;
}
*:first-child+html .blue #content .submeniu ul li.active a {background: #7aadca url('../images/bg-submeniu-aa.gif') repeat-x 0 0;}

.yellow #content .submeniu ul li.active a, .yellow #content .submeniu ul li.active a:hover {
	color: #fffffe;
	border-top: 1px solid #e2b936;
	border-right: 1px solid #e2b936;
	border-left: 1px solid #e2b936;
	background: #e2b936 url('../images/bg-submeniu-aa-yellow.gif') repeat-x 0 0;
}
*:first-child+html .yellow #content .submeniu ul li.active a {background: #e2b936 url('../images/bg-submeniu-aa-yellow.gif') repeat-x 0 0;}

.red #content .submeniu ul li.active a, .red #content .submeniu ul li.active a:hover {
	color: #ffffff;
	border-top: 1px solid #e85242;
	border-right: 1px solid #e85242;
	border-left: 1px solid #e85242;
	background: #e85242 url('../images/bg-submeniu-aa-red.gif') repeat-x 0 0;
}
*:first-child+html .red #content .submeniu ul li.active a {background: #e85242 url('../images/bg-submeniu-aa-red.gif') repeat-x 0 0;}

.green #content .submeniu ul li.active a, .green #content .submeniu ul li.active a:hover {
	color: #ffffff;
	border-top: 1px solid #94a33d;
	border-right: 1px solid #94a33d;
	border-left: 1px solid #94a33d;
	background: #94a33d url('../images/bg-submeniu-aa-green.gif') repeat-x 0 0;
}
*:first-child+html .green #content .submeniu ul li.active a {background: #94a33d url('../images/bg-submeniu-aa-green.gif') repeat-x 0 0;}

.dblue #content .submeniu ul li.active a, .dblue #content .submeniu ul li.active a:hover {
	color: #ffffff;
	border-top: 1px solid #1b327f;
	border-right: 1px solid #1b327f;
	border-left: 1px solid #1b327f;
	background: #1b327f url('../images/bg-submeniu-aa-dblue.gif') repeat-x 0 0;
}
*:first-child+html .dblue #content .submeniu ul li.active a {background: #1b327f url('../images/bg-submeniu-aa-dblue.gif') repeat-x 0 0;}
/* End Colors */
/* Path */
#content .content {
	padding: 10px 3px 3px 3px;
	min-height: 207px;
}
* html #content .content {
	height: 235px;
	height/* */:/**/207px;
}

#content #path {
	padding: 0 95px 0 0;
	font-size: .9em;
	width: 619px;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #dbdbcc;
	background: #f1f1e9 url('../images/h2-index.gif') repeat-x 0 0;
	overflow: hidden;
}
* html #content #path {
	width: 714px;
	width/* */:/**/619px;
}

#content #path li {
	float: left;
	display: block;
	padding: 0 10px 5px 15px;
	color: #a2a198;
	background: url('../images/ico-path.gif') no-repeat 0 5px;
}
#content #path li.first {
	background: none;
	padding-left: 10px;
	font-weight: bold;
}
#content #path li.print {
	position: absolute;
	right: 0;
	padding-left: 17px;
	background: url('../images/ico-print.gif') no-repeat 0 2px;
}

#content #path li a {color: #525142;}
#content #path li a:hover {
	color: #000;
	text-decoration: none;
}
/* End Path */
/* Text */
#text {
	padding: 15px;
	line-height: 19px;
	color: #333333;
}

.accessibility-version #text
{
	line-height: 22px;
}

#text h1 {
	color: #5c5c5c;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-bottom: 15px;
	padding-top: 15px;
}


#text p {margin: 0 0 1.5em 0;}

#text a,
.accessibility a
{
  color: #236b94;
}

#text a:hover
{
	color: #333333;
	text-decoration: none;
}

.accessibility-version a:hover
{
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}

#text hr {
	border: 0;
	color: #eaeae2;
	background-color: #eaeae2;
	height: 1px;
}

#text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 1.5em;
}
#text ul li {
	display: block;
	padding: 0 0 0 30px;
	background: url('../images/bg-text-bullet.gif') no-repeat 13px 6px;
}
* html #text ul li {vertical-align: top; height: 1%;}
#text ul ul {margin: 0;}
#text ul ul li {
	padding-left: 20px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 6px;
}
#text ul ul ul {margin: 0;}
#text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 0 6px;
}

#text ol {
	padding: 0 0 0 40px;
}
* html #text ol {padding: 0;}
*:first-child+html #text ol {padding: 0;}

#text ol ol {list-style-type: lower-alpha;}
#text ol li {padding: 0}

#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #eaeae2;
	width: 100%;
	margin-bottom: 1.5em;
}
* html #text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 8px 10px;
	font-size: 1em;
	border-color: #eaeae2;
	vertical-align: top;
}
#text th {
	padding: 8px 10px;
	text-align: left;
	border-color: #eaeae2;
	font-weight: bold;
}
#text td p, #text th p {margin: 0;}
/* End Text */
/* --- End Text --- */
/* --- Back Top Navigation --- */
#bottom-navigation {
	list-style: none;
	padding: 0;
	overflow: hidden;
	width: 720px;
	color: #525142;
}
#bottom-navigation li {display: block;}
#bottom-navigation li.top {float: right;}

#bottom-navigation li a {
	display: block;
	color: #525142;
}
#bottom-navigation li a:hover {
	color: #000;
	text-decoration: none;
}

#bottom-navigation li.top a {
	padding-right: 25px;
	background: url('../images/ico-top.gif') no-repeat 100% 50%;
}
/* --- End Back Top Navigation --- */
/* --- Modules --- */

/* -- News -- */
/* News List */
#text .news-list {
	padding: 8px 10px;
	width: 664px;
	border-bottom: 1px solid #eaeae2;
  min-height: 27px;
}

* html #text .news-list {
	width: 684px;
	width/* */:/**/664px;
}

#text .first-news, #text .bg-news {background: #fbfbf6;}
#text .last-news {border: 0;}


#text .news-list .image {
	float: left;
	width: 160px;
}

.single_news_image {
  float: left;
  width: 160px;
}

#text .news-list .image img {border: 0;}

#text .news-list .audio-icon {
	float: left;
	width: 50px;
}
#text .news-list .audio-icon a {
	display: block;
	width: 30px; height: 27px;
	background: url('../images/ico-audio.gif') no-repeat 50% 50%;
}
#text .news-list .audio-icon a span {display: none;}

#text .news-list dl {width: 664px; float: left;}
#text .news-list dl.middle {width: 614px;}
#text .news-list dl.short {width: 504px;}

#text .news-list dl dd {padding: 7px 0 0 10px;}

#text .news-list dl dd.date {
	padding: 5px 0;
	font-size: .9em;
}
#text .news-list dl dd.date span {
	display: table-cell;
	background: #e9f3f8;
	padding: 3px 5px;
}
#text .first dl dd.date span {background: #ffffff;}

#text .news-list dl dd.date span i {
	color: #7f8a90;
	font-style: normal;
}

#text .news-list dl dd.multimedia-list {
	padding: 10px 0 5px 0;
	font-size: .9em;
}
#text .news-list dl dd.multimedia-list ul {
	list-style: none;
	margin: 0; padding: 0;
	overflow: hidden;
}
#text .news-list dl dd.multimedia-list ul li {
	background: none;
	padding: 0;
	display: block;
	float: right;
}
#text .news-list dl dd.multimedia-list ul li a {
	display: block;
	padding: 1px 0 1px 40px;
	color: #66788a;
}
#text .news-list dl dd.multimedia-list ul li.audio a {background: url('../images/ico-audioo.gif') no-repeat 19px 50%;}
#text .news-list dl dd.multimedia-list ul li.video a {background: url('../images/ico-video.gif') no-repeat 19px 50%;}
#text .news-list dl dd.multimedia-list ul li.photo a {background: url('../images/ico-photo.gif') no-repeat 19px 50%;}
/* End News List */
/* News View */
#text .news-view {
	width: 684px;
	padding-top: 15px;
}
#text .news-view .title {
	width: 684px;
	padding-bottom: 10px;
}
#text .news-view .title .audio-icon, #text .news-view .title dl {float: left;}

#text .news-view .title .audio-icon {
	padding: 10px 0 0 5px;
	width: 45px;
}
* html #text .news-view .title .audio-icon {
	width: 50px;
	width/* */:/**/45px;
}

#text .news-view .title .audio-icon a {
	display: block;
	width: 30px; height: 27px;
	background: url('../images/ico-audio.gif') no-repeat 50% 50%;
}
#text .news-view .title .audio-icon a span {display: none;}

#text .news-view .title dl {width: 664px;}
#text .news-view .title dl.short {width: 614px;}

#text .news-view .title dl dt {
	font-size: 1.4em;
	color: #333333;
	padding-bottom: 5px;
}
#text .news-view .title dl dd span {
	font-size: .9em;
	display: table-cell;
	display: inline-block;
	padding: 3px 5px;
	background: #e4f2fb;
}
#text .news-view p {padding: 0 10px;}


#text .news-view .flash {padding-bottom: 20px;}
#news-audio-flash {
	display: block;
	width: 510px; height: 30px;
}
#news-video-flash {
	display: block;
	width: 480px; height: 360px;
	margin: 0 auto;
}

#text .news-view .gallery {padding: 10px 10px 0 10px;}
#text .news-view .gallery table {
	border: 0;
	width: auto;
}
#text .news-view .gallery table td {padding: 2px;}
* html #text .news-view .gallery table td {padding: 1px 2px;}
*:first-child+html #text .news-view .gallery table td {padding: 1px 2px;}
#text .news-view .gallery table td img {border: 0;}

#text .news-view .gallery img {border: 0;}

#text .news-view .gallery .news_gallery {
  float: left;
  text-align: center;
}

#text .news-view .related-links {
	width: 664px;
	padding: 8px 10px;
	background: #f6f6ed;
}
* html #text .news-view .related-links {
	width: 684px;
	width/* */:/**/664px;
}

#text .news-view .related-links dl {width: 664px;}
#text .news-view .related-links dl dt {
	color: #525142;
	font-size: 1em;
	font-weight: bold;
}
#text .news-view .related-links dl dd {
	padding: 3px 0;
	font-size: .9em;
	color: #525142;
}
#text .news-view .related-links dl dd a {color: #525142;}
/* End News View */
/* -- End News -- */
/* -- Agenda -- */
/* Agenda Filter */
#agenda-filter {
	width: 684px;
	padding: 15px 0 0 0;
}
#agenda-filter .block-left, #agenda-filter .block-right {
	float: left;
	width: 300px;
}
#agenda-filter h2 {
	font-size: 1em;
	color: #525142;
	padding-bottom: 5px;
}
#agenda-filter fieldset {padding: 4px 0;}
#agenda-filter fieldset.padd {padding-left: 95px;}
* html #agenda-filter fieldset.padd {padding-left: 98px;}
#agenda-filter fieldset.padd2 {padding-left: 92px;}
* html #agenda-filter fieldset.padd2 {padding-left: 95px;}
#agenda-filter fieldset label {
	display: block;
	width: 85px;
	float: left;
	padding-right: 10px;
	text-align: right;
}
* html #agenda-filter fieldset label {
	width: 95px;
	width/* */:/**/85px;
}

#agenda-filter fieldset .txtfld {
	font-size: .9em;
	color: #333333;
	border: 1px solid;
	border-color: #7b7b7b #7b7b7b #b9b9b9 #b9b9b9;
	padding: 2px 0;
	vertical-align: middle;
}
#agenda-filter fieldset .select { /* width: 130px; */ }
#agenda-filter fieldset .long {width: 120px;}
* html #agenda-filter fieldset .select {
	/* width: 140px; */
	/* width/* */ /* : */ /**/ /* 130px; */
}
* html #agenda-filter fieldset .long {
	width: 130px;
	width/* */:/**/120px;
}
#agenda-filter fieldset .bt {vertical-align: middle;}

#agenda-filter fieldset span {font-size: .9em;}
/* End Agenda Filter */
/* Agenda List */
#text .agenda-list {
	padding: 8px 10px;
	width: 664px;
	border-bottom: 1px solid #eaeae2;
}

* html #text .agenda-list {
	width: 684px;
	width/* */:/**/664px;
}

#text .first-agenda, #text .first-agenda3 {background: #f6f6ed;}
#text .last-agenda {border: 0;}
#text .minist-first-agenda {border-top: 1px solid #eaeae2; margin-top: 10px;}

#text .agenda-list dl.date, #text .agenda-list dl {float: left;}
#text .agenda-list dl.date {
	width: 85px;
	line-height: 12px;
	color: #8e8e86;
}

.accessibility-version #text .agenda-list dl.date
{
	width: 85px;
	line-height: 20px;
	color: #8e8e86;
}

#text .agenda-list dl {width: 579px;}

#text .agenda-list dl.date dt {
	font-size: 1em;
	font-weight: bold;
	color: #525142;
	padding-bottom: 8px;
}
#text .agenda-list dl.date dd {
	font-size: .9em;
	padding: 0;
}
#text .agenda-list dl.date dd.day {
	color: #5d5c4d;
	font-size: 1.5em;
	padding: 2px 0;
}

#text .agenda-list dl dt {
	color: #333333;
	font-size: .9em;
	padding-bottom: 5px;
	font-weight: bold;
}
#text .agenda-list dl dt a, #text .agenda-list dl dd a {color: #333333;}
#text .first-agenda dl dt, #text .first-agenda2 dl dt {font-size: 1em;}
#text .agenda-list dl dd {
	font-size: .9em;
	padding-bottom: 5px;
}
#text .agenda-list dl dd.doc, #text .agenda-list dl dd.pdf {padding: 0;}
#text .agenda-list dl dd.doc a, #text .agenda-list dl dd.pdf a {
	display: block;
	padding: 8px 0 8px 35px;
	color: #333333;
}
#text .agenda-list dl dd.doc a {background: url('../images/ico-doc.gif') no-repeat 0 50%;}
#text .agenda-list dl dd.pdf a {background: url('../images/ico-pdf.gif') no-repeat 0 50%;}

#text .first-agenda dl dd.doc a, #text .first-agenda2 dl dd.doc a,
#text .first-agenda dl dd.pdf a, #text .first-agenda2 dl dd.pdf a,
#text .first-agenda3 dl dd {font-size: 1.1em;}


#text .agenda-view-list {
	padding: 8px 10px;
	width: 664px;
	border-bottom: 1px solid #eaeae2;
}
* html #text .agenda-view-list {
	width: 684px;
	width/* */:/**/664px;
}
#text .last-agenda {border: 0;}

#text .agenda-view-list .download, #text .agenda-view-list dl {float: left;}
#text .agenda-view-list .download {
	position: relative;
	display: block;
	width: 85px; height: 60px;
}
#text .agenda-view-list .download a {
	position: absolute;
	top: 15px; left: 22px;
	display: block;
	width: 26px; height: 32px;
}
#text .agenda-view-list .download a.doc {background: url('../images/ico-doc.gif') no-repeat 0 50%;}
#text .agenda-view-list .download a.pdf {background: url('../images/ico-pdf.gif') no-repeat 0 50%;}

#text .agenda-view-list .download a span {display: none;}

#text .agenda-view-list dl {
	width: 579px;
	font-size: .9em;
}
#text .agenda-view-list dl dt {
	font-weight: bold;
	color: #333333;
	padding-bottom: 15px;
}
#text .agenda-view-list dl dt a, #text .agenda-view-list dl dd a {color: #333333;}
/* End Agenda List */
/* -- End Agenda -- */
/* -- Law Acts -- */
#text .law-acts-list {
	padding: 8px 0;
	width: 684px;
	border-bottom: 1px solid #eaeae2;
}
#text .last-law-acts {border: 0;}

#text .law-acts-list dl {width: 684px;}
#text .law-acts-list dl dt {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}

#text .law-acts-list dl dt span {
	font-size: .9em;
	color: #333333;
	padding: 2px 5px;
	background: #e9f3f8;
	font-weight: normal;
}
#text .law-acts-list dl dt span i {
	color: #7f8a90;
	font-style: normal;
}
#text .law-acts-list dl dd {
	font-size: .9em;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#text .law-acts-list dl dd.doc, #text .law-acts-list dl dd.pdf {
	padding: 0;
	text-transform: none;
}
#text .law-acts-list dl dd.doc a, #text .law-acts-list dl dd.pdf a {
	display: block;
	padding: 8px 0 8px 35px;
	color: #333333;
}
#text .law-acts-list dl dd.doc a {background: url('../images/ico-doc.gif') no-repeat 0 50%;}
#text .law-acts-list dl dd.pdf a {background: url('../images/ico-pdf.gif') no-repeat 0 50%;}


/* -- End Laq Acts -- */
/* -- Quiz -- */
#text #quiz {padding: 20px 0 0 0;}
#text #quiz h1 {padding-top: 0;}
#text #quiz p {padding: 0 10px;}
#text #quiz a {color: #525142;}

#text #quiz fieldset {padding: 0 10px 20px 10px;}
#text #quiz fieldset label {
	font-weight: bold;
	display: block;
	padding-bottom: 12px;
}
#text #quiz fieldset input {vertical-align: middle;}

#text #quiz fieldset .txtfld {
	font-size: .9em;
	color: #333333;
	border: 1px solid;
	border-color: #7b7b7b #7b7b7b #b9b9b9 #b9b9b9;
	vertical-align: middle;
	padding: 2px 5px;	
}

#text #quiz fieldset .long {width: 435px;}
* html #text #quiz fieldset .long {
	width: 445px;
	width/* */:/**/435px;
}
#text #quiz fieldset .short {width: 255px;}
* html #text #quiz fieldset .short {
	width: 265px;
	width/* */:/**/255px;
}
#text #quiz fieldset select {width: 170px;}
* html #text #quiz fieldset select {
	width: 180px;
	width/* */:/**/170px;
}

#text #quiz fieldset textarea {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	border: 1px solid;
	border-color: #7b7b7b #7b7b7b #b9b9b9 #b9b9b9;
	padding: 2px 5px;
	width: 435px; height: 80px;
	overflow: auto;
}

#text #quiz .form-navigation {
	border-top: 1px solid #cfcfc7;
	padding-top: 10px;
}

#text #quiz table {
	border: 0;
	margin: 0;
}
#text #quiz table td {
	padding-top: 0;
	padding-bottom: 0;
}
/* -- End Quiz -- */
/* -- FAQ -- */
/* FAQ List */


/* End FAQ List */
/* FAQ View */
#text .faq-view {padding: 5px 10px 0 10px;}
#text .faq-view dl {}
#text .faq-view dl dt {
	font-size: 1.15em;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
#text .faq-view dl.question dd {font-size: 1em;}

#text .faq-view dl dt span {
	font-size: .8em;
	font-weight: normal;
	padding: 2px 5px;
	background: #e9f3f8;
}

#text .faq-view dl dt span i {
	font-style: normal;
	color: #7f8a90;
}

#text .back {
	border-top: 1px solid #b5b5aa;
	padding-top: 15px;
}
#text .back a {
	color: #525142;
	padding-left: 15px;
	background: url('../images/ico-back.gif') no-repeat 0 50%;
}
/* End FAQ View */
/* -- End Faq -- */
/* -- Poll -- */
/* Poll Listing */
#text .poll-list {padding: 20px 10px 15px 10px;}
#text .poll-list dl {}
#text .poll-list dl dt {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#text .poll-list dl dd {padding: 2px 20px; clear: both;}
#text .poll-list dl dd span {
	font-size: .9em;
  font-weight: normal;
	padding: 3px 5px;
	background: #e9f3f8;
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
#text .poll-list dl dd a {
	vertical-align: middle;
	color: #525142;
  font-weight: normal;
}
/* End Poll Listing */
/* Poll Results */
#text .poll-results {
	padding: 20px 0 0 0;
	width: 684px;
}
#text .poll-results dl {}
#text .poll-results dl dt {
	padding: 0 10px 20px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#text .poll-results dl dd {}
#text .poll-results dl dd table {
	border: 0;
	width: 684px;
}
#text .poll-results dl dd table th, #text .poll-results dl dd table td {vertical-align: middle;}
#text .poll-results dl dd table th {border-bottom: 1px solid #cfcfc7;}
#text .poll-results dl dd table td {border-bottom: 1px solid #e8e8e1;}
#text .poll-results dl dd table .no-border td {border: 0;}

#text .poll-results dl dd table th.left, #text .poll-results dl dd table td.left {text-align: left;}
#text .poll-results dl dd table th.center, #text .poll-results dl dd table td.center {text-align: center;}
#text .poll-results dl dd table th.right, #text .poll-results dl dd table td.right {text-align: right;}

#text .poll-results dl dd table td span {font-weight: bold;}
#text .poll-results dl dd table .leading td span {color: #a9c11d;}

#text .poll-results dl dd table td .all-width {width: 350px;}
#text .poll-results dl dd table td .bg {
	background: #7aadca;
	height: 10px;
}
#text .poll-results dl dd table .leading td .bg {background: #a9c11d;}
/* End Poll Results */
/* -- End Poll -- */

/* Add Links */
#text #add-links {
	padding: 8px 10px;
	width: 664px;
}
* html #text #add-links {
	width: 684px;
	width/* */:/**/664px;
}

.blue #text #add-links {
	background: #e9f3f8;
	border-bottom: 1px solid #7aadca;
}
.yellow #text #add-links {
	background: #fff7dd;
	border-bottom: 1px solid #eeda9b;
}
.red #text #add-links {
	background: #ffedec;
	border-bottom: 1px solid #fccccf;
}
.green #text #add-links {
	background: #edf8a7;
	border-bottom: 1px solid #eeda9b;
}
.dblue #text #add-links {
	background: #e3e6ff;
	border-bottom: 1px solid #bec4f6;
}

#text #add-links h2 {
	font-size: 1em;
	padding-bottom: 5px;
}
.blue #text #add-links h2 {color: #2c6f96;}
.yellow #text #add-links h2 {color: #70580c;}
.red #text #add-links h2 {color: #a83024;}
.green #text #add-links h2 {color: #6a7a10;}
.dblue #text #add-links h2 {color: #1c80d5;}

#text #add-links ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: .9em;
}
#text #add-links ul li {
	padding: 0;
	background: none;
	float: left;
	display: block;
	padding: 0 10px;
	border-right: 1px solid #525142;
  white-space: nowrap;
}
#text #add-links ul li.first {
	padding-right: 0;
	border: 0;
}
#text #add-links ul li a {color: #525142;}
#text #add-links ul li a:hover {color: #000000;}
/* End Add Links */
/* Pager */
#text .pager {
	width: 684px;
	position: relative;
}

#text .pager ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: .9em;
	width: 280px;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
}
#text .pager ul li {
	padding: 0;
	background: none;
	float: left;
	display: block;
	padding: 1px 3px;
}
#text .pager ul li span {
	color: #a2a198;
	font-weight: normal;
}

#text .pager ul li a {
	display: block;
	color: #a2a198;
	font-weight: normal;
}
#text .pager ul li a:hover {color: #333333;}

#text .pager ul li.first a, #text .pager ul li.last a {
	width: 14px; height: 14px;
	margin-top: 1px;
}
* html #text .pager ul li.first a,
* html #text .pager ul li.last a {margin-top: 3px;}
*:first-child+html #text .pager ul li.first a,
*:first-child+html #text .pager ul li.last a {margin-top: 3px;}

#text .pager ul li.first a {background: url('../images/ico-pager-back.gif') no-repeat 50% 50%;}
#text .pager ul li.last a {background: url('../images/ico-pager-forward.gif') no-repeat 50% 50%;}
#text .pager ul li.first a span, #text .pager ul li.last a span {display: none;}

#text .topp {
	padding: 15px 0;
	border-bottom: 1px solid #b5b5aa;
}

#text .botomm {
	padding: 15px 0 0 0;
	border-top: 1px solid #b5b5aa;
}

#text a.newsletters {
	float: right;
	color: #525142;
	display: block;
	padding-left: 25px;
	background: url('../images/ico-newsletters.gif') no-repeat 0 0;
}

#text a.rss {
	float: right;
	color: #525142;
	display: block;
	padding-left: 20px;
	padding-right: 5px;
	background: url('../images/rsslogo.jpg') no-repeat 0 0;
}



#text a.ask-question {
	float: right;
	color: #525142;
	display: block;
	padding: 2px 0 2px 25px;
	background: url('../images/ico-ask-question.gif') no-repeat 0 0;
}

#text #faq-filter {
	float: right;
	margin-right: 10px;
}
#text #faq-filter label {
	font-size: .9em;
	vertical-align: middle;
}

#text #faq-filter select {
	font-size: .9em;
	color: #333333;
	border: 1px solid;
	border-color: #7b7b7b #7b7b7b #b9b9b9 #b9b9b9;
	vertical-align: middle;
	padding: 2px 5px;
	width: 150px;
}
* html #text #faq-filter select {
	width: 150px;
	width/* */:/**/160px; 
} 
/* End Pager */
/* --- End Modules --- */
/* --- Footer --- */
#footer .f-top, #footer .f-bottom {
	margin: 0 15px;
	width: 965px;
	padding: 20px 0;
	color: #666666;
}
#footer .f-top p, #footer .f-bottom p {margin: 0;}
#footer .f-top a, #footer .f-bottom a {color: #525142;}
#footer .f-top a:hover, #footer .f-bottom a:hover, #footer .f-top a.active, #footer .f-bottom a.active {
	color: #000;
	text-decoration: none;
}

#footer .f-top {
	text-align: center;
	border-bottom: 1px solid #e0e0d3;
}

#footer .f-bottom {}

#footer .f-bottom ul {
	list-style: none;
	padding: 0;
}
#footer .f-bottom ul li {
	display: block;
	float: left;
	margin-left: 20px;
}
#footer .f-bottom ul li a {display: block;}
#footer .f-bottom ul li.rss a {
	padding-left: 20px;
	background: url('../images/ico-rss.gif') no-repeat 0 50%;
}

/* --- End Footer --- */

/* Block: Questions */
.qst_question_list {
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
}

#qst_status_list {
  display: block;
  clear: both;
  padding-top:16px;
}

  .qst_question_list_line {
    display: inline;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    float: left;
    margin-right: 20px;
  }

#qst_word_logo_line {
  background-image:url(../images/icon_doc.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 24px;
  height: 19px;
}

/* Other*/
.original_foto_link {
  margin: 0 0 10px 0;
  text-align: center;
}
  .original_foto_link a {
    font-size: 0.8em;
  }
  
.clear {
	width: 100%;
	clear: both;
}


.text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}

.sitemap{
  padding: 10px;
}
.sitemap a:link, .sitemap a:visited, .sitemap a:active, .sitemap a:hover{
  line-height: 16px;
}

.dtree {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
} 
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
}

.accessibility .dtree a
{
  color: #236B94;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
}
.dtree a.nodeSel:active, .dtree a.nodeSel:visited, .dtree a.nodeSel:link, .dtree a.nodeSel:hover {
}
.dtree .clip {
	overflow: hidden;
}

/*  */

.clearfix:after 
{
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix 
{
  display: inline-block;
}

html[xmlns] .clearfix 
{
  display: block;
}

* html .clearfix 
{
  height: 1%;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

/* Accessibility */
.accessibility
{
  padding: 8px 20px;  
}

.accessibility-top-link
{
  margin-top: 10px; 
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
}

div.acInfo 
{
  color: #000;
  font-size: 0.9em;
  font-weight: normal !important;
  margin: 5px 0;
  padding: 10px;
  text-align: center;
}

#sharesb {
border:1px solid #DDDDDD;
clear:both;
font-size:12px;
margin:15px 0 10px;
padding:10px;
position:relative;
}
#sharesb p {
margin:0;
padding:0;
}
#sharesb p a {
font-size:12px;
padding:10px;
position:absolute;
right:0;
top:0;
}
#sharesb h3 {
font-weight:normal;
font-size: 13px;
margin:0 5px 0 3px;
padding:0 3px 0 0;
padding-bottom: 13px;
}

#sharesb ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
display: inline;
margin:15px 0 0 15px;
padding:0;
text-align:left;
}
#sharesb ul li {
display:inline;
padding:0 4px 6px 0;
text-align:center;
}
#sharesb ul li.myspace {
background:transparent url(/images/soc_tinklai/small/myspace.png) no-repeat scroll 0 0;
}
#sharesb ul li.twitter {
background:transparent url(/images/soc_tinklai/small/twitter.png) no-repeat scroll 0 0;
}

#sharesb ul li.facebook {
background:transparent url(/images/soc_tinklai/small/facebook.png) no-repeat scroll 0 0;
}
#sharesb ul li a {
margin:0 3px 0 0;
padding:0 0 0 18px;
}

#flash_1 {
}

#flash_1 h2 {
	font-size: 20px;
	color: #cccccc;
	margin-top: 80px;
}

/*
#flash_2 {
	width: 480px;
	height: 360px;
	border: 1px outset #000;
	cursor: pointer;
	text-align: center;
}

#flash_2 h2 {
	font-size: 20px;
	color: #cccccc;
	margin-top: 80px;
}

#flash_3 {
	width: 480px;
	height: 360px;
	border: 1px outset #000;
	cursor: pointer;
	text-align: center;
}

#flash_3 h2 {
	font-size: 20px;
	color: #cccccc;
	margin-top: 80px;
}

#flash_4 {
	width: 480px;
	height: 360px;
	border: 1px outset #000;
	cursor: pointer;
	text-align: center;
}

#flash_4 h2 {
	font-size: 20px;
	color: #cccccc;
	margin-top: 80px;
}

#flash_5 {
	width: 480px;
	height: 360px;
	border: 1px outset #000;
	cursor: pointer;
	text-align: center;
}

#flash_5 h2 {
	font-size: 20px;
	color: #cccccc;
	margin-top: 80px;
}
*/
