.wpd {
    position: absolute;
    width: 170px;
    padding: 3px;
    height: 129px;
    background: #fff;
    -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;
}

.wpd .header {
	position: relative;
	margin: -5px -5px 3px -5px;
}


.wpd .header .next,
.wpd .header .previous,
.wpd .header .title{
    display: block;
    white-space: nowrap;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#99e649), to(#80bf3d));
    background-image: -webkit-linear-gradient(top, #99e649, #80bf3d);
    background-image: -moz-linear-gradient(top, #99e649, #80bf3d);
    background-image: -ms-linear-gradient(top, #99e649, #80bf3d);
    background-image: -o-linear-gradient(top, #99e649, #80bf3d);
    background-image: linear-gradient(top, #99e649, #80bf3d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99e649', EndColorStr='#80bf3d');*/
	background-color: #4E799B;
	color: #FFF;
    text-decoration: none;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
    height: 15px;
    -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: 3px 0 3px;
}

.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;
	color: #000;
    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: 13px;
}
.wpd .header .next,
.wpd .header .previous,
.wpd .header .closeButton {
	position: absolute;
	width: 24px;
	text-align: center;
	padding-top:0px;
    padding-bottom:6px;
	top: 0px;
	cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.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: -2px;
	left: -2px;
	width: 180px;
	height: 113px;
	overflow: hidden;	
	border:1px;
	border-spacing:0px;
}

.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: 45px;
	font-size: 30px;
	position: absolute;
	top: 10px;
	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: 88px;
    top: 20px;
}

.wpd .time .minutes {
	left: 90px;
}

.wpd .time .ampm {
    left: 150px;
}

.wpd .time .ok {
	position: absolute;
	top: 65px;
	width: 125px;
	left: 30px;
	font-size: 20px;
}

.days{
	/*padding:2px 2px 6px 2px;*/
	border:0px dotted green;
	margin:0px;
	padding:0px;
	position: absolute;
	border-collapse:collapse;
	border-spacing:0px;
}

.wpd .days .day {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 1px 0px 0px 0px;
	width: 25px;
	overflow: hidden;
	height: 15px;
	line-height:16px;
	margin: 0px;
    font-weight: normal;
	border:0px solid red;
	font-size:11px;
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #ecf4ff;
}

.wpd .days .day0 {
	margin-right: 0;
}

.wpd .days .week5 .day {
	margin-bottom: 0;
}

.wpd .days .daytitle {
	font-weight: bold;
	cursor: default;
	background-color: #B4CEFF;
	font-size: 11px;
	/*border-collapse:collapse;
	border-spacing:0;*/
	/*padding:0px;
	width:40px;
	margin: 0 2px 2px 0;*/
}

.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: 55px;
	height: 23px;
	padding-top: 2px;
	margin: 2px 3px 1px 1px;
    font-size: 14px;
	border:0px solid red;
}

.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: 10px;
	width: 55px;
	overflow: hidden;
	height: 23px;
	margin: 1 3px 2px 0;
    font-size: 14px;
	border:0px solid red;
}

.wpd .years .year3,
.wpd .years .year7,
.wpd .years .year11,
.wpd .years .year15,
.wpd .years .year19 {
	/*margin-right: 0;
	width: 47px;*/
}

.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;
}

.titles{
	/*padding:2px 2px 6px 2px;*/
	text-align:center;
}