﻿#ppsDashboardRootElement
{
	clear: both;
}

/* WSS alerations */
.ms-WPHeader { border-bottom-color: #ccc; }
.ms-WPHeader td { border-bottom-color: #ccc; }
.ms-PartSpacingHorizontal { width: 16px; }

tr.pps-layout
{
	vertical-align: top;
}

tr.pps-parameter
{
	vertical-align: text-top;
}

.pps-parameterTitle
{
	font-family: tahoma, sans-serif;
	font-size: 8.25pt;
	padding: 0px 5px 0px 0px;
}

.pps-parameterError
{
	font-family: tahoma, sans-serif;
	font-size: 8.25pt;
	padding: 0px 5px 0px 0px;
	white-space: nowrap;
	color: #003399;
}

.pps-picker
{
	position: relative;
	width: 1px;
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
	padding: 1px;
}

.pps-pickerSelectedItem
{
	color: #000000 !important;
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	padding-right: 1px !important;
}
.pps-pickerSelectedCaption { text-decoration: none; }
.pps-pickerSelectedCaption:hover { text-decoration: underline }

.pps-pickerActive
{
	padding: 0px;
	border: solid 1px #b09460;
}

.pps-pickerItem
{
	padding-right: 10px;
}

.pps-pickerSelectButtonLarge
{
	width: 18px;
	height: 18px;
	background-image: url("menudark.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.pps-pickerSelectButton
{
	width: 15px;
	height: auto;
	background-image: url("menudark.gif");
	background-repeat: repeat-x;
	float:right;
}

.pps-pickerSelectButtonActive
{
	background-color: #ffe6a0;
	border-left: solid 1px #b09460;
}

.pps-pickerList
{
	float: left;
	list-style-type: none;
	margin: 0px;
	background-color: White;
	border: solid 1px #b09460;
	font-family: tahoma, sans-serif;
	font-size: 8pt;
}

.pps-pickerListItem
{
	padding: 1px 5px 1px 15px;
	border: none !important;
}

.pps-pickerListItem a
{
	padding: 0px 0px 0px 0px;
	text-decoration: none !important;
	color: #000000 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.pps-pickerListItem a:hover
{
	text-decoration: none !important;
	color: #000000 !important;
}

.pps-pickerListItemActive
{
	cursor: pointer;
	background-color: #ffe6a0;
}

.pps-navigation
{
	width: 200px;
	font-size:8.25pt;
	font-family:tahoma;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 0px;
	color:#003399;
}

.pps-navigation-populated
{
	background-color:#f2f8ff;
	border: solid 1px #83b0ec;
	border-top: none;
}

.pps-navlist
{
	height: 100%;
	margin-left: 0px;
	background-color:#d6e8ff;
}

.pps-navlistheader
{
	border-top: solid 1px #83b0ec;
	border-bottom: solid 1px #83b0ec;
}

.pps-navlistheader span
{
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #83b0ec;
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pps-navlistitems
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
	background-color:#f2f8ff;
}

.pps-navlistitem
{
	padding-top: 4px;
	padding-bottom: 3px;
	list-style-type: none;
	list-style-image: url(/Preview/res/Bullet.gif);
}

.pps-navlistitem a
{
	padding-right: 20px;
	color:#003399;
	text-decoration:none;
}

.pps-navlistitem a:hover
{
	color: #000000;
	text-decoration:underline;
}

.pps-breadcrumb
{
	color: #003399;
	font-size: 8.25pt;
	font-family: tahoma;
	background-color: #ebf3ff;
	padding: 4px;
}

.pps-breadcrumb ul
{
	display: inline;
	border: none;
	margin-left: 0px;
	padding-left: 0px;
}

.pps-breadcrumb ul li
{
	margin-left: 0px;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

.pps-breadcrumb span
{
	color:#666666;
}

.pps-breadcrumb ul li a
{
	text-decoration:none;
}

.pps-breadcrumb ul li a:hover
{
	color: #000000;
	text-decoration: underline;
}

.pps-breadcrumb ul li a:hover span
{
	color: #000000;
}

.pps-bodyareaframe
{
	vertical-align: top;
	border-left: #6f9dd9 1px solid;
	border-right: #6f9dd9 1px solid;
	border-top: #6f9dd9 1px solid;
	border-bottom: #6f9dd9 1px solid;
	width: 100%;
	height: 100%;
	background-color: #ffffff
}

.pps-loading
{
	/* The minimum size of the pps-loading div is set in the PPSCommon.Constants JavaScript class. */
	display: inline-block;
	position: relative;
	background-color: White;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	background-image: url("ppsd-throbber.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.pps-washout
{
	display: inline-block;
	position: relative;
	background-color: White;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}

.pps-loadingDiv
{
	display: block;
	position: relative;
	background-color: White;
	border: solid 1px #D0D0D0;
	padding: 18px 18px 18px 48px;
	font-family: Tahoma !Important;
	font-size: 11px !Important;
	background-image: url("ppsd-throbber.gif");
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.pps-loadingDivNoSpinner
{
	display: block;
	position: relative;
	background-color: White;
	border: solid 1px #D0D0D0;
	padding: 18px 18px 18px 48px;
	font-family: Tahoma !Important;
	font-size: 11px !Important;
}

.pps-loadingDivText
{
	position: relative;
}

.pps-loadingDivAction
{
	position: relative;
	color: #003399 !Important;
	text-decoration: underline !Important;
}

.pps-noCancelLoadingDiv
{
	display: block;
	position: relative;
	background-color: White;
	font-family: Tahoma !Important;
	font-size: 11px !Important;
}

.pps-noCancelLoadingText
{
	font-family: Tahoma !Important;
	font-size: 11px !Important;
}

.pps-loading-reload
{
	position: absolute;
}

/* -----------------------------  Class Styles for Error Pages -------------------------------*/

.pps-reportErrorDiv 
{
	height: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center !Important;
}

.pps-reportErrorTable 
{
	position: relative;
	top: 50%;
	width: 250px;
	text-align: left !Important;
	font-family: Tahoma !Important;
	font-size: 11px !Important;
	color: #000000;
}

.pps-reportErrorTable a
{
	color: #000000 !Important;
	font-size: 11px !Important;
	text-decoration: underline !Important;
}
	
/* -----------------------------  Class Styles for PageOverview ------------------------------*/
.ppsma-pageOverviewList
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 8.25pt;
	width: 100%;
}

.ppsma-pageOverviewList a
{
	text-decoration: none;
}

.ppsma-pageOverviewList li
{
	display: inline;
	margin-right: 3px;
}

.ppsma-pageOverviewTabActive
{
	font-weight: bold;
	text-decoration: none;
}

.ppsma-pageOverviewTabActive a:hover
{
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.ppsma-pageOverviewTitle
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px !important;
	float: left;
	font-family: Tahoma;
	font-size: 8.25pt;
}