﻿/*
SpiraTeam(R) Style Sheet
Supports all modern Browsers
Copyright (C) 2006-2011
Inflectra Corporation
*/

body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 10pt;
	background-color: White;
}
body A
{
	color: #1b4d6e;
}
body A:hover
{
	color: #f46515;
}
body TEXTAREA
{
	font-family: Arial;
	font-size: 10pt;
}
hr
{
	height: 1px;
	background-color: #f46515;
}
A.aspNetDisabled
{
	color: #c0c0c0 !important;
	cursor: default;
}
A.aspNetDisabled:hover
{
	color: #c0c0c0;
	cursor: default;
}
TEXTAREA.aspNetDisabled
{
    background-color: white;
	border: solid 1px #c0c0c0;
	padding: 2px;
	color: Gray;
}
SPAN.aspNetDisabled
{
	color: #c0c0c0;
}
INPUT.aspNetDisabled
{
	background-color: white;
	border: solid 1px #c0c0c0;
	padding: 2px;
	color: #c0c0c0;
}
INPUT.aspNetDisabled:hover
{
	border: solid 1px #c0c0c0;
}

#dhtmltooltip
{
	position: absolute;
	width: auto;
	min-width: 150px;
	max-width: 600px;
	border: 1px solid Black;
	color: Black;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	padding: 2px;
	background-color: #ffffcc;
	visibility: hidden;
	z-index: 100;
	overflow: hidden; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#tblMaster
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#tblMaster #tdHeader
{
	padding: 0px;
	border: none;
}
#tblMaster #tdMainContent
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}
#tblMaster #tdFooter
{
	padding: 0px;
	border: none;
}

#divHeader
{
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
}

