/*=============================================================================
  File     : EPDemo.css
  Created  : 19/7/2004 12:37:16
  Project  : File Cabinet - Sample Application
  Contents : This file contains CSS common for the all application pages
=============================================================================
(C) Copyright 2000-2004  Olive Software Inc.  All Rights Reserved.
=============================================================================*/
body
{
	background-color: #D2D2D2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 8pt;
}

body.ChooseFolder
{
	background-color: #F2F2E6;
	margin: 7px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10pt;
}

.ChooseTreeOuter
{
	margin: 10px 0px 10px 0px;
}

.ChooseTitle
{
	font-family: Verdana;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.PushButtonChoose
{
	width: 70px;
	margin: 0px 3px 0px 3px;
}

img
{
	border: none;
}

/*
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//                                Header bar                                 //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////
*/
.Links
{
	margin: 10px 3px 3px 10px;
	font-family: Verdana;
	font-size: 8pt;
	vertical-align: middle;
}

.ContextMenu
{
	border-right: 2px outset;
	border-top: 2px outset;
	padding-bottom: 1px;
	border-left: 2px outset;
	cursor: pointer;
	cursor: hand;
	color: menutext;
	padding-top: 1px;
	border-bottom: 2px outset;
	background-color: menu;
}

/* Style for context menu item (not highlighted) */
.ContextMenu .MenuItem
{
	font: 8pt Verdana;
	padding: 2px 18px 3px 18px;
	white-space: nowrap;
	color: menutext;
}

/* Style for highlighted context menu item */
.ContextMenu .Highlighted
{
	color: highlighttext;
	white-space: nowrap;
	background-color: highlight;
}

.ContextTasks
{
}

/*
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//                            Pane outline table                             //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////
*/
table.PaneOutline
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: #F2F2E6;
	table-layout: fixed;
	border-collapse: separate;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
