﻿/* background color for the content part of the pages */

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border: #003366 1px solid;
}

/* styles used in the FileManager */
.FileManager
{
	height: 400px;
}
.FileManager_ToolBar
{
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	margin: 2px;
}

.FileManager_FileList
{
	height: 100%;
	margin: 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px;
}