#divHeader TABLE
{
	border: none;
	border-collapse: collapse;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#divHeader TABLE TR
{
	padding: 0px;
	margin: 0px;
}
#divHeader TABLE TR TD
{
	padding: 0px;
	margin: 0px;
}

#divFooter
{
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
}
#divFooter TABLE
{
	border: none;
	border-collapse: collapse;
	font-family: Arial;
	font-weight: normal;
	font-size: 1pt;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#divFooter TABLE TR
{
	padding: 0px;
	margin: 0px;
}
#divFooter TABLE TR TD
{
	padding: 0px;
	margin: 0px;
}
#divFooter #divFooterMessage
{
	padding: 10px;
	background-image: url(Images/CompanyLogo.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 50px;
}

#tstGlobalNavigation_tdSpiraTestLogo
{
	width: 250px;
}

.Product1Logo
{
	background-image: url(Images/Product1Logo.gif);
	margin-top: 10px;
	margin-left: 20px;
	width: 250px;
	background-repeat: no-repeat;
	position: relative;
	height: 55px;
	cursor: pointer;
}
.Product2Logo
{
	background-image: url(Images/Product2Logo.gif);
	margin-top: 10px;
	margin-left: 20px;
	width: 250px;
	background-repeat: no-repeat;
	position: relative;
	height: 55px;
	cursor: pointer;
}
.Product3Logo
{
	background-image: url(Images/Product3Logo.gif);
	margin-top: 10px;
	margin-left: 20px;
	width: 250px;
	background-repeat: no-repeat;
	position: relative;
	height: 55px;
	cursor: pointer;
}

.Product1Welcome
{
	background-image: url(Images/Product1Welcome.gif);
	margin-top: 20px;
	margin-left: 50px;
	background-repeat: no-repeat;
	width: 292px;
	height: 95px;
}
.Product2Welcome
{
	background-image: url(Images/Product2Welcome.gif);
	margin-top: 20px;
	margin-left: 50px;
	background-repeat: no-repeat;
	width: 292px;
	height: 95px;
}
.Product3Welcome
{
	background-image: url(Images/Product3Welcome.gif);
	margin-top: 20px;
	margin-left: 50px;
	background-repeat: no-repeat;
	width: 292px;
	height: 95px;
}

#divWelcomeBanner
{
	font-family: Verdana, Arial;
	font-size: 18pt;
	margin-top: 12px;
	margin-left: 30px;
}
#divWelcomeCopyright
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	margin-top: 40px;
	margin-left: 100px;
}

#divAuxiliaryLinks
{
	font-weight: normal;
	color: black;
	height: 30px;
	margin-top: 10px;
	margin-right: 25px;
	text-align: right;
}
#divAuxiliaryLinks A
{
	color: #1b4d6e;
}
#divAuxiliaryLinks A:hover
{
	color: #f46515;
}
#divAuxiliaryLinks #tstGlobalNavigation_lnkHelp
{
	cursor: help;
}

#divUserNavigation
{
	font-weight: normal;
	color: black;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	width: 500px;
}
#divUserNavigation A
{
	color: #1b4d6e;
}
#divUserNavigation A:hover
{
	color: #f46515;
}
#divUserNavigation .Selected
{
	color: #f46515;
	font-weight: bold;
}

#divTabControlBorderTopLeft
{
	background-image: url(Images/TabControlBorderTopLeft.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 11px;
	height: 25px;
}
#divTabControlBorderTopRight
{
	background-image: url(Images/TabControlBorderTopRight.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 11px;
	height: 25px;
}
#divTabControlBorderBottomLeft
{
	background-image: url(Images/TabControlBorderBottomLeft.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 11px;
	height: 10px;
}
#divTabControlBorderBottomRight
{
	background-image: url(Images/TabControlBorderBottomRight.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 11px;
	height: 10px;
}
.tblLoginBody
{
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.tblLoginForm
{
	background-color: White;
	border: black solid 2px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.tblLoginForm A
{
	color: #1b4d6e;
}
.tblLoginForm A:hover
{
	color: #f46515;
}
.tblLoginForm TH
{
	padding: 5px;
	text-align: left;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
}
.tblLoginForm TD
{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	text-align: left;
	font-weight: normal;
	background-color: #e0e0e0;
	width: 180px;
}
.tblLoginForm TABLE
{
	margin-left: 15px;
}
.tblLoginForm TABLE TD
{
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	vertical-align: top;
}
.tblLoginForm .tdLoginLogo
{
	background-image: url(Images/CompanyLogoSmall.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: White;
}
.tblLoginForm TABLE.DataEntryForm TD
{
    padding-bottom:5px;
}

.PanelContainer
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.PanelContainer TD
{
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}
.PanelContainer .Dark
{
	background-color: #f5f5f5;
}
.PanelContainer .SidePanel
{
	background-color: #e0e0e0;
	border: none;
	padding: 10px;
	color: Black;
	font-size: 10pt;
}
.PanelContainer .SidePanel A
{
	color: #1b4d6e;
}
.PanelContainer .SidePanel A:hover
{
	color: #f46515;
}
.PanelContainer .SidePanel TABLE
{
	font-size: 10pt;
	padding: 1px;
}
.PanelContainer .SidePanel TABLE TD
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.Widget
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: 1px solid Silver;
	background-color: White;
	margin-top: 5px;
	margin-bottom: 10px;
}
.Widget TD
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid Silver;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.Widget TD TABLE TD
{
	padding-left: 4px;
	padding-right: 4px;
}
.Widget TD HR
{
	border: none;
	height: 1px;
	background-color: Silver;
}
.Widget TH
{
	background-color: #f6c46e;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid Silver;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
}
.Widget TH A
{
	font-weight: normal;
}
.Widget .DarkBody
{
	background-color: #eeeeee;
	padding-left: 3px;
	padding-right: 3px;
}
.Widget TD.NoBorder
{
    border: none;
    white-space: nowrap;
    padding-top: 2px;
    padding-bottom: 2px;
}

.TabControl
{
	width: 700px;
	height: 25px;
}
.TabControl ul.level1
{
	margin: 0px;
	height: 25px;
	float: left;
}
.TabControl ul.level1 li
{
	width: 107px;
	float: left;
}
.TabControl ul.level1 li a
{
	font-weight: normal;
	text-align: center;
	color: Black;
	background-image: url(Images/TabControl.gif);
	background-repeat: no-repeat;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: -5px;
	white-space: nowrap;
	margin-bottom: -1px;
	margin-right: 7px;
}
.TabControl ul.level1 li a:hover
{
	color: #f46515;
}
.TabControl ul.level1 li a.selected
{
	font-weight: bold;
	text-align: center;
	color: White;
	background-image: url(Images/TabControlSelected.gif);
	background-repeat: no-repeat;
	width: 100px;
	margin-right: 7px;
}
.TabControl ul.level1 li a.selected:hover
{
	color: #ffffcc;
}
.TabControl ul.level2
{
	border: 1px solid #c0c0c0;
	background-color: #e2e2e2;
	font-weight: normal;
	width: 150px;
	z-index: 10;
	display: none;
}
.TabControl ul.level2 li
{
	margin-left: 20px;
	background-color: #e2e2e2;
	width: 170px;
}
.TabControl ul.level2 li a
{
	color: Black;
	font-weight: normal;
	line-height: 13pt;
	background-image: none;
	background-color: #e2e2e2;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	width: 150px;
}
.TabControl ul.level2 li a:hover
{
	color: #f46515;
}
.TabControl ul.level2 li a.selected
{
	color: Black;
	font-weight: bold;
}

.TabControlTitleBar
{
	background-color: #0082b5;
	height: 25px;
	width: 80%;
	color: White;
	font-weight: bold;
}
.TabControlTitleBar A
{
	font-weight: normal;
	color: White;
}
.TabControlTitleBar A:hover
{
	font-weight: normal;
	color: #f46515;
}
.TabControlTitleBarAnnex
{
	background-color: #0082b5;
	height: 25px;
	width: 20%;
	color: White;
	font-weight: bold;
	text-align: right;
}
.TabControlFooterBar
{
	background-color: #0082b5;
	height: 10px;
	width: 100%;
}

.Toolbar
{
	border: none;
	border-collapse: collapse;
	width: 100%;
	height: 25px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	background-color: #e0e0e0;
}
.Toolbar A
{
	color: Black;
}
.Toolbar TD
{
	padding-left: 5px;
	white-space: nowrap;
	padding-right: 5px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 4px;
}
.Toolbar TH
{
	padding-left: 15px;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: middle;
	padding-top: 2px;
	text-align: left;
	padding-bottom: 4px;
}
.Toolbar A
{
	font-weight: bold;
	color: #1b4d6e;
}
.Toolbar A:hover
{
	color: #f46515;
}
.Toolbar .Expander
{
	width: 100%;
}
.Toolbar .Divider
{
	width: 1px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	background-image: url(Images/NavigationDivider.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.MainBody
{
	font-size: 10pt;
	color: Black;
	border: none;
	width: 100%;
	border-collapse: collapse;
	background-color: #f5f5f5;
	min-height: 300px;
}
.MainBody H1
{
    margin-top: 5px;
    font-weight: bold;
	font-size: 12pt;
}
.MainBody H2
{
    margin-top: 5px;
    font-weight: normal;
	font-size: 12pt;
}
.MainBody A
{
	color: #1b4d6e;
}
.MainBody A:hover
{
	color: #f46515;
}
.MainBody TABLE
{
	font-size: 10pt;
}
.MainBody TD
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.MainBody .DataEntryForm
{
	font-size: 10pt;
}
.MainBody .DataEntryForm TD
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.MainBody .DataEntryForm TH
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}
.MainBody .DisplayBox
{
	background-color: white;
	border: solid 1px #c0c0c0;
	padding: 2px;
	color: black;
	overflow: auto;
}
.ValidationMessage
{
	display: inline-block;
	color: Red;
	background-color: Yellow;
	border: 1px solid Red;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: super;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
}
.ValidationMessage ul
{
	list-style-position: inside;
	padding: 0px;
	margin: 0px 10px;
}


.Validator
{
	color: Red;
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;
}
.MaskedEditValidator
{
	color: Black;
	font-size: 8pt;
}

.HeadingSection
{
	background-color: #f6c46e;
	font-size: 10pt;
	font-weight: normal;
	font-weight: bold;
	color: Gray;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
.HeadingSection DIV
{
	padding-left: 10px;
	padding-right: 10px;
}
.HeadingSection SPAN.Legend
{
	color: Black;
	font-weight: bold;
}
.HeadingSection A
{
	color: Black;
	font-weight: normal;
}
.HeadingSection A:hover
{
	color: #f46515;
}

.Dashboard
{
	font-size: 10pt;
	color: Black;
	border: none;
	width: 100%;
	border-collapse: collapse;
	background-color: #f0f0f0;
}
.Dashboard A
{
	color: #1b4d6e;
}
.Dashboard A:hover
{
	color: #f46515;
}
.Dashboard TABLE
{
	font-size: 10pt;
}
.Dashboard TD
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.Dashboard TH
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.Dashboard HR
{
    height: 1px;
    background-color: black;
    border: none;
}
.Dashboard .BrowseView
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: none;
	background-color: #f0f0f0;
	width: 100%;
}
.Dashboard .BrowseView .Part
{
	background-color: #f0f0f0;
}
.Dashboard .BrowseView .Title
{
	font-weight: normal;
	font-size: 14pt;
	color: #0082b5;
	border: none;
	padding: 0px;
}
.Dashboard .BrowseView .Title A
{
	font-size: 10pt;
	text-decoration: underline;
}
.Dashboard .BrowseView .Chrome
{
	color: Black;
	border: none;
	background-color: #f0f0f0;
	font-weight: normal;
	margin-bottom: 20px;
	width: 100%;
}
.Dashboard .BrowseView .Chrome TH.TitleBar
{
	padding: 0px;
	text-align: left;
}
.Dashboard .BrowseView .ChromeSelected
{
	border: 1px solid Red;
}
.Dashboard .BrowseView .Header
{
	display: none;
}

.Dashboard .DesignView
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: none;
	background-color: white;
	width: 100%;
}
.Dashboard .DesignView .Part
{
	background-color: #f0f0f0;
}
.Dashboard .DesignView .Part H2
{
    font-size: 14pt;
    margin-bottom: 0px;
}
.Dashboard .DesignView .Title
{
	background-color: #f3b956;
	font-weight: bold;
	color: Black;
	border-bottom: 1px solid Silver;
	padding: 0px;
}
.Dashboard .DesignView .Title A
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
.Dashboard .DesignView .Title TD
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.Dashboard .DesignView .Chrome
{
	color: Black;
	border: 1px solid Silver;
	background-color: White;
	font-weight: normal;
	border-collapse: collapse;
	width: 100%;
}
.Dashboard .DesignView .Chrome TH.TitleBar
{
	padding: 0px;
	text-align: left;
}
.Dashboard .DesignView .Chrome TH.TitleBar IMG
{
	margin-top: 2px;
}
.Dashboard .DesignView .Chrome DIV.MenuPopup
{
	font-size: 9pt;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid Silver;
	background-color: White;
	width: 100px;
	margin-top: 4px;
	margin-left: -15px;
}
.Dashboard .DesignView .Chrome DIV.MenuPopup DIV
{
	padding: 2px;
}
.Dashboard .DesignView .ChromeSelected
{
	border: 1px solid #f46515;
}
.Dashboard .DesignView .ChromeSelected TH.TitleBar
{
	padding: 0px;
	text-align: left;
}
.Dashboard .DesignView .ChromeSelected TH.TitleBar IMG
{
	margin-top: 2px;
}
.Dashboard .DesignView .Header
{
	display: none;
}
.Dashboard .CatalogZone
{
	position: fixed;
	top: 50px;
	left: 200px;
	background-color: #F7F6F3;
	border: Silver 1px solid;
	z-index: 5;
}
.Dashboard .CatalogZone .HeaderVerbStyle
{
	font-style: normal;
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
}
.Dashboard .CatalogZone .HeaderVerbStyle:hover
{
	color: #f46515;
	text-decoration: underline;
}
.Dashboard .CatalogZone .PartTitleStyle
{
	background-color: #0082b5;
	font-weight: bold;
	font-size: 0.8em;
	color: White;
}
.Dashboard .CatalogZone .FooterStyle
{
	background-color: #E2DED6;
	text-align: right;
}
.Dashboard .CatalogZone .FooterStyle INPUT
{
	border: 1px solid black;
	color: Black;
	background-color: #f6c46e;
}
.Dashboard .CatalogZone .FooterStyle INPUT:hover
{
	border: 1px solid black;
	color: Black;
	background-color: #f46515;
}
.Dashboard .CatalogZone .FooterStyle SELECT
{
	border: 1px solid #0082b5;
	color: Black;
	background-color: white;
}
.Dashboard .CatalogZone .PartChromeStyle
{
	border: #E2DED6 solid 1px;
}
.Dashboard .CatalogZone .InstructionTextStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .CatalogZone .LabelStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .CatalogZone .PartLinkStyle
{
	font-size: 0.8em;
}
.Dashboard .CatalogZone .SelectedPartLinkStyle
{
	font-size: 0.8em;
}
.Dashboard .CatalogZone .VerbStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .CatalogZone .HeaderStyle
{
	background-color: #E2DED6;
	font-weight: bold;
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .CatalogZone .EmptyZoneTextStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .CatalogZone .EditUIStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .CatalogZone .PartStyle
{
	border: 5px solid #F7F6F3;
}
.Dashboard .EditorZone
{
	position: fixed;
	top: 50px;
	left: 200px;
	background-color: #ffffcc;
	border: #cccccc solid 1px;
}
.Dashboard .EditorZone .LabelStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .EditorZone .HeaderStyle
{
	background-color: #f6c46e;
	font-weight: bold;
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .EditorZone .HeaderVerbStyle
{
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
	color: #333333;
}
.Dashboard .EditorZone .HeaderVerbStyle:hover
{
	color: #f46515;
	text-decoration: underline;
}
.Dashboard .EditorZone .PartChromeStyle
{
	border: #f6c46e solid 1px;
}
.Dashboard .EditorZone .PartStyle
{
	border: #ffffcc solid 5px;
}
.Dashboard .EditorZone .PartStyle INPUT
{
	border: 1px solid #0082b5;
	color: Black;
	background-color: white;
}
.Dashboard .EditorZone .FooterStyle
{
	background-color: #f6c46e;
	text-align: right;
}
.Dashboard .EditorZone .FooterStyle INPUT
{
	border: 1px solid black;
	color: Black;
	background-color: #f6c46e;
}
.Dashboard .EditorZone .FooterStyle INPUT:hover
{
	border: 1px solid black;
	color: Black;
	background-color: #f46515;
}
.Dashboard .EditorZone .EditUIStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .EditorZone .InstructionTextStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .EditorZone .ErrorStyle
{
	font-size: 0.8em;
}
.Dashboard .EditorZone .VerbStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .EditorZone .EmptyZoneTextStyle
{
	font-size: 0.8em;
	color: #333333;
}
.Dashboard .EditorZone .PartTitleStyle
{
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
}

.DiscussionThread
{
	border-top: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
.DiscussionThread TD
{
	border-bottom: 1px solid Silver;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.DiscussionThread .Title
{
	background-color: #f6c46e;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	border-left: 1px solid Silver;
}
.DiscussionThread .Thread
{
	background-color: #e0e0e0;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border-left: 1px solid Silver;
}
.DiscussionThread .Description
{
	background-color: White;
	width: 100%;
	border-left: 1px solid Silver;
}

.DataGrid
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: 1px solid Silver;
	background-color: White;
}
.DataGrid TD
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: none;
	border-bottom: none;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.DataGrid TH
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid Silver;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.DataGrid TD.Warning
{
	color: Red;
	font-weight: bold;
}
.DataGrid .Normal:hover
{
	background-color: #f0f0f0;
}
.DataGrid .Header
{
	background-color: #f6c46e;
}
.DataGrid .Header TD
{
	white-space: nowrap;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.DataGrid .Header TD A
{
	font-weight: normal;
}
.DataGrid .Header TH
{
	white-space: nowrap;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.DataGrid .Header TH A
{
	font-weight: normal;
}
.DataGrid .Header .TickIcon
{
	background-image: url(Images/TickIcon.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.DataGrid .SubHeader
{
	background-color: #e0e0e0;
}

.DataGrid .Hidden
{
	visibility: collapse;
}

.DataGrid .SubHeader TD
{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.DataGrid .SubHeader TH
{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #e0e0e0;
}
.DataGrid .SubHeader .Legend
{
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
}
.DataGrid .Footer
{
	font-weight: bold;
}
.DataGrid .Footer A
{
	font-weight: normal;
}
.DataGrid .Footer TD
{
	font-weight: bold;
}
.DataGridNoPagination .Pagination
{
	visibility: collapse;
}
.DataGrid .Pagination TD
{
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
.DataGrid .Editing
{
	background-color: #ffffcc;
}
.DataGrid .Editing TD
{
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 4px;
}
.DataGrid .Highlighted
{
	background-color: #e0e0e0;
}
.DataGrid .Selected
{
	background-color: #ffffcc;
}
.DataGrid .Selected TD
{
	font-weight: bold;
}
.DataGrid .Selected TD A
{
	color: Black;
	text-decoration: none;
}
.DataGrid .Selected TD A:hover
{
	color: Black;
	text-decoration: none;
	cursor: default;
}
.DataGrid .NotCovered
{
	font-weight: bold;
	color: Gray;
}
.DataGrid DIV.Button
{
    width: auto;
    display: inline-block;
}

.PopupPanel
{
	position: absolute;
	background-color: #f0f0f0;
	border: 1px solid #0082b5;
	width: auto;
	height: auto;
	display: block;
	z-index: 80;
	padding: 10px;
	font-size: 10pt;
}
.PopupPanel h1
{
	font-size: 12pt;
	color: #1b4d6e;
	margin-top: 5px;
	margin-bottom: 12pt;
	font-weight: normal;
}
.PopupPanel a
{
	font-weight: normal;
}
.PopupPanel table td
{
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.PopupPanel table th
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}
.PopupPanel div.DialogClose
{
	position: absolute;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-image: url(Images/DialogClose.gif);
	background-repeat: no-repeat;
}
.PopupPanel div.DialogClose:hover
{
	position: absolute;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-image: url(Images/DialogCloseSelected.gif);
	background-repeat: no-repeat;
}

.DialogBox
{
    position: fixed;
	background-color: #f0f0f0;
	border: 1px solid #0082b5;
	width: auto;
	height: auto;
	display: block;
	z-index: 80;
	font-size: 10pt;
}
.DialogBox DIV.TitleBar
{
    width: 100%;
    background-color: #d0d0d0;
    border-bottom: 1px solid #0082b5;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #1b4d6e;
    text-align: center;
}
.DialogBox DIV.DialogBody
{
    white-space: normal;
    width: 95%;
    color: Black;
    font-weight: normal;
    margin: 15px;
}
.DialogBox DIV.Equalizer
{
    border:1px solid #0082b5;
    padding: none;
	display: inline-block;
	margin-left: 2px;
}
.DialogBoxModalBackground
{
	background-color: Black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); /*IE Only*/
	opacity: 0.5; /*others*/
	-moz-opacity: 0.5; /*FireFox only*/

	z-index: 78;
}

.ListBox
{
	border: solid 1px #0082b5;
	border-collapse: collapse;
}
.ListBox .NotSelectable
{
	color: gray;
}
.ListBox .ExecutionStatusFailed
{
	background-color: #f47457;
}
.ListBox .ExecutionStatusPassed
{
	background-color: #7eff7a;
}
.ListBox .ExecutionStatusNotRun
{
	background-color: #e0e0e0;
}
.ListBox .ExecutionStatusNotApplicable
{
	background-color: #d0d0d0;
}
.ListBox .ExecutionStatusCaution
{
	background-color: #f29e56;
}
.ListBox .ExecutionStatusBlocked
{
	background-color: #f4f356;
}

.LineGraph
{
	border-collapse: collapse;
	font-size: 8pt;
	font-family: Arial;
	width: 97%;
	margin-left: 5px;
	margin-right: 5px;
	border: none;
}
.LineGraph TD
{
	font-size: 8pt;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: none;
}
.LineGraph .HorizontalAxis
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
}
.LineGraph .VerticalAxis
{
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
}
.LineGraph .Row
{
	background-color: #eeeeee;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
}
.LineGraph .AlternatingRow
{
	background-color: #fafafa;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
}
.LineGraph .DataPoint1
{
	background-image: url(Images/Graphs/Series1Point.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1pt;
}
.LineGraph .DataPoint2
{
	background-image: url(Images/Graphs/Series2Point.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	font-size: 1pt;
}

.Histogram
{
	border-collapse: collapse;
	font-size: 8pt;
	font-family: Arial;
	width: 97%;
	margin-left: 5px;
	margin-right: 5px;
	border: none;
}
.Histogram TD
{
	font-size: 8pt;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
}
.Histogram .HorizontalAxis
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
}
.Histogram .VerticalAxis
{
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
}
.Histogram .Row
{
	background-color: #eeeeee;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
}
.Histogram .AlternatingRow
{
	background-color: #fafafa;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
}
.Histogram .PriorityCritical
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f47457;
}
.Histogram .PriorityHigh
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f29e56;
}
.Histogram .PriorityMedium
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f5d857;
}
.Histogram .PriorityLow
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f4f356;
}
.Histogram .ExecutionStatusFailed
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f47457;
}
.Histogram .ExecutionStatusPassed
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #7eff7a;
}
.Histogram .ExecutionStatusNotRun
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #e0e0e0;
}
.Histogram .ExecutionStatusNotApplicable
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #d0d0d0;
}
.Histogram .ExecutionStatusCaution
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f29e56;
}
.Histogram .ExecutionStatusBlocked
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f4f356;
}
.Histogram .RemainingEffort
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #e0e0e0;
}
.Histogram .EffortNotStart
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #e0e0e0;
}
.Histogram .EffortOnTime
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #7eff7a;
}
.Histogram .EffortLateStart
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f4f356;
}
.Histogram .EffortLateFinish
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
	background-color: #f47457;
}
.BarChartBar
{
	border: 1px solid black;
	width: 15px;
	font-size: 1pt;
}

.CoverageBarChart
{
	font-family: Arial;
	font-size: 9pt;
	width: 97%;
	margin-left: 5px;
	margin-right: 5px;
	border: 0px White solid;
}
.CoverageBarChart TABLE
{
	font-size: 9pt;
	border-collapse: collapse;
}
.CoverageBarChart TD
{
	padding-bottom: 0px;
	padding-top: 0px;
	border: none;
}
.CoverageBarChart .HorizontalAxis
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
}
.CoverageBarChart .VerticalAxis
{
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
}
.CoverageBarChart .Bar0
{
	background-color: #7eff7a;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	font-size: 1pt;
}
.CoverageBarChart .Bar0Hover
{
	background-color: #9eff89;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	font-size: 1pt;
}
.CoverageBarChart .Bar1
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f47457;
	font-size: 1pt;
}
.CoverageBarChart .Bar1Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #ff9982;
	font-size: 1pt;
}
.CoverageBarChart .Bar2
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f4f356;
	font-size: 1pt;
}
.CoverageBarChart .Bar2Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #fffe8c;
	font-size: 1pt;
}
.CoverageBarChart .Bar3
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f29e56;
	font-size: 1pt;
}
.CoverageBarChart .Bar3Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #fba459;
	font-size: 1pt;
}
.CoverageBarChart .Bar4
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #e0e0e0;
	font-size: 1pt;
}
.CoverageBarChart .Bar4Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f0f0f0;
	font-size: 1pt;
}
.CoverageBarChart .Bar5
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #bbebfe;
	font-size: 1pt;
}
.CoverageBarChart .Bar5Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #dcf4fe;
	font-size: 1pt;
}

