/* Generated Style Sheet */
/*

*** ImageName ***
east orange.png

*** LogoBackgroundColor ***
#020054

*** TextColor ***
#FFFFFF

*** TabColor ***
#020054

*** TabTextColor_Unchosen ***
#FFFFFF    

*** TabTextColor_Chosen ***
#000000

*** ContentBackgroundColor ***
#CCCCDD  


*** DisplayListHeaderBackgroundColor ***
#020054
(usually the same as LogoBackgroundColor)

*** DisplayListHeaderTextColor ***
#FFFFFF
(usually the same as TextColor)

*/

div.BannerBox a {
  /*** Change this if you want "Log Out" to be a different color ***/

  /*** TextColor ***/
  color: #FFFFFF;
}


#LogOutLink {
  /*** TextColor ***/
  color: #FFFFFF;
}

#MainMenuDiv {
	background-color: White;
}

div.Header {
  color: #000;

  /*** LogoBackgroundColor ***/
  background-color: #020054;

  /*** ImageName ***/
  background-image: url('east orange.png');
  background-position: left center;
  background-repeat: no-repeat;
}

.lblAttention {
	color: #FFFFFF !important;
}

.lblCompanyName {
  /*** TextColor ***/
  color: #FFFFFF;
}

.lblUserName {
  color: Green;
}

.page-banner {
  color: White;
}

.searchInfo {
  background-color: #FFFFCC;
}

a.Master {
  /*** TextColor ***/
  color: #FFFFFF;
}

dd span b {
  /*** TabColor ***/
  background-color: #020054;

  /*** TabTextColor_Unchosen ***/
  color: #FFFFFF;
}

dd span.mid {
  /*** TabColor ***/
  background-color: #020054;

  /*** TabTextColor_Unchosen ***/
  color: #FFFFFF;
}

dd span.mid.chosentab {
  background-color: #000000;

  /*** TabTextColor_Chosen ***/
  color: #000000;
}

table.clickedlink th {
  color: Gray;
  background-color: #E9E9E9;
  color: Black;
}

table.clickedlink th a {
  color: Gray;
}

table.DisplayList {
  color: Black;
}

table.DisplayList th {
  /*** DisplayListHeaderBackgroundColor ***/
  background-color: #020054;

  /*** DisplayListHeaderTextColor ***/
  color: #FFFFFF;
}

table.DisplayList tr.A {
  background-color: White;
}

table.getinformation {
  background: White;
  color: Black;
}

table.getinformation tbody th {
  /*** Change this if you want the sub-box text under Notification Options to be a different color ***/
  /*** TabTextColor_Unchosen ***/
  color: #FFFFFF;
}

table.getinformation td {
  background-color: White;
}

table.getinformation th {
  /*** TabColor ***/
  background: #020054;

  /*** TabTextColor_Unchosen ***/
  color: #FFFFFF;
}

table.getinformation tr.b1 {
  background-color: #F5F5F5;
}

table.notification th {
  color: #000000;

  /*** TabColor ***/
  background-color: #020054;
}

table.notification th a {
  /*** TabTextColor_Unchosen ***/
  color: #FFFFFF;
}

/*********** INTERNAL SPECIFIC ****************/
div.IntWrap .lblUserName {
  color: Green;
}

div.IntWrap .lblCompanyName {
  color: #FFFFFF;
}

div.IntWrap table.intInfo {
  /*** ContentBackgroundColor ***/
  background: #CCCCDD;

  color: Black;
}

div.IntWrap table.intInfo tr.A {
  background: white;
}

div.IntWrap table.intInfo th {
  background: #F5F5F5;
  color: #02255B;
}

div.IntWrap table.intInfo tr.H {
  background: #F5F5F5;
  color: Black;
}

div.IntWrap #ctl00_lnkMakeDefault {
  /*** TextColor ***/
  color: #FFFFFF;
}

div.IntWrap #ctl00_HyperLink1 {
  /*** TextColor ***/
  color: #FFFFFF;
}

div.IntWrap #userinfo {
  /*** TextColor ***/
  color: #FFFFFF;
}

div.IntWrap #ctl00_lblUserName {
  /*** TextColor ***/
  color: #FFFFFF;
}

div.IntWrap div.searchTable {
  /*** ContentBackgroundColor ***/
  background: #CCCCDD;
}


/*********** CALENDAR SPECIFIC ****************/
span.calStyle table {
  background: #02255B;
}

/*Date descriptor - displayed underneath calendar */
span.calStyle table th {
  background:#02255B;
  color: #FFFFFF;
}

/* Day cell Styles */
span.calStyle table td.blockedDay{
  background-color:White;
  color:Gray;
  border-color:White;
}

span.calStyle table td.onDay {
  background-color: #F0F0F0   ;
  border-color:  Black;
}

span.calStyle table td.onDay:hover {
  background-color: #02255B;
  color: #FFFFFF;
  border-color:Black;
}

span.calStyle table td.offDay {
  background-color:White;
  border-color:  Black;
}

span.calStyle table td.offDay:hover {
  background-color: #02255B;
  color: #FFFFFF;
  border-color:Black;
}

/*Day headings*/
span.calStyle table td.dayHeadings {
  background-color: #02255B;
  color: #FFFFFF;
}

/*The month header*/
span.calStyle table td.monthName {
  background-color: #02255B;
  color:#FFFFFF;
}

/*The navigation cells */

span.calStyle table td.navigator {
  background-color: #02255B;
  color:#FFFFFF;
}

span.calStyle table td.navigator:hover {
  background-color: #FFFFFF;
  color:#02255B;
}


/*The date talker */

span.dateTalker {
  color: Gray;
}

.BannerColor{
  /*** LogoBackgroundColor ***/
  background-color: #020054;

  /*** TextColor ***/
  color: #FFFFFF;
}

.MainSiteColor{
  /*** ContentBackgroundColor ***/
  background-color: #CCCCDD;
}

/**** Align data in 2nd column ****/
table.DisplayList td.C1 {
    text-align: right;
}


/**** Align data in 3rd column ****/
table.DisplayList td.C2 {
    text-align: right;
}


/**** Align data in 4th column ****/
table.DisplayList td.C3 {
    text-align: right;
}

dd[loc$="/InfoFormChooser.aspx"]{display:none;}
