.t_ContentContainer {
	padding: 0;
}

.fc-event-inner {
	cursor: help;
}

.custom-white-tooltip {
    background-color: #FFFFFF;
    border: 1px solid #B0B0B0;
    display: none;
    position: absolute;
    z-index: 9999;
}

.t_Content_light .hrFull,
.t_Content_lightBordered .hrFull {
  background: #dfdfdf;
  height: 1px;
  margin-bottom: 10px;
}

.custom-white-tooltip {
  width: 280px;
}
.custom-white-tooltip .padder {
  padding: 10px;
  float: left;
  width: 260px;
}
.custom-white-tooltip h1 {
  font: bold 11px/30px Arial, "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", Helvetica, Arial, sans-serif;
  float: left;
  color: #232323;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
  margin-bottom: 0;
  text-transform: uppercase;
}
.custom-white-tooltip .top {
  float: left;
  width: 100%;
  height: 30px;
  margin-bottom: 0px;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d3d3d3));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d3d3d3);
  background-image:    -moz-linear-gradient(top, #e6e6e6, #d3d3d3);
  background-image:      -o-linear-gradient(top, #e6e6e6, #d3d3d3);
  background-image:         linear-gradient(to bottom, #e6e6e6, #d3d3d3);
  position: relative;
}
.custom-white-tooltip .top .padder { padding: 0 10px; }
.custom-white-tooltip .bottom {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid #b0b0b0;
}
.custom-white-tooltip .top .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 18px;
  background-image: url('../../img/x.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.custom-white-tooltip .top .close:hover { background-position: 0 -18px; }
.SpinnersDemo .rightmost { margin-right: 0; }

.dataRight {
	float:right;
}