.gCalFlow {
  font-family: sans-serif;
//  position: relative;
//  float: left;
  position: absolute;
  top: 220px;
  left: 10px;
  width: 50px;
  //300px;
  height: 400px;
  font-size: 120%;
  overflow: hidden;
  text-decoration: none;
  padding-bottom: 0.5em; 
  padding-top: 5px;}
  .gCalFlow a, .gCalFlow a:visited, .gCalFlow a:hover {
//    color: inherit;
//    color: blue;
//    background-color: transparent;
//    text-decoration: underline; 
}
  .gCalFlow a:hover {
	background-color: moccasin;
	padding-top: 2px;
	padding-bottom: 3px;    }
  .gCalFlow .gcf-header-block {
    padding: 5px 4px;
    text-align: center; }
  .gCalFlow .gcf-title-block {
    font-size: 0px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #D3D3D3; }
    .gCalFlow .gcf-title-block a, .gCalFlow .gcf-title-block a:visited, 
    .gCalFlow .gcf-title-block a:hover {
      _color: white; }
  .gCalFlow .gcf-last-update-block {
    font-size: 76%;
    text-align: right;
    bottom: 0;
    right: 0;
    padding-right: 4px;
    position: absolute; }
  .gCalFlow .gcf-item-container-block {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 90%; }
  .gCalFlow .gcf-item-block {
    position: relative;
    overflow: hidden;
    border-bottom: 2px dashed #ccc;
    padding: 1px;
    margin: 1px 0; }
  .gCalFlow .gcf-item-header-block {
    white-space: nowrap;
    overflow: hidden; }
  .gcf-item-daterange	{
    color: purple;	}  
  .gcf-item-description {
    color: black;	}    
  .gCalFlow .gcf-item-date-block {
    font-size: 90%;//76%;
//    font-weight: bold; 
    }
  .gCalFlow .gcf-item-title-block {
//	color: brown;
//    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); 
    }  
  .gcf-item-title-block	{
  font-size: 90%;	}  
  .gCalFlow .gcf-item-body-block {
    font-size: 90%;
    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));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffeeeeee);
  zoom: 1;
  color: black; }
  
  .gCalFlow .gcf-header-block {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#AAB1DC), to(#3B4CA5));
    background: -moz-linear-gradient(top, #AAB1DC, #3B4CA5);
    background: -o-linear-gradient(top, #AAB1DC, #3B4CA5);
    background: linear-gradient(to bottom, #AAB1DC, #3B4CA5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffAAB1DC,EndColorStr=#ff3B4CA5);
    zoom: 1; }
  .gCalFlow .gcf-item-body-block {
    color: #333; }
