﻿body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/*p, span, li, a, td { font-size:14px; font-weight: normal; color: #333; margin-top: 5px;}

/* links  */

a:link {color:#000099; } 
a:visited { color: #000099; } 
a:hover { color: #000099; }

/* headings */

h1 {font-size: 16px; font-weight: bold; color: #333; margin: 0px;}
h2 {font-size: 14px; font-weight: bold; text-transform: uppercase; margin-top: 25px;}
h6 {font-size: 10px; font-weight: normal; color: #000;}

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

table { border: 1px solid; border-collapse: collapse; } 
td {padding: 10px 10px 10px 10px; text-decoration:none;}
td, th{
  border:1px solid black;
}
th {
  background-color:#CCCCCC;
}

/* classes */

.nereikia { border-width:0px}

/* page structure & layout */

body {
  background: #ccc;
  color: #333;
}
#page {
  margin: 7px;
  width: 800px;
  border: 1px solid black;
  background: #ffffcb;
  text-align: left;
}
#header {	
  background-image: url(images/tablebg1.jpg);
  background-repeat: no-repeat;
  height: 268px;
  border-bottom: 1px solid black;
}
#footer {
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  border-top: 1px solid black;
  clear: both;
  height: 28px;
}
#lt_link {
  position: absolute;
  left: 19px;
  top: 14px;
  width: 37px;
  height: 25px;
}
#en_link {
  position: absolute;
  left: 19px;
  top: 47px;
  width: 37px;
  height: 25px;
}
#nav {
  margin-top: 8px;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  padding: 10px;
  font-size: 12px;
}

#sidebar {
  color: #4B798B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px 20px 20px;
  width: 206px;
}

/* header 

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}
*/

/* navigation

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: #234466;
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background: #3C6787; }
*/
/* content

#content h2 {
  color: #76aac9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}
*/

/* secondary content

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }
*/


/* misc */


a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }



