/* CSS Document */

div.datecontainer
{
  /*border: 1px dashed #333333;*/
  background-color: #455555; /* #557585  #527C8E;    #254555*/
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  width: 45px;
  height: 45px;
  padding: 5px;
  font-size: 0.8em;
  text-align:center;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #777777;
  box-shadow: 3px 3px 5px #333;
}

div.datetop
{
  width: 100%;
  height: 50%;
  margin:0px auto;
  border-bottom: 1px solid black;
}

div.datebottom
{
  height: 50%;
  width: 100%;
  margin:0px auto;
  font-size: 1.5em;
  line-height: 1.5em;
}