/* PHP Event Calendar CSS */


a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }

h1 { font:20px Arial, Helvetica, sans-serif; letter-spacing:-1px; padding:30px 0 0 0; margin: 0; }
h2 { font:15px Arial, Helvetica, sans-serif; padding-bottom: 3px; margin-bottom: 0; }

.list { margin: 0 auto; width:80px; padding: 10px; background-color: #fff; }
#event_row { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #ccc; }
#event_row_last { padding-bottom: 5px; }

#header, #calendar, #main, #footer { margin: 0 auto;margin-bottom: 15px; width: 440px; overflow: hidden; }
#calendar, #main { background-color: #fff; border: 1px solid #cbcbcb; -moz-border-radius: 10px; -webkit-border-radius:10px; }

#calendar_wrap { width: 415px; margin-left: 13px; margin-bottom: 6px; overflow: hidden; text-align: left; }
#calendar_wrap .title_bar { font-weight: bold; color: #1C1C1C; text-align: center;  border:1px solid #fff; margin-bottom:15px; margin-top:10px; }
#calendar_wrap .title_bar .previous { float: left; display: block; width: 25px; height: 20px; background: url(assets/previous_month.gif) left top no-repeat; margin-top:10px; margin-left:10px;  }
#calendar_wrap .title_bar .next { float: right; display: block; width: 25px; height: 20px; background: url(assets/next_month.gif) right top no-repeat; margin-top:10px; margin-right:10px;  }
#calendar_wrap .title_bar .month {  width: 250px; margin:10px auto; padding-bottom:0 !important; padding-bottom:10px; }
#calendar_wrap .title_bar h2 { font-size: 20px;     }

.cal_day {  float: left; margin: 0 4px 4px 0 !important; margin:0 4px 0px 0; width: 55px; height: 55px; background: url(assets/day.png) top no-repeat; }
.cal_day .day_heading { position: relative; float: left; width: 19px; height: 13px; padding:2px 0px 0 1px; text-transform: uppercase; font: 8px Arial; color: #FFF; }
.cal_day .day_count { position: relative; float: left; width: auto; text-align: center; height: 15px; padding: 1px 1px 1px 1px; font: 8px Arial, sans-serif; color: #FFF; }
.cal_day .day_number { width: 100%; font: 25px Arial; font-weight: bold; color: #2b2b2b; height:35px; text-align: center; z-index:999; clear:left; }
.cal_day .day_number.today { color: #08c; }

span.event { width:auto; font-size: 8px; margin-top: -1px; padding:2px 0 !important; padding:1px 1px 1px 0; display:inline-block; text-align:center; background-color: #000; opacity:0.4; filter:alpha(opacity=40); }

#footer { text-align: right; font-size: 10px; }

a.jigowatt {
	text-indent:-9999px;
	display:inline-block;
	text-align:left;
	width:84px;
	height:11px;
	background:url(admin/assets/logo.gif) no-repeat;
}
