﻿/*************************************************************************
'
'  Header Links - Defines visibility of certain links in Header
'
'*************************************************************************/
div#pageContainer div#header div ul li.Careers {
	display:inline;
}
div#pageContainer div#header div ul li.eNewsletter {
	display:inline;
}
div#pageContainer div#header div ul li.French {
	display:none;
}
div#pageContainer div#header div ul li.ContactUs{
	display:inline;
}

/*************************************************************************
'
'  Footer Links - Defines visibility of certain links in Footer
'
'*************************************************************************/
div#footerLinks ul li.Leasing{
	display:inline;
}
div#footerLinks ul li.Privacy{
	display:inline;
}
div#footerLinks ul li.Disclaimer{
	display:inline;
}
div#footerLinks ul li.MallLocator{
	display:inline;
}


/*************************************************************************
'
'  Header and Footer First Item
'
'  If the first header item is to be removed then the first item that is
'  now visible will also need to have its border turned off so that it
'  doesn't have the left border separator. Just add border:none; to the first
'  visible header or footer.
'
'*************************************************************************/
/*
div#pageContainer div#header div ul li.firstItem {
	border: none;
}
div#footerLinks ul li.firstItem {
	border: none;
}
*/

/*************************************************************************

'
'  Event Calendar Branding
'
'  This site uses a control called datepicker which displays a calendar
'  that the user can click on that is likned to a list highlighting dates
'  in the caledar that correspond to the dates in the list.
'
'*************************************************************************/
div.datepickerContainer {
	background: #b0b0c0 !important;	
}

.datepickerBorderT {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_t.png) !important;
}
.datepickerBorderB {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_b.png) !important;
}
.datepickerBorderL {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_l.png) !important;
}
.datepickerBorderR {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_r.png) !important;
}
.datepickerBorderTL {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_tl.png) !important;
}
.datepickerBorderTR {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_tr.png) !important;
}
.datepickerBorderBL {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_bl.png) !important;
}
.datepickerBorderBR {
	background: url(/_layouts/DatePickerWebPart/images/Promenade_datepicker_br.png) !important;
}
.datepickerViewDays td {
	border:2px #b0b0c0 solid;
}
div.datepicker a ,
div.datepicker a:link ,
div.datepicker a:visited {
	color: #fff !important;
	text-decoration: none !important;
	cursor: default !important;
	outline: none !important;
}
div.datepicker th {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

/*Shades the date cell*/
.datepickerDays td {
	background-color:#a8a8c0;
}
/*Removes shade from not in month cells*/
.datepickerDays td.datepickerNotInMonth {
	background-color:transparent;
}


tbody.datepickerDays td.datepickerSelected {
	background:#0A0B3B !important;
}
/*.datepickerViewDays th*/
.datepickerGoPrev, .datepickerMonth, .datepickerGoNext {
	border-bottom:2px solid #0A0B3B !important;
}
div.datepicker a:hover {
	background:#feffff !important;
}
div.datepicker a:hover span {
	color:#666 !important;
}
div.datepicker span {
	color:#fff !important;
}
