body {margin:0px}
#maplist {font-family:verdana;font-size:8pt;position:relative;display:table;width:30%;float:left;height:100%
	;overflow:auto}
#files {font-family:verdana;font-size:8pt;position:relative;display:table;width:70%;float:left;
	padding:10px;overflow:auto;top:0px}
#files[id] {width:65%;vertical-align:top}
#files h1 {font-size:12px;color:#7c89eb}

#files .fileitem {height:185px;width:185px;text-align:center;
	float:left;border:1px solid silver;overflow:hidden;margin-right:10px;margin-bottom:10px;
	padding:0px;position:relative;
	behavior: url(/css/hover.htc) 
	}
	


#files .fileitem:hover,#files .fileitem.hover {background-color:yellow;cursor:hand;}	
#files .fileitem:hover a,#files .fileitem.hover a {color:black;cursor:hand;}	

#files .icon {height:50px;width:50px;text-align:center;padding-top:10px;position:relative;cursor:hand }
#files .icon[class] {margin-left:25px;margin-top:15px}
.filename {cursor:hand}

#files a img {border:0px solid white}
#files .delete {position:absolute;left:0px;top:0px}
#files .filename {position:absolute;bottom:10px;left:5px}

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn { background: url(/images/browsericons/tn.gif) 0 0 no-repeat; width:17px; height:22px; }

/* first or middle sibling, collapsable */
.ygtvtm { background: url(/images/browsericons/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(/images/browsericons/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { background: url(/images/browsericons/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(/images/browsericons/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* last sibling, no children */
.ygtvln { background: url(/images/browsericons/ln.gif) 0 0 no-repeat; width:17px; height:22px; }

/* Last sibling, collapsable */
.ygtvlm { background: url(/images/browsericons/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(/images/browsericons/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { background: url(/images/browsericons/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(/images/browsericons/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url(/images/browsericons/loading.gif) 0 0 no-repeat; width:16px; height:22px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { background: url(/images/browsericons/vline.gif) 0 0 no-repeat; width:17px; height:22px; }

.ygtvblankdepthcell { width:17px; height:22px; }

/* the style of the div around each node */
.ygtvitem {}  

/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren { height:1%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
	font-size:10px;
	/*20110728 in de treeview willen we een handje als er over een klikbare link wordt bewogen*/
	cursor: pointer;
}