.TestExecutionBarChart
{
	font-family: Arial;
	font-size: 9pt;
	width: 97%;
	margin-left: 5px;
	margin-right: 5px;
	border: 0px White solid;
}
.TestExecutionBarChart TABLE
{
	font-size: 9pt;
	border-collapse: collapse;
}
.TestExecutionBarChart TD
{
	padding-bottom: 0px;
	padding-top: 0px;
	border: none;
}
.TestExecutionBarChart .HorizontalAxis
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
}
.TestExecutionBarChart .VerticalAxis
{
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
}
.TestExecutionBarChart .Bar1
{
	background-color: #7eff7a;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar1Hover
{
	background-color: #9eff89;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar0
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f47457;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar0Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #ff9982;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar2
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #e0e0e0;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar2Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f0f0f0;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar3
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f4f356;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar3Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #fffe8c;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar4
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f29e56;
	font-size: 1pt;
}
.TestExecutionBarChart .Bar4Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #fba459;
	font-size: 1pt;
}

.TaskProgressBarChart
{
	font-family: Arial;
	font-size: 9pt;
	width: 97%;
	margin-left: 5px;
	margin-right: 5px;
	border: 0px White solid;
}
.TaskProgressBarChart TABLE
{
	font-size: 9pt;
	border-collapse: collapse;
}
.TaskProgressBarChart TD
{
	padding-bottom: 0px;
	padding-top: 0px;
	border: none;
}
.TaskProgressBarChart .HorizontalAxis
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
}
.TaskProgressBarChart .VerticalAxis
{
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
}
.TaskProgressBarChart .Bar0
{
	background-color: #7eff7a;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	font-size: 1pt;
}
.TaskProgressBarChart .Bar0Hover
{
	background-color: #9eff89;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	font-size: 1pt;
}
.TaskProgressBarChart .Bar1
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f47457;
	font-size: 1pt;
}
.TaskProgressBarChart .Bar1Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #ff9982;
	font-size: 1pt;
}
.TaskProgressBarChart .Bar2
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f4f356;
	font-size: 1pt;
}
.TaskProgressBarChart .Bar2Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #fffe8c;
	font-size: 1pt;
}
.TaskProgressBarChart .Bar3
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #e0e0e0;
	font-size: 1pt;
}
.TaskProgressBarChart .Bar3Hover
{
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	background-color: #f0f0f0;
	font-size: 1pt;
}

