/*
Licensed Materials - Property of IBM

IBM Cognos Products: pps

(C) Copyright IBM Corp. 2005, 2017

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
.adminOuterPane
{
	border: 1px;
	height: 500px;
}

.adminPaneRoot
{
	width: 100%;
	height: 100%;
}

.ppesAdminPanelContentsContainer
{
}

.ppesAdminPropertiesContainer
{
	background: white;
	border-bottom: 2px inset;
	border-left: 2px inset;
	border-right: 2px inset;
	height: 315px;
	overflow: auto;
}

.ppesAdminPropertiesHeader
{
	background-color: #E7E7E7;
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
	border-top: 2px inset;
	border-left: 2px inset;
	border-right: 2px inset;
}

.ppesAdminPropertiesLinksContainer
{
	text-align: right;
	padding-bottom: 5px;
	white-space:nowrap;
}

.ppesAdminPropertiesLink
{
	font-size: 11px;
	text-decoration: underline;
	color: #0000CC;	
	cursor: hand;
	padding-right: 10px;
}

.ppesAdminPropertiesLinkDisabled
{
	display: none;
}

.ppesAdminPropertiesLinkSeperator
{
	font-size: 11px;
	width: 20px;
	padding-right: 10px;
}

.ppesAdminPropertiesButtonsContainer
{
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-top: 1px solid #999999;
}

.adminTitleArea
{
	background-color: #8CADBD;
	border: 1px solid #336699;
	width: auto;
	white-space: nowrap;
}

.adminTitleText
{
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}

.adminTitleHelpLink
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
	white-space: nowrap;
	cursor: hand;
	cursor: pointer;
}

.ppesAdminPropertiesHintContainer
{
	font-size: 11px;
	color: #336699;	
	vertical-align: top;
	height: 40px;
	overflow: auto;
}

BODY
{
	font-size: 70%;
}
