/* Start of CMSMS style sheet 'Hawk: Event Calendar' */
/**********************************
DIFC: Event Calendar
***********************************/
.calendar tr td a {
color: #FF0000;
margin:0;
padding:0;
}

.calendar tr td a:hover {
color:#00ADEE;
margin:0;
padding:0;
}

/* highlight "today" for the small calendar */
.calendar-today
{
font-weight: bold;
}

.calendar-month{  margin:.7em;}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;

}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#main #big{
  margin:0 auto;
  border-collapse:collapse;
  border: 4px solid #C7E2EA;
  color: #B6CFD7;
}

/* nice squares for the #big table */
#main #big th
{
  border: 1px solid #C7E2EA;
  padding: 3px;
  width: 120px;
}

#main #big td {
  border: 1px solid #C7E2EA;
  vertical-align: top;
  padding: 5px;
  height: 120px;
  width: 120px;


}

/* format summaries nicely in #big */
#main #big ul {
float:left;
margin: 0px;
padding: 0px;
width:100%;
}

#main #big li {
float:left;
list-style-type: none;
padding: 0 0 3px 0;
margin: 0;
width:100%;
border-bottom: #C7E2EA 1px solid;
}

/* background colours for #big */
#main #big td
{
  background-color:#EEF7FB;
}

#main #big .calendar-day
{
  background-color: #C7E2EA;
}

#main #big .calendar-today
{
  font-weight: bold;
  background-color: #B5CED5;
  color:#92A5AB;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
  margin: 0 0 0 5px;
}

.calendar-returnlink{
  margin: 0 0 0 5px;
}

.calendar-date-from{
  margin: 0 0 0 5px;
  color:#999999;
  font-weight:bold;
}


/*ADD TO OUTLOOK*/

#main ul.outlook {
font:14px "trebuchet ms";
list-style:none;
margin:0;
padding:0;
}

#main ul.outlook li {
width:17.8em;
background:#FAFAFA;
float:left;
margin:.5em 0 .5em 5px;
display:inline;
}

#main ul.outlook li a {
text-decoration:none;
display:block;
padding:2.5px 0 2.5px 2.5px;
color:#CCC;
border:1px solid #EAEAEB;
}

#main ul.outlook li a:hover {
background:#F5F5F5;
color:#00ADEB;
border:1px solid #00ADEB;
}

#main ul.outlook span {
margin:0;
padding:0;
display:block;
font-weight:700;
text-decoration:none;
text-align:center;
background:url(uploads/theme/bullet-calendar.gif) no-repeat;
background-position:5px 50%;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {
display:inline-block;
}

/* mac hide \*/
* html .clearfix {
height:1%;
}

.clearfix {
display:block;
}
/* End of 'Hawk: Event Calendar' */

