/* calendar */

.centerblock{
	
	border: 0px solid #CCCCCC;
	margin-bottom: 5px;
}

.welcome{
	display:none;
}

.logostyle{
display:none;
}

#menu ul{
 display: none;
}

#menu ul li{
 display: none;
}


div.xar-block-body-topnav {
	display:none;
}


.xar-block-head{
	display:none;
}

.xar-block-body {
display:none;
}

td.reportdropdownstyle{
	display:none;
}

.xar-block-title-center {
	display:none;
}

span.navReports {
display:none;
}

span.arrowCalendar{
display:none;
}

div.reportstyledisplay {
display:none;
}

div.calrowstyle {
display:none;
}

td.calrowstyledisplay {
display:none;
}

div.bottomnavdisplaystyle {
display:none;
}

table.tableViewSetStyleDisplay {
display:none;
}

hr.rulestyledisplay {
display:none;
}

.xar-lms_calendar table.month {
	border:0px solid #999;
    /*border:red solid thick;*/
    border-collapse: collapse;
}



div.xar-lms_calendar a:hover {

}

.xar-lms_calendar tr.week a:hover.arrow {
    color: #ff00ff;
}


div.xar-lms_calendar-block-calevent div.li-content a:hover.xar-lms_calendar-event {
    color: #FF00FF;
}

a.xar-lms_calendar-event:hover {
    z-index: 1;
}

.xar-lms_calendar table.month a.xar-lms_calendar-event:hover {
    text-decoration: underline;
}



/*
* Set width and location of your tooltip here.
* The width might be interfering with display, as well as the left location
*/
a.xar-lms_calendar-event:hover span.tt {
    top:0px;
    left: -30px;            /* Location to the left */
    text-decoration: none;
    display:block;
    position:absolute;
    width:178px;            /* Size of the tooltip */
    font-weight:bold;
    background:#fff;
    color:#000;
    padding: 5px;
    border: 1px solid #aaa;
}

a.xar-lms_calendar-event:hover span.tt span {
    display:block;
    position: relative;
    top:0;
    left:0;
    padding:0;
    z-index: 99999;
}

/*
 Needed for IE type of browsers*/
div.xar-lms_calendar a:hover span {
    filter: alpha(opacity=100);
}

.xar-lms_calendar tr.daynames th {
    /*text-align: center;
    background-color: #C0C0C0;
    border-color: #888;
    border-style: solid;
    border-width: 1px 1px 0 1px;*/
  background:#ccc; 
  font-weight:normal #E61C1C; 
  text-align:center; 
  width:120px; 
  padding:5px; 
  border-bottom:1px solid #999; 
  border-top:1px solid #999; 
  border-right:1px solid #999;
   border-left:1px solid #999;
}

.xar-lms_calendar td.gtcolumn {
   display:none
}

.xar-lms_calendar th.gtcolumn {
   display:none
}

td.currentday {
    background-color: #FFFFFF;
    color: #0066ff;
	min-height:80px; font-size:13px; /*position:relative; */
	border-bottom:1px solid #999; 
  border-top:1px solid #999; 
  border-right:1px solid #999;
  border-left:1px solid #999;
}

td.weekday {
	min-height:80px; font-size:11px; /*position:relative; */
	border-bottom:1px solid #999; 
  border-top:1px solid #999; 
  border-right:1px solid #999;
  border-left:1px solid #999;
}

.xar-lms_calendar td.weekboundary {
    background-color: #888888;
    width: 3%;
}

.xar-lms_calendar th.weekboundary {
    background-color: #888888;
    width: 3%;
}

div.xar-lms_calendar td.weekend {
  /* background-color: #e9e9e9; */
    min-height:80px;
   font-size:11px;
   border-bottom:1px solid #999; 
  border-top:1px solid #999; 
  border-right:1px solid #999;
  border-left:1px solid #999;
}

.xar-lms_calendar-cal div.date {
    /*width: 15px;
    float: left;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    font-size: x-small;*/
	background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center;
}

