/*=============================================================================
  File     : FileCabinet.css
  Contents : This file contains CSS common for the all application pages
=============================================================================*/
*
{
	/* box-sizing: border-box; */
	-moz-box-sizing: border-box;
}

html
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	/* background-color: #D2D2D2; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 8pt;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/* Styles for application "frame" pages (header, footer etc.) */
body.Frame
{
	background-color: #D2D2D2;
}

/* Styles for application "content" pages (library, viewer etc.) */
body.Content
{
	background-color: #F2F2E6;
}

/* Styles for application popup window */
body.Popup
{
	background-color: #F2F2E6;
	overflow: auto;
}

/* ------------------ Content Frame styles ------------------ */
body.ContentFrame
{
	border-top: none 0px #374252;
	border-left: solid 1px #374252;
	border-right: solid 1px #374252;
	border-bottom: solid 2px #374252;
	background-color: #F2F2E6;
	overflow: hidden;
}

iframe.Page
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.Visible
{
	width: 100%;
	height: 100%;
	z-index: 1;
}

.Invisible
{
	width: 1px;
	height: 1px;
	z-index: 100;
}


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;
}

/* ------------------ Application footer page styles ------------------ */
.Links
{
	margin: 0px 3px 0px 10px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.Links:hover
{
	color: red;
}
.FooterDiv
{
	margin: 3px 3px 3px 10px;
	font-family: Verdana;
	font-size: 8pt;
}

/* ------------------------ FileCabinet Buttons ------------------------ */
.OwcButton
{
	white-space: nowrap;
}
.OwcButton *
{
	line-height: 22px;
	height: 23px;
	vertical-align: middle;
}
.OwcButtonLeft
{
	width: 10px;/*IE*/
	background-image: url(Images/btn_LeftCorner.gif);
	background-position: right top;
}

.OwcButtonBody
{
	background-image: url(Images/btn_Body.gif);
}

.OwcButtonBody:hover
{
	text-decoration: underline;
	color: blue;
}

.OwcButtonRight
{
	width: 10px;
	background-image: url(Images/btn_RightCorner.gif);
	background-position: left top;
	position: relative;
}

.OwcPlaceholderImgLeftRight
{
	display: table-cell;
	height: 1px;
	width: 1px;
}

.OwcButtonLeft .OwcPlaceholderImgLeftRight
{
	margin-left: 10px;/*FF Saf*/
}

.OwcButtonRight .OwcPlaceholderImgLeftRight
{
	margin-right: 10px;
}

.PopupButtonsRow
{
	text-align: center;
}

.EmptyTd
{
	width: 0px;
}
/* ------------------------ Popup Command Buttons ------------------------ */
table.PopupCommands
{
	font-family: Verdana;
	font-size: 10pt;
	height: 23px;
	vertical-align: middle;
	margin-top: 10px;
}

col.PopupCommand
{
	width: 70px;
}

col.PopupCommandSmall
{
	width: 45px;
}

col.PopupSpace
{
	width: 28%;
}

col.PopupSpaceSmall
{
	width: 26%;
}

.PopupBottomMargin
{
	font-size: 1px;
	margin-bottom: 50px;
}

.PopupButtons
{
	height: 23px;
}
