@CHARSET "UTF-8";
body {
	font: 14px Calibri,Helvetica,Sans-Serif;
	background-color: LightGrey;
	font-size: 80%;
	margin: 0px;
	color: black;
}
h4 {
	font-size: 125%;
	color: dimgray;
}
.div { 
	margin: 5px 5px 5px 5px; 
}
div#logo {
	background-image: url("../pics/logo.png");
	background-repeat: no-repeat;
	background-position: top  right;
	height: 70px;
}

/* Tables */

.menu_table { 
	border: none;
	border-collapse: collapse;
    border-width: thin;
    border-color: dimgray;
    font-family: sans; 
    font-size: 125%;
}
.main_table { 
	border: none;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
    border-color: black;
}
.default_table {
    border-collapse: collapse;
    border-color: dimgray;
}
.upper_table {
    border-collapse: collapse;
    border-color: black;
    margin: 0px;
}
.naujienos_table {
	border: solid;
	border-width: 1px 1px 1px 1px;
    border-color: DimGray;
}
table { 
	font-size: 100%;
}
tfoot {
	background-color: LightGrey;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

input, select, submit, textarea {
	border: solid;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
	border-color: DimGray;
	background-color: White;
	color: black;
}
.caption {
  	font-family: sans;
  	font-size: 130%;
	position:relative;
	left:5%;
	top:25px;
	color: white;
}
.copyright {
  	position:absolute;
	left:1%;
	top:92%;
	color: black;
}
.image {
	border-style: solid;
	border-witdh: 2px 2px 2px 2px;
	border-color: DimGray;
}
.main_image {
	
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: DimGray;
	padding: 0;
}
image {
	border-style: none;
	border-width: 1px;
}
/*a {
	margin: 2px;
}*/
.salinti_btn {
  	color: red;
}

/* links */
a:link {
	color: #424242; text-decoration: none;
	}
a:visited {
	color: #424242; text-decoration: none;
	}
a:hover {
	color: black; text-decoration: underline;
	}
a:active {
	color: #424242; text-decoration: underline;
	}
	
/* TABS */
#header ul {
	list-style: none;
	padding:0;
	margin:0;
}
#header li {
	display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	margin: 0 3 0 0;
	border-color: dimgray;
}
#header li a {
	padding: 0 1em;
}
#content {
	border: 1px solid;
	border-color: dimgray;
}
#header #selected {
	padding-bottom: 1px; 
	background: #df0101;
}

/** MENU */
#menu ul {
	list-style: none;
	padding:0;
	margin: 5px 5px 5px 5px;
}

#menu li {
	display: block;
	border-top: 1px solid dimgray;
}

#menu li.first {
	border: none;
}
#menu a {
	display: block;
	width: 100%;
	margin: 2px;
	padding: 0px 0px 0px 20px;
	background: url(../pics/link.png) no-repeat left center;
	font-weight: bold;
}
