/************** CalendarPopup Styles ***************/
.MutedNoLineLink {
  color:#FFFFFF;
  font-size:0.917em;
  line-height:1.3;
  margin-top:0.8em;
  font-size:small;
  text-decoration:none;}
.NoLineLink {
  color:#000000;
  font-size:0.917em;
  line-height:1.3;
  margin-top:0.8em;
  font-size:small;
  text-decoration:none;}

/************** FundExplorer Styles ***************/
.InfoTabActive {
  background-color:#F19B3F;
  cursor: default;
}

/************** TDSPTabCtrl Styles *****************/
.DSPTabInactive a {
  background-color: #003768;
  }

.DSPTabActive a {
  background-color: #F19B3F;
  }

table.DSPTab {
  display: inline;
  padding: 0;
  border: 0;
  }

thead.DSPTab td, tfoot.DSPTab td {
  border-right: 1px solid #bbb;
  padding: 0;
  }

thead.DSPTab td:last-child, tfoot.DSPTab td:last-child {
  border-right: none;
  }

thead.DSPTab td a:hover:not(.DSPTabActive),
tfoot.DSPTab td a:hover:not(.DSPTabActive) {
  background-color: #111;
  }

thead.DSPTab a, tfoot.DSPTab a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  display: inline-block;
  }

/************** Grid Styles ***************/

.WideGrid {
  max-width: 1170px;
  width: 100%;
  margin: 0px 15px 0px 15px;
}

.AltRow {
  background-color: #a3b5c2;
}

.SubAltRow {
  background-color: #FFFFFF;
}

.SubRow {
  background-color: #c1d4d6;
  border-top: none;
  border-right: none;
  margin-bottom: 15px;
}

.SubFormPanel {
  padding-top: 0px;
  padding-right: 0px;

}

.HeaderRow {
  background-color: #CFCFCF
}

.SummaryRow {
  background-color: #D9E0CA
}

.DSPTabs { background-color:white; width:100% }

.DSPTabUnSel, .DSPTabSel {
  float:left; background:url("img/tableft.gif") no-repeat left top;
  margin:0; padding:0 0 0 4px; text-decoration:none
  }

.DSPTabUnSelInner, .DSPTabSelInner {
  float:left; background:url("img/tabright.gif") no-repeat right top;
  padding:1px 3px 0px 0px; color:#006699
  }

.DSPTabUnSel:hover, .DSPTabSel:hover {
  background-position:0% -120px; cursor:pointer
  }

.DSPTabUnSel:hover span, .DSPTabSel:hover span {
  background-position:100% -120px; color:#004477; cursor:pointer
  }

.DSPTabSel { background-position:0% -60px }

.DSPTabSelInner {
  background-position:100% -60px; color:#222222; font-weight:bold
  }

/************** Notice Panel Styles ***************/

.NoticePanelDev {
  background-color: #C6FFC6;
  color: #800000;
  border-style: outset;
  display: block;
  font-weight: bold;
  font-size: 12pt;
}
.NoticePanelProd {
  background-color: #FFDBC6;
  color: #800000;
  border-style: outset;
  display: block;
  font-weight: bold;
}
.NoticeVerticalLine {
  border-right: solid #666666;
  border-width: 1px;
  padding: 2px 20px 2px 20px;
}
.NoticeDescr {
  padding: 2px 20px 2px 20px;
  color: black;
  font-size: small;
}

/************** Basic Layout Styles ***************/

.PageTitle {
  color:#003768;
  font-size:20pt;
  font-weight:bold; 
  padding:10px 0px 10px 0px;
}
.LegendHeader {
  color:#003768; 
  font-size:15pt;
  font-weight:bold;
}
.HeaderPanel {
  color:#003768; 
  font-size:16pt;
  font-weight:bold;
  max-width: 450px;
  display: block;
}
.HeaderPanelBody {
  margin: 0px 15px 0px 15px;
  display: block;
}
.SubHeaderPanel {
  color:#666666;
  font-size:13pt;
  font-weight:bold;
  max-width: 450px;
  display: block;  
}
.SubHeaderPanelBody {
  margin: 0px 15px 0px 15px;
  display: block;
}  
.Footer {
  padding: 40px 0px 15px 0px;
}
.FooterText {
  font-size: 9pt;
  text-align: center;
  margin: 0px;
}

/************** Form Styles ***************/

