/* 
    Document   : calendar
    Created on : 07.01.2010, 13:25:07
    Author     : schroden
    Description:
        Purpose of the stylesheet follows.
*/


.PAF_CalendarWidgetEmbedded table {
	width: 325px;
	margin: 0px;
	padding: 0px;

}

.PAF_CalendarWidget_Header td{
	background: #e0e9f2;
}
.notSelectableDate{
	background:none;

}
.PAF_CalendarWidget_SelectableDate {
	background: #e0e9f2;
}

.PAF_CalendarWidget_DaysTable th{
	background:#f3d503;
	border: 1px solid white;
}
.PAF_CalendarWidget_DaysTable td{
	border: 1px dotted #f3d503;
	
}
.PAF_CalendarWidget_DaysTable td.selected {
		background: url("/PAF/design/mars_online/pics/bg/headline-bg.jpg") repeat scroll 0 0 transparent !important;
		font-weight: bold;
		border: 1px dotted white;
}
.PAF_CalendarWidget_DaysTable .PAF_CalendarWidget_DaysTable_DayHovered{
	color:#efefef;
	cursor:pointer;
	background: url("/PAF/design/mars_online/pics/bg/headline-bg.jpg") repeat scroll 0 0 transparent !important;
	opacity: 0.70 !important; 
}
.PAF_CalendarWidget_MonthSelector_Item {
	text-align:left;
}

.PAF_CalendarWidget_TextTD, .PAF_CalendarWidget_MonthSelectorButton, .PAF_CalendarWidget_YearSelectorButton {
	width: 140px;
}
.PAF_CalendarWidget_MonthSelectorButton, .PAF_CalendarWidget_YearSelectorButton {
	background: white;
}

#ShopDeliverySettings_DeliverySettingsForm .button{
	margin-top: 15px;
}

.PAF_CalendarWidget .PAF_CalendarWidget_MonthSelectorButton, .PAF_CalendarWidget .PAF_CalendarWidget_YearSelectorButton{
	width:85px;
	border:1px solid #AAAAAA;
	white-space:nowrap;
}