input[disabled]{
	background-color: #eee!important;
}

.choice-label{
	font-weight: bold!important;
}
table.newsletter-calendar-table {
	border-bottom: 1px solid #ddd;
}

table.newsletter-calendar-table td, table.newsletter-calendar-table th{
	padding: 3px 6px;
}

.newsletter-calendar-current-day{
	color: #D80101;
}

.newsletter-calendar-weekend{
	background: #eee;	
}
.newsletter-calendar-has-newsletter{
	font-weight: bold;
	background: transparent url("../images/selected_day.png") center no-repeat;
}
.newsletter-calendar-has-newsletter:hover{
	cursor: pointer;
}

a.newsletter-calendar-left{
	background: transparent url("../images/01_left.png") no-repeat;
	text-decoration: none !important;
	width: 16px;
}

a.newsletter-calendar-right{
	background: transparent url("../images/01_right.png") no-repeat;
	text-decoration: none !important;
	width: 16px;
}


.newsletter-calendar-title{
	font-weight:bold;
	text-align: center;
}

.newsletter-calendar-weekdays{
	border-bottom: 1px solid #ddd;
}