﻿A.FileLink
{
	color:#eee; 
	text-decoration: none;
}

A.FileLink:hover
{
	text-decoration: underline;
}


/* Folder Tree */
.Folder
{
	color: #c0c0c0;
	font-size: 11px;
}

.FolderSelected
{
	color: #FFFF66;
	font-weight: bold;
}

.FileListPath
{
	color:#aaa; 
	border-bottom: solid 1px #aaa; 
	width: 100%; 
	font-weight:bold;	
}


/* File List */
.FileList
{
	font-size: 11px;
}

.FileListHeader
{
}

.FileListSize
{
	padding-right: 15px;
}

.FileListLink a
{
	text-decoration: none;
}

.FileListLink a:hover
{
	text-decoration: underline;
}

#ToolTipDiv
{
	position: absolute;
	background-color: #ffffe1;
	border: solid 1px #000000;
	padding: 0px 2px 0px 2px;
	font-size: 11px;
	color: #000000;
	z-index: 100;
	clear: both;
	visibility: hidden;
	width: 125px;
	overflow: visible;
}

img.icon
{ 
	vertical-align: -3px; 
	margin: 0; 
	padding: 0; 
	border: none;
}

/* Create/Edit File*/
.formlabel
{
	width: 100px;
	float:left;
	/*padding-left: 5px;	*/	
}