@charset "UTF-8";
/* CSS Document */


ul.popuplisting {
   list-style:none;
   padding: 0;
   margin-left: 3px;
}

div#popupFileList {
	float:left;
	 background-color: white;
	 border:1px solid grey;
	 overflow:auto;
	 width: 100%;
	 height: 100%;
}

div#popupFileGroupList {
	float: left;
	width: 100%;
    text-align: center;
    font-weight:bold;
}

#popupFileGroupList select {
   font-size: 9px;
  
}

div#popupFile {
	 display:none;
     position: absolute;
     background-color: lightgrey;
     border:2px solid darkgrey;
	 width: 500px;
	 left: 30px;
	 height:220px;
     z-index: 2000;	
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	background:transparent url(images/jquery/shadow.png) repeat scroll 0 0;
	border:medium none;
	font-family:Arial;
	height:135px;
	opacity:0.8;
	padding:20px;
	width:210px;
}

#tooltip.pretty div {
	text-align:left;
	width:220px;
}

#tooltip.fancy {
	background:transparent url(images/jquery/shadow2.png) repeat scroll 0 0;
	height:100px;
	padding-top:5em;
}

#tooltip.fancy.viewport-right {
	background:transparent url(images/jquery/shadow2-reverse.png) repeat scroll 0 0;
}