/*
$ http://www.loncibt.hu $
$ style/print.css | 2006/06/15 10:14 $
$ LM: 2006/06/15 10:19 $
*/

/* Globális beállítások */
body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #000000;
  background: #000000 url(../list.php_elemei/bg.png) repeat-x;
  margin: 0px;
  padding: 0px; /* Opera margin bug miatt */
}

img { border: 0px; }

/* Linkek */
a:link { color: #000000; background: transparent; font-weight: bold; text-decoration: none; }
a:visited { color: #000000; background: transparent; font-weight: bold; text-decoration: none; }
a:hover { color: #000000; background: transparent; font-weight: bold; text-decoration: none; border-bottom: 2px dotted; }

/* Beviteli mezők */
input, textarea, select {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  border-width: 1px;
}

/* Gombok */
input.button { color: #000000; }


/* Üzenetek */
.message { background: #ffffff; color: #000000; padding: 20px; }
.message .title { font-size: 16px; font-weight: bold; }
.message .body { font-size: 12px; font-weight: bold; }

table { width: 550px; text-align: left; }

.list { width: 550px; text-align: left; background: #7db1ed; border: 1px solid #7db1ed; }
table th { background: #b3d2f5; }
table .odd { background: #7db1ed; }
table .even { background: #b3d2f5; }

table a:link { color: #000000; font-weight: bold; text-decoration: none; }
table a:visited { color: #000000; font-weight: bold; text-decoration: none; }
table a:hover { color: #000000; font-weight: bold; text-decoration: none; border-bottom: dotted; }


/* Külső konténer */
#wrapper_out {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  overflow: auto; /* Háttér ismétlés miatt */
}

/* Bal és jobb vonal */
#ls { display: none; }
#rs { display: none; }

/* Belső konténer */
#wrapper_in { width: 777px; background: #ffffff; float: left; }

/* Fejléc része */
#header { display: none; }

/* Státusz sor */
#status { width: 777px; height: 22px; background: url(../list.php_elemei/header_bottom.png) no-repeat; float: left; }
#status div { padding-top: 3px; padding-left: 5px; font-size: 11px; }
#status div a:link { color: #000000; background: transparent; font-weight: normal; text-decoration: none; }
#status div a:visited { color: #000000; background: transparent; font-weight: normal; text-decoration: none; }
#status div a:hover { color: #000000; background: transparent; font-weight: normal; text-decoration: none; border: 0px; }


/* Tartalom */
#content { width: 570px; float: left; }
#content div { padding-top: 10px; padding-left: 10px; }

#content ul { margin: 0px; padding: 0 0 0 20px; }

#content li {
  list-style-image: url(../list.php_elemei/list.png);
  padding: 10px 0 2px 0;
}


/* Lapozó */
#content .navbar {
  width: 550px;
  font-weight: normal; font-size: 11px;
}

#content .navbar .inactive {
  font-weight: normal; font-size: 11px; color: #AAAAAA;
}


/* Menü */
#menu { display: none; }

/* Menü konténer */
div#ml { display: none; }

/* Lábléc */
#footer {
  width: auto;
  height: 43px;
  background: #ffffff;
  float: left;
  color: #000000;
  font-weight: bold;
}

#footer div { padding-top: 19px; text-align: center; }
#footer img { display: none; }

#footer a:link { color: #ffffff; background: transparent; text-decoration: none; }
#footer a:visited { color: #ffffff; background: transparent; text-decoration: none; }
#footer a:hover { color: #ffffff; background: transparent; text-decoration: none; border-bottom: 2px dotted; }


/* Hírek */
.news_top {
  margin: 0;
  padding: 0;
  width: 545px;
  height: 29px;
  color: #000000;
  font-size: 12px;
  background: #ffffff;
}

.news_body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  font-size: 12px;
  background: #ffffff;
}

.news_body div {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

.news_bottom {
  margin: 0;
  padding: 0;
  width: 545px;
  height: 29px;
  background: #ffffff;
}

