/*
  A red, white, and grey theme.
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
*/

.side_calendar {
  margin: 0px;
  font-size:10px;
  margin-top:10px;
}

.side_monthName  {
  font-weight: bold;
  font-size:14px;
  text-align:center;
  padding-top: 1em;
  padding-bottom: 0;
  background-image:url(/images/small_cal_top.png) ; 
  
  height:15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt; font-weight:bold;
  color:#333333;
  background-position:top;
  padding-top:3px;

}

.side_dayName th {
  font-size: 10px;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #cccccc;
  color: #333333;
  border-top:1px solid #bbbbbb;
  border-left:1px solid #bbbbbb;
}

.side_otherMonth, .side_day, .side_specialDay {
  padding: 0.2em .2em;
  border-right: 1px solid #bbbbbb;
  background-color:#ffffff;
  text-align:right;
  width:20px;
  height:20px;
  overflow: hidden;
  color:#dddddd;
}

.side_otherMonth {
  color: #cccccc;
  background-color: #e8e8e8;
  border-bottom: 1px solid #bbbbbb;
  vertical-align:top;
}
.side_weekendDay {
	border-bottom: 1px solid #bbbbbb;
}

.side_sunDay {
	border-left:1px solid #bbbbbb;
}
.side_day, .side_specialDay {
  text-align:left;
  border-bottom: 1px solid #bbbbbb;
  vertical-align:top;
    overflow: hidden;
}

.side_specialDay {
  background-color: #d10a21;
  color: white;
}
.side_specialDay a, .side_specialDay a:visited, .side_specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.side_specialDay a:hover {
  color: white;
  background-color: black;
}
.side_today {
	background-color: #ffcc00;
	color: #333333;
}
#side_calender_date{ 
	text-align:right;
	font-size:12px;
	width:100%
}
	
.side_activity_day{background-color:#feffb3;  overflow: hidden;}
.side_header_bg{width:100%;}

#side_cal_header_left{width:10px;background-image:url(/images/heading_1.jpg); background-repeat:no-repeat; background-position:top left; height:36px;}
#side_cal_header_right{width:10px;background-image:url(/images/heading_3.jpg); background-repeat:no-repeat; background-position:top right; height:36px;}
#side_cal_header_mid{width:auto;background-image:url(/images/heading_2.jpg); background-repeat:repeat-x; height:36px;}

#side_cal_footer_left{width:20px;background-image:url(/images/left1.png); background-repeat:no-repeat; background-position:top left; height:36px;}
#side_cal_footer_right{width:20px;background-image:url(/images/right1.png); background-repeat:no-repeat; background-position:top right; height:36px;}
#side_cal_footer_mid{width:auto;background-image:url(/images/mid1.png); background-repeat:repeat-x; height:36px; }

.side_month_head{
  font-weight: bold;
  font-size:14pt;
 }
 
#side_day_table tbody{
  overflow: hidden;
  height: 80px; 
  line-height:9px;
	 
	 }
