

/* Versenyvizsga stylesheet */


#splitter {
	width: 100%;
	min-height: 600px;
}

#splitter div {
	overflow: auto;
}

#splitter .vsplitbar {
	width: 6px;
	background: #c88 url(../img/vgrabber.gif) no-repeat center;
}

#splitter .vsplitbar.active {
	background: #da8 url(img/vgrabber.gif) no-repeat center;
	opacity: 0.7;

}
.vsplitbar {
	width: 5px;
	background: #aaa;
}

/*
body {overflow:hidden}
*/

#minimenu { width:100%;
	font-family: sans-serif;
	font-weight: bold;
}
#minimenu a {text-decoration:none;}

#tabs{height:100%;}
#tabs table { width:100%; height:90%; vertical-align:top}
#tabs td{ vertical-align:top }

#versenyfa {
	width:30em;
	margin-top:0;
      	overflow: auto;
	margin-left:0 ; 
	padding-left:0;
}
#versenyfa a { text-decoration:none}
#versenyfa  li { 
	list-style-type: none; 
	display:block;
	clear:both;
}

#feladatok { 
	background: #eee; 
	margin-top:0; 
	overflow: auto; 
	border: 1px solid #999;
	padding-right:1em;
}

#search { padding-right:0; padding-left:1em }

#kereso {
	font-size: 1em;
	width: 32em;
	vertical-align:top;
}
#kereso select { max-width: 16em;}

#eredmeny{ }
#listaframe {
	height:500px;
	width:100%;
	border: 0px solid red;
	overflow: scroll;
	overflow-x: hidden;
}
#kulcsfa ul { list-style-type: none; }

/* Verseny lista elemek formázása 
	.v = egy listaelemet befoglaló div
 */
h1 { font-size: 1.3em;}
div.v {
	border:1px solid black;
	background: #eee;
	margin-bottom:5px;
	margin-left:5px;
}

div.v h1 { 
	margin:0;
	padding:0.2em;	
	font-size: 1em;
}

div.v h2 { 
	font-size: 1em;
}

div.v .vcim {
	margin-top:0;
	font-weight:bold;
	background: #cbb; 
}

div.v .alcim {
	font-size: 0.8em;
}
div.v div {
	padding-left:0.6em;	
	padding-right:0.6em;	
}
   	
div.v span.fsz  {
	font-size: 120%;
}

.feladat h2 { font-size:1.2em; color: #77a;}
.nem-talalat a {color: #888; text-decoration:none}
.feladatok li { list-style-type: none; }

