/* Default values */
*
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    border-spacing: 0px;
}

.wrap
{
    white-space: normal !important;
}

.fixed {
	table-layout: fixed;
}

.nowrap
{
    white-space: nowrap;
}

.invisible
{
    visibility: hidden;
}

.removed
{
    display: none;
}

.block
{
    display: block;
}

.bold
{
	font-weight: bold;
}

.higher {
	font-size: 120%;
}

td
{
    empty-cells: show !important;
}

html
{
}

body
{
    padding: 2px;
}

a, a *
{
    color: #535399;
    text-decoration: underline;
}

.error, .error *
{
    color: #b33 !important;
}

.warning, .warning *
{
	color: #f90;
}

td
{
    vertical-align: top;
}

img
{
    vertical-align: middle;
    border: none;
}

.fullWidth
{
    width: 100%;
}

.fullHeight
{
    height: 100%;
}

span.separator
{
    display: block;
    border-top: 1px solid #d4d4d4;
    height: 0;
    margin-left: 5px;
    margin-right: 5px;
}

/* Main table */
table.main
{
    /*border-collapse: collapse;*/
    width: 100%;
    height: 100%;
}

/* Menu cell */
table.main td.menu
{
    height: 20px;
    min-height: 20px;
    background-color: #e6ebf0;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    width: 100%;
}

/* Logout cell */
table.main td.logout
{
    background-color: #e6ebf0;
    border-right: 1px solid #e0dfe3;
    border-top: 1px solid #e8e8e8;
    text-align: right;
}

table.main td
{
    border: none;
}

/* Toolbox cell */
table.main td.tools
{
    padding: 2px;
}

/* Contents cell */
table.main td.contents
{
    border-top: 1px solid #e0dfe3;
    border-left: 1px solid #e0dfe3;
    border-right: 1px solid #e0dfe3;
    padding: 5px 5px 0px 5px;
    width: 100%;
    height: 100%;
}

table.main tr.footer td
{
    font-size: 9px;
    padding-top: 2px;
}

table.main td.logosContent {
	text-align: center;
	border-left: 1px solid #e0dfe3;
    border-right: 1px solid #e0dfe3;
}

table.main td.copyright {
	border-top: 1px solid #e0dfe3;	
}

/* Header table */
table.header
{
    width: 100%;
    background-color: #fbf8ee;
    margin-bottom: 5px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: none;
    border-bottom: 1px solid #e0dfe3;
}

/* Header cell */
table.header td
{
    white-space: nowrap;
    padding: 2px 5px;
    border-right: 1px solid #e0dfe3;
    vertical-align: bottom;
}

/* Header title */
table.header td.summary
{
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}

table.header td.details
{
  white-space: normal;
}

/* List tables */
span.listInfo
{
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

table.list
{
    border-collapse: separate;
    margin-bottom: 5px;
    empty-cells: show;
}

table.list tr.odd, table.list tr td.odd
{
    background-color: #F0F8F2;
}

table.list tr.even, table.list tr td.even
{
    /*background-color: #e0e7e2;*/
    background-color: #e4f1e8;
}

table.list tr.inactive, table.list tr td.inactive {
	background-color: #eeeeee;
}

table.list th,
table.list td.footer, table.list tfoot td
{
    background-color: #e6ebf0;
}

table.list th,
table.list td
{
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #e0dfe3;
    border-bottom: 1px solid #e0dfe3;
    padding: 5px 10px;
    text-align: left;
}

/* Tab styles */
table.tabs
{
    margin-top: -1px;
    border-collapse: separate;
    position: relative;
    border-right: 1px solid #d4d4d4;
    top: 1px;
}

table.tabs td
{
    padding: 2px 5px;
    border-top:  1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background-color: #ebebeb;
}

table.tabs td.selected
{
    background-color: white;
    border-bottom: 1px solid white;
     /* Keeps the same layout. IE doesn't understand transparent. */
}

table.tabs td.bold
{
    font-weight: bold;
}

table.tabContent
{
    width: 100%;
    margin-bottom: 5px;
}

table.tabContent td.tabContent
{
    border: 1px solid #d4d4d4;
    padding: 5px;
    padding-bottom: 0;
}

/* Single value table */
table.value
{
    display: block;
    border: none;
    margin: 0px;
    padding: 0px;
}

table.value td
{
    border: none;
    padding: 0px 5px 1px 0px;
    margin: 0px;
    text-align: left;
}

table.value tr:nth-child(2) {
  height: 22px;
}

/* Dialog styles */
div.dialog
{
    display: none;
    position: absolute;
    z-index: 15;
}

div.dialog table.dialog
{
    border: 5px solid #b33;
    background-color: white;
}

div.dialog table.dialog thead th
{
    padding: 1px 5px 1px 5px;
    text-align: left;
    background-color: #e6ebf0;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #e0dfe3;
    border-bottom: 1px solid #e0dfe3;
}

div.dialog table.dialog td.dialog
{
    padding: 5px 5px 0px 5px;
}

div.dialogBackground
{
    display: none;
    width: 100%;
    background-color: Black;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 14;
    -moz-opacity: 0.2;
    -khtml-opacity:0.7;
    opacity: .20;
    filter: alpha(opacity=20);
}

/* Sections */
table.section
{
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    margin-bottom: 5px;
    background-color: #F0F8F2;
    border-collapse: collapse;
    width: 100%;
}

table.section td.label,
table.section td.input
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0px;
    padding-left: 5px;
}

