/* tlwww.css pelda / Linux */

body {
	background-color=#C0C0C0;
	color=#000000;
        background-image: url('/tlwww/backgr.gif');
        background-repeat: repeat;
}

.adat {
        position: absolute;
        z-index: 2;
        width: 100%;
}

.logo {
        position: absolute;
        z-index: 1;
        background-image: url('/tlwww/kislogo.gif');
        background-repeat: no-repeat;
        background-position: right top;
        border: none;
        right: 5px;
        top: 5px;
        height: 400;
        width: 600;
}

.head {
	text-align: center;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	background-color: #FFFFCC;
	background-image: url(back.gif);
}

.oldal {
	border-spacing: 5px;
	margin-left: 3px;
	margin-top: 5px;
	background-color: #FC9;
	width: 98%;
}

.gombok {
	text-align: left;
	margin-top:  5px;
	margin-left: 3px;
	margin-bottom: 0px;
	background-color: #FFE099;
	width: 98%;
	background-image: url(back.gif);
}

.rekord {
        margin-top:  5px;
        border: black 1px dotted;
        width: 98%;
}

.info {
	text-align: left;
	margin-left: 3px;
	margin-top: 5px;
	background-color: #FEE1BE;
	width: 98%;
}

.adatok {
        margin: 5px;
/*        width: 85%;*/
}


.kepek {
        margin: 0px;
      /*  height: 500px; */
        width: 300px;
}

.net {
	border: black 2px solid;
	background-color: #FCD79E;
	width: 98%;
}

.exp {
	margin-left: 3px;
	margin-top: 5px;
	background-color: #F7D69D;
	width: 98%;
}

.dokstat {
	margin: 10px;
	background-color: #FEF3CB;
	width: 100%;
}

.pld {
	margin-left: 3px;
	margin-top: 5px;
	background-color: #FAEAB4;
	width: 98%;
}

.talalat {
	margin-left: 3px;
	margin-top: 5px;
	background-color: #FEDEA9;
	width: 98%;
}

form {
        margin: 2px;
}
/* chat ablak beallitasai */
.chat_table
    {
     background-color:#aaa;  color:black;
     font-family: sans-serif; font-weight:600;
     width:800px; height: 40px;
     padding: 0px; border: 1px solid #666;
    }

.chat_div
    {
     width: 800px; height: 400px;
     overflow: auto;
     border: 1px solid #666;
     background-color: #ccc;
     padding: 0px;
    }


.chat_span_konyvtaros
    {
     color:blue;
    }


.chat_span_olvaso
    {
     color:black;
    }


.chat_submit 
    {
     border: 1px solid #006;  background: #ccf;
    }


/* Helpek szine */
.help {
   text-align: left;
   margin-left: 5px;
   margin-right: 5px;
   margin-top: 5px;
   margin-bottom: 5px;
   background-color: #cdf;
   font-size: 125%;
   padding: 5px;
}
h2.help {
   color:red;
}

/* tabber */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide { display:none; }

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber { }
.tabberlive { margin-top:1em; }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /* height:200px; */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none; }
/*.tabberlive .tabbertab h3 { display:none; }*/

/* Example of using an ID to set different styles for the tabs on the page */
/*.tabberlive#tab1 { }*/
/*.tabberlive#tab2 { }*/
/*.tabberlive#tab2 .tabbertab { height:200px; overflow:auto; }*/

