/* CSS Document */
input, select {
	font-size: 12px;
	margin: 2px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px dotted gray;
	color: #011066;
}
h3 {
	font-size: 14px;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	text-decoration: underline;
	color: #877B17;
}
.aktualis { /* form oldalnavigáció */
	font-weight: bold;
	background-color: #ffdd99;
	padding: 2px; 
}
.inaktualis { /* form oldalnavigáció */
	color: #999;
	padding: 2px; 
}
.formoldalak {
	border-bottom: 1px dotted gray;
	font-size: 13px;
	padding-bottom: 3px;
}
label {
    float: left;
    width: 150px;
    clear:left;
    text-align: right;
    margin-right: 5px;
    font-weight: bold;
}
.div1{
	background-color: #dde088;
	border-bottom: 1px dotted gray;
	margin-top: 20px;
	margin-bottom: 3px;
	padding: 2px;
	font-weight: bold;
}
.div2{
	float: left;
	display: block;
	margin-right: 3px;
	width: 160px;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
.div3{
	float: left;
	display: block;
	margin-right: 3px;
	width: 200px;
	text-align: riht;
	font-weight: normal;
}

.felteteles { /* form elem */
	display: none;
	padding-left: 15px;
}

.tabla1 {
	border: 1px solid gray;
	border-collapse: collapse;
}
.tabla1 th { background-color: #0060ff; border-spacing: 0px; color: #fff; }
.tabla1 th {padding: 2px 4px 2px 4px;}
.tabla1 caption { font-weight: bold;	margin-top: 10px; }
.tabla1 .paros { background-color: #ddd; }

/* excel szerű form táblázat */
table.urlaptablazat1, .urlaptablazat1 td {
  	border: 1px solid gray;
  	border-collapse: collapse;
  	padding: 3px;
}
.urlaptablazat1 th {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
  
td.cimke {
  	background-color: #A0C0FF;
  	font-size: 90%;
  }
td.cimke2 {
  	background-color: #FFE080;
  	font-size: 90%;
  }
  
/* ----- excel szerű táblázatos input ---- */
td.einput {
  	background-color: #FFFF66;
  	text-align: right;
  	width: 6em;
  }
td.szamitott {
  	background-color: #f0f0f0;
  	text-align: right;
  	width: 6em;
}
td.einput input, td.szamitott input, td.einput select {
  	border: 0;
  	background: transparent;
  	text-align: right;
  	width: 5em;
  }
td.szamitott input {
	font-weight: bold;
	color: #6080ff;
}


/*  ---- jobb oldal menu linkek --- */
#oldaltartalom {
	padding-right: 7px; background: url(../images/jobbsav_arnyek.jpg) right repeat-y;
}
#oldalmenu {
	width: 160px; padding: 2px; background-color:#99ccff;
}

/*  themecenterbox */
.xsnazzy-div a {
	display: block;
	border-left: 4px solid #aaa;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #333;
}

.xsnazzy-div a:hover {
	border-left: 4px solid #4444dd;
	background-color: #eee;
}

/* ------------- jsChart -------------------- */
/* Main chart area in which all other chart elements are contained. */
.chartArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:white;
	border:1px solid black;
}
/* The chart title text */
.chartTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/* The plot area in which the columns and grid lines are contained. */
.chartArea .plotArea {
	background:#BAE8FB;
}
/* The grid lines */
.chartArea .plotArea .gridContainer .gridLine {
	color:gray;
}
/* The legend item */
.legend .item {
	font-size:11px;
}
/* The area for the debug messages below the chart area */
.debugPane {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:red;
}
