/* new css for fertility calculator */

.fertility_calculator_body
{
}

#wContainer {
}
  #wContainer #calID {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 5px;
    position: absolute !important;
    left: -20px;
    width: 175px;
    }
    #wContainer #calID table {
      border-collapse: collapse;
      table-layout: fixed;
      width: 175px;
      }
      #wContainer #calID table td {
        text-align: center;
        width: 25px;
        }
        #wContainer #calID table td a {
          display: block;
          }
        #wContainer #calID table td.sDate a {
          background-color: #007db2;
          color: #fff;
          }
        #wContainer #calID table td.pDate a:hover,
        #wContainer #calID table td.sDate a:hover{
          background-color: #59c6ce;
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          }
          #wContainer #calID table td.tHead a:hover {
            background-color: #ffd800;
            }
.fertility_calculator_box_img
{
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(/images/fertilityCal/fertilitycalc_box.gif);
	height: 150px;
	width: 600px;
	font-size: 14px;
}

.fertility_calculator_box_info
{
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
  position: relative;
}

.fertility_calculator_table
{
	font-size: 12px;
	width: 550px;
	background-color: #FFFFFF;
	border: 5px solid #E5F4FB;
}

.fertility_calculator_table th
{
	font-size: 15px;
	font-weight: bold;
	color: #C46AAA;
	padding-left:15px;
	height: 50px;
}

.fertility_calculator_table td
{
	font-size:11px;
	height: 25px;
	padding-left:14px;
	padding-right:14px;
	font-weight: bold;
}

