#modFlexieventCalendar {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  background-color:#ffffff;
  display: block;
  float: left;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  width: 82%;
}
#modFlexieventCalendar tr{
	background:none !important;
}
#modFlexieventCalendar table {
  background:none ;
  border-collapse:separate;
  border-spacing:2px;
  margin-bottom: 15px;
  max-width: 225px;
}
select, input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 0 0;
  cursor: pointer;
  display: inline-block;
  font-style: inherit;
  line-height: 1.2;
  margin: 0 15px 0 0;
  outline: medium none;
  padding: 3px 3px 4px 5px;
}
.fec_inactive {
  color: #CCCCCC;
}
.fec_withevent {
	background: #bbb;
	text-shadow: 0px 1px 0px #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
}

.fec_withevent a{
	color: #000;
	text-decoration: none;
}
.fec_withevent:hover{
	background-color: #ccc;
}
div#modFlexieventCalendar.fecWrapper div table tbody tr td.fec_active a.hasTip {
  text-decoration: none;
}

.fec_bttoday{
	text-align: center;
	color: #555;
	display: block;
	padding: 3px 5px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 1px solid #ddd;
	border-radius: 4px;

	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(251,251,251,1) 0%,rgba(238,238,238,1) 100%); /* W3C */


}

.fec_bttoday:hover {
	border: 1px solid #ccc;
	text-decoration:none;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */

}

.sidebar {
	margin-bottom: 20px;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.tip-wrap.tool-tip{
	z-index: 999999;
	background-color: #ffffff;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 20px #cccccc;
}
.tip-title.tool-title{
	font-size: 10px;
	background-color: #eeeeee;
	padding: 5px;
}
.tip-text.tool-text{
	padding: 5px;
}