body
{
  background-color: #90999B;
  color: #303030;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
}
img
{
  border: 0;
}
p
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  color: #303030;
}
th, .TableHeader
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  background-image: url('../images/bkgBlueFade.gif');
  background-color: #0085C8;
  color: White;
  font-weight: bold;
}
th a:link, th a:visited, .TableHeader a:link, .TableHeader a:visited
{
  color: White;
}
.SectionHeader
{
  background-image: url('../images/bkgMenu.gif');
  font-weight: bold;
  font-size: 11px;
  color: #f0f0f0;
  padding: 3px;
}
td
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
/*  color: #303030; */
}
a, a:visited
{
  text-decoration: none;
  color: #0085C8;
}
a:hover
{
  text-decoration: underline;
  color: Red;
}
input
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
}
select
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
}
.InputBox
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  background-color: #ffffc0;
  border-style: solid;
  border-width: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border-top-color: #909090;
  border-left-color: #909090;
  border-bottom-color: #e8e8e8;
  border-right-color: #e8e8e8;
  font-weight: normal;
}
.InputBoxDisabled
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  background-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border-top-color: #c0c0c0;
  border-left-color: #c0c0c0;
  border-bottom-color: #e0e0e0;
  border-right-color: #e0e0e0;
  font-weight: normal;
}
.DataBox
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 3px;
  font-weight: normal;
}
.DataBoxCalculated
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  background-color: #d0e0ff;
  border: solid 1px #c0c0c0;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 3px;
  font-weight: normal;
  width: 80px;
  max-width: 80px;
}
.DataBoxDisabled
{
  font-family: Verdana, Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  background-color: #e0e0e0;
  border: solid 1px #c0c0c0;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 3px;
  font-weight: normal;
}
.Disabled
{
  color: #a0a0a0;
}
.Dots
{
  background-image: url('../images/bkgDots.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.DotLabel
{
  background-color: White;
  padding-right: 2px;
}
.DotLabelDisabled
{
  background-color: #f0f0f0;
  padding-right: 2px;
}

h1,.Title
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
h2,.Subtitle
{
  font-size: 14px;
  font-weight: bold;
}
h3,.SubSubtitle
{
  font-size: 12px;
  font-weight: bold;
}
.Step
{
  font-size: 13px;
  font-weight: bold;
  color: #CAA960;
}
.Help
{
  font-weight: bold;
  color: #688FC3;
}
.SmallText
{
  font-size: 11px;
}
.AlternatingRow
{
  background-color: #f4f4f4;
}
.DataGrid
{
  border-bottom: solid 2px #0085C8;
}
.Highlight
{
  background-color: #ffffc0;
  color: Black;
}
.PagerRow
{
  background-color: #f0f0f0;
}
.ArrowLink
{
  background-image: url('../images/picArrow.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 12px;
  padding-bottom: 2px;
  font-weight: bold;
}
.LoginMenu, .LoginMenu a:link, .LoginMenu a:visited
{
  color: White;
  white-space: nowrap;
}

.PageFooter
{
  background-color: #e8e8ea;
  color: #808080;
  text-align: center;
  font-size: 10px;
  font-style: italic;
  padding-left: 8px;
  height: 26px;
}
.ControlBoxContainer
{
  font-size: 10px;
  border: solid 1px #c0c0c0;
  background-image: url('../images/bkgGradientDown.gif' );
  background-repeat: repeat-x;
  background-color: White;
  vertical-align: top;
  padding: 5px;
  margin-bottom: 12px;
  width: 200px;
}
.ControlBox
{
  font-size: 10px;
  white-space: nowrap;
}
.ControlBoxHeader
{
  color: #404040;
  font-weight: bold;
}
.Error
{
  color: #FF0000;
  font-weight: bold;
}
.Success
{
  color: #00C000;
  font-weight: bold;
}
.DataValue
{
  font-weight: bold;
  vertical-align: top;
}

.Icon16
{
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.Icon32
{
  width: 32px;
  height: 32px;
  border: none;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.Icon64
{
  width: 64px;
  height: 64px;
  border: none;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.Instructions
{
  background-image: url('../images/picHelp.gif');
  background-color: #EBF0F6;
  background-position: left top;
  background-repeat: no-repeat;
  font-style: italic;
  padding: 6px;
  padding-left: 45px;
  height: 40px;
  vertical-align: middle;
}
.Tabstrip
{
  border-left: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  height: 430px;
  overflow: auto;
  padding: 15px;
}
.SelectedTabstripItem
{
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 7px;
  border-top: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
  white-space: nowrap;
}
.UnselectedTabstripItem
{
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 4px;
  border-bottom: solid 1px #c0c0c0;
  background-color: #f8f8f8;
  background-image: url('../images/bkgUnselectedTabstripItem.gif');
  white-space: nowrap;
}
.LastTabstripItem
{
  border-left: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
}

.GuidelineGroup
{
  background-image: url('../images/bkgMenu.gif');
  background-color: #606060;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.Guideline
{
  background-color: #DEE7F0;
  border-bottom: solid 1px #879BAF;
  font-size: 12px;
  font-weight: bold;
}
.Guideline a:link, .Guideline a:visited
{
  color: #303030;
}
.Required
{
  color: red;
}
.Variance
{
  color: #EEB20D;
}
.Optional
{
  background-color: #f0f0f0;
  color: Black;
}
.SubGuidelineGrid
{
  border-bottom:solid 1px #e0e0e0;
}
.PhaseReportGrid
{
  background-color: #ffffff;
  border: solid 1px #a0a0a0;
  text-align: center;
  white-space: nowrap;
  height: 40px;
}
.GuidelinePhaseCell
{
  background-color: #b0b0b0;
  border: solid 1px #a0a0a0;
  text-align: center;
  white-space: nowrap;
}
.GuidelinePhaseCellRequired
{
  border: solid 1px red;
  text-align: center;
  white-space: nowrap;
}
.GuidelinePhaseCellHighlight
{
  background-color: #ffffc0;
  border: solid 1px #b0b0b0;
  text-align: center;
  white-space: nowrap;
}

.PhaseCellPast
{
  background-image: url('../images/bkgBlueFade.gif');
  background-color: #0085C8;
  color: White;
  border: solid 1px #b0b0b0;
  width: 30px;
  text-align: center;
  white-space: nowrap;
}
.PhaseCellPast a:link, .PhaseCellPast a:visited
{
  color: white;
}
.PhaseCellPastSelected
{
  background-image: url('../images/bkgBlueFade.gif');
  background-color: #0085C8;
  color: White;
  border: solid 3px #404040;
  width: 30px;
  text-align: center;
  white-space: nowrap;
}
.PhaseCellCurrent
{
  background-color: #ffffc0;
  border: solid 1px #b0b0b0;
  width: 30px;
  text-align: center;
  white-space: nowrap;
}
.PhaseCellCurrentSelected
{
  background-color: #ffffc0;
  border: solid 3px #404040;
  width: 30px;
  text-align: center;
  white-space: nowrap;
}
.PhaseCellFuture
{
  background-color: #ffffff;
  border: solid 1px #b0b0b0;
  width: 30px;
  text-align: center;
  white-space: nowrap;
}
.PhaseCellFutureSelected
{
  background-color: #ffffff;
  border: solid 3px #404040;
  width: 30px;
  text-align: center;
  white-space: nowrap;
}
.PhaseCellPastSelected a:link, .PhaseCellPastSelected a:visited
{
  color: white;
}
.PhaseCellCurrent a:link, .PhaseCellCurrent a:visited, .PhaseCellFuture a:link, .PhaseCellFuture a:visited, .PhaseCellCurrentSelected a:link, .PhaseCellCurrentSelected a:visited, .PhaseCellFutureSelected a:link, .PhaseCellFutureSelected a:visited
{
  color: #606060;
}