.juice-spectalendar {
	
    display: block;
    overflow: auto;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.juice-spectalendar q:before, .juice-spectalendar q:after {
    content: "" !important;
}

.juice-spectalendar-header {
    display: block;
    position: relative;
    overflow: hidden;
    height: 35px;
    text-align: center;
}

.juice-spectalendar-monthname {
    display: block;
    text-align: center;
    padding: 4px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    background: none;
    border: 0;
}

.juice-spectalendar-header a {
    float: left;
    width: 20px;
    height: 25px;
    background: #fff url(arrows.png) no-repeat;
    cursor: pointer;
}

a.juice-spectalendar-prevyear {
    width: 28px;
}

a.juice-spectalendar-prevmonth {
    width: 14px;
    margin-left: 20px;
    background-position: -28px 0;
}

a.juice-spectalendar-nextmonth {
    width: 14px;
    margin-right: 30px;
    float: right;
    background-position: -42px 0;
}

a.juice-spectalendar-nextyear {
    float: right;
    width: 28px;
	margin-right: 5px;
    background-position: -56px 0;
}

a.juice-spectalendar-prevyear:hover {
    background-position: 0 -25px;
}

a.juice-spectalendar-prevmonth:hover {
    background-position: -28px -25px;
}

a.juice-spectalendar-nextmonth:hover {
    background-position: -42px -25px;
}

a.juice-spectalendar-nextyear:hover {
    background-position: -56px -25px;
}

.juice-spectalendar-week {
    display: block;
    overflow: auto;
}

.juice-spectalendar-week div {
    font-weight: normal;
}

.juice-spectalendar-week div.ui-state-hover {
    font-weight: normal;
}

.juice-spectalendar-dayname {
    float: left;
    padding: 6px;
    margin: 1px;
    width: 70px;
    background: #fff;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
}

.juice-spectalendar-day {
    float: left;
    padding: 3px;
		position: relative;
    margin: 1px;
}

.juice-spectalendar-day span {
    padding: 3px;
    display: block;
	position: relative;
    width: 70px;
    height: 64px;
}

.juice-spectalendar-day p {
    display: block;
    height: 20px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}


.juice-spectalendar-day q {
    display: block;
    font-size: 12px;
    padding: 30px 0 0 0;
    text-align: right;
}

.juice-spectalendar-week div.juice-spectalendar-event span {
    border: 0;
}

.juice-spectalendar-event {
    background: #FBEC88;
    cursor: pointer;
    color: #363636;
}

.juice-spectalendar-event-hover {
    background: #FAD42E;
    cursor: pointer;
}

.juice-spectalendar-event span {
    background: #faf6d9;
    border: 0;
}

.juice-spectalendar-empty {
    background: #fff;
}

.juice-spectalendar-empty p {
    color: #ccc;
}

.juice-spectalendar-empty span {
    background: #fff;
}

.juice-spectalendar-dialog {
    position: absolute;
    z-index: 1999;
    padding: 6px;
    overflow: hidden;
}

.juice-spectalendar-dialog q {
    display: block;
    font-size: 12px;
    padding: 50px 0 0 0;
    text-align: right;
}

.juice-spectalendar-close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    padding: 4px;
}

.juice-spectalendar-dialog .juice-spectalendar-header {
    height: 20px;
	width: 80%;
    overflow: hidden;
    text-align: left;
    position: inherit;
}

.juice-spectalendar-dialog .juice-spectalendar-header p {
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    white-space: nowrap;
}

.juice-spectalendar-events {
    overflow: hidden;
    width: 10000px;
    padding: 40px 0 0 0;
}

.juice-spectalendar-page {
    float: left;
    width: 100%;
    overflow: hidden;
}

.juice-spectalendar-page ul {
    display: block;
    padding: 10px 0 0 0;
}

.juice-spectalendar-page ul li {
    display: block;
    font-size: 16px;
    padding: 4px;
    margin-bottom: 2px;
    cursor: pointer;
    border: 0;
    background-image: none;
}

.juice-spectalendar-page ul li.hover {
    background: #dfeffc;
    color: #2E6E9E;
}

.juice-spectalendar-page h2 {
    margin: 10px 0 10px 0;
}

.juice-spectalendar-page a.juice-spectalendar-back {
    font-size: 11px;
    cursor: pointer;
}

.juice-spectalendar-header {
    color: #CC170E;
	background-color:#fff;
}

#calendar, .juice-spectalendar {
    overflow: hidden;
    position: relative;
}
.juice-spectalendar-close  {
	position: relative;
	display: block;
	width: 18px;
	text-align: right;
	float: right;
	background: #FFF;
	border: 2px solid #A71E22!important;
}
.ui-widget-header, .juice-spectalendar-page ul li, .juice-spectalendar-close {
   background: #A71E22!important;
}

.juice-spectalendar-monthname {
    color: #A71E22 !important;
}

.juice-spectalendar-day, .juice-spectalendar-day span {
    background: #fff;
    color: #262626;
}
.juice-spectalendar-empty, .juice-spectalendar-empty span {
	border-color: #CFCFCF;
	background: #FFF;
	
}
.juice-spectalendar-empty span {
    background: #FFF;
}

.juice-spectalendar-dialog {
    border: 1px solid #A71E22;
}

.juice-spectalendar-event:hover, .juice-spectalendar-event *:hover{
	background: #f1f1f1!important;
	
}

