/* Telerik RadCalendar business skin */

p.tooltip
{
	position:absolute;
	border:1px solid #8c4320;
	background-color: #dfa082;
	padding: 5px;
	color: #000;
	display: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.tooltip
{
	cursor: pointer;
}

p.notavailable
{
	position:absolute;
	border:1px solid #333;
	background-color: #ccc;
	padding: 5px;
	color: #333;
	display: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

table.RadCalendar_IDF
{
    width: 496px;
	cursor: default;    
	font: 11px Arial,Verdana,Sans-Serif;
	color: #ffffff;
}

table.RadCalendar_IDF td
{
    padding: 0 !important;
}

td.rcTitlebar table
{
    background-color: #1D4363;
	border: solid 1px #7db2c6 !important;
    border-bottom: solid 1px #fff !important; 
    width: 100%;
}

td.rcTitle
{
    text-align: center;
    color: #FFFFFF;
    font: bold 12px Verdana,Arial,Helvetica,sans-serif;
    width: 100%;
}

table.rcMainTable
{
    border-top: 0;
	border-right: 0;
	border-bottom: solid 1px #7db2c6 !important;
	border-left: solid 1px #7db2c6 !important;    
    width: 100%;
}

table.rcMainTable td
{
    border-top: solid 1px #7db2c6 !important;
	border-right: solid 1px #7db2c6 !important;
	border-bottom: 0;
	border-left: 0;    
	height: 40px;
    width: 70px;    
    vertical-align: top;
}

table.rcMainTable tr.rcWeek th
{
	background-color: #C6BFAA !important;
	color: #003366;    
	height: 34px;
}

table.rcMainTable tr.rcWeek th#ctl00_ContentPlaceHolder1_EventCalendar_Top_cs_6 {
	border-right: solid 1px #7db2c6 !important;
}

.avaliableHeader_IDF
{
    width: 52px; 
    height: 15px;     
    border-bottom: solid 1px #fff !important; 
    text-align: left; 
    vertical-align: top; 
    padding: 0 11px 0 5px !important; 
    color: #000
}

.DaysOfWeek_IDF
{
	color: black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle !important;
	text-align: center !important;
	height: 34px;
}

.rcOutOfRange, .rcOtherMonth
{
	background-color: #ebeae4;
}

.outOfRange_IDF
{
	color: #000;
	font: normal 11px Arial, Verdana, Sans-Serif;
	width: 30px;
	height: 30px;
	/*border-top: solid 1px #fff;*/
	border-left: solid 1px #7db2c6;
	border-top: solid 1px #7db2c6;
	background: #ebeae4;	
	cursor: default;
	text-align: center;
}

/*** MonthYearFastNav ***/

.RadCalendarMonthView_IDF
{
	border: solid 1px #c7c7a9;
	background: #ffffff;
	font: normal 10px Verdana;
	color: #000000;
	border-collapse: collapse;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);*/
}

.RadCalendarMonthView_IDF td
{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #c7c7a9;
	padding: 4px;
}

.RadCalendarMonthView_IDF td a
{
    color: #000;
	font: normal 10px Verdana;
	text-decoration: none;
}

.RadCalendarMonthView_IDF td.rcSelected
{
	background: #0dcbf5;
}

.RadCalendarMonthView_IDF td.rcSelected a
{
	color: white;
}

.RadCalendarMonthView_IDF td.rcDisabled a
{
    color: #999;
    cursor: default;
}

.RadCalendarMonthView_IDF td.bottom_IDF
{
	text-align: center;
}

.RadCalendarMonthView_IDF td input
{
	background: #0dcbf5;
	border: 1px solid #c7c7a9;
	font: normal 10px Verdana;
	color: white;
	cursor: pointer;
	float: left;
	margin-right: 1px;
}

/*** MonthYearFastNav ***/


/*-----Sarah additionals-----*/

.eventday {background-color: #7db2c6;
width: 100%;
height: 25px}

.eventday img 
{
    border: 0px;
    height: 22px;
    width: 65px;
    cursor: pointer;
}


