.wpd {
    position: absolute;
    width: 208px;
    padding: 5px;
    height: 192px;
    background: #F5F5F5;
    border: 1px solid #4175B2;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    z-index: 100;
}

.wpd .header {
    position: relative;
    margin: -5px -5px 3px -5px;
}


.wpd .header .next,
.wpd .header .previous,
.wpd .header .title {
    display: block;
    white-space: nowrap;
    background-color: #4E799B;
    /* background-image: -o-linear-gradient(0deg, rgb(65, 117, 178) 0%, rgb(88, 159, 242) 100%); */
    /* background-image: -moz-linear-gradient(0deg, rgb(65, 117, 178) 0%, rgb(88, 159, 242) 100%); */
    /* background-image: -webkit-linear-gradient(0deg, rgb(65, 117, 178) 0%, rgb(88, 159, 242) 100%); */
    /* background-image: -ms-linear-gradient(0deg, rgb(65, 117, 178) 0%, rgb(88, 159, 242) 100%); */
    /* background-image: linear-gradient(0deg, rgb(65, 117, 178) 0%, rgb(88, 159, 242) 100%); */
	color: #FFF;																																	
						   
			 
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    height: 22px;
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(0, 0, 0, .3);
}

.wpd .header .title {
    text-align: center;
    margin: 0px 33px;
    padding: 0px 0 2px;

					 
					
				  
					   
}

.wpd .header .next {
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 1px 5px 1px 4px;
}

.wpd .header .previous {
    -moz-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 1px 3px 1px 6px;
}


.wpd .header .disabled,
.wpd .header .title.disabled:hover,
.wpd .header .previous.disabled:hover,
.wpd .header .next.disabled:hover {
    color: #233610;
    background: #DDD;
    cursor: default;
    text-shadow: none;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(0, 0, 0, .3);
}

.wpd .header .next:hover,
.wpd .header .previous:hover,
.wpd .header .title:hover {
    background-color: #ddd;
			 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}


.wpd .header .next:active,
.wpd .header .previous:active,
.wpd .header .title:active {
 
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
}

.wpd .header .title:focus {
 
    outline: 0;
    background: #fafafa;
}

.wpd .header .titleText {
    font-weight: bold;
    font-size: 14px;
}

.wpd .header .next,
.wpd .header .previous,
.wpd .header .closeButton {
    position: absolute;
    width: 33px;
    text-align: center;
	padding-top:0px;			 
    padding-bottom: 6px;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
	line-height:16px;
}

.wpd .header .previous {
    left: 0px;
}

.wpd .header .next {
    right: 0px;
}

.wpd .header .closeButton {
    display: none;
    right: 5px;
}

.wpd .header .upArrow {
    font-size: 85%;
    vertical-align: 2px;
    padding-left: 5px;

}

.wpd .body {
    position: relative;
    top: -4px;
    left: -3px;
    width: 208px;
    height: 173px;
    overflow: hidden;
			
					
}

.wpd .time {
    width: 100%;
    height: 100%;
}

.wpd .time .hour,
.wpd .time .separator,
.wpd .time .minutes,
.wpd .time .ampm {
    border: 1px solid #ccc;
    background: #fff;
    width: 55px;
	min-height: 50px;
    font-size: 32px;
    position: absolute;
    top: 30px;
    text-align: center;
    padding: 2px;
}

.wpd .time .hour,
.wpd .time .minutes,
.wpd .time .ampm {
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.wpd .time .hour {
    left: 10px;
}

.wpd .time .separator {
    background: transparent;
    border: 0;
    width: 10px;
    left: 90px;
    top: 30px;
}

.wpd .time .minutes {
    left: 90px;
}

.wpd .time .ampm {
    left: 150px;
}

.wpd .time .ok {
    position: absolute;
    top: 105px;
    width: 136px;
    left: 30px;
    font-size: 20px;
}

	  
							 
						 
			
			 
					
						  
					
 

.wpd .days .day {
    float: left;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
    width: 29px;
    overflow: hidden;
    height: 24px;
				  
    /* margin: 0 3px 3px 0; */
	margin: 0px;
    font-weight: normal;
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #ecf4ff;		  
	padding: 2px 3px 2px 3px;	
	border: 0px red dotted;		  
				   
						   
}

.wpd .days .day0 {
    margin-right: 0;
}

.wpd .days .week5 .day {
    margin-bottom: 0;
}

.wpd .days .title {
    font-weight: 200;
    cursor: default;
						   
				 
							
					
			   
			
					   
}

.wpd .days .daytitle {
	font-weight: bold;
	cursor: default;
	background-color: #B4CEFF;
	font-size: 14px;
}

.wpd .days .otherMonth {
    font-weight: normal;
	background-color: #FFF;
	font-style:italic;				
				   
}

.wpd .months .month {
    float: left;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    width: 61px;
    height: 34px;
    padding-top: 5px;
    margin: 5px 3px 3px 3px;
    font-size: 16px;
					  
}

.wpd .months .month3,
.wpd .months .month6,
.wpd .months .month9,
.wpd .months .month12 {
    margin-right: 0;
    width: 64px;
}

.wpd .months .month10,
.wpd .months .month11,
.wpd .months .month12 {
    margin-bottom: 0;
}

.wpd .years .year {
    float: left;
    cursor: pointer;
    text-align: center;
    padding-top: 11px;
    width: 63px;
    overflow: hidden;
    height: 47px;
    margin: 5px 3px 3px 3px;
    font-size: 16px;
					  
}

.wpd .years .year3,
.wpd .years .year7,
.wpd .years .year11,
.wpd .years .year15,
.wpd .years .year19 {
    margin-right: 0;
    width: 63px;
}

.wpd .years .year16,
.wpd .years .year17,
.wpd .years .year18,
.wpd .years .year19 {
    margin-bottom: 0;
    height: 26px;
}

.wpd .selected {
    background: #000 !important;
    color: #fff !important;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.wpd .unavailable {
    background: #edd !important;
    color: #b88 !important;
    cursor: default !important;
}

.wpd .days .week .day:hover,
.wpd .months .month:hover,
.wpd .years .year:hover {
    background: #EBE4C0 !important;
    color: #000 !important;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

		
							 
				   
 