﻿.calendarContainer
{
  width: 24px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  display: inline;
  /* margin-top: 2px;*/
  position: relative; 
  
}
.calendarContainer div
{
  margin: 0px;
  padding: 0px;
  display: block;
  line-height: normal;
}
.calendarHide
{
  position: absolute;
  top: inherit;
  left: -999em;
  width: 0px;
  height: 0px;
  border: solid 1px green;
  margin: 0px;
  padding: 0px;
}
.calendarShow
{
  position: absolute;  
  top: auto; /* inherit; */
  left:auto;
  border: solid 1px #5F6EB1;
  z-index: 500;
  width: 18em; /* 150px; auto */
  height: auto; /*17em; */ /* 180px; auto */
  background-color: white; 
  margin: 0px;
  padding:0px;
  display: block;
}
.calendarBoxHeader
{
  background-color: #5F6EB1;
  border: solid 0px white;
  border-bottom: solid 1px #999999;
  font-size: 1em;
  font-weight: bold;
  height: 1.5em;
  width: 100%;
  white-space: nowrap;
  /* position: relative; */
  color: White;
}
.calendarBoxHeader TR TD
{
  padding: 0;
  margin: 0;
}
.calendarTitle
{
  text-align: center;
  margin: 0em;
  padding: 0em;
  padding-left: .8em;
  float: left;
  color: White;
}
.calendarX
{
  float: right;
  margin: 0em;
  padding: 0em;
  color: white;
  width: 1.5em;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.calendarX A, .calendarX A:visited
{
  text-decoration: none;
  color: white;
}
.calendarX A:hover
{
  color: yellow;
  background-color: #999999;
}
.calendarNavigationHeader
{
  width: 18em; /* auto */
  white-space: nowrap;
  height: auto;
  text-align: center;
  margin: 0;
  padding: 0;
}
.calendarNavigationHeader A, .calendarNavigationHeader A:visited
{
  background-color: White;
  color: #5F6EB1; 
  font-weight: bold;
  font-size: 1em;
  font-family: Verdana;
  text-decoration: none;
  margin-left: .3em;
  margin-right: .3em;
}
.calendarNavigationHeader A:hover
{
  background-color: White;
  /* color: Red; */
  text-decoration: none;
}
.calendarDropdown
{
  border: solid 1px #5F6EB1;
  background-color: white;
  color: Black;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold;
  font-size: 1em;
}
.calendarTable
{
  font-family: Verdana;
  font-size: 1em;
  border-top: solid 1px #5F6EB1;
  border-bottom: solid 1px #5F6EB1;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 0px;
  background-color: #ccddb9;
  table-layout: fixed;
}
.calendarTable TR TH
{
  font-size: .8em;
  font-weight: bold;
  padding: 1px;
  margin: 0px;
  width: 2em;
  border-bottom: solid 1px #5F6EB1;
  text-align: center;
}
.calendarTable TR TD.calendarDayNormal
{
  background-color: White;
  color: #00525A;
  text-align: center;
  margin: 0px;
  padding: 2px;
  font-weight: bold;
  font-size: 1em;
}
.calendarTable TR TD.calendarDaySelected
{
  background-color: yellow;
  color: #00525A;
  text-align: center;
  margin: 0px;
  padding: 2px;
  font-weight: bold;
  font-size: 1em;
}
.calendarTable TR TD.calendarDayNextPrevMonth
{
  background-color: #cccccc;
  color: #676767;
  text-align: center;
  margin: 0px;
  padding: 2px;
  font-weight: bold;
  font-size: 1em;
}
.calendarTable TR TD.calendarDayNormal A, .calendarTable TR TD.calendarDayNormal A:visited
{
  
  color: #5F6EB1;
 text-decoration: none;
  text-align: right;
 
}
.calendarTable TR TD.calendarDayNormal A:hover
{
  color: red;
  background: transparent;
}
.calendarTable TR TD.calendarDaySelected A, .calendarTable TR TD.calendarDaySelected A:visited
{
  color: #5F6EB1;
  text-align: right;
  text-decoration: none;
}
.calendarTable TR TD.calendarDaySelected A:hover
{
  color: red;
  background: transparent;
}
.calendarTable TR TD.calendarDayNextPrevMonth A, .calendarTable TR TD.calendarDayNextPrevMonth A:visited
{
  color: #5F6EB1;
  text-decoration: none;
  text-align: right;
  
}
.calendarTable TR TD.calendarDayNextPrevMonth A:hover
{
  color: red;
  background: transparent;
}
.calendarFooter
{
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  height: 1.4em; /* auto; */
  width: 18em; /* auto; */
  white-space: nowrap;
  border: solid 0px red;
  text-align: center;
}
.calendarFooter div
{
  margin: 0;
  padding: 0;
}

.calendarFooterToday A, .calendarFooterToday A:visited, .calendarFooter A, .calendarFooter A:visited
{
  color: #5F6EB1;
  background-color: White;
}
.calendarFooterToday A:hover, .calendarFooter A:hover
{
  color: Red;
  background-color: White;
}

.clearBoth
{
  margin: 0px;
  padding: 0px;
  clear: both;
  float: none;
}