table.section td.label
{
    padding-right: 10px;
    font-weight: bold;
    width: 150px;
}

table.section td.number
{
    padding:2px 0px 2px 5px;
    font-weight: bold;
    width:15px;
}

table.section td.input
{
    padding-right: 5px;
}

table.section tr.even
{
    background-color: #e4f1e8;
}

table.section thead tr td
{
    display: block;
    font-weight: bold;
}

label.sectionHeader
{
    display: block;
    font-weight: bold;
}

table.sectionLayout td.sectionLayout
{
    padding: 0px;
    padding-left: 0px;
}

table.sectionLayout td.sectionLayout
{
    padding: 0px;
    padding-left: 5px;
}

table.sectionLayout > tbody > tr > td:first-child  /* should not work in bad browsers */
{
  padding-left: 0;
}

/* Filter styles */
table.filter
{
    margin-bottom: 5px;
    background-color: #F0F8F2;
    border: 1px solid #d4d4d4;
    white-space: nowrap;
    width: 100%;
    /*padding: 5px;*/
}

table.filter table.fields
{
    margin-bottom: 5px;
    margin: 5px;
}

table.filter table.fields td
{
    padding-right: 5px;
    white-space: nowrap;
}

table.filter label
{
    font-size: 9px;
}

/* Remove "table.filter label" effect */
table.filter table.dialog label
{
    font-size: 11px;
}

table.filter table.controls
{
    float: left;
    margin: 5px;
    margin-bottom: 0;
}

table.filter table.controls td.controls
{
    padding-right: 5px;
    padding-bottom: 5px;
}

/* Styles for messages */
table.messages
{
    margin-bottom: 5px;
}

table.messages td
{
    font-weight: bold;
    font-family: Tahoma,Arial;
}

table.messages tr.infoMessage td,
table.messages span.infoMessage
{
    color: #ff9900;
    color: #070
}

table.messages tr.errorMessage td,
table.messages span.errorMessage
{
    color: #b33;
    font-weight: bold;
}

table.messages tr.warningMessage td,
table.messages span.warningMessage
{
    color: #f90;
    font-weight: bold;
}

a.warningMessage
{
    color: #f90;
    font-weight: bold;
}

/* Controls */
input.button,
button.button
{
    background-color: #8b9eb1;
    color: #ffffff;
    border: 1px solid #d4d4d4;
    width: auto;
    padding: 0 2px 0 2px;
    margin-right: 2px;
}

input.chooseButton
{
  margin-left: 2px;
}

span.buttons
{
    display: block;
    padding-bottom: 5px;
    padding-top: 30px;
    font-size: 0px;
}

table.tabContent span.buttons, span.filter span.buttons, table.dialog span.buttons
{
    padding-top: 0;
}

.auto
{
    width: auto !important;
}

.element
{
    display: block;
    margin-bottom: 5px;
}

table.section .element
{
    display: inline;
    margin-bottom: 0;
}

table.printControl {
	float: right;
    margin: 5px;
    margin-bottom: 0;
}

.italic {
	font-style: italic;
}

.right {
	text-align: right;
}

/** Logotipai */

div.logos {
	text-align: center;
}

table.logos
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 66px;
}

table.logos td.logos
{
	padding: 11px 33px 20px; 
}

table.logos *
{
  text-align: center;
}

pre.normal
{
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.excelContainer {
	position:relative;
	padding-right: 50px !important;
}

a.excelXls, a.excelXlsx {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 2px;
}

a.excelXls {
	right: 30px;
	background: url(../img/apps/xls-20.png) no-repeat;
}

a.excelXlsx {
	background: url(../img/apps/xlsx-20.png) no-repeat;
}

.ieskojimoMygtukas{
	background: url(../img/icons/paieska.gif) no-repeat;
	width: 24px;
    height: 24px;
}

.href-popup {
    max-width: 200px;
    padding: 10px;
    background-color: #F0F8F2;
    border: 1px solid #ff0000;
}

.hrefText {
    color: #535399;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.width100 {
    width: 100%;
}

.linkasAtrodoKaipMygtukas{
    background: #8B9EB1; 
    border: 1px solid #D4D4D4;
    color: #FFFFFF;
    margin-right: 7px;
	padding: 0 2px 0 2px;
    text-decoration: none;
    box-sizing: border-box;
}

.commandLinkLikeImage { 
	background: url(../img/icons/edit.gif) no-repeat; 
	float: right;
	width: 24px;
    height: 24px;
}

.archyvoDokumentoIframeLangas {
	width: 100%;
    height: 100%;
    border: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #b33;
}
	
}
