it is located in that file, here is the css for the Event Module (and I'm attaching the whole css file from latest MonoX version)
/**** Event Module Start ****/
.event-scheduler p
{
margin:0px;
}
.event-module .calendar
{
padding-right: 10px;
}
.event-module .calendar .date-marked
{
background: url(img/date-marked.png) no-repeat;
border: solid 1px #d5e1ec;
}
.event-module .calendar .add-new-event,
.event-simple-view .add-new-event
{
width: 220px;
height: 34px;
background: url(img/orange-button.png) no-repeat;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 33px;
display: block;
margin-bottom: 5px;
}
.event-module .scheduler
{
}
.event-module
{
}
.event-module .short-label
{
display: block;
}
.event-module INPUT[type="checkbox"]
{
float: none;
}
.event-details-view
{
padding: 10px;
}
.event-details-view .title,
.event-simple-content .title
{
font-size: 14px;
margin-bottom: 10px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 14px;
font-weight: bold;
color: #DC613F;
}
.event-details-view .date
{
}
.event-details-view .options
{
overflow: hidden;
margin-top: 10px;
padding-top: 10px;
border-top: solid 1px #ddd;
}
.event-details-view .event-content,
.event-simple-content .event-content
{
margin-top: 10px;
}
.event-details-view .event-content .description,
.event-simple-content .event-content .description
{
margin-top: 10px;
}
.event-simple-view
{
overflow: hidden;
margin-top: 10px;
}
.event-simple-view .top-button-holder
{
overflow: hidden;
float: right;
margin: 0px 0px 10px 0px;
}
.event-simple-view .top-button-holder .date-picker
{
float: left;
margin: 3px 0px 0px 0px;
}
.event-simple-view .top-button-holder .styled-button,
.event-simple-view .styled-button
{
float: left;
}
.event-simple-view .top-button-holder .styled-button .button,
.event-simple-view .styled-button .button
{
margin: 0px;
}
.event-simple-view .list-view
{
overflow: hidden;
clear: both;
}
.event-simple-view .event-simple-content
{
padding: 10px;
position: relative;
}
.event-simple-view .item
{
background: #f4fcff;
border-bottom: solid 1px #dfeaee;
}
.event-simple-view .item-a
{
background: #fff;
border-bottom: solid 1px #dfeaee;
}
.event-simple-view .first
{
border-top: solid 1px #a1b3bd;
}
.event-simple-view .last
{
border-bottom: solid 1px #a1b3bd;
}
.event-simple-view .event-simple-content .options
{
position: absolute;
top: 10px;
right: 10px;
}
.event-simple-view .event-simple-content .options .edit
{
width: 16px;
height: 16px;
background: url(img/edit-icon.png) no-repeat;
float: left;
margin-right: 5px;
}
.event-simple-view .event-simple-content .options .edit:hover
{
background: url(img/edit-icon-hover.png) no-repeat;
}
.event-simple-view .event-simple-content .options .delete
{
width: 16px;
height: 16px;
background: url(img/delete-icon.png) no-repeat;
float: left;
}
.event-simple-view .event-simple-content .options .delete:hover
{
background: url(img/delete-icon-hover.png) no-repeat;
}
/**** Event Module End ****/