/*.tooltip
{
	color: #FFFFFF;
	padding: 2px 7px;
	font-size: 90%;
	background-color: #009999;
	border: 1px solid #00aaaa;
	z-index: 999;
}*/


.tooltip
{
	color: #009999;
	padding: 2px 7px;
	font-size: 90%;
	background-color: #FFFFFF;
	border: 2px solid #00aaaa;
	z-index: 999;
}


.tooltip ul
{
	margin: 0px;
	padding: 0px;
}

.tooltip ul li
{
	list-style-position: inside;
	margin-left: 0px;
}

/* @group Full calendar */

/* @end */

/* @group Small calendar */
table.small-calendar-visit
{
    width: 77%;
    border-collapse: collapse;
/*    border: 1px solid #98569C;*/
	border: 1px solid #aeaeae;
    color: #646271;
	margin-left:35px;
	margin-top:10px;
}

.small-calendar-visit thead th
{
    text-align: center;
    padding: 2px;
/*    border: 1px solid #98569C;*/
	border: 1px solid #aeaeae;
    width: 14%;
}

.small-calendar-visit tbody td
{
    text-align: center;
/*    border: 1px solid #98569C;*/
	border: 1px solid #aeaeae;
	font-size:12px;
	height:45px;
    background-color: white;
}

.small-calendar-visit .calendar-month-row span
{
	padding: 0 5px;
}

.small-calendar-visit .calendar-day-5, .small-calendar-visit .calendar-day-6
{
    background-color: #EBEBEB;
}

.small-calendar-visit .calendar-today
{
    background-color: #dddddd;
}

.small-calendar-visit .calendar-hasevents
{
	background-color: #00bbbb;
}

.small-calendar-visit .calendar-today.calendar-hasevents
{
	background-color: #009999;
}

.small-calendar-visit a.calendar-day
{
	color: inherit;
}
.calendar-visitday
{
	background-color: white !important;
}
.calendar-hasevents
{
	background-color: white !important;
}
.calendar-full
{
	background-color: #EBEBEB !important;
}
.select-am
{
	width:100%;
	display:block;
}
.select-pm
{
	display:block;
	width:100%;
}

#selectedDates .date {
display:block;
font-size:11px;
}

#selectedDates {

margin-top:10px;
margin-left:35px;
}

#selectedDates .date a{
background: url(/media/interface/delete.png) left no-repeat;
text-decoration:none;
}

#selectedDates .date a span{
visibility:hidden;
}


.calendar-action
{
	
	display:block;
	float:right;
	height:100%;
	margin-top:5px;
}
.calendar-day
{
	display:block;
	float:left;
	margin:auto;
	margin-top:16px;
	position:relative;
	left:3px;
	width:50%;
}
.uniForm .inlineLabels .multiField .blockLabel {
	width:auto;
}
/* @end */