/*a{
  color: #CC0000;
  text-decoration:none;
}
a:visited{
  color: #CC0000;
  text-decoration:none;
}*/

.tab_calendar{
	margin-left:8px;
}
.tab_calendar td{
  width:20px;
  height:11px;
  font-size:10px;
  margin:0;
  padding:0;
}

.cell_calendar_header{
  text-align:center;
  color:#00377B;
  border-top:2px solid #026262;
  border-right:1px solid #026262;
}
.cell_calendar{
  border:1px solid #026262;
  text-align:center;
  width:20px;
  height:11px;
}
.title_calendar{
  text-align:center;
  height:27px;
}
span#title{
  width:160px;
  font-weight:bold;
  color:#026262;
}

.more{
  color: #000000;
  text-decoration:none;
}
a#previous_link{
  width:6px;
  padding-right:4px;
}
a#next_link{
  width:6px;
  padding-left:4px;
}

div#inner_panel{
	position:relative;
	top:1px;
	margin:0px;
	/*background-color:#CCCCCC;*/
}

.eventsListUL{
	padding:0;
	margin:0;
	font-size:11px;
}
.eventsListUL li{
	padding-top:3px;
	padding-bottom:3px;
	line-height:12px;
	height:30px;
}

div#top-panel{
	padding-left:30px;
}