.ui-datepicker-trigger {
	vertical-align:top;
	cursor:pointer;
}
.ui-datepicker {
	background:#FFFFFF;
	border:2px solid #C4C5C5;
	padding:10px;
	z-index:1000;
	width:154px;
	zoom:1;
}
.ui-datepicker-trigger {
	vertical-align:top;
}
.ui-datepicker-header {
	padding:0 0 0.5em 0;
}
.ui-datepicker-title {
	padding:0.5em 0 0 0;
	clear:both;
	height:1.5em;
	font-weight:bold;
}
.ui-datepicker-month,
.ui-datepicker-year {
	display:inline-block;
}
.ui-datepicker-month {
	float:left;
}
.ui-datepicker-year {
	float:right;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	cursor:pointer;
	display:inline-block;
	line-height:12px;
	font-size:11px;
	min-height:12px;
}
.ui-datepicker-prev {
	padding-left:18px;
	background:transparent url('../images/buttons/link_small_red_arrow_left.png') top left no-repeat;
	float:left;
}
.ui-datepicker-next {
	background:transparent url('../images/buttons/link_small_red.png') top right no-repeat;
	padding-right:18px;
	float:right;
}
.ui-datepicker-calendar {
	clear:both;
	padding:0.5em 2px 0.5em 2px;
	border-top:1px solid #C7C6C1;
}
.ui-datepicker-calendar a {
	text-decoration:none;
	color:#444748;
	padding:2px 5px;
	width:1em;
	text-align:center;
	display:inline-block;
}
.ui-datepicker-calendar a:hover {
	background:transparent url("../images/buttons/button_black_center.png") top left repeat-x;
	color:#FFFFFF !important;
}
.ui-datepicker-calendar td {
	text-align:center;
	border:1px solid #EEEEEE;
	background:transparent url("../images/inputs/input_select_options.png") bottom left repeat-x;
}
.ui-datepicker-calendar th {
	margin:2px 0;
}
.ui-datepicker-calendar td.ui-datepicker-today {
	background-position:top left;
}
.ui-datepicker-calendar td.ui-datepicker-current-day a {
	color:#FFFFFF;
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
	background:transparent url("../images/buttons/button_red_center.png") top left repeat-x;
}
.ui-datepicker-calendar td.ui-datepicker-week-end {
	background:transparent url("../images/inputs/input_select_options_a_light.png") top left repeat-x;
}
.ui-datepicker-unselectable {
	color:#999999;
}

#v-tooltip {
	position:absolute;
	z-index:100;
	padding:0.5em;
	max-width: 300px;
	background:#FFFFFF;
	border:2px solid #C4C5C5;
	text-align: left;
	display:none;
}

