
#calendar-div {
 /* background: #212121;    */
}

#calendar-container {
  background:#86765D;
  width:168px;
  position:relative;
  float:right;
 /* background: #212121;    */
}


.events_list {
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
  border-left: 1px solid #212121;
  width:160px;
  position:relative;
  float:right;
  margin-right:10px;
  padding:0 4px 4px 4px;
}

.events_list p {
 font-weight:bold;
 color:#FF0000;
 font-size:12px;
 line-height:7px;
 text-align: center;
}
.events_list a {
  size:12px;
  font-weight:normal;
}




.calendar-top {
  border-top: 0px solid #212121;
  border-right: 0px solid #212121;
  border-left: 0px solid #212121;
}


div.arrow-left {
  float:left;
  padding-top: 2px;
  padding-left: 5px;
   height:20px;
}
div.arrow-right{
  float:right;
  padding-top: 2px;
  padding-right: 5px;
  height:20px;
 }
 
div.today {
 width: 100px; margin: auto; text-align:center;
 height:20px;
} 

div.today a {
 line-height:20px;
 color:#FFFFFF;
 font-weight:normal;
} 

div.calendar-dd {
  padding-top: 4px;
  height:23px;
  width:168px;
}

table.calendar-table {
  width:168px;
  /* border:2px single #595959; */
  font-size:12px;
  color:#000;
  margin-top:15px;
  margin-right:10px;
  padding:0px;
  text-align:center;
  
}

table.calendar-table td {
  width:23px;  
  height:23px;
  border:1px solid #212121;
  font-size:11px;
  line-height:23px; 
}

table.calendar-table td.calendar-dayofweek  {
  background:#6F604B;
  color:#fff;
  font-size:12px;
  font-weight:bold;
}
table.calendar-table td.calendar-notinmonth  {
  background:#DDD;  /* url("../img/white27.gif") left top repeat-x; */
  color:#fff;
   line-height:23px;
}

table.calendar-table td.calendar-day  {
  background:#ffeed3; /*  url("../img/white27.gif") left top repeat-x; */
  color:#000;
   line-height:23px;
}

div.overoff {
  color:#000;
  width:23px;  
  height:23px;
  vertical-align:middle;
  display:table-cell;
  line-height:20px;
  padding:0;
  margin:0;
  
}

div.overon {
  background: #ff0000;  
  color:#000;
  width:23px;  
  height:23px;
  vertical-align:middle;
  display:table-cell;
  line-height:20px;
  padding:0;
  margin:0;
}

div.overoff a {
  color:#000;
  text-decoration:none;
  font-weight:normal;
   line-height:23px;
}

div.overon a {
  color:#000;
  text-decoration:none;
  font-weight:normal;0
  line-height:23px;
}

table.calendar-table td.calendar-weekend  {
 background:#FFC18A;  /* url("../img/grey27.gif") left top repeat-x; */
 color:#FFF;
 line-height:23px;
}
table.calendar-table td.calendar-weekend a {
 color:#FFF;
}

table.calendar-table td.calendar-selected  {
 background:  url("../img/red27.jpg") left top repeat-x;
 color:#FFF;
 text-decoration:none;
 
}
table.calendar-table td.calendar-today  {
  color:#FF0000;
  font-weight:bold;
  /*line-height:23px;*/
}

div.arrows {
 width:166px; 
 heigth:22px;
 border-bottom: 1px solid #212121;
}

.lecture-day {
  background:#CCFF00;
  line-height:23px;
}
.news-day {
	background:#FF6BF8;
	line-height:23px;
}