.Header {
/*	font-family: Arial;
	font-size: 16px;
	font-weight: bold; */
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;	
}


.TreeSelectedNode {
	color: white;
	background-color: #be0202;
}

.TreeHoverNode {
	color: #be0202;
}

/* detail view */
.DetailTitle {
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
}

.DetailDescription {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	padding-left: 4px;
}

.DetailSectionHead {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.DetailInfoBox 
{
	display: block;
	border: solid 1px #eeee00;
	background-color: #ffffee;
	padding: 10px;
}

.AdvSearchButton 
{
	font-Size:XX-Small;
}

/* folder tree view control */

.FolderNode {
	padding: 10px;
}


/* file list control */

.FileListTitle , .FileListTitle a, .FileListTitle a:visited, .FileListTitle a:active, .FileListTitle a:hover {
	font: 14px Arial;
	font-weight: bold;
	text-decoration: none;
}

.FileListTitle a:hover {
	text-decoration: underline;
}

.FileListFilename {
    font-family: Arial Narrow, Arial;
    font-size : 7.5pt;
    color: #666666;
}

.FileListGridHeader{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 3px;
	vertical-align: middle;
	padding-bottom: 8px;
	border-bottom: solid 1px #cccccc;
}

.FileListGridHeader a, .FileListGridHeader a:visited, .FileListGridHeader a:active, .FileListGridHeader a:hover {
	color: Black;
	text-decoration: none;
}

.FileListGridHeader a:hover {text-decoration: underline;}

.FileListGridHeader a:hover {
	text-decoration: underline;
}

.FileListGridCell {
	padding: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #cccccc;
	background-image: none;
}

.noData 
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

/* pattern search */

.patternSerchFolderLink {
	text-align: right;
	padding: 5px;

}

