div.datepicker {
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
/*	top: 0;
	left: 0;*/
	display: none;
	z-index : 1000;
}
.datepickerContainer {
	/*background: #121212;*/
    background: white;
	position: absolute;
/*	top: 10px;
	left: 10px;*/
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	/*background: url(../images/datepicker_t.png);*/
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	/*background: url(../images/datepicker_b.png);*/
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	/*background: url(../images/datepicker_l.png);*/
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	/*background: url(../images/datepicker_r.png);*/
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_tl.png);*/
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_tr.png);*/
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_bl.png);*/
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	/*background: url(../images/datepicker_br.png);*/
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	/*color: #eee;*/
    color : #333;
	text-decoration: none;
	cursor: default;
	outline: none;
    padding: 3px;
    margin: 0px;
	font-weight: normal;
}
div.datepicker table td {
	text-align: center;/* old right */
	padding: 0px;
	margin: 0;
    /*border: 1px solid rgba(255, 255, 255, 0);*/
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
	text-align: center;/* old right */
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #ccc;
}
tbody.datepickerDays td.datepickerSelected{
	/*background: #136A9F;*/
    background: #f4ddf1;
    border: 1px solid #ac0a5d;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	/*background: #17384d;*/
    background: none;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	/*color: #999;*/
}
div.datepicker tbody th {
	text-align: center;
    font-weight: bold;
    color : black;
    /*padding: 5px 0;*/
}
.datepickerSpace div {
	width: 10px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	/*height: 20px;*/
	line-height: 25px;
    font-weight: bold;
    color: white;
    padding: 5px 0;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}

.datepickerGoPrev a span, 
.datepickerGoNext a span
{
    color : white; 
    cursor:pointer;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 12px;
    width:12px;
    margin-left:3px;
    text-indent: -10000px;
}

.datepickerGoPrev a span { 
    background: url("../img/ticm8_sprite.png") no-repeat scroll 0 -145px rgba(0, 0, 0, 0);
}

.datepickerGoNext a span {
    background: url("../img/ticm8_sprite.png") no-repeat scroll 0 -127px rgba(0, 0, 0, 0);
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #ccc;
}
td.datepickerDisabled a:hover {
	color: #ccc;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

table.datepickerViewDays thead tr:first-child
{
    background : purple;
    color : white;
    padding : 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #aa1065; 
}

th.datepickerMonth a span
{
    color : white;
    font-weight: bold;
    font-size:16px;
}

tr.datepickerDoW th
{
    /*padding : 5px 0;*/
}


/*
	Aditional style settings
*/

table.datepickerViewDays
{
	border-bottom: 1px solid #DDD;
}

/*div.datepicker table td.not_playing a span*/
div.datepicker table td.not_playing a
{
/*    background : rgba(0, 0, 0, .5 );
    border: 1px solid #333;*
    padding: 1px; */
  width:20px !important;/* old none */
  height:16px !important;/* old none */
  overflow:hidden;/* old none */
  text-align:center;/* old none */
	background : url('../img/ticmate-cal-images/x.png') center no-repeat;
}

div.datepicker table td.sold_out a
{
    background : rgba(255, 0, 0, .5 );
    border: 1px solid red;
    padding : 1px;
}

div.ticmate-calendar-info
{
	text-align : left;
	margin: 5px 10px;
}

td.datepickerNotInMonth > a
{
	visibility : hidden;
}

tbody.datepickerDays td > a:hover
{
	background-color:#f4ddf1;
	border: 1px solid #f4ddf1;
	padding: 2px;
}

tbody.datepickerDays td.datepickerDisabled > a:hover
{
	border :none;
	padding: 3px;
}


