/* r.a.d.calendar default embedded skin */

table.calendarWrapper
{
	cursor:pointer;
	border: solid 1px #e5e5e5;
	border-bottom:0;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=e5e5e5,offX=2,offY=2,positive=true);
	width:240px;
	background-color:White;
	padding: 0 10 0 10;
		border:solid 3px #0c337e; 
	
}

.TableLayout
{
	direction:ltr;
	width: 100%;
}

.TableLayout td
{
	/*border-bottom:solid 1px #dfdfdf;*//*rinat*/
	width: 20px;
	font: normal 11px Arial, Verdana, Sans-serf;
}

.TableLayout td a
{
	text-align: center;
	height: 13px;
	padding: 1px;
	display: block;
	text-decoration: none;
	/*color: #000;*/
	color:#000066; /*rinat*/
	cursor:pointer;
}

.DaysOfWeek
{
	color:#0c337e;/*rinat*/
	text-align: center;
	text-transform: uppercase;
	height: 17px;
	border-bottom: solid 1px #dfdfdf;
	/*background: url('Img/titlebarBg1.gif'); *//*rinat2 - bg for num of mnth in year-delete this*/
	padding-left:2px;/*rinat*/
}

.otherMonth span
{
	color: #d1d1d1;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.outOfRange span
{
	background: #fff;
	color: #d1d1d1;
	/*padding: 1px;*/
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	/*margin: 1px;*/
}

.titlebar
{
	font: bold 15px Arial, Verdana, Sans-serf;
	border-bottom: solid 1px #e5e5e5;
	color: #203b80;
	background: #fff url(Img/header.jpg) no-repeat;/*rinat1- change image to elal*/
	height:110px;
	width:288px;
	/*border:solid 1px red;*/
}
.titlebar TD 
{
	font-weight:bold ;
	font-size:larger;
}
.titlebar img
{
	
}

.MonthYearFastNav
{
	border: solid 1px #e5e5e5;
	font: normal 10px Arial, Verdana, Sans-serf;
	background: #fff;	
	cursor:pointer;
	border-bottom:0;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=e5e5e5,offX=2,offY=2,positive=true);
	color: #000;
	border-collapse: collapse;
}

.MonthYearFastNav td
{
	vertical-align: middle;	
}

.MonthYearFastNav td.selected
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
	text-align: center;
}

.MonthYearFastNav td input
{
	background: transparent url(Img/MonthYearFastNavBtnBg.gif) repeat-x;
	border: solid 1px #000;
	font: normal 10px Arial, Verdana, Sans-serf;
	color: #000000;
	float: left;
	width: auto;
	margin-right: 1px;
}

.radCalHover a,
.radCalWeekendHover a
{
	/*background: #e4e4e4;*/
	background: #42b7ed !important;/*rinat*/
	width: 100% !important;
	height: 13px;
	display: block;
	border: solid 1px #e4e4e4;
}

.radCalDefault a,
.radCalWeekendDefault a
{
	margin: 1px;
	width: 100% !important;
	height: 13px;
	display: block;
	text-decoration: none;
	color: #363636;
}

.radCalToday a
{
	background: #fff;
	border: solid 1px #909090;
}

.radCalTodaySelected a
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
}

.radCalTodaySelected
{
	background: #909090 !important;
	border: solid 1px #909090;
	color: white !important;
}

.radCalSelect a,
.radCalWeekendSelect a
{
	/*background: #909090;*/ 
	background: #0c337e; /*rinat*/
	border: solid 1px #909090;
	width: 100% !important;
	color: white !important;
	text-align: center !important;
}

.radCalSelect,
.radCalWeekendSelect
{
	background: 0c337e !important;
	color: white !important;
}

.popupCss Img
{
	padding-left:10px;
    vertical-align:bottom;
}
