.calendar{
	background-color:#666666;
	color:#FFFFFF;
	border:#FFFFFF thin solid;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h.png');
}
.emptydayfield{
	background-color:#FF9900;
	color:#FFFFFF;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h.png');
}







ul#dayfield a {
   	text-align:center;
	display:block;
    padding: 0em;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	background-color:#003366;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h.png');
	background-repeat:repeat;
	background-position:top;
	line-height:170%;
}
  
ul#dayfield a:hover {
    border: 1px solid grey;
	background-color:#006699;
    color: white;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h_hover.png');
  }
ul#dayfield a:active {
	border: 1px solid red;
	background-color:#0066FF;
    color: #FFFFFF;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h_active.png');
  }
ul#dayfield li {
  list-style:none;
   margin: 0.1em; padding: 0;
  }







ul#markeddayfield a {
   	text-align:center;
	display:block;
    padding: 0em;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	background-color:#003366;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h_active.png');
	background-repeat:repeat;
	background-position:top;
	line-height:170%;
}
  
ul#markeddayfield a:hover {
    border: 1px solid grey;
	background-color:#006699;
    color: white;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h_active.png');
  }
ul#markeddayfield a:active {
	border: 1px solid red;
	background-color:#0066FF;
    color: #FFFFFF;
  }
ul#markeddayfield li {
  list-style:none;
   margin: 0.1em; padding: 0;
  }






ul#lockeddayfield a {
   	text-align:center;
	display:block;
    padding: 0em;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	background-color:#003366;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h.png');
	background-repeat:repeat;
	background-position:top;
	line-height:110%;
}
  
ul#lockeddayfield a:hover {
    border: 1px solid grey;
	background-color:#006699;
    color: #CCCCCC;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h.png');
  }
ul#lockeddayfield a:active {
	border: 1px solid #999999;
	background-color:#0066FF;
    color: #FFFFFF;
  }
ul#lockeddayfield li {
  list-style:none;
   margin: 0.1em; padding: 0;
  }





ul#preseldayfield a {
   	text-align:center;
	display:block;
    padding: 0em;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	background-color:#003366;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h.png');
	background-repeat:repeat;
	background-position:top;
	line-height:110%;
}
  
ul#preseldayfield a:hover {
    border: 1px solid grey;
	background-color:#006699;
    color: #FF3300;
	background-image:url('/Pictures/Static/Navigation/pearlbutton_r_h.png');
  }
ul#preseldayfield a:active {
	border: 1px solid #999999;
	background-color:#0066FF;
    color: red;
  }
ul#preseldayfield li {
  list-style:none;
   margin: 0.1em; padding: 0;
  }
