/**
 * based on code by Sebastian Faubel
 * modified by Christoph Cullmann
 */

/* common (X)HTML formats */

body {
font-size: 100%;
line-height: 1.2em; /* Note: it is inherited as is, not recalculated! */
background-color: white;
color: black;
font-family: sans-serif;
padding: 0;
margin: 0;
}

table, td, th {
font-family: sans-serif;
padding: 0;
margin: 0;
text-align: left;
}

input, select {
font-size: 0.8em;
line-height: 1em;
}

optgroup {
font-style: normal;
}

a:link {
color: #0000C0;
}

a:visited {
color: #800080;
}

/* main color definitions */

.invisible {
display: none;
}

.menuheader {
height: 0;
/* line-height: 0;  - validatorius rodo parse error*/
margin: 0;
padding: 0;
font-size: 0;
background-color: #3E91EB;
}

#r2menu, #r4mirror {
background-color: #f9f8f9;
}

#content {
background-color: white;
text-align: justify;
}

#leftmenu, #rightmenu {
width: 20%;
}

#leftmenu h2, #rightmenu h2 {
font-size: 1em;
padding-left: 1em;
vertical-align: middle;
background-color: #3E91EB;
border-top: 0.3em solid #3E91EB;
border-bottom: 0.3em solid #3E91EB;
color: white;
margin-top: 0;
}

#leftmenu_top h2 {
font-size: 1em;
padding-left: 1em;
padding-top: 0em;
padding-bottom: 0em;
vertical-align: middle;
color: white;
background-color: #3E91EB;
border-top: 0.3em solid #3E91EB;
border-bottom: 0.3em solid #3E91EB;
margin-top: 0;
margin-bottom: 0;
}

#leftmenu ul, #rightmenu ul {
margin: 0;
padding-left: 0.5em;
padding-bottom: 1em;
}

#leftmenu li, #rightmenu li {
font-size: 0.8em;
margin-left: 2em;
}

#leftmenu ul ul, #rightmenu ul ul {
margin: 0;
padding-left: 0;
}

#leftmenu li li, #rightmenu li li{
font-size: 0.8em;
margin-left: 1em;
}

#contentheader, #footer, #footer_left, #footer_right {
font-size: 1em;
font-weight: bold;
padding-left: 0.3em;
vertical-align: middle;
background-color: #3E91EB;
border-top: 0.3em solid #3E91EB;
border-bottom: 0.3em solid #3E91EB;
color: white;
margin-top: 0;
}

#header {
font-size: 0.8em;
height: 1.2em;
padding-left: 1em;
vertical-align: middle;
background-color: #3E91EB;
color: white;
margin: 0;
padding: 0;
border-top: 1px solid white;
border-bottom: 1px solid #206dcd;
}

#headerpath, #headerpath2 {
text-align: left;
font-weight: bold;
padding-left: 0.5em;
}

#headermenu {
text-align: right;
font-weight: bold;
padding-right: 0.5em;
}

#header a, #footer a {
color: white;
font-weight: bold;
}

#rightmenu h3 {
padding: 0.3em 1.3em;
font-size: 1em;
}

/* classes */

/* static IDs, ordered top to bottom */

#location {
padding-right: 1em;
vertical-align: middle;
text-align: right;
}

#location i {
color: #036;
font-style: normal;
font-size: 0.8em;
}

#location form {
margin: 0;
}

#location input, #location select {
margin: 2px;
}

#content {
background-color: white;
padding: 0.5em 1.5em 2em 1.5em;
}

#content td, #content th {
font-family: sans-serif;
padding: 0.25em;
margin: 0;
text-align: left;
}

#content h4, #content h3, #content h2, #content h1 {
color: #3E91EB;
text-align: left;
line-height: 1.2em; /* Has to be recalculated as h1..h3 change the font size */
}

#quicklinks {
background-color: #E6F0F9;
font-size: 1em;
padding: 1em;
text-align: center;
margin-top: 1em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
}

#leftmenu, #rightmenu {
background-color: #EAE9E8;
color: #036;
}

#search {
text-align: center;
padding: 0 0 1em 0;
}

#search label {
display: none;
}

#search input, #search select {
width: 95%;
margin-bottom: 2px;
}

#hotspot {
font-size: 0.8em;
line-height: 1em;
text-align: center;
}

#rightmenu h3 {
margin-bottom: 0;
}

#footer {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
}

.newsbox1 {
background-color: #E6F0F9;
margin-top: 1em;
margin-bottom: 0.5em;
}

.newsbox2 {
background-color: #FFFFFF;
margin-top: 1em;
margin-bottom: 0.5em
}

.screen, .programlisting { 
background-color: rgb(250,250,250);
color: rgb(0,0,0); /* should be inherit */
border-style: dotted;
border-color: rgb(0,0,0);
border-width: thin; 
padding: 1em; 
margin-left: 2em; 
} 


#content table {
margin-left: 0.5em;
background-color: rgb(250,250,250);
border: none;
/* border-spacing: 0;*/
}

#content td {
vertical-align: top;
margin-left: 0.5em;
background-color: rgb(250,250,250);
border-style: dotted;
border-color: rgb(0,0,0);
border-width: thin;
}

#content th {
background-color: #EAE9E8;
border-style: dotted;
border-color: rgb(0,0,0);
border-width: thin; 
}

#content table.naujienos, #content td.naujienos, #content th.naujienos {
border: none;
}