.dhtmlxcalendar{
	/*background: url(../images/cal_bg_single.png) no-repeat;*/
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:178px;
	padding:16px;
	width:146px;
	background-color:#FFFFFF;	
}

.dhtmlxcalendar_minimized{
	background: url(../images/cal_bg_single_mini.png) no-repeat;
	height:25px;
	padding:0;
	width:178px;
}

.dhtmlxcalendar_ifr {
	height:172px;
	width:172px;
}

.dhtmlxcalendar_minimized .dhtmlxcalendarHeader{
  	margin-left:16px;
  	padding-top:4px;
}
.dhtmlxcalendar .dhtmlxcalendarHeader {
	text-align:right;
	width:144;
}

.dhtmlxcalendar .winTitle {
	color:black;
	font-size:11px;
	float:left;
	cursor: move;	
}

.dhtmlxcalendar .btn, .btn_mini, .btn_close, .btn_today, .btn_clr {
	float:right;
	height:12px;
	width:13px;	
}

.dhtmlxcalendar .btn_mini {
  	background: url(../images/btn_mini.gif) no-repeat;
}

.dhtmlxcalendar_minimized .btn_mini {
  	background: url(../images/btn_maxi.gif) no-repeat;
}

.dhtmlxcalendar .btn_close {
  	background: url(../images/btn_close.gif) no-repeat;
}

.dhtmlxcalendar .btn_today {
  	background: url(../images/btn_today.gif) no-repeat;

}

.dhtmlxcalendar .btn_clr {
  	background: url(../images/btn_clr.gif) no-repeat;
}

.dhtmlxcalendar .entbox{
	width:145px;
	clear:both;
}

.dhtmlxcalendar td {
	font-size: 10px;
	font-family: Tahoma;
	text-align:center;
	
}

.dhtmlxcalendar .dxcalmonth {

}

.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(../images/cal_arrow_bwd.gif) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(../images/cal_arrow_fwd.gif) center center no-repeat;
}

.dhtmlxcalendar .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}

.dhtmlxcalendar .dxcaldlabel {
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
	border-top: 0px;
	padding-left:2px;

}
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	color: #7e7e7e;
	
}


.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	cursor: pointer;
	background-color:#DDD8C9;
	border:1px solid #FFFFFF;
}
.dhtmlxcalendar .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar td.comma{
	visibility:hidden;
	color:#960D0D;
	font-size:13px;
	font-weight:bold;
	padding:1px;
}
.dhtmlxcalendar div.planeMonth{
	height: auto;
	overflow: auto;
	color:#960D0D;
	font-size:19px;
	font-weight:bold;
	padding-left:10px;
}
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: auto;
	color:#960D0D;
	font-size:19px;
	font-weight:bold;
}

div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:28px;
}

/* begin: days colors */
.dhtmlxcalendar td.thismonth{
	color:black;
	padding:1px;
	background-color:#ECEE44;
	height:20px;
}

.dhtmlxcalendar td.othermonth{
	visibility:hidden;
	height:20px;
}

.dhtmlxcalendar td.weekend{
	color:#000000;
	padding:1px;
	background-color:#DDD8C9;
	height:20px;
}

.dhtmlxcalendar td.twodays{
	color:#a70000;
	padding:1px;
	background-color:#3DB0B0;
	height:20px;
}

.dhtmlxcalendar td.overnight{
	color:#a70000;
	padding:1px;
	background-color:#CBAA56;
	height:20px;
}

.dhtmlxcalendar td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
	height:20px;
}

.dhtmlxcalendar td.selected{
	border:1px solid #502217;
	color:white !important;
}


.dhtmlxcalendar td.current{
	font-weight:bold  !important;
	color:black;
	border:1px solid #FFFFFF;
	background-color:#CBAA56;
	height:20px;
}

.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	color: #ffffff;
	height:20px;
	/*padding:0px;*/
}

.dhtmlxcalendar td.holiday{ 
	font-weight:bold;
	color:#a70000;
}

/* end: silverlight */

/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
	background: url(../images/cal_bg_double.png) no-repeat;
	padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
	background-image: url(../images/blank.gif);
}
/* end: dhtmlxDblCalendarObject */

/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: absolute;
	background-color:#ffffff;
	display: block;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
	font-family: verdana;
	position: absolute;
	font-size: 9px;
	overflow: hidden;
	border-width: 0px;
	z-index:100;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
	border: 1px solid #555555;
}
/* end: dhtmlxRichSelector */


#pcalendar .boxNumbers, #pcalendar .boxNumbers_1, #pcalendar .boxNumbers_2, #pcalendar .boxNumbers_3, #pcalendar .boxNumbers_4, #pcalendar .boxNumbers_5 {
  width: 23px;
  height: 20px;
  padding-top:2px;
  margin-right:3px;

}

#pcalendar .boxNumbers {
  color: #999;
  background-color: #ddd8c9;
}

#pcalendar .boxNumbers_1 { background-color: #3DB0B0; }
#pcalendar .boxNumbers_2 { background-color: #CBAA56; }
#pcalendar .boxNumbers_3 { background-color: #ECEE44; }
#pcalendar .boxNumbers_4 { background-color: #62dd5c; }
#pcalendar .boxNumbers_5 { background-color: #ecee44; }

#pcalendar .ship_types { padding: 2px 10px; }
#pcalendar .ship_types li div { width: 14px; height: 12px; float:left;  padding-bottom:2px;}


.pinfo_delivery_desc {
  padding: 5px 0px;
  border: 5px solid #922624;
  overflow:hidden; 
  _height:1%; 
}

.pinfo_deliveryDate { font-size:18px; font-weight: bold; }
.pinfo_deliveryDateDesc { color: #980E0E; padding: 5px; font-size:14px;}

