﻿/*************************************************************************
'
'  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;
}
*/

	
		/* Date Picker CSS  */

.datepicker {
	margin-left:8px;
}
tbody.datepickerDays td.datepickerSelected {
	background: none repeat scroll 0 0 #000000 !important;
}
div#pageContainer div#mainContentContainer div#threeColumnContainer div#rightColumn div.datepickerContainer {
	background-color: #c6c1a0 !important;
}
.datepickerViewDays td {
	background-color: #c6c1a0 !important;
}
.datepickerViewDays td {
    border: 1px solid #c6c1a0 !important;
}
tbody.datepickerDays {
	background-color: #c6c1a0;
}
tbody.datepickerDays td.datepickerSelected {
	background-color: #948f7a !important;
}
tbody.datepickerDays td.datepickerSelected a{
	color:#000 !important;
}
.datepickerViewDays thead{
	border: 1px solid #c6c1a0 !important;			
}
.datepickerBorderT {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_t.png") repeat 0 0;
}
.datepickerBorderB {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_b.png") repeat 0 0;
}
.datepickerBorderL {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_l.png") repeat 0 0;
}
.datepickerBorderR {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_r.png") repeat 0 0;
}
.datepickerBorderTL {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_tl.png") repeat 0 0;
}
.datepickerBorderTR {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_tr.png") repeat 0 0;
}
.datepickerBorderBL {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_bl.png") repeat 0 0;
}
.datepickerBorderBR {
    background: url("/_layouts/DatePickerWebPart/images/datepicker_br.png") repeat 0 0;
}

