

#my-calendar .leet a {
	color: red !important;
}

#my-calendar .ui-datepicker-inline {
 width: 460px;
}

#my-calendar td a {
	height: 35px;
}




.ui-datepicker table {width: 100%; border-collapse: collapse; margin:0 0 .4em; }

.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }




.ui-datepicker a {
	margin: 0!important;
	font-weight: normal;
}



.ui-datepicker {
	padding: none;
}

.ui-datepicker-header {
}

.ui-datepicker-header.ui-widget-header {
	background: none;
	border: none;	
} 

.ui-datepicker-calendar td {
	border: 1px solid black;
	
	width:  72px;
	height: 52px;
	
	padding: 5px !important;
	vertical-align: top;
	text-align: right;
	
	cursor: pointer;
	
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


.ui-datepicker-calendar td:hover {
	
}

.ui-datepicker th { 
	padding: .7em .3em;
	text-align: center; 
	font-weight: bold; 
	border: 0; 
	border: 1px solid black; 
	background: #d4d4d4;
}


.ui-datepicker-week-end {
	
}

.ui-datepicker-other-month {
	color: #b2b2b2;
}


/*
#ui-datepicker-div {
	border: 1px solid #777;
	z-index: 9999; 
	
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}

button.ui-datepicker-trigger {
	width: 25px;
}

img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}

.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
*/ 


.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}

.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}

.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}


.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: red;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	cursor: normal;
	color: #888;
}

.ui-datepicker-today,
.ui-datepicker-today a {
	background: #ffdecd !important;
	
	font-weight: bold;
}

.ui-datepicker-current-day {
	background: #ffdecd !important;

}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}


.ui-datepicker.ui-corner-all {
 border: 0 !important;
 background: none;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */


.ui-datepicker .ui-widget-content {
	background: none;
	border: 0;	
}

.ui-datepicker .ui-state-default {
	background: none;
 	border: 0;
 	color: black;
 	font-weight: normal;
}

.ui-datepicker .ui-state-active {
	background: none;
	color: black;	
}

.ui-datepicker td a {
	padding: 0;	
}


#ui-datepicker-div a, .ui-datepicker-inline a {
	
	border: 0;
	
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;

	height: 22px;

	
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}



/* hilight an event */
#my-calendar .event {
	background-repeat: no-repeat;
	background: #d4d4d4;
	
}

#my-calendar .event a {
       background-repeat: no-repeat !important;
        /* color: red; */
}



/* event types and icons */
#my-calendar .big.oilchange a {
        background-image: url( '../graphics/calendar/big/service.gif' ) !important;
}

#my-calendar .big.hu a  {
	background-image: url( '../graphics/calendar/big/hu.png' )!important;
}

#my-calendar .big.au  a{
        background-image: url( '../graphics/calendar/big/au.gif' )!important;
}


#my-calendar .big.generic a {
        background-image: url( '../graphics/calendar/big/generic.gif' )!important;
}

#my-calendar .big.service a {
       background-image: url( '../graphics/calendar/big/service.gif' )!important;
}

#my-calendar .big.info a {
       background-image: url( '../graphics/calendar/big/ankuendigung.png' )!important;
}


div.event {
	margin-bottom: 1px;
}

.calendar-event-list td {
	/* sorry alex */
	background-image: url('../graphics/gradients/100_ffffff_d0d0d0.png');
	background-position: 0 bottom;
	background-repeat: repeat-x;
		
}

.calendar-event-list h4 {
	margin: 0;
	margin-top: 12px;
	color: black;
	font-size: 1em;	
}

.calendar-event-list .buttons {
	text-align: right;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.calendar-event-list {
}

#my-calendar-app-panel {
	margin-top: -15px;
	padding: none;
}



.ui-state-hover .ui-icon.ui-icon-closethick,
.ui-icon.ui-icon-closethick {
	border: 0;
	
	-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0;	
	width: 19px;
	height: 14px;
	background-position: 0 0;
	background-image: url('../graphics/buttons/close.gif');	
}

.ui-corner-all {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0;	
}

.ui-widget-shadow {
	margin:5px 0 0 6px;
	padding: 0;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;	
}

.my-calendar-header {
	border: 1px solid black;
	border-bottom: none;
	width: 460px !important;	
	margin-top: 1em;
}


.my-calendar-header .select-date {
	background: #d4d4d4;
}

.my-calendar-header .select-date .prev {
	text-align: right;
	padding-top: 5px;	
}

.my-calendar-header .select-date .next {
	text-align: left;
	padding-top: 5px;	
}

.my-calendar-header .select-date .current-date {
	width: 150px;
	text-align: center;
	color: black;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;	
}



.my-calendar-header .select-date img,
.my-calendar-header .select-date div {
	border: 1px solid red;
	
}
.my-calendar-header .select-date  {
}


.my-calendar-header .select-car {
	height: 35px;	
}


.my-calendar-header .select-date img {
	cursor: pointer;
}

.ui-datepicker-header  {
	display: none;	
}

#calendar-car-selector {
	border: 1px solid #aeaeae;
	width: 300px;	
}

.carSelect {
	width: 303px;
	border: 1px solid #aaa;	
}




