/** CSS reworked by KCS, 2006/May/16th
 * @author unknown
 * @author Csaba Kiss
 * @copyright 200x, 2006 KCS
 * @version $Id$
 */

body {
	margin: 0px 0px 0px 0px; /* top right bottom left */
	height: 100%;
	background-color: #FCFCFC;
	background-image: url(../img/logo_bottom2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
}
html { /* this is needed for the background bottom position pic to work OK */
	height: 100%;
	width: 100%;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 
DIV#content {
	height: 80%;	
	width: 100%;
  position: relative;
} 

DIV#maincontent { /* content appears in here */
	height: 100%;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;		
	padding: 0.5em 0.5em 0.5em 0.5em;
}
DIV#maincontent a {
	color: #01e;
	text-decoration: none;
}
DIV#maincontent a:hover {
	color: #05f;
	text-decoration: underline;
}
DIV#maincontent ul {  /* no stupid discs in front of lists... */
 list-style-type: none;
}
DIV#maincontent ul li{  /* line-height */
 line-height: 1.5em;
}

#contentmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	width: 165px;
	text-align: right;
	vertical-align: top;
}
#contentmenu ul {
	margin: 10px 10px 0px 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
#contentmenu ul li {
	margin: 0;
	padding: 0;
	height: 1.5em;
	border-bottom: dashed 1px #ccc;
}
#contentmenu ul li a {
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 2em;
	line-height: 2em;
	background-position: left center;
	background-repeat: no-repeat;
	/*color: #333333;*/
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#contentmenu ul li a.current {
	color: #CC3333;
	font-weight: bolder;
	font-size: 0.7em;
}

#contentmenu ul li a:hover {
	background-image: url(../img/sm_arrow.gif);
}
#contentmenu ul li a.current:hover {
	background-image: url(../img/sm_arrow.gif);
}	
 
 
DIV#header {
	height: 55px;
	vertical-align: top;
	width: 100%;
}

DIV#bottomheader {
	display: block;
	height: 3.1em;
	text-align: center;
	background-color: #e11;
	color: #fff;
	font-weight: bold;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	position:absolute;
	left: 0px;
	bottom:0px;
	width: 100%;
	z-index: 5;
}
DIV#bottomheader a {
	color: #fff;
	text-decoration: none;
}
DIV#bottomheader a:hover {
	color: #fff;
	text-decoration: underline;
}


#logoimg {
	height: 55px;
	float: left;
}

#langswitchimg {
	float: right;
	display: inline;
	margin: 10px;
}

.header1 {
	margin: 5px 5px 1px 20px;
	color: #c33;
	font-size: 1.5em;
	font-weight: bold;
}

.resultset TD {
	border-bottom: 1px dotted #a12;
	margin: 5px 0px;
	
}

.resultset TH {
	background-color: #ccc;
	color: #16a;
  text-align: left;
}

/* ha a figyelmeztetesek be vannak kapcsolva,
 plusz egy sor megy a szokasos adatsor ala
 es annak az aljan lesz a border, nem az eredetiben
 eredeti: nob lesz, a masodik sor: alertrow
 */
.resultset TR.nob TD {
  border-bottom: 0px;
}

.resultset TR.alertrow TD {
	border-bottom: 1px dotted #a12;
	margin: 5px 0px;
  padding: 0px 0px 3px 1em;
  font-size: 0.85em;
  color: #f30;
}

.resultset th.sort { font-weight: bold; text-align: left;
	padding: 3px; padding-left: 12px; cursor: pointer;  }
.resultset th.sort:hover { background-color: yellow; }
.resultset th.up   {	background:	#ccc url('../img/sortasc.gif')	no-repeat	center left; }
.resultset th.down {	background:	#ccc url('../img/sortdesc.gif') no-repeat center left; }

.resultlink {
	margin-top: 1em;
	font-size: 1.2em;
}

/* tables for public show page */
.tba TD {
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #888;
}
.tb0 {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
}
.tb1 {
	background-color: #999;
	color: #fff;
}
.tb2 {
	background-color: #ddd;
	color: #000; 
}
/* end of */

.green { /* used in a few places */
  color: green;
  font-weight: bold;
}
.red { /* used in a few places */
  color: red;
  font-weight: bold;
}

/* actual offers oldal resz */
.borderwhite {
	border-color:#FFFFFF;
}
.actualheader {
	font-size: 18px;
	font-weight: bold;
}
/* end of actual offers */

/* autocompleter a script.aculo.us js modul-hoz */
div.autocomplete {
  position:absolute;
  width:24em;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0.3em;
  height:1em;
  cursor:pointer;
}

/* tabbara for */    
div.tabbara a {
    border: 1px solid #888;
    border-bottom: 0;
    background-color: #aaa;
    padding: 0.2em 0.8em;
		font-size: 1.2em;
		font-family: Verdana;
    color: #ffffff;
    text-decoration: none;
}
div.tabbara a:hover {
    background-color: #e4e4e4;
    color: #000;
    text-decoration: none;
}
div.tabbara a.selected {
		background-color: #e4e4e4;
		color: #c00;
}
