/* dies ist im Header - die Anzeige der Monatswahl (Pfeile) */
.ui-datepicker .ui-datepicker-header {
	position:relative;
	background-color : #f5a111 ;
	background-image : none;
	font-family : Verdana;
	font-size : 12px;
	border : 1px solid #f5a111;
	padding-top : 0.2em;
	padding-bottom : 0.2em;
}

/* dies ist im Header - die Anzeige der Monate */
.ui-datepicker .ui-datepicker-title {
	line-height: 1.8em; text-align: center;
	background-color : #f5a111 ;
	font-size : 12px;
	font-family : Verdana;
	margin : 0em 2.3em;
}


/* Dies ist die Anzeige der Wochentage und der Daten */
.ui-datepicker table {
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	background-color : #012f5a;
	font-family : Verdana;
	color : white;
	margin-bottom : 0.4em;
}

.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: bold; border: 1;
	color : white;
}

.ui-state-default {
	background: #f5a111 repeat;
	font-weight: bold;
	color: white;
	outline: none ;
	border : 1px solid gray;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #CCCCCC;
	color:black;
    font-weight: bold;
    outline: medium none;
}
.ui-state-default a {
	color: white;
	text-decoration: none;
	outline: none;
}

 .ui-state-default a:link {
	color: black;
	text-decoration: none;
	outline: none;
}

 .ui-state-default a:visited {
	color: black;
	text-decoration: none;
	outline: none;
}

 .ui-state-focus {
	background: black no-repeat;
	font-weight: bold;
	color: black;
	outline: none ;
	border : 1px solid black;
}

 .ui-widget-content .ui-state-focus {
	background: black no-repeat;
	font-weight: bold;
	color: black;
	outline: none ;
	border : 1px solid white;
}

.ui-state-active {
	background: gray no-repeat;
	font-weight: bold;
	color: black;
	outline: none ;
	border : 1px solid white;
}

 .ui-widget-content .ui-state-active {
	background: #f5a111 no-repeat;
	font-weight: bold;
	color: white;
	outline: none ;
	border : 1px solid black;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background-color:green;
    border: 1px solid #FED22F;
    color: #363636;
}

.ui-state-active a {
	color: black;
	outline: none;
	text-decoration: none;
}
