.concertdate {
	background: #FACE00;
	color: #888888;
	border: 1px solid #dddddd;
}
.nightdj {
	background: #E48908;
	border-right: 2px solid #C77807;
	border-bottom: 2px solid #C77807;
	border-top: 2px solid #F59F23;
	border-left: 2px solid #F59F23;
	color: #eeeeee;
}
.divpresalebutton {
	background: #FF4040;
	border-right: 2px solid #C00000;
	border-bottom: 2px solid #C00000;
	border-top: 2px solid #FF8080;
	border-left: 2px solid #FF8080;
	color: #eeeeee;
}

.divSMSbutton {
	background: #CE0DD5;
	border-right: 2px solid #E44FE9;
	border-bottom: 2px solid #E44FE9;
	border-top: 2px solid #990A9E;
	border-left: 2px solid #990A9E;
	color: #eeeeee;
}

.divRightButton,.divRightButtonhover {
	border: 2px solid lime;
	text-align: center;
	padding: 3px;
	cursor: pointer;
	margin: 1px;
}

.divRightButtonhover {
	background: lime;
	border: 2px solid gray;
	color: #000000;
}

