﻿@import "style.css";
@import "css.css";
@import "customstyles.css";
/* hide surrounding elements */
#head, #hr-line, #left-box, #right-box,
.no-print, #footer {
    display: none;
}

#middle-box, #content {
    float: none;
    width: auto;
    margin: 0 5% 0 1%;
    padding: 0;
	background: white;
}

/*
#footer 
{
    float: none;
    width: auto;
	background: white;
	border-top: 1px solid silver;
	margin-top: 15px;
}
*/
#content-box {
    background: white;
    border-left: 0;
    margin: 0;
    padding: 10px;
}

body 
{
    width: 98%;
	margin-left: 1%;
	margin-right: 1%;
    color: black; 
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 13pt;
}
h3, h4, h5, h6 {
	font-size: 11pt;
}

input, select, textarea, button, td, th, blockquote {
	color: black;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
}

strong, .rik_main_table strong
{
    font-weight: bolder;
    font-size: medium;
}

ul {
	margin-left: 3em;
	list-style-type: disc;
}
ol {
	margin-left: 3em;
}
img {
	margin-top: 1em;
}

table {
    width:100%;
    border-collapse:collapse;
}
/*
table td, table th 
{
    border: 1px solid #ccc;
    padding:4px;
}
table tbody th
{
    text-align:left;
}
*/
/* =Links
----------------------------------------------- */
a {
    color:black;
    text-decoration:none;
    /*border-bottom: 1px solid silver;*/
}
a img {
    border-width:0;
}

/* Exceptions for some classes */
.breadcrumb, .ril_tab, .ril_tab_on, #renginiai-search, #extended-search {
    display: none;
}

.ril_main_holder, .ril_main {
    width: auto;
}

.rik_title 
{
    font-size: large;
}
