*{
	box-sizing: border-box;
}
body, ul,li, table, p {
    font-family: Arial, Helvetica, sans-serif;
   	font-size: 10pt;
	font-weight: normal;
}
.img {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
}
h1 { /* puslapio antraste */
    font-size: 24pt;
    font-weight: normal;
    text-align: center;
    text-indent: 12px;
    margin: 24px 0px 24px 0px;
}
h4 { /* antraste pries lentele */
    font-size: 10pt;
	font-weight: bold;
    text-align: left;
    text-indent: 6px;
    line-height: 16px;
    margin: 10px 0px 4px 0px;
}
hr {
	height: 1px;
    border-style: solid none none none;
}

input {
	font-size: 8pt;
	text-indent: 2px;
	border: 1px solid; /* galioja ir button'ams */
}
textarea {
	font-size: 8pt;
	text-indent: 2px;
	border: 1px solid;
}
input.narrow {
    width: 80px;
}
.inputLarge {
	border: 1px solid;
}
.button {
	cursor: pointer;
	font-size: 8pt;
}
#leftSide .button {

}

.select {
	font-size: 10pt;
	font-weight: normal;
	width: 200px;
	margin: auto;
}
.select_country_main {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: auto;
	border: 1px solid;
	border-color: #003366;
    background-color: #7B9EBD;
    color: #FFFFFF;
}
.select_country {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: auto;
	border: 1px solid;
	border-color: #003366;
    background-color: #7B9EBD;
    color: #FFFFFF;
}

.tdLabel {
	text-decoration: none;
	text-indent: 2px;
    font-size: 9pt;
	font-weight: bold;
	text-align: right;
}.tdA {
	font-weight: normal;
	text-align: left;
	text-indent: 6px;
}
.keisti {
	font-size: 9pt;
	text-indent: 6px;
}
.modifTableData {
	font-size: 9pt;
	/*text-decoration: none;*/
	text-indent: 2px;
	text-align: center;
	line-height: 16px;
}
.modifTableHeader {
    font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
#tableBorders table { /* remeliai lentelei */
    border-bottom: 1px solid;
    border-left: 1px solid;
}
#tableBorders td {
    border-top: 1px solid;
    border-right: 1px solid;
}

#tableBorders th {
    border-top: 1px solid;
    border-right: 1px solid;
}

.tableOutline table {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}
.tableCellsOutline th {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.tableCellsOutline td {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

table .infoTable  {
    margin: 20px !important;
    border: 1px solid !important;
    border-spacing: 0px !important;
    border-collapse: collapse;
}

table .infoTable th {
    border: 1px solid !important;
    text-align: left !important;
}

table .infoTable td {
    border: 1px solid !important;
    text-align: left !important;
}

.textSmall {
	font-size: 8pt;
}
.textBig {
	font-size: 12pt;
}
p {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
p.center {
    text-align: center;
}
p.back { /* uzrasas "Atgal" */
    text-align: center;
    margin-top: 20px;
}

.relative {
   position:relative;
}

/* ******************* MAIN TABLE for 800x640 */
.mainTable {
    width: 750px;
    height: 560px
}

/* ******************* MAIN TABLE fro 1024x768 */
.mainTable1 {
    width: 960px;
    height: 690px
}

/* topHeader */
#topHeader {
	height: 100px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle
}
.topHeaderClass { /* neidejus atskiros klases moziloj neveikia */
    border-bottom: 1px solid;
}

/* leftSide */
#leftSide {
    padding: 10px;
    width: 26%;
    vertical-align: top;
}
.leftSideClass { /* neidejus atskiros klases moziloj neveikia */
	border-right: 1px solid;
}
#leftSide h4 {
    margin: 0;
}
#leftSide div {
    margin-bottom: 4px;
}
#leftSide ul {
    list-style-type: none;
    margin: 0;
    padding: 0.25em 0.75em 0.25em 0.75em;
    border: none
}
#leftSide li {
    text-align: left;
    margin: 0;
    padding: 0em 0em 0.25em 0em;
    width: 100%;
    display: block
}
#userMenu, #mainMenu, #userCredits {
    border-bottom: solid 1px ;
}

