table.RadCalendar_TFGA { border-collapse:separate; border:0; background:#fff; font:12px "segoe ui",arial,sans-serif; width:220px; }
/*titlebar*/
.RadCalendar_TFGA .rcTitlebar
{
	width:100%;
	border:1px solid #27710a;
	padding:0;
	background:#4fb007 0 -999px repeat-x url('../../images/global/Calendar/sprite.gif');
	color:#fff;
}
.RadCalendar_TFGA .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:1px solid;
	border-color:#a4bd36 #92af2e #8ba92e;
	font:12px/21px "segoe ui",arial,sans-serif;
}
.RadCalendar_TFGA .rcTitlebar td { border:0; padding:0 0 1px; text-align:center; vertical-align:middle; }
.RadCalendar_TFGA .rcTitlebar .rcTitle { width:100%; cursor:pointer; }
.RadCalendar_TFGA .rcTitlebar .rcPrev,
.RadCalendar_TFGA .rcTitlebar .rcNext,
.RadCalendar_TFGA .rcTitlebar .rcFastPrev,
.RadCalendar_TFGA .rcTitlebar .rcFastNext
{
	display:block;
	width:18px;
	height:17px;
	overflow:hidden;
	margin:2px 2px 0;
	background:transparent url('../../images/global/Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#ccc;
}
.RadCalendar_TFGA .rcTitlebar .rcFastPrev {	margin-left:4px; background-position:0 -200px; }
.RadCalendar_TFGA .rcTitlebar .rcFastPrev:hover { background-position:0 -250px; }
.RadCalendar_TFGA .rcTitlebar .rcPrev {	background-position:0 -300px; }
.RadCalendar_TFGA .rcTitlebar .rcPrev:hover { background-position:0 -350px; }
.RadCalendar_TFGA .rcTitlebar .rcNext {	background-position:0 -400px; }
.RadCalendar_TFGA .rcTitlebar .rcNext:hover { background-position:0 -450px; }
.RadCalendar_TFGA .rcTitlebar .rcFastNext {	margin-right:4px; background-position:0 -500px; }
.RadCalendar_TFGA .rcTitlebar .rcFastNext:hover { background-position:0 -550px; }
.RadCalendar_TFGA .rcMain {	width:100%;	border:1px solid #959485; border-top:0;	padding:0; }
.RadCalendar_TFGA .rcMainTable { width:100%; border-collapse:separate; border:0; color:#272722;	font:12px/20px "segoe ui",arial,sans-serif; }
/*header, footer*/
.RadCalendar_TFGA .rcHeader,
.RadCalendar_TFGA .rcFooter
{
	border:1px solid #959485;
	border-top:0;
	padding:0;
}
/*week numbers and days*/
.RadCalendar_TFGA .rcRow th,
.RadCalendar_TFGA .rcWeek th
{
	border:0;
	background:#f6f6e8;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}
.RadCalendar_TFGA .rcWeek th { border-bottom:1px solid #cac8ab;	padding:2px 6px 2px 0; text-align:right; }
.RadCalendar_TFGA .rcWeek .rcViewSel,
.RadCalendar_TFGA .rcRow th
{
	width:12px;
	padding:0 7px 0 9px;
	text-align:center;
}
.RadCalendar_TFGA .rcRow th { border-right:1px solid #cac8ab; }

/*date cells*/

.RadCalendar_TFGA .rcRow td { border:1px solid #fff; padding:0;	text-align:right; vertical-align:middle; }
.RadCalendar_TFGA .rcMain .rcRow a,
.RadCalendar_TFGA .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
	color:#272722;
}
.RadCalendar_TFGA .rcMain .rcWeekend a { color:#474744; }
.RadCalendar_TFGA .rcRow .rcToday {	border-color:#27710a; }
.RadCalendar_TFGA .rcRow .rcToday a,
.RadCalendar_TFGA .rcRow .rcHover a
{
	color:#279500;
}
.RadCalendar_TFGA .rcMain .rcOtherMonth a {	color:#777;}
.RadCalendar_TFGA .rcMain .rcOutOfRange span { color:#777; cursor:default; }
.RadCalendar_TFGA .rcRow .rcHover {	border-color:#82c23e; background:#d7fabc 0 -1600px repeat-x url('../../images/global/Calendar/sprite.gif'); }
.RadCalendar_TFGA .rcRow .rcSelected { border-color:#459e1d; background:#9fd774 0 -1700px repeat-x url('../../images/global/Calendar/sprite.gif'); }
.RadCalendar_TFGA .rcRow .rcSelected a { color:#185d00; }
/*multimonth view*/
table.RadCalendarMultiView_TFGA { width:auto; }
.RadCalendarMultiView_TFGA .rcTitlebar
{
	border-color:#504f41 #424236 #36352c;
	background:#676657 0 -1199px repeat-x url('../../images/global/Calendar/sprite.gif');
}

.RadCalendarMultiView_TFGA .rcTitlebar table { border:1px solid; border-color:#a1a18d #888779 #7d7c6f; line-height:27px; }
.RadCalendarMultiView_TFGA .rcTitlebar td {	padding-bottom:1px; }
.RadCalendarMultiView_TFGA .rcTitlebar .rcFastPrev:hover { background-position:0 -650px; }
.RadCalendarMultiView_TFGA .rcTitlebar .rcPrev:hover { background-position:0 -750px; }
.RadCalendarMultiView_TFGA .rcTitlebar .rcNext:hover { background-position:0 -850px; }
.RadCalendarMultiView_TFGA .rcTitlebar .rcFastNext:hover{background-position:0 -950px;}
.RadCalendarMultiView_TFGA .rcCalendar{	width:220px; border:1px solid #959485; border-top:0; padding:0; }
.RadCalendarMultiView_TFGA .rcMainTable .rcTitle
{
	border:1px solid;
	border-color:#85d53a #6fc32b #27710a;
	padding:0 0 2px;
	background:#4fb007 0 -1000px repeat-x url('../../images/global/Calendar/sprite.gif');
	color:#fff;
	text-align:center;
	line-height:22px;
}
/*month view*/

table.RadCalendarMonthView_TFGA
{
	border-collapse:separate;
	border:1px solid #959485;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	color:#272722;
}

table.RadCalendarMonthView_TFGA td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_TFGA #rcMView_Feb,
.RadCalendarMonthView_TFGA #rcMView_Apr,
.RadCalendarMonthView_TFGA #rcMView_Jun,
.RadCalendarMonthView_TFGA #rcMView_Aug,
.RadCalendarMonthView_TFGA #rcMView_Oct,
.RadCalendarMonthView_TFGA #rcMView_Dec
{
	border-right:1px solid #959485;
}

.RadCalendarMonthView_TFGA a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#272722;
}

.RadCalendarMonthView_TFGA .rcSelected a
{
	border:1px solid #459e1d;
	padding:1px 3px;
	background:#9fd774 0 -1700px repeat-x url('../../images/global/Calendar/sprite.gif');
}

.RadCalendarMonthView_TFGA #rcMView_PrevY a,
.RadCalendarMonthView_TFGA #rcMView_NextY a
{
	display:block;
	width:15px;
	height:13px;
	overflow:hidden;
	margin:0 auto;
	background:transparent no-repeat url('../../images/global/Calendar/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
	color:#ccc;
}

.RadCalendarMonthView_TFGA #rcMView_PrevY a
{
	background-position:6px -2095px;
}

.RadCalendarMonthView_TFGA #rcMView_NextY a
{
	background-position:7px -2195px;
}

.RadCalendarMonthView_TFGA .rcButtons
{
	padding:5px 7px 3px;
	text-align:center;
}

.RadCalendarMonthView_TFGA input
{
	border:1px solid;
	border-color:#5eba3b #47a723 #31950b;
	padding:1px 0 0;
	background:#c2e5a6 0 -2300px repeat-x url('../../images/global/Calendar/sprite.gif');
	color:#045100;
	font:12px "segoe ui",arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_TFGA input:hover
{
	border-color:#74ca53 #5bb638 #42a31d;
	background-color:#daf4c6;
	background-position:0 -2350px;
	color:#279500;
}

.RadCalendarMonthView_TFGA #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_TFGA #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_TFGA
{
	border-collapse:separate;
	border:1px solid #959485;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_TFGA th
{
	border:0;
	border:1px solid;
	border-color:#85d53a #6fc32b #27710a;
	padding:0 0 2px;
	background:#4fb007 0 -1000px repeat-x url('../../images/global/Calendar/sprite.gif');
	color:#fff;
	text-align:center;
	line-height:21px;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView_TFGA td
{
	border:0;
	border-left:1px solid #959485;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_TFGA td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_TFGA a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#272722;
	text-decoration:none;
}

.RadCalendarTimeView_TFGA td.rcHover a
{
	border:1px solid #82c23e;
	padding:1px 5px;
	background:#d7fabc 0 -1600px repeat-x url('../../images/global/Calendar/sprite.gif');
}

.RadCalendarTimeView_TFGA .rcFooter
{
	border:0;
	border-top:1px solid #959485;
	padding:0;
}

/*pickers*/

.RadPicker_TFGA
{
	vertical-align:middle;
}

.RadPicker_TFGA table.rcTable,
.RadPicker_TFGA table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_TFGA td
{
	vertical-align:middle;
}

.RadPicker_TFGA table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_TFGA td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_TFGA td a{position:static}/*IE6*/
*+html .RadPicker_TFGA td a{position:static}/*IE7*/

.RadPicker_TFGA .rcCalPopup,
.RadPicker_TFGA .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('../../images/global/Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_TFGA .rcCalPopup,
.RadPicker_TFGA .rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_TFGA .rcCalPopup:hover
{
	background-position:0 -50px;
}

.RadPicker_TFGA .rcTimePopup,
.RadPicker_TFGA .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_TFGA .rcTimePopup:hover
{
	background-position:0 -150px;
}

.RadPicker_TFGA .rcDisabled,
.RadCalendarMonthView_TFGA .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_TFGA .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_TFGA .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_TFGA .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_TFGA .rcTitlebar .rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_TFGA .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_TFGA .rcTitlebar .rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_TFGA .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_TFGA .rcTitlebar .rcFastNext:hover
{
	background-position:0 -250px;
}

.RadCalendarMultiViewRTL_TFGA .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiViewRTL_TFGA .rcTitlebar .rcPrev:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiViewRTL_TFGA .rcTitlebar .rcNext:hover
{
	background-position:0 -750px;
}
.RadCalendarMultiViewRTL_TFGA .rcTitlebar .rcFastNext:hover { background-position:0 -650px; }
