﻿
.calendar
{
  border:none;
}



.day
{
  width:90px;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}
.CellBackground
{
    background-color:#FCF9BA;
    height:68px;
    font-size:11px;
    cursor:pointer;
}

.CellData
{
    height:41px;
}

.CellDataCorn
{
    
    font-size:11px;
    width:90px;
    background-image:url(images/calendar_bg_corn2.gif);
    height:14px;
}

.CellDataBeans
{
    
    font-size:11px;
    width:90px;
    background-image:url(images/calendar_bg_soybeans2.gif);
    height:14px;
}

.CellDataWheat
{
    
    font-size:11px;
    width:90px;
    background-image:url(images/calendar_bg_wheat2.gif);
    height:14px;
}

.CellDataOther
{
    
    font-size:11px;
    width:90px;
    
    height:14px;
}

.CellBackgroundEmpty
{
    
    height:68px;
    font-size:11px;
}



.othermonthday
{
  background-color:#F5F3E5;
}

.month
{
  border-collapse:collapse;
  border:solid 1px black;
}

.dayheader
{
  background-color:#E3E0CD;
  background-image:url(images/header_bg.gif);
  color:#FFFFFF;
  font-family:Verdana;
  font-size:10px;
  text-align:center;
  border-top:solid 0px #FFFFFF;
  border-left:solid 0px #FFFFFF;
  border-bottom:solid 0px #ACA899;
  border-right:solid 0px #C6C1AC;
  padding: 4px;
}

.title
{
  background-color:#7D9459;
  background-image:url(images/title_bg2.gif);
  border: 0px solid black;
  border-bottom-width: 0px;
}

.title TD
{
  font-family:verdana;
  font-size:13px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.nextprev
{
  cursor:pointer;
}