.CpFormCalendar_Popup {
    background-color:        white;
    color:                   black;
    border:                  1px solid black;
    width:                   180px;
    position:                absolute;
}

div.CpFormDate_popupBar {
    background-color:        blue;
    color:                   white;
    font-weight:             bold;
}

div.CpFormDate_popupBar table {
    border-collapse:         separate;
    width:                   100%;
}

div.CpFormDate_popupBar a {
    text-decoration:         none;
    background-color:        blue;
    color:                   white;
}

div.CpFormDate_popupBar td {
    text-align:              center;
    padding:				 0px;
}

table.CpFormDate_popupContent {
    width:                   100%;
    background-color:        #ccc;
    color:                   black;
    border-spacing:          1px;
    text-align:              center;
}

table.CpFormDate_popupContent td, table.CpFormDate_popupContent th {
    background-color:        white;
    color:                   black;
    padding:				 0px;
}

th.popupContentHeaderCell {
	padding:				0px;
}

div.CpFormDate {
	display:				inline;
}

div.CpFormDate a img {
	border:					none;
}

div.CpFormDate select.CpFormDate_day {
    width:                   45px;
}

div.CpFormDate select.CpFormDate_month {
    width:                   45px;
}

div.CpFormDate select.CpFormDate_year {
    width:                   60px;
}

div.CpFormDate select.CpFormDate_hour {
    margin-left:			 10px;
    width:                   45px;
}

div.CpFormDate select.CpFormDate_minute {
    width:                   45px;
}
td.CpFormDate_selectedDay {
    border:                  1px solid red;
}