.EditForm {
  padding: 15px;
  display: inline-block;
}
.EditFormMessageRow {
  max-width: 300px;
}
.EditFormTable 
{
  border-collapse: separate;
  border-spacing: 5px;
}
.EditFormLabelCell {
  text-align: right;
  width: 100px;
}
.EditFormButtonRow {
  text-align: center;
}
.GenericForm {
  margin: 15px;
  display: block;
}

/************** Other Styles ***************/

.WideMemo {
  width: 98%;
  height: 150px;
}
.BlockText {
  white-space: pre-wrap;
}
.ImportantText {
  font-size: large;
  font-family: sans-serif;
}
.VerticalSpace {
  margin-top: 15px;
}
.SpacedContent {
  margin: 5px 15px 5px 15px;
}
.CenteredImage {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.WideContent {
  width: 100%;
}
.Hide {
  display: none;
}
.CenteredButton {
  display: block;
  margin:auto;
}

@media print {
  .NoPrint {
    display: none;
  }
  .NoPrintLink {
    text-decoration: none;
    color: black;
  }
}

@media screen {
  .NoScreen {
    display: none;
  }
}

/************** CalendarPopup Styles ***************/

.MutedNoLineLink {
  color:#FFFFFF;
  font-size:0.917em;
  line-height:1.3;
  margin-top:0.8em;
  font-size:small;
  text-decoration:none;
}
.NoLineLink {
  color:#000000;
  font-size:0.917em;
  line-height:1.3;
  margin-top:0.8em;
  font-size:small;
  text-decoration:none;
}

/************** Xander's Chronos Calendar *************/


.WeekRow {
  text-align: justify;
}
/* The last item will not be justified so this adds an extra item */
.WeekRow::after {
  width: 100%;
  content: "";
}

.MonthBannerRow {
  padding-bottom: 4px;
  position: relative;
}

.MonthBannerCell {
  background-color: #7a96ad;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.PrevMonthCell {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
  width: 100px;
}
.PrevMonthCell:hover {
  background-color: #dbe2e9;
  cursor: pointer;
}

.NextMonthCell {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 100px;
}
.NextMonthCell:hover {
  background-color: #dbe2e9;
  cursor: pointer;
}

.MonthControlArrow {
  position: relative;
  top: 13px;
  left: 41px;
}

.MonthBannerCellContent {
  text-align: center;
  width: 100%;
  font-size: 200%;
  letter-spacing: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.DayOfWeekCell {
  background-color: #7a96ad;
  width: 19.5%;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;

  /* IE fix. */
	*display: inline;
	zoom: 1;
}

.DayOfWeekCellContent {
  text-align: center;
  width: 100%;
  font-size: large;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.DayCell {
  background-color: #c3cfda;
  width: 19.5%;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  
  /* IE fix. */
	*display: inline;
	zoom: 1;
}
.DayCell:hover {
  background-color: #dbe2e9;
  cursor: pointer
}

.DayCellHidden {
  background-color: #ffffff;
  color: #ffffff;
  width: 19.5%;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  
  /* IE fix. */
	*display: inline;
	zoom: 1;
}

.DayCellContent {
  width: 92%;
  height: 124px;
  margin: 3px 4% 3px 4%;
  position: relative;
  background-color: inherit;
}

.DayHeader {
  text-align: right;
  font-size: large;
  font-weight: bold;
}

.DayBody {
  overflow: hidden;
  font-size: small;
  text-align: left;
}

.DayFooter {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: inherit;
  text-align: center;
  font-weight: bold;
  font-size: large;
}


/************** Application Styles ***************/

body {
  margin:0;
}
.Website {
  max-width: 1200px;
  min-width: 975px;
  margin: 0 auto !important;
  float: none !important;
}
.Website.Popup {
  max-width: default;
  min-width: default;
  margin: default;
  float: default;
}
.NavigationMenu {
  width: 1200px;
}
.BannerImage {
  overflow: hidden;
  background:url('img/Banner.png');
  width:100%;
  height:76px;
}
.FillSpace {
  width: 100%;
  height: 100%;
}

fieldset { border:1px solid;}


.Links { font-size:small; }
.ErrorMessage { color:red; font-size:medium; }
.SuccessMessage { color:green; font-size:medium; }
.FailedValidation { color:red; }
.FieldLabel { font-weight:bold; }
.ToolTip {font-size:8pt; margin:0px;}
.AdditionalInfo { font-size:8pt; }
div.line { height:6px; }
