.date_editor .date {
	width: 80px;
	text-align: right;
}

.date_editor span.time {
	text-align: right;
}

.date_editor input.time {
	width: 50px;
}

.date_editor .smallint {
	width: 30px;
}

.date_editor .meridian {
	width: 35px;
	font-size: 9px;
	text-align: center;
}

.date_editor .remove_button {
	
}

.date_editor .hidden {
	display: none;
}

.date_editor .label {
	text-align: right;
	width: 36px;
}


.date_editor #start_date, .date_editor #end_date {
	text-align: left;
}

.date_editor .repeat_block {
	display: none;
	width: 288px;
	padding: 4px 4px 4px 4px;
	background-color: #CCCCCC;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

.date_editor a:link.square_button, .date_editor a:visited.square_button, .date_editor a:hover.square_button {
	display: block;
	float: left;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.date_editor .weekly, .date_editor .monthly, .date_editor .yearly {
	display: none;
}

.date_editor .weekly a:link.square_button, .date_editor .weekly a:visited.square_button, .date_editor .weekly a:hover.square_button {
	width: 15px;
}

.date_editor .yearly a:link.square_button, .date_editor .monthly a:visited.square_button, .date_editor .monthly a:hover.square_button {
	width: 40px;
}

.date_editor a:hover.square_button {
	background-color: #999999;
}

.date_editor .repeat_block, .date_editor .monthly {
	clear: both;
}

#date_calendar {
	position: absolute;
	display: none;
	background-color: #999999;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	width: 156px;
	font-size: 10px;
	font-weight: bold;
}

#date_calendar th, #date_calendar td {
	text-align: center;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

#date_calendar a:link, #date_calendar a:visited, #date_calendar a:hover {
	text-decoration: none;
	color: #000099;
}

#date_calendar a:hover {
	background-color: #999999;
}

