#MainMenuDiv {
	background-color: White;
}
.Header {
	color: #000;
	background-color: #CFE1F0;
	background-image: url('logo.png');
	background-position: 10px 10px;
}
.lblCompanyName {
	color: Blue;
}
.lblUserName {
	color: Green;
}
.page-banner {
	color: Black;
}
dd a, dd a:visited {
	color: #000;
}
dd a:hover span.mid, dd a:hover span.side b {
	background: Black;
	color: White;
}
dd span.mid {
	background: #CFE1F0;
}
dd span.side b {
	background: #CFE1F0;
}
table.clickedlink th {
	color: Gray;
	background-color: #E9E9E9;
	color: Black;
}
table.clickedlink th a {
	color: Gray;
}
table.DisplayList {
	color: Black;
}
table.DisplayList th {
	background-color: #CFE1F0;
}
table.DisplayList tr.A {
	background-color: White;
}
table.getinformation {
	background: White;
	color: Black;
}
table.getinformation td {
	background-color: White;
}
table.getinformation th {
	background: #CFE1F0;
	color: Black;
}
table.getinformation tr.b1 {
	background-color: #F5F5F5;
}
table.notification th {
	color: #000000;
	background-color: #CFE1F0;
}
table.notification th a {
	color: Black;
}

/*********** INTERNAL SPECIFIC ****************/
div.IntWrap .lblUserName {
	color: Green;
}
div.IntWrap .lblCompanyName {
	color: Blue;
}
div.IntWrap table.intInfo {
	background: #CFE1F0;
	color: Black;
}
div.IntWrap table.intInfo tr.A {
	background: white;
}
div.IntWrap table.intInfo th {
	background: #F5F5F5;
	color: Black;
}
div.IntWrap table.intInfo tr.H {
	background: #F5F5F5;
	color: Black;
}
div.IntWrap div.searchTable {
	background-color: #CFE1F0;
}

      
      
      
/*********** CALENDAR SPECIFIC ****************/
span.calStyle table {
	background: #CFE1F0;
}

/*Date descriptor - displayed underneath calendar */
span.calStyle table th {
	background:#CFE1F0;
	color: Black;
}

/* 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: #CFE1F0;
	color: Black;
	border-color:Black;
}

span.calStyle table td.offDay {
	background-color:White;
	border-color:  Black;
}

span.calStyle table td.offDay:hover {
	background-color: #CFE1F0;
	color: Black;
		border-color:Black;
}

/*Day headings*/
span.calStyle table td.dayHeadings {
	background-color: #CFE1F0;
	color: Black;
}

/*The month header*/
span.calStyle table td.monthName {
	background-color: #CFE1F0;
   color:Black;
}

/*The navigation cells */

span.calStyle table td.navigator {
	background-color: #CFE1F0;
   color:Black;
}

span.calStyle table td.navigator:hover {
	background-color: Black;
   color:#CFE1F0;
}


/*The date talker */

span.dateTalker {
	color: Gray;
}



    

.BannerColor{
   background-color:  White;
   color:  White;
}

.MainSiteColor{
   background-color:  #CFE1F0;
}
                           