/* CSS Document */

/* FOLDERPICKER */


.folderpickerkeret {
	margin: auto auto;
/*	margin-top: 10px; */
	float: left;
	padding: 0px;
	border: 1px solid #cfcfcf;
	border-bottom: 1px solid #acacac;
	font-size: 11px;
	width: 740px;
	z-index: 50;
	position: absolute;
	}




.folderpicker {
	float: left;
	background: #dadada url(folderpickerbg.gif) repeat-x bottom center;
	padding: 8px 8px 4px 8px;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #cdcdcd;
	z-index: 55;
	position: relative;
	width: 740px;

		}


.folderpicker h1 {
	display: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 6px;	
	margin-top: 0px;
	font-size: 12px;
	color: #000;
}

.folderpicker h6 {
	padding-bottom: 2px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 6px;	
	margin-top: 0px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

.fp_belso {
	float: left;
	clear: both;
/*	background: #f0f;  */
/*	border: 1px solid #f00;*/
	position: relative;
	z-index: 100;

	}
	
.fp_balpanel {
	width: 400px;
	float: left;
	position: relative;
	z-index: 100;
	}
	

.fp_balinput {
	clear: both;
	background: #fff;
	height: 300px; 
	padding: 2px; 
	overflow: auto;
	border: 1px solid #666;
	border-top: 0;
	z-index: 100;
}

.fp_balinput_kereses {
	clear: both;
	background: #fff;
	height: 300px; 
	padding: 2px; 
	border: 1px solid #666;
	border-top: 0;
}

.fp_jobbpanel {
	width: 320px;
	float: left;
	}

.fp_jobbinput {
	background: #fff;
	height: 300px; 
	padding: 2px; 
/*	overflow: auto; */
	border: 1px solid #666;
	border-top: 0;
}


.folderpicker .fulek_jobb {
	background: #eee url(fp_fulbg.gif) repeat-x bottom left;
	padding: 2px 4px 2px 4px;
	height: 15px;
}

	
.folderpicker .buttonbar {
	clear: both;
/*	background: #f0f;  */
	text-align: right;
	padding: 1px; 
/*	margin-top: 8px; */
/*	border-top: 1px solid #999; */
	}


/* FULEK */

.folderpicker .fulek1 {
	background: url(fp_fulbg.gif) repeat-x bottom left;
	padding: 0;
	height: 19px;
}


.folderpicker .gomb {
	float: left;
	background: #f9f9da;
	padding: 2px 4px 0px 22px;
	height: 15px;
	text-decoration: none;
	margin-right: 2px;
	border: 1px solid #000;
	border-bottom: 0px solid #000;
	cursor: pointer;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: top left;
}

.folderpicker .fulek1 .selected {
	background-color: #fff;
	font-weight: bold;
	height: 16px;
}

.folderpicker .fulek1 .gomb_mappak {
	background-image: url(gomb_mappak.gif);
}
.folderpicker .fulek1 .gomb_kedvencek {
	background-image: url(gomb_kedvencek.gif);
}
.folderpicker .fulek1 .gomb_kereses {
	background-image: url(gomb_kereses.gif);
}




/* TREEVIEW */

.treeviewbox  {
	z-index: 1000;
	position: static;}

.tv_kibe {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #ddd;
	}

.treeviewbox .cim_nyitva, .treeviewbox .cim {
	background: url(fp_cimnyitva.gif) no-repeat left top;
	padding-left: 36px;
	padding-top: 2px;
	height: 15px;
	}

	
.treeviewbox .cim {
	background: url(fp_cim.gif) no-repeat left top;
	padding-left: 36px;
	padding-top: 2px;
	height: 15px;
	}

.treeviewbox .cim_ures {
	background: url(fp_cimures.gif) no-repeat left top;
	padding-left: 36px;
	padding-top: 2px;
	height: 15px;
	}

.treeviewbox .cim a:link, 
.treeviewbox .cim a:visited, 
.treeviewbox .cim_nyitva a:link, 
.treeviewbox .cim_nyitva a:visited,
.treeviewbox .cim_ures a:link, 
.treeviewbox .cim_ures a:visited 
{
	color: #333;
	padding: 0 2px 0 2px;
	text-decoration: none;
}


.treeviewbox .cim a:hover, 
.treeviewbox .cim a:active, 
.treeviewbox .cim_nyitva a:hover, 
.treeviewbox .cim_nyitva a:active,
.treeviewbox .cim_ures a:hover, 
.treeviewbox .cim_ures a:active
{
	color: #000;
	background: #eee;
	padding: 0 2px 0 2px;
	text-decoration: underline;
}

.treeviewbox .cim a.selected:link, 
.treeviewbox .cim a.selected:visited, 
.treeviewbox .cim_nyitva a.selected:link, 
.treeviewbox .cim_nyitva a.selected:visited,
.treeviewbox .cim_ures a.selected:link, 
.treeviewbox .cim_ures a.selected:visited
{
	color: #fff;
	background: #52115a;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

.treeviewbox .cim a.selected:hover, 
.treeviewbox .cim a.selected:active, 
.treeviewbox .cim_nyitva a.selected:hover, 
.treeviewbox .cim_nyitva a.selected:active, 
.treeviewbox .cim_ures a.selected:hover, 
.treeviewbox .cim_ures a.selected:active 
{
	color: #fff;
	background: #792c82;
	padding: 0 2px 0 2px;
	text-decoration: none;
}


/* KERESOBOX */

.folderpicker .keresobox {
	background: #eee url(fp_keresesbg.gif) no-repeat right bottom;	
	padding: 4px 10px 4px 10px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

.folderpicker .keresobox input {
	font-size: 10px;
	}
	
.folderpicker .talalatscroll {
	height: 272px;
	overflow: auto;
}
	
	
.folderpicker .talalatbox {
	padding: 4px 2px 4px 2px; 
}

.folderpicker .talalatbox .cim {
/*	background: #eee; */
	padding: 2px 2px 4px 12px;
	border-bottom: 1px solid #eee;
}

.folderpicker .talalatbox .selected {
	background: #f9f9da;
	font-style: bold;
}


/* KEDVENCEK */

.folderpicker .ujkedvencbox input, .folderpicker .keresobox input {
font-size: 10px;
padding: 0px; 
margin: 0; 
margin-left: 8px; 
font-family: verdana, arial, hevetica, sans-serif;
}

.fp_jobbbelso {
	margin-left: 22px;
	position: relative;
}

.folderpicker .kedvencekscroll {
	height: 272px;
	overflow: auto;
}
	

.fp_kedvencgy {
		margin-top: 8px;
		padding-left: 8px;
		padding-bottom: 2px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}
.fp_kedvencm {
	background: url(fp_kedvenc.gif) no-repeat top left;
		padding: 2px 8px 2px 20px;
		margin: 1px 2px 1px 2px;
		border-bottom: 1px solid #eee;
/*		background-color: #f9f;		*/
	}

.fp_kedvencm a:link, .fp_kedvencm a:visited, .fp_kedvencgy a:link, .fp_kedvencgy a:visited  {
		text-decoration: none;
		color: #000;
		padding: 1px 4px 1px 4px;
/*		display: block;  */
}
	
.fp_kedvencm a:hover, .fp_kedvencm a:active, .fp_kedvencgy a:hover, .fp_kedvencgy a:active  {
		text-decoration: none;
		color: #000;
		background: #eee;
}



.fp_kedvencm a.selected:link, .fp_kedvencm a.selected:visited, .fp_kedvencgy a.selected:link, .fp_kedvencgy a.selected:visited {
	background: #52115a;
	color: #fff;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	}

.fp_kedvencm a.selected:hover, .fp_kedvencm a.selected:active, .fp_kedvencgy a.selected:hover, .fp_kedvencgy a.selected:active {
	background: #792c82;
	color: #fff;
	text-decoration: underline;
}


.folderpicker .ujkedvencbox {
	background: #eee;	
	padding: 4px 10px 4px 10px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

.folderpicker .kedvenc_kibe {
/* 	background-color: #f9f; */
	margin-left: 8px;
	padding-left: 8px;
}

.gomb_kedvrend {
	float: left;
	padding-right: 4px;
	top: 2px;
	}
