.gCalFlow {
  position: relative;
  width: 100%;
  height: 300px;
  float: left;
  font-size: 90%;
  overflow: hidden;
  text-decoration: none;
  padding-bottom: 0em;
}
.gCalFlow a, .gCalFlow a:visited, .gCalFlow a:hover {
  color: inherit;
  _color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.gCalFlow a:hover {
  text-decoration: underline;
}
.gCalFlow .gcf-header-block {
  padding: 5px 4px;
}
.gCalFlow .gcf-title-block {
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: white;
}
.gCalFlow .gcf-title-block a, .gCalFlow .gcf-title-block a:visited, .gCalFlow .gcf-title-block a:hover {
  _color: white;
}

.gCalFlow .gcf-item-container-block {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 98%;
}
.gCalFlow .gcf-item-block {
  position: relative;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 8px;
  margin: 2px ;
}
.gCalFlow .gcf-item-header-block {
  white-space: nowrap;
  overflow: hidden;
}
.gCalFlow .gcf-item-date-block {
  font-size: 80%;
  font-weight: bold;
}
.gCalFlow .gcf-item-title-block {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.gCalFlow .gcf-item-body-block {
  font-size: 80%;
  font-color: #999;
  max-height: 2.45em;
}

.gCalFlow {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc #999 #999 #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffeeeeee);
  zoom: 1;
  color: blak;
}