.NoBorderTable
{
	border: none;
	border-collapse: collapse;
	padding: 0px;
}
.NoBorderTable TR
{
	border: none;
}
.NoBorderTable TD
{
	border: none;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.LoginBody
{
	background-color: #146a9a;
	text-align: center;
}
.LoginBody .Message
{
	color: Red;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: super;
	background-color: Yellow;
	border: solid 1px Red;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.LoginBody .MessageInfo
{
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: super;
	background-color: #daffd8;
	border: 1px solid Green;
	color: Green;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.Spacer
{
	font-size: 1pt;
	height: 8px;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}


.Title
{
	font-weight: bold;
	font-size: 12pt;
}
.SubTitle
{
	font-weight: normal;
	font-size: 12pt;
}
Selectable
{
	color: gray;
}
.Equalizer
{
    border:1px solid gray;
    padding: none;
	display: inline-block;
}
.EqualizerGeneric
{
	display: inline-block;
	vertical-align: middle;
	border: none;
	height: 16px;
}
.EqualizerRed
{
	display: inline-block;
	vertical-align: middle;
	background-color: #f47457;
	border: none;
	height: 16px;
}
.EqualizerOrange
{
	display: inline-block;
	vertical-align: middle;
	background-color: #f29e56;
	border: none;
	height: 16px;
}
.EqualizerYellow
{
	display: inline-block;
	vertical-align: middle;
	background-color: #f4f356;
	border: none;
	height: 16px;
}
.EqualizerGreen
{
	display: inline-block;
	vertical-align: middle;
	background-color: #7eff7a;
	border: none;
	height: 16px;
}
.EqualizerGray
{
	display: inline-block;
	vertical-align: middle;
	background-color: #e0e0e0;
	border: none;
	height: 16px;
}
.EqualizerBlue
{
	display: inline-block;
	vertical-align: middle;
	background-color: #bbebfe;
	border: none;
	height: 16px;
}

.DropDownListDisabled
{
	background-color: White;
	border: solid 1px #c0c0c0;
	background-image: url(Images/DropDownListDisabled.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	color: #c0c0c0;
	font-weight: normal;
	font-size: 8pt;
	cursor: default;
	float: left;
}
.DropDownListDisabled .value
{
	border: none;
	background-color: White;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	padding: 1px 3px;
	cursor: default;
	white-space: nowrap;
	font-size: 8pt;
	color: #c0c0c0;
}
.DropDownListDisabled .list
{
	display: none;
}
.DropDownListDisabled .list .item
{
	display: none;
}
.DropDownList
{
	background-color: White;
	border: solid 1px #0082b5;
	background-image: url(Images/DropDownList.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	cursor: pointer;
	float: left;
}
.DropDownList:hover
{
	background-image: url(Images/DropDownListSelected.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	border: solid 1px #f46515;
}
.DropDownList .value
{
	border: none;
	background-color: White;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	padding: 1px 3px;
	cursor: text;
	white-space: nowrap;
	font-size: 8pt;
}
.DropDownList .list
{
	border: solid 1px #0082b5;
	height: auto;
	max-height: 200px;
	line-height: 18px;
	padding: 1px;
	background-color: #FFFFFF;
	z-index: 5;
	overflow: scroll;
	overflow-x: hidden;
}
.DropDownList .list .item
{
	border: none;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	padding: 1px 25px 1px 5px;
	background-color: White;
}
.DropDownList .list .item:hover
{
	border: none;
	cursor: pointer;
	background-color: #f6c46e;
}

.Button
{
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    border: 1px solid #615c57;
    background-color: #f4c788;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    color: #2c2c2c;
    background-image: url(Images/ButtonOverlay.gif);
    background-repeat:no-repeat;
    background-position: 4px 7px;
    white-space: nowrap;
}
.Button:hover
{
    color: Black;
    border: 1px solid black;
    background-color: #eb8137;
    background-image: url(Images/ButtonOverlaySelected.gif);
}

.PassButton
{
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    border: 1px solid #615c57;
    background-color: #81c88c;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 16px;
    padding-bottom: 2px;
    color: #2c2c2c;
    background-image: url(Images/PassButton.gif);
    background-repeat:no-repeat;
    background-position: right center;
    white-space: nowrap;
}
.PassButton:hover
{
    color: Black;
    border: 1px solid black;
    background-color: #41b64c;
    background-image: url(Images/PassButtonSelected.gif);
}
.PassAllButton
{
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    border: 1px solid #615c57;
    background-color: #81c88c;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 16px;
    padding-bottom: 2px;
    color: #2c2c2c;
    background-image: url(Images/PassAllButton.gif);
    background-repeat:no-repeat;
    background-position: right center;
    white-space: nowrap;
}
.PassAllButton:hover
{
    color: Black;
    border: 1px solid black;
    background-color: #41b64c;
    background-image: url(Images/PassAllButtonSelected.gif);
}
.BlockedButton
{
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    border: 1px solid #615c57;
    background-color: #f6eb77;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 16px;
    padding-bottom: 2px;
    color: #2c2c2c;
    background-image: url(Images/BlockedButton.gif);
    background-repeat:no-repeat;
    background-position: right center;
    white-space: nowrap;
}
.BlockedButton:hover
{
    color: Black;
    border: 1px solid black;
    background-color: #f6e62f;
    background-image: url(Images/BlockedButtonSelected.gif);
}
.CautionButton
{
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    border: 1px solid #615c57;
    background-color: #eeaa73;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    color: #2c2c2c;
    background-image: url(Images/CautionButton.gif);
    background-repeat:no-repeat;
    background-position: right center;
    white-space: nowrap;
}
.CautionButton:hover
{
    color: Black;
    border: 1px solid black;
    background-color: #ea8e36;
    background-image: url(Images/CautionButtonSelected.gif);
}
.FailButton
{
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    border: 1px solid #615c57;
    background-color: #ed8c72;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 16px;
    padding-bottom: 2px;
    color: #2c2c2c;
    background-image: url(Images/FailButton.gif);
    background-repeat:no-repeat;
    background-position: right center;
    white-space: nowrap;
}
.FailButton:hover
{
    color: Black;
    border: 1px solid black;
    background-color: #e66539;
    background-image: url(Images/FailButtonSelected.gif);
}

.TextBox
{
	padding: 2px;
	background-color: White;
	border: solid 1px #0082b5;
}
.TextBoxInvalid
{
	color: Red;
	background-color: Yellow;
}
.TextBox:hover
{
	border: solid 1px #f46515;
}
.ReadOnlyTextBox
{
	background-color: white;
	border: solid 1px #c0c0c0;
	padding: 2px;
	color: Gray;
}
.TimeTextBox
{
	padding: 2px;
	background-color: White;
	border: solid 1px #0082b5;
	font-size: 8pt;
}
.TimeTextBoxInvalid
{
	color: Red;
	background-color: Yellow;
}
.TextBoxWatermark
{
   	padding: 2px;
	background-color: White;
	border: solid 1px #0082b5;
	color: Gray;
	font-size: 9pt;
	font-family: Arial;
}

.ReportBody
{
	font-size: 10pt;
	background-color: White;
}
.ReportBody TABLE
{
	font-size: 10pt;
}
.ReportTitle1
{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}
.ReportTitle2
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #e0e0e0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
}
.ReportTitle3
{
	font-weight: bold;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 5px solid #e0e0e0;
}
.ReportDescription
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ReportHiddenTable
{
	border: none;
	border-collapse: collapse;
	margin: 5px;
}
.ReportHiddenTable TR
{
	border: none;
}
.ReportHiddenTable TD
{
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.WorkflowDiagram TD
{
	font-weight: bold;
	color: #1b4d6e;
	vertical-align: middle;
}
.WorkflowDiagram .NoPadding
{
	padding: 0px;
}
.WorkflowDiagram .Step
{
	border: 1px solid #1b4d6e;
	font-weight: bold;
	background-color: White;
	color: Black;
	padding: 6px;
}
.WorkflowDiagram .Step A
{
	font-weight: normal;
}

.TabControl2
{
	border-collapse: collapse;
	border: none;
	padding: 0px;
}
.TabControl2 TABLE
{
	border: none;
	border-collapse: collapse;
}
.TabControl2 TD
{
	padding: 0px;
}
.TabControl2 .Tab
{
	vertical-align: middle;
	color: Black;
	background-color: #e0e0e0;
	text-align: center;
	font-size: 8pt;
	border-right: solid 4px #f5f5f5;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.TabControl2 .TabSelected
{
	font-weight: bold;
	background-color: #f6c46e;
	vertical-align: middle;
	color: Black;
	text-align: center;
	font-size: 8pt;
	border-right: solid 4px #f5f5f5;
	cursor: default;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.TabControl2 .TabDisabled
{
	font-weight: normal;
	background-color: #eeeebb;
	vertical-align: middle;
	color: Gray;
	text-align: center;
	font-size: 8pt;
	border-right: solid 4px #f5f5f5;
	cursor: default;
	padding-left: 2px;
	padding-right: 2px;
}
.TabControl2 .Divider
{
	background-color: #f6c46e;
	font-size: 8pt;
	height: 8px;
}
.TabControl2Header
{
	background-color: #f6c46e;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 5px;
	font-weight: bold;
	color: Gray;
}
.TabControl2Header LABEL
{
	color: Black;
	font-weight: normal;
	vertical-align: middle;
}
.TabControl2Header INPUT
{
	vertical-align: middle;
}
.TabControl2Header DIV
{
	padding-left: 10px;
	padding-right: 10px;
}
.TabControl2Header DIV.Legend
{
	float: left;
	margin-right: 5px;
	color: Black;
}
.TabControl2Header SPAN.Legend
{
	color: Black;
	font-weight: normal;
}
.TabControl2Header A
{
	color: Black;
	font-weight: bold;
}
.TabControl2Header A:hover
{
	color: #f46515;
}
.TabControlPanel
{
	width: 100%;
	display: none;
}

.DropMenuIcon
{
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.DropMenuIcon SPAN
{
    text-decoration: underline;
}
.DropMenuIcon IMG
{
    vertical-align: middle;
    margin-right: 4px;
}
.DropMenuIconHover
{
    font-weight: bold;
    border: 1px solid #0082b5;
    background-color: #f0f0f0;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.DropMenuIconHover IMG
{
    vertical-align: middle;
    margin-right: 4px;
}
.DropMenuIconHover SPAN
{
    text-decoration: underline;
}

.DropMenu
{
	border: 1px solid #0082b5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #f0f0f0;
	font: normal 9pt Arial;
	font-weight: bold;
	line-height: 18px;
}
.DropMenu P
{
	margin-top: 6px;
	margin-bottom: 4px;
}
.DropMenu IMG
{
	margin-right: 5px;
}

.ajaxSpinner
{
	width: 110px;
	height: 25px;
	background-image: url(Images/AjaxSpinner.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	position: absolute;
	z-index: 100;
	display: block;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 10px;
	background-color: White;
	border: 1px solid black;
	font-weight: bold;
	text-align: right;
}

.ReadOnlyDatePicker
{
	padding: 0px;
	background-color: White;
	border: solid 1px #c0c0c0;
	height: 20px;
	background-image: none;
	cursor: default;
}
.ReadOnlyDatePicker input.value
{
	color: #c0c0c0;
	border: none;
	width: 60px;
	font-size: 8pt;
	padding-left: 4px;
	padding-top: 3px;
	background-color: White;
}
.DatePicker
{
	padding: 0px;
	background-color: White;
	border: solid 1px #0082b5;
	height: 20px;
	background-image: url(Images/DateControlIcon.gif);
	background-repeat: no-repeat;
	background-position: 72px 3px;
	cursor: pointer;
}
.DatePicker:hover
{
	border: solid 1px #f46515;
}
.DatePicker input.value
{
	border: none;
	width: 60px;
	font-size: 8pt;
	padding-left: 4px;
	padding-top: 3px;
}
.DatePicker div.value
{
	border: none;
	width: 60px;
	font-size: 8pt;
	padding-left: 4px;
	padding-top: 3px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}
.ppcCalendar
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
	width: 201px;
	height: 203px;
	overflow: visible;
	background-color: #FFFFFF;
	border: 1px solid #0082b5;
}
.ppcMonthSelector
{
	width: 200px;
	height: 25px;
	overflow: visible;
	border: none;
}
.ppcMonthDays
{
	width: 200px;
	overflow: visible;
	background-color: #FFFFFF;
	border: none;
	position: relative;
	top: -1px;
}
.pplTable1
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 201px;
	border: none;
	border-collapse: collapse;
}
.pplTable1 TR
{
	height: 25px;
}
.pplTable1 TD
{
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: none;
	background-color: #f6c46e;
}
.pplTable1 .ppcMonthLegend
{
	font-size: 8pt;
	width: 120px;
}
.pplTable1 A
{
	text-decoration: none;
}
.pplTable1 DIV.Previous
{
    background-image: url(Images/PaginationPreviousButton.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}
.pplTable1 DIV.Next:hover
{
    background-image: url(Images/PaginationNextButtonSelected.gif);
}
.pplTable1 DIV.Next
{
    background-image: url(Images/PaginationNextButton.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}
.pplTable1 DIV.Previous:hover
{
    background-image: url(Images/PaginationPreviousButtonSelected.gif);
}
.pplTable2
{
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	border: none;
	margin-left: 1px;
	margin-right: 1px;
	border-collapse: collapse;
}
.pplTable2 TR
{
	height: 25px;
}
.pplTable2 TD
{
	font-size: 8pt;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	width: 20px;
	text-align: center;
	vertical-align: middle;
}
.pplTable2 .ppcWeekday
{
	background-color: White;
}
.pplTable2 .ppcWeekend
{
	background-color: #f0f0f0;
}
.ppcDays
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	border: none;
	border-collapse: collapse;
	margin-left: 1px;
	margin-right: 1px;
}
.ppcDays TR
{
	height: 25px;
}
.ppcDays TD
{
	padding: 2px;
	border: 1px solid #e0e0e0;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
}
.ppcDays TD.ppcWeekend
{
	background-color: #f0f0f0;
	font-weight: normal;
}
.ppcDays TD.ppcWeekday
{
	background-color: White;
	font-weight: normal;
}
.ppcDays TD.ppcDaySelected
{
	font-weight: bold;
	background-color: #c0c0c0;
}
.ppcDays TD.ppcDayHover
{
	background-color: #f46515;
}
.ppcDays TD.ppcToday
{
	font-weight: bold;
	color: #f46515;
}

.DropDownHierarchyDisabled
{
	background-color: White;
	border: solid 1px #c0c0c0;
	background-image: url(Images/DropDownListDisabled.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	color: #c0c0c0;
	font-weight: normal;
	font-size: 8pt;
	cursor: default;
	float: left;
}
.DropDownHierarchyDisabled .value
{
	border: none;
	background-color: White;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	padding: 1px 3px;
	cursor: default;
	white-space: nowrap;
	font-size: 8pt;
	color: #c0c0c0;
}
.DropDownHierarchyDisabled .list
{
	display: none;
}
.DropDownHierarchyDisabled .list .item
{
	display: none;
}
.DropDownHierarchy
{
	background-color: White;
	border: solid 1px #0082b5;
	background-image: url(Images/DropDownList.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	cursor: pointer;
	float: left;
}
.DropDownHierarchy:hover
{
	background-image: url(Images/DropDownListSelected.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	border: solid 1px #f46515;
}
.DropDownHierarchy .value
{
	border: none;
	background-color: White;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	padding: 1px 3px;
	cursor: text;
	white-space: nowrap;
	font-size: 8pt;
}
.DropDownHierarchy .value a
{
	color: Black;
}
.DropDownHierarchy .value a:hover
{
	color: #f46515;
}
.DropDownHierarchy .list
{
	border: solid 1px #0082b5;
	height: auto;
	max-height: 200px;
	line-height: 18px;
	padding: 1px;
	background-color: #FFFFFF;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 5;
}
.DropDownHierarchy .list .item
{
	border: none;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 1px;
	background-color: White;
}
.DropDownHierarchy .list .item:hover
{
	border: none;
	cursor: pointer;
	background-color: #f6c46e;
}
.DropDownHierarchy .list .item img
{
	margin-right: 5px;
	vertical-align: middle;
}

.PlanningGrid
{
	font-size: 10pt;
	border-collapse: separate;
}
.PlanningGrid TR.NoData TD
{
	background-color: Yellow;
	font-weight: bold;
	color: Red;
	border: 1px solid red;
}
.PlanningGrid TR.Header
{
	background-color: #f6c46e;
	padding: 10px;
}
.PlanningGrid TR.Header TD
{
	border: 1px solid Silver;
}
.PlanningGrid TR.Header TD A
{
	color: black;
}
.PlanningGrid TR.Header TD A:hover
{
	color: #f46515;
}
.PlanningGrid TR.Header TABLE
{
	border-collapse: collapse;
	width: 100%;
}
.PlanningGrid TR.Header TABLE TH
{
	text-align: center;
	border: none;
	font-weight: normal;
}
.PlanningGrid TR.Header TABLE TD
{
	text-align: center;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid Black;
}
.PlanningGrid TR.Header TABLE TD.Last
{
	text-align: right;
	border: none;
}
.PlanningGrid TR.SubHeader
{
}
.PlanningGrid TR.SubHeader TD
{
	border: none;
	padding: 0px;
}
.PlanningGrid TR.SubHeader TD A
{
	color: black;
}
.PlanningGrid TR.SubHeader TD A:hover
{
	color: #f46515;
}
.PlanningGrid TABLE.Iteration
{
	border-collapse: collapse;
	margin-top: 0.5px; /* Works for both IE and FF that way */
	margin-left: 0.5px; /* Works for both IE and FF that way */
	margin-right: 0.5px; /* Works for both IE and FF that way */
	width: 100%;
	background-color: #e0e0e0;
	border: 2px solid Silver;
}
.PlanningGrid TABLE.Iteration TH
{
	text-align: center;
	font-weight: normal;
	border: 1px solid Silver;
}
.PlanningGrid TABLE.Iteration TH.Highlighted
{
	border: 1px solid Silver;
	background-color: #d0d0d0;
}
.PlanningGrid TABLE.Iteration TH.Warning
{
	border: 1px solid Silver;
	background-color: #f29e56;
}
.PlanningGrid TABLE.Iteration TD
{
	border: 1px solid Silver;
	padding: 2px;
	background-color: White;
}
.PlanningGrid DIV.PlanningEqualizer
{
	width: 100px;
	float: right;
	border: 1px solid silver;
}
.PlanningGrid DIV.IterationItems
{
	border: White solid 3px;
	overflow: auto;
	height: 220px;
	overflow-x: hidden;
}
.PlanningGrid DIV.IterationItems TABLE.Tasks
{
	border-collapse: collapse;
	width: 98%;
	border: none;
}
.PlanningGrid DIV.IterationItems TABLE.Tasks TH
{
	border: none;
	display: none;
}
.PlanningGrid DIV.IterationItems TABLE.Tasks TD
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid Silver;
	padding: 2px;
}
.PlanningGrid DIV.IterationItems TABLE.Tasks TD.RightAlign
{
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}
.PlanningGrid DIV.IterationItems TABLE.Tasks TD.IconCell
{
	width: 18px;
}
.PlanningGrid DIV.IterationItems TABLE.Tasks TR.Inactive TD
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); /*IE Only*/
	opacity: 0.5; /*others*/
	-moz-opacity: 0.5; /*FireFox only*/
}

.HyperlinkList
{
	list-style-type: none;
}
.HyperlinkList LI
{
	line-height: 16pt;
}
.MessageHidden
{
	display: none;
}
.MessageError
{
	display: inline-block;
	background-color: Yellow;
	border: 1px solid Red;
	color: Red;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.MessageInformation
{
	display: inline-block;
	background-color: #daffd8;
	border: 1px solid Green;
	color: Green;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Used by RichTextBox.js */
.rteImage
{
	background: #f6c46e;
	border: 1px solid #f6c46e;
	cursor: pointer;
	cursor: hand;
}
.rteImageSmall
{
	background: #e0e0e0;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	cursor: hand;
}
.rteImageSmallRaised, .rteImageSmall:hover
{
	background: #e0e0e0;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}
.rteImageRaised, .rteImage:hover
{
	background: #f6c46e;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}
.rteImageSmallLowered, .rteImageSmall:active
{
	background: #e0e0e0;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}
.rteImageLowered, .rteImage:active
{
	background: #f6c46e;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}
.rteVertSep
{
	margin: 0 4px 0 4px;
}
.rteBack
{
	background: #f6c46e;
	border: none;
	letter-spacing: 0;
	padding: 0px;
	border-collapse: collapse;
}
.rteBack tbody tr td, .rteBack tr td
{
	background: #f6c46e;
	padding: 3px;
	border: 0px;
}
.rteBackSmall
{
	background: #e0e0e0;
	border: none;
	letter-spacing: 0;
	padding: 0px;
	border-collapse: collapse;
}
.rteBackSmall tbody tr td, .rteBack tr td
{
	background: #e0e0e0;
	padding: 0px;
	border: 0px;
}
.rteDiv
{
	padding: 2px;
	background-color: White;
	border: solid 1px #0082b5;
	overflow: auto;
}
.rteDivDisabled
{
	padding: 2px;
	background-color: White;
	border: solid 1px #c0c0c0;
	overflow: auto;
}

.FolderTree
{
}
.FolderTree ul.ATV_tree
{
	/*overflow:hidden;*/
	width: 100%;
	height: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
.FolderTree ul.ATV_tree li
{
	list-style: none;
	font-size: 10pt;
}
.FolderTree ul.ATV_tree ul, ul.ATV_tree li
{
	margin-left: 5px;
	padding: 2px 2px 2px 0px;
}
.FolderTree ul.ATV_tree li.ATV_opened
{
	font-weight: normal;
}
.FolderTree ul.ATV_tree li.ATV_opened div.Toggle
{
	background-image: url(Images/ExpandedY.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width: 9px;
	height: 12px;
	margin-right: 4px;
	cursor: pointer;
	float: left;
}
.FolderTree ul.ATV_tree li.ATV_opened div.Leaf
{
	width: 9px;
	height: 12px;
	margin-right: 4px;
	cursor: default;
	float: left;
}
.FolderTree ul.ATV_tree li.ATV_opened div.Node, .FolderTree ul.ATV_tree li.ATV_closed div.Node
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	float: left;
}
.FolderTree ul.ATV_tree li.ATV_opened div.Folder
{
	background-image: url(Images/FolderExpanded.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	margin-right: 4px;
	float: left;
}
.FolderTree ul.ATV_tree li.ATV_closed
{
	font-weight: normal;
}
.FolderTree ul.ATV_tree li.ATV_closed div.Folder
{
	background-image: url(Images/Folder.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	margin-right: 4px;
	float: left;
}
.FolderTree ul.ATV_tree li.ATV_closed div.Toggle
{
	background-image: url(Images/ExpandedN.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width: 9px;
	height: 12px;
	margin-right: 4px;
	cursor: pointer;
	float: left;
}
/* Sublists are visible or not based on class of parent LI */
.FolderTree ul.ATV_tree li.ATV_opened ul
{
	display: block;
}
.FolderTree ul.ATV_tree li.ATV_closed ul
{
	display: none;
}
.FolderTree ul.ATV_tree li span
{
	cursor: default;
}
.FolderTree ul.ATV_tree li a
{
	font-size: 10pt;
	text-decoration: underline;
	color: #1b4d6e;
}
.FolderTree ul.ATV_tree li a:hover
{
	text-decoration: underline;
	color: #f46515;
}
.FolderTree ul.ATV_tree li.ATV_selected a
{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
.FolderTree ul.ATV_tree li.ATV_selected a:hover
{
	font-weight: bold;
	color: #f46515;
	text-decoration: underline;
}
.FolderTree ul.ATV_tree li.ATV_selected li a
{
	font-weight: normal;
}

.WidgetGrid
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: none;
}
.WidgetGrid TD
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	font-weight: normal;
	white-space: nowrap;
}
.WidgetGrid TR.Selected TD
{
	background-color: White;
	font-weight: bold;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
.WidgetGrid TR.Footer TD
{
	border-top: 1px solid black;
	font-weight: bold;
}
.WidgetGrid TR:hover
{
	background-color: #e0e0e0;
}
.WidgetGrid TD.Icon
{
	padding-left: 2px;
	padding-right: 0px;
}
.WidgetGrid TD.Warning
{
	color: Red;
	font-weight: bold;
}
.WidgetGrid TH
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid Black;
	font-weight: bold;
	background-color: #f0f0f0;
}

.WidgetTable
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: 1px solid #f0f0f0;
}
.WidgetTable TR:hover
{
	background-color: White;
}
.WidgetTable TD
{
	border: 1px solid #f0f0f0;
	background-color: #e0e0e0;
}
.WidgetTable TD:hover
{
	font-weight: bold;
	background-color: Silver;
}
.WidgetTable TH
{
	font-weight: bold;
	text-align: left;
	border: 1px solid #f0f0f0;
	background-color: #e0e0e0;
}
.WidgetTable TR.Footer
{
	font-weight: bold;
}

.DateRangeFilter
{
	border: 1px solid #0082b5;
	min-width: 210px;
	height: 150px;
	background-color: #f0f0f0;
	padding: 10px;
	cursor: default;
	font-size: 10pt;
	font-weight: normal;
	z-index: 10;
}
.DateRangeFilter DIV
{
	float: left;
}
.DateRangeFilter BR
{
    margin-top: 10px;
}
.DateRangeFilter P
{
    margin-top: 10px;
    clear: both;
	font-size: 8pt;
	margin-bottom: 5px;
}
.DateRangeFilter H1
{
	margin-top: 0px;
	font-size: 12pt;
	font-weight: normal;
	color: #1b4d6e;
}
.DateRangeFilter DIV.Action
{
	clear: both;
	width: 200px;
	text-align: right;
	padding-top: 8px;
}
.DateRangeFilter DIV.Action A
{
	font-weight: bold;
}

.HierarchicalSelector
{
}
.HierarchicalSelector TD
{
	font-weight: bold;
	vertical-align: top;
	width: 100%;
	padding-left: 0px;
}
.HierarchicalSelector TD.Main TABLE.Header
{
	margin-top: 5px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: 1px solid gray;
	background-color: White;
}
.HierarchicalSelector TD.Main TABLE.Header TR
{
	background-color: #f6c46e;
}
.HierarchicalSelector TD.Main TABLE.Header TH
{
	border: 1px solid gray;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.HierarchicalSelector TD.Main TABLE.Header TH.Name
{
	width: 380px;
}
.HierarchicalSelector TD.Main DIV.Body
{
	overflow: auto;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: White;
}
.HierarchicalSelector TD.Main DIV.Body TABLE
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
.HierarchicalSelector TD.Main DIV.Body TABLE TR
{
	background-color: White;
}
.HierarchicalSelector TD.Main DIV.Body TABLE TR:hover
{
	background-color: #e0e0e0;
}
.HierarchicalSelector TD.Main DIV.Body TABLE TR.Mapped
{
	color: Gray;
}
.HierarchicalSelector TD.Main DIV.Body TABLE TD
{
	cursor: default;
	border-bottom: 1px solid gray;
	white-space: nowrap;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

.MappingSelector
{
	width: 800px;
}
.MappingSelector TD.LeftColumn
{
	font-weight: bold;
	vertical-align: top;
	width: 350px;
}
.MappingSelector TD.LeftColumn TABLE.Header
{
	margin-top: 5px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: 1px solid gray;
	background-color: White;
	width: 302px;
}
.MappingSelector TD.LeftColumn TABLE.Header TR
{
	background-color: #f6c46e;
}
.MappingSelector TD.LeftColumn TABLE.Header TH
{
	border: 1px solid gray;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.MappingSelector TD.LeftColumn DIV.Body
{
	overflow: auto;
	height: 200px;
	width: 300px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: White;
}
.MappingSelector TD.LeftColumn DIV.Body TABLE
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
.MappingSelector TD.LeftColumn DIV.Body TABLE TR
{
	background-color: White;
}
.MappingSelector TD.LeftColumn DIV.Body TABLE TR:hover
{
	background-color: #e0e0e0;
}
.MappingSelector TD.LeftColumn DIV.Body TABLE TR.Mapped
{
	color: Gray;
}
.MappingSelector TD.LeftColumn DIV.Body TABLE TD
{
	cursor: default;
	border-bottom: 1px solid gray;
	white-space: nowrap;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.MappingSelector TD.MiddleColumn
{
	width: 100px;
	vertical-align: middle;
}
.MappingSelector TD.RightColumn
{
	width: 380px;
	font-weight: bold;
	vertical-align: top;
}
.MappingSelector TD.RightColumn TABLE.Header
{
	margin-top: 5px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: 1px solid gray;
	background-color: White;
	width: 402px;
}
.MappingSelector TD.RightColumn TABLE.Header TR
{
	background-color: #f6c46e;
}
.MappingSelector TD.RightColumn TABLE.Header TH
{
	border: 1px solid gray;
	white-space: nowrap;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.MappingSelector TD.RightColumn DIV.Body
{
	overflow: auto;
	height: 200px;
	width: 400px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: White;
}
.MappingSelector TD.RightColumn DIV.Body TABLE
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
.MappingSelector TD.RightColumn DIV.Body TABLE TR
{
	background-color: White;
}
.MappingSelector TD.RightColumn DIV.Body TABLE TR:hover
{
	background-color: #e0e0e0;
}
.MappingSelector TD.RightColumn DIV.Body TABLE TD
{
	cursor: default;
	border-bottom: 1px solid gray;
	white-space: nowrap;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

.ContextMenu
{
	position: absolute;
	border: none;
	z-index: 7;
}
.ContextMenu TABLE
{
	border: 1px solid gray;
	background-color: #f0f0f0;
	font-size: 10pt;
	width: 100%;
	color: #222222;
}
.ContextMenu TABLE TD
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 5px;
	white-space: nowrap;
}
.ContextMenu TABLE TD IMG
{
    margin-right: 5px;
    vertical-align: text-bottom;
}
.ContextMenu TABLE TD SPAN.Spacer
{
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}
.ContextMenu A
{
	color: #222222;
	text-decoration: none;
}
.ContextMenu A:hover
{
	color: #f46515;
	text-decoration: underline;
}
.ContextMenu TABLE TR.Divider
{
	height: 1px;
}
.ContextMenu TABLE TR.Divider TD
{
	border-top: 1px solid #222222;
}

.sys-template
{
	display: none;
	visibility: hidden;
}

/* Reports Styles */
BODY.Reports
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
	background-color: White;
	font-family: Arial;
	font-weight: normal;
}
BODY.Reports P
{
	margin-top: 5px;
	margin-bottom: 5px;
}
BODY.Reports TABLE
{
	font-size: 10pt;
}
BODY.Reports .Spacer
{
	font-size: 1pt;
	height: 8px;
}
BODY.Reports .Title1
{
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
	padding-top: 10px;
}
BODY.Reports .Title2
{
	font-weight: bold;
	font-size: 14pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
BODY.Reports .Title3
{
	font-weight: bold;
	font-size: 12pt;
	padding-top: 10px;
	padding-bottom: 0px;
	font-style: italic;
}
BODY.Reports .Title4
{
	font-weight: bold;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: underline;
}

BODY.Reports .HiddenTable
{
	border: none;
	border-collapse: collapse;
	margin: 5px;
	width: 100%;
}
BODY.Reports .HiddenTable TR
{
	border: none;
}
BODY.Reports .HiddenTable TD
{
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 30%;
}
BODY.Reports .HiddenTable TH
{
	font-weight: bold;
	text-align: left;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 10%;
}
BODY.Reports .DataGrid
{
	margin: 10px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: 1px solid Silver;
	background-color: White;
	width: 100%;
}
BODY.Reports .DataGrid TD
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid Silver;
	border-collapse: collapse;
	font-size: 10pt;
	font-weight: normal;
}
BODY.Reports .DataGrid TH
{
	text-align: left;
	background-color: #e0e0e0;
	white-space: nowrap;
	font-weight: bold;
	border: 1px solid Silver;
	border-collapse: collapse;
}
BODY.Reports .DataGrid .ItalicRow TD
{
	font-style: italic;
}
BODY.Reports .DataGrid .BoldRow TD
{
	font-weight: bold;
}
BODY.Reports .DataGrid .SmallRow TD
{
	font-size: 8pt;
}
BODY.Reports .DataGrid .SmallItalicRow TD
{
	font-size: 8pt;
	font-style: italic;
}

.TabPanel1
{
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f6c46e;
}
.TabPanel1 .TabPanel2
{
	background-color: #F5F5F5;
	width: 100%;
	padding-top:10px;
	min-height: 150px;
}
.TabPanel1 .TabPanel2 TABLE
{
    margin-left: 10px;
    margin-right: 10px;
}

.NavigationBar
{
	font-family: Arial;
	font-size: 10pt;
	border-collapse: collapse;	font-weight: normal;
	color: Black;
	border: 1px solid Silver;
	background-color: White;
	margin-top: 5px;
	margin-bottom: 10px;
}
.NavigationBar TH
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid Silver;
}
.NavigationBar TH.Header
{
    text-align:left;
	background-color: #f6c46e;
	font-weight: bold;
}
.NavigationBar TH.Header A
{
    text-decoration: none;
    color: Black;
    font-weight: bold;
}
.NavigationBar TH.Header A:hover
{
    text-decoration: underline;
}
.NavigationBar TH.Header DIV.Minimize
{
    float: right;
    width: 12px;
    height: 12px;
    background-image: url(Images/WidgetMinimize.gif);
    cursor: pointer;
}
.NavigationBar TH.Header DIV.Minimize:hover
{
    background-image: url(Images/WidgetMinimizeSelected.gif);
}
.NavigationBar TH.MinimizedHeader
{
    padding: 0px;
    text-align:left;
	background-color: #f6c46e;
}
.NavigationBar TH.MinimizedHeader DIV.Maximize
{
    width: 12px;
    height: 12px;
    background-image: url(Images/WidgetMaximize.gif);
    cursor: pointer;
}
.NavigationBar TH.MinimizedHeader DIV.Maximize:hover
{
    background-image: url(Images/WidgetMaximizeSelected.gif);
}
.NavigationBar TH.SubHeader
{
    text-align:left;
	background-color: #f5f5f5;
	font-weight: bold;
}
.NavigationBar TH.SubHeader SPAN
{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.NavigationBar TD
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid Silver;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.NavigationBar TD DIV.Body
{
    overflow-x: hidden;
    overflow-y: auto;
}
.NavigationBar TD DIV.Body UL
{
    margin-top: 2px;
    width: 800px;
    padding-left: 2px;
    margin-left: 0px;
}
.NavigationBar TD DIV.Body UL LI
{
    padding-top: 1px;
    padding-bottom: 1px;
    list-style-type: none;
    font-weight: normal;
}
.NavigationBar TD DIV.Body UL LI.Summary
{
    font-weight: bold;
}
.NavigationBar TD DIV.Body UL LI.Summary A
{
    color:Black;
    font-weight: bold;
    text-decoration: none;
}
.NavigationBar TD DIV.Body UL LI.Summary A:hover
{
    text-decoration: underline;
	color: #f46515;
}
.NavigationBar TD DIV.Body UL LI.Normal A
{
    font-weight: normal;
    color: Black;
    text-decoration: none;
}
.NavigationBar TD DIV.Body UL LI.Normal A:hover
{
    text-decoration: underline;
	color: #f46515;
}
.NavigationBar TD DIV.Body UL LI.Selected A
{
    font-weight: bold;
	color: #f46515;
}
.NavigationBar TD DIV.Body UL LI.SummarySelected A
{
    font-weight: bold;
	color: #f46515;
}
.NavigationBar TD DIV.Body UL LI.SummarySelected LI.Summary A
{
    font-weight: bold;
	color: black;
}
.NavigationBar TD DIV.Body UL LI.SummarySelected LI.Normal A
{
    font-weight: normal;
	color: black;
}
.NavigationBar TD DIV.Body UL.Child
{
    padding-left: 10px;
}
.NavigationBar TD DIV.Body SPAN.Normal A
{
    font-weight: normal;
    color: Black;
    text-decoration: none;
}
.NavigationBar TD DIV.Body SPAN.Normal A:hover
{
    text-decoration: underline;
	color: #f46515;
}
.NavigationBar TD DIV.Body SPAN.Selected SPAN
{
    font-weight: bold;
	color: #f46515;
	text-decoration: underline;
}
.NavigationBar TD DIV.Body SPAN.Selected A
{
    font-weight: bold;
	color: #f46515;
	text-decoration: underline;
}
.NavigationBarResize
{
    position: absolute;
    width: 4px;
    border: none;
    background-color: #e0e0e0;
    cursor:w-resize;
    padding-top: 54px;
}

.TagCloud
{
    padding: 10px;
    width: 100%;
}
.TagCloud A
{
    text-decoration: none;
}
.TagCloud A:hover
{
    text-decoration: underline;
    background-color: #e0e0e0
}

.PlanningBoard
{
    font-size: 10pt;
	border-collapse: collapse;
	border: 1px gray solid;
}
.PlanningBoard TR.NoData TD
{
	background-color: Yellow;
	font-weight: bold;
	color: Red;
	border: 1px solid red;
}
.PlanningBoard TR.Header
{
    background-color: #f6c46e;
}
.PlanningBoard TR.Header TD
{
	border: 1px gray solid;
}
.PlanningBoard TR.Header TD DIV.Effort
{
    float: right;
    margin-right: 10px;
}
.PlanningBoard TR.Header TD DIV.Effort SPAN.Normal
{
    font-weight: bold;
}
.PlanningBoard TR.Header TD DIV.Effort SPAN.Warning
{
    font-weight: bold;
    color: Red;
}
.PlanningBoard TR.Header TD DIV.Minimize
{
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(Images/WidgetMinimize.gif);
    cursor: pointer;
    margin-right: 10px;
}
.PlanningBoard TR.Header TD DIV.Minimize:hover
{
    background-image: url(Images/WidgetMinimizeSelected.gif);
}
.PlanningBoard TR.Header TD DIV.Maximize
{
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(Images/WidgetMaximize.gif);
    cursor: pointer;
    margin-right: 10px;
}
.PlanningBoard TR.Header TD DIV.Maximize:hover
{
    background-image: url(Images/WidgetMaximizeSelected.gif);
}
.PlanningBoard TR.Header TD DIV.PlanningEqualizer
{
    float: right;
    border: 1px solid gray;
}
.PlanningBoard TR.Items
{
}
.PlanningBoard TR.Items TD
{
	border: 1px gray solid;
	padding: 0px;
}
.PlanningBoard TR.Items TD DIV.Container
{
    width: 100%;
    height: 200px;
    background-color: White;
    overflow: auto;
    padding: 5px;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item
{
    min-width: 250px;
    height: 150px;
    border: 1px solid gray;
    float: left;
    margin: 5px;
    background-color: White;
    border-collapse: collapse;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Inactive
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); /*IE Only*/
	opacity: 0.5; /*others*/
	-moz-opacity: 0.5; /*FireFox only*/
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemHeader
{
    height: 12px;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemHeader TH.Top
{
    background-color: #e0e0e0;
    text-align: left;
    padding-left: 5px;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemHeader TH.ItemSide
{
    width: 5px;
    border: 1px solid gray;
    padding: 0px;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemHeader INPUT
{
    float: right;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemHeader IMG
{
    margin-right:5px;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemHeader A
{
    color: Black;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemHeader A:hover
{
	color: #f46515;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemFooter
{
    height: 10px;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemFooter TD
{
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: none;
    padding-bottom: 1px;
    padding-right: 1px;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemFooter TD DIV.PlanningEqualizer
{
    float: right;
    border: 1px solid gray;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemBody TD
{
    padding: 5px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: none;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemBody TD TABLE.Attributes
{
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-top: 5px;
    color: #0082b5;
}
.PlanningBoard TR.Items TD DIV.Container TABLE.Item TR.ItemBody TD TABLE.Attributes TD
{
    border: none;
    padding-top: 2px;
    padding-bottom: 0px;
    white-space: nowrap;
}

/* Generic status/priority colors */

.PriorityCritical
{
	background-color: #f47457;
}
.PriorityHigh
{
	background-color: #f29e56;
}
.PriorityMedium
{
	background-color: #f5d857;
}
.PriorityLow
{
	background-color: #f4f356;
}
.ExecutionStatusFailed
{
	background-color: #f47457;
}
.ExecutionStatusPassed
{
	background-color: #7eff7a;
}
.ExecutionStatusNotRun
{
	background-color: #e0e0e0;
}
.ExecutionStatusNotApplicable
{
	background-color: #d0d0d0;
}
.ExecutionStatusCaution
{
	background-color: #f29e56;
}
.ExecutionStatusBlocked
{
	background-color: #f4f356;
}

.SelectorContainer
{
    margin: 5px;
	border: 1px solid gray;
	border-collapse: collapse;
}
.SelectorContainer TH
{
   	background-color: #f6c46e;
	border: 1px solid gray;
	font-weight: bold;
	padding-left: 10px;
}
.SelectorContainer TD
{
    background-color: White;
	border: 1px solid gray;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.SelectorContainer TD DIV.Body
{
    overflow: auto;
}
.SelectorContainer TD DIV.Body UL.ATV_tree
{
    margin-top: 1px;
}

.SearchResults
{
    background-color: White;
    padding: 10px;
    overflow: auto;
    border: 1px solid gray;
}
.SearchResults SPAN.Project
{
    color: Gray;
    font-size: 8pt;
}
.SearchResults P.Date
{
    color: Gray;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 8pt;
}

