﻿/**
    Stiliai, nepriklausantys nuo temos.
    Dažniausiai tai yra layouto stiliai.
*/

*
{
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

html {
    overflow-y: scroll;
}
/* Minimalaus pločio nustatymas */
#content
{
    min-width: 800px;
    position: relative;
}
/* Stiliai tam kad IE6- teisingai gautų minimalų plotį. */
.minwidth
{
    padding-left: 800px;
}

.minwidthcont /* Nekeisti klasės pavadinimo, nes čia yra IE hackas ir pagal jį blogai skaičiuoja pozicijas, todėl kad pozicijos būtų skaičiuojamos gerai, tai reikia nešskaičiuoti šito elemento.*/
{
    margin-left: -800px; 
    position: relative; 
}

.minwidthlayout , .minwidth, .minwidthcont
{
    height: 0;
}
/* Minimalaus pločio nustatymo pabaiga */

body 
{
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0px;
}

a
{
    font-weight: normal;
    text-decoration: none;
}

div.header
{
    border-bottom: solid 3px #4676A4;
}

#form1
{
    margin: 0px;
}


div.content
{
    margin-right:auto;
    margin-left:auto;
    width:100%;
}

div.footer
{
    border-top: solid 3px #4676A4;
}

.hiddenElement
{
	display: none;
}

.lane
{
    float: left;
}

table.stdTable
{
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.float
{
    float: left;
}

.floatClear
{
    overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

/* Modulio konteinerių klasė. */
.modContainer 
{
    overflow: hidden;
}

/* Modulio konteinerio meniu mygtuko klasė.  */
.containerMenu 
{
    width: 100px;
    background-color: #000099; 
    margin: 2px; 
    text-align: center;
    color: white;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Kontekstinio meniu klasė */
.contextMenu
{
    background-color: White;
    overflow: hidden;
    min-width: 100px;
    border-top: solid 1px black;
}

/* Negalima nurodyti aukščio nes IE atsiranda bugai*/
.menuItem, .menuItemDisabled
{
    /*background-image: url(../img/menu/22_8_menuBack.png); KM 2007.10.17 Užkomentuotas paveiksliukas*/
    background-repeat: repeat-y;
    padding: 4px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.menuItem:hover, .menuItemDisabled:hover
{
    cursor: pointer;
}

.menuImage
{
    width: 16px;
    height: 16px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 5px;
    vertical-align: middle;
}

/**
    Medžio stiliai
*/

.Tree
{
    background-color: white;
    -moz-user-select: none;
    /*overflow: hidden;*/
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
    padding-left: 1px;
    /*overflow-x: hidden;
    overflow-y: auto; */
}

.Tree .Node 
{
    cursor: pointer;
}
/*
.Tree .NodeDisabledIE
{
    cursor: default;
    filter: alpha (opacity=25);
}

.Tree .NodeDisabledFF
{
    cursor: default;
    -moz-opacity: 0.25;
}*/

.Tree .NodeT
{
    font-family: Arial;
    font-size: inherit;
    font-style: normal;
    font-weight: bold;
}

.Tree .Node .textTd
{
    padding: 1px;
    padding-top: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.Tree .Foc
{
        
}

.Tree .FocHigh
{
    background-color: #E7E7D6;
}

.Tree .FocSel
{
    background-color: #ADC6EF;
}

.Tree .count
{
    color: #0000cc;
}

/*
    ************************************************************************************
*/

.FolderTree
{
    background-color: Transparent;
    -moz-user-select: none;
    overflow: auto;
}

.FolderTree .Part, .FolderTree .Foc, .FolderTree .FocHigh, .FolderTree .FocSel
{
    float: left;
    display: inline;
    cursor: pointer;
}

.FolderTree .Text
{
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
}

.FolderTree .FocHigh
{
    background-color: #E7E7D6;
}

.FolderTree .FocSel
{
    background-color: Highlight;
    color: White;
}

img.textAligned
{
    vertical-align: middle;
}

.uploadProgressBar
{
    width: 200px;
    border: solid 1px black;
    background-color: transparent;
    height: 20px;
}

.uploadProgress
{
    background-color: Green;
    height: 100%;
    /*border-right: solid 2px black;*/
    z-index: 1;
}

.uploadProgressText
{
    color: Navy;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    width: 100%;
    line-height: 18px;
}

.uploaderTable
{
    /*border: solid 1px navy;*/
}

/**
    ListBox stiliai
*/

.ListBox
{
	border:	1px solid #7b9ebd;
	background-color: white;
	/*overflow: auto;*/
	overflow-y: auto;
	overflow-x: hidden;
	/*overflow: -moz-scrollbars-vertical;*/
}

.unselectableInput
{
    -moz-user-select: none;
    /*visibility: hidden;*/
    position: absolute;
}

/*.tableStyle
{
    overflow-y: hidden;
    border-style: hidden;
   border-width: 0px;
   border-color: White;
    
   -moz-user-select: none;
}

.tableStyle:focus
{
    overflow-y: hidden;
    border-style: hidden;
   border-width: 0px;
   border-color: White;
}

.tableStyle:active
{
    overflow-y: hidden;
    border-style: hidden;
   border-width: 0px;
   border-color: White;
}*/

/*.tableStyle:focus
{
   width:0; 
   height:0;
   background-color: lime;
   border-style: hidden;
   border-width: 0px;
   border-color: White;
}*/

.tdStyle
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Arial;
	cursor: pointer;
	-moz-user-select: none;
} 

table.listboxDisabled tr, tr.itemDisabled
{
    color: Gray; 
}

.curtain
{
    -moz-opacity: 0.8;
    background-color: White;
    
}

.consoleTable
{
    border: solid 1px Navy;
}

.consoleHeader
{
    background-color: Navy;
    color: White;
    height: 20px;
    vertical-align: middle;
        
}

.consoleFooter
{
    background-color: white;
    height: 16px;
}

.consoleButtons
{
    cursor: pointer;
    cursor: hand;
    margin: 1px;
}

.button
{
   /* width: 50px; */
    margin-left: 3px;
    margin-right: 3px;
}

/* Search platform */
.formDiv
{
    width:100%;
    padding-top:7px;
}

.loadingIndicator
{
    background-color: #AAAAAA;
    color: White;
    font-weight: bold;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    z-index: 1000; 
}

/* Mail */
.mailReadingArea
{
    padding-left:10px;
    padding-top:10px;
    width:100%;
    height:150px;
    background-color:#FFFFFF;
    overflow-y: scroll;
}
