/* Calendar */

.calendarWrapper_Default {
	margin:0 auto 5px auto;
}

.titlebar_Default {
	text-transform:capitalize;
	background:#fff;
	border:0 !important;
}

.TableLayout_Default {}
.TableLayout_Default td {
	border:0;
}

.DaysOfWeek_Default {
	background:#EDEFF0;
/*	border:0;*/
/*	border-bottom:1px solid #CCCCCC !important;*/
}

.calendarWrapper_Default .selected {
	font-weight: bolder;
	background-color: Gray;
}

#calendarDetail {
    font-size:.9em;
    width:500px;
}

.calendarDivider {
    clear:both;
    background:url(images/dut.gif) bottom left repeat-x;
    height:1px;
}

.calendarColHeaders {
    font-weight:bold;
}

.calendarRow {
    display:block;
}

.calendarRowEvents {
    float:left;
}

.calendarColHeader1, .calendarCol1 {
    float:left;
    width:70px;
}

.calendarColHeader2, .calendarCol2 {
    float:left;
    width:310px
    /* width:230px; */
}

.calendarColHeader3, .calendarCol3 {
    float:left;
    width:110px;
}

.calendarTitle {
    font-weight:bold;
    font-size:1.2em
}

.calendarDayDate {
    color:#666;
    margin-top:15px
}

.calendarDayEventTitle, .calendarCategory, .calendarDayCategory, .calenderMonth {
    font-weight:bold;
    font-size:1.1em
}

.categoryTitel {
    font-weight:bold;
}

.calendarCategoryTid, .calendarCategorySted, .calendarCategoryEntre,
.calendarDayTid, .calendarDaySted, .calendarDayEntre {
    float:left;
    width:500px;
}

.categoryTid, .categorySted, .categoryEntre,
.dayTid, .daySted, .dayEntre {
    display:inline;
} 

.TableLayoutNew {
    width:100%
}

.TableLayoutNew td {
    width:20px;
	font-size: 11px;
	text-align:center;
}

.DayHover {
  background:#000
}

.DaysDisabled {
    background:#fff
}

.radCalToday {background-color:#C2C2C2;}
.calendarDay {background-color:#fff;}
.calendarWeekendDay {background-color:#fff;}
.calendarOtherMonthsDay {background-color:#fff;}

.calendarEvent {background:#fff;}
.calendarEvent a {
	color:#C30430 !important;
	font-weight:bold;
	text-decoration:underline !important;
	background:#fff;
	border:0 !important;
/*	border:0;*/
}

TABLE.data.calendarEvent a
{	
	color:#333333 !important;
}

