#ical{width:100%; height:auto; margin:auto;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;

border:1px solid #ccc;
padding:10px;

}


#ical .cal_head{
	background: #FDC236 none repeat scroll 0px 0px;
  	color: #fff;
   padding: 10px;
   display: block;
   text-align: center;
   box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;

position: relative;

border-radius: 2px 2px 0 0;
}

.icaltable {
	border-collapse: separate;
	border-width: 0px 0px 1px 1px;
	font-size: 20px;
	width: 100%;
	height:auto;
	
	background:#f8f8f8;
}
.icaltable td, th {
    width: 14.28%;
    text-align: center;
    vertical-align: middle;
    background: url('../img/cells.png') repeat scroll 0% 0% #F8F8F8;
    color: #444;
    position: relative;
    font-size: 12px;
    height: 24px;
    padding: 10px 0px;
    border: 1px solid #ddd;
}
 

.icaltable th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.icaltable td:hover, .icaltable th:hover {
	background-position: 0px -81px;
	color: #222;
}
.icaltable td.date_has_event {
	background-position: 162px 0px;
	color: white;
	border-bottom: 7px solid #fff;
}
.icaltable td.date_has_event:hover {
	background-position: 162px -81px;
}
.icaltable td.padding {
	
}
.icaltable td.today {
	background-position: 81px 0px;
	color: white;
}
.icaltable td.today:hover {
	background-position: 81px -81px;
}

.events {
	position: relative;
}
.events ul {left: -146px !important;}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.html) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
    float: left;
    font-size: 14px;
    text-align: justify;
    color: #555;
    margin-right: 5px;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

#icalprev{
    position:absolute;
    left: 10px;
cursor: pointer;
}

#icalnext{
    position:absolute;
 		right: 10px;
	cursor: pointer;
}

#currentmonth {
padding: 0;
text-align: center;

font-size: 1.07692em;

text-transform: uppercase;
font-weight: bold;
}

#currentyear{
padding: 0;
text-align: center;

font-size: 1em;
font-weight: bold;

}