/* midMainCell */
#midMainCell {
    padding: 10px;
    vertical-align: top;
    width: 74%;
    border: solid 1px;
}
#midMainCell table { /* neaisku ar sita dalis veikia */
    text-align: center;
}

/* bottomFooter */
#bottomFooter {
    height: 30px;
	padding: 5px 10px 0px 10px;
	vertical-align: middle;
    background: white;
    font-size: 8pt;
}


/* *********** ALL COLORS */
/* dark main color (text) */
body,.body,   a:link,a:visited,   h1,h2,h3,h4,h5,h6,hr,   input,.inputLarge,textArea,
.tdA,.tdLabel,   .modifTableHeader,.modifTableData,
div#close_button,span:hover#base_country {
	color: #003366;
}
input,.inputLarge,textArea,select {
	border-color: #003366;
}
a.tmp, a.tmp:link, a.tmp:active, a.tmp:hover, a.tmp:visited {
    display: block;
    width: 45px;
    padding: 0px 4px;
    border: 1px solid #003366;
    background-color: #EBF3FB;
    font-size: 8pt;
    cursor: pointer;
    color:#003366;
    text-decoration: none;
}
a:hover#base_country_menu_main, a:hover#base_country_menu {
    background-color:#003366;
}
/* dark main color (background) */
#tableBorders table, #tableBorders td {
	border-color: #7B9EBD;
}
.topHeaderClass, .leftSideClass, .button,
div#base_country_menu_main, div#base_country_menu, div#close_button {
    background-color: #7B9EBD;
}
/* light main color1 (highlight in dark background) */
.textHighlight, h4, 
a#base_country_menu_main, a#base_country_menu,
#indexPage a:hover,#indexPage a:active,
#topHeader a:hover,#topHeader a:active,
#leftSide  a:hover,#leftSide  a:active {
    color: #FFFFFF;
}
.body, .select, .inputLarge {
	background-color: #FFFFFF;
}
.topHeaderClass, .leftSideClass,
div#base_country_menu_main, div#base_country_menu {
	border-color: #FFFFFF;
}
/* (dark in dark background) */
h4 {
    background-color: #42658C;
}
#userMenu, #mainMenu, #userCredits {
    border-color: #42658C;
}
/* light main color2 (background) */
.mainTable, .mainTable1, input, #leftSide .button {
	background-color: #EBF3FB;
}

/* light */
.modifTableHeader {
	background-color: #CDE1F5;
}
#midMainCell {
    border-color: #CDE1F5;
}
/* link */
a:hover, a:active {
	color: #0066FF;
}
/* highlight color (red) */
a.highlightIntense:link, .textHighlightIntense {
	color: #FF0000;
}

.textHighlightIntense {
	color: #FF0000;
}

tr.visible {
    display: inherit;
}

tr.hidden {
    display: none;
}

/* highlight tables
table { border-bottom: 1px dotted fuchsia; border-left: 1px dotted fuchsia }
td { border-top: 1px dotted fuchsia; border-right: 1px dotted fuchsia }
*/

/***
  Julius 2010-10-07, anksciau si dalis buvo atskirame login.css faile, bet kai
  header dali perkeldinejau i header.php, pamaciau kad negalesiu naudoti header.php
  universaliai, kadangi daug kur yra isimciau, tai daug geriau yra toki maza
  css ypac uzkomentuota naudoti viename bendrame css
 */

/*
.inputLarge {
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #003063;
	background-color: #FFFFFF;
	color: #003063;
}
.table {
	font: 10pt Arial;
	color: #003063;
}
.err {
	font: 10pt/normal Arial;
	color: #FF0000;
	text-decoration: none;
}
*/

