a{
 color:blue;
 text-decoration:underline;
}
a:hover{
 color:red;
 text-decoration:underline;
}
.calendar{
 font-family:Arial;
 font-size:8pt;
 text-align:center;
 margin:2px;
 border-width:1px 1px 1px 1px;
 border-spacing:1px;
 border-style:solid solid solid solid;
 border-color:silver silver silver silver;
 border-collapse:collapse;
 background-color:white;
}
.calendar th{
 font-weight:normal;
 padding:2px 8px 2px 8px;
 border-width:1px 1px 1px 1px;
 border-style:inset inset inset inset;
 border-color:silver silver silver silver;
 background-color:#e5e5e5;
 color:#555;
}
.calendar td{
 width:22px;
 height:19px;
 padding:1px 1px 1px 1px;
 border-width:1px 1px 1px 1px;
 border-style:inset inset inset inset;
 border-color:silver silver silver silver;
 background-color:white;
}
.calendar td:hover{
 background-color:#DDEEFF;
}
.selected_day{
 font-family:Verdana;
 font-size:8pt;
 font-weight:bold;
 text-align:center;
 width:140px;
 border:solid 1px black;
 padding:5px;
 margin:3px;
 background-color:white;
}
.datedialog{
 font-family:Arial;
 font-size:8pt;
 display:none; 
 border:solid 1px black; 
 margin:4px; 
 background-color:#fafafa;

 top:0px;
 left:0px;
 width:230px;
 position: absolute;
}

.anchor{
 /*font-family:Arial;*/
 font-family:Verdana, Geneva, sans-serif;
 font-size:10pt;
 height:16px;

 position:relative;
 visibility:visible; 
 background-color:#f9f9f9;
 /*width:100%;*/
 width:80%;
 float:left;
 border:solid 1px #CCC;
 padding:2px;
 cursor:pointer;
 margin-right:5px;
}
.datetitle{
 background-color:#ddd;
 background-image:url(../images/gray-bck.gif);
 font-weight:bold;
 color:black;
 border-bottom:solid 1px gray;
 padding:4px;
 margin-bottom:12px;
 text-align:left;
}
.close_button{
 cursor:pointer;
 float:right;
 padding:3px;
 width:8px;
 height:7px;
}
.link{
 color:black;
 text-decoration:underline;
}
.link:hover{
 color:#D23215;
 text-decoration:underline;
 /* border-bottom:1px dotted #0D78B6; */
}
.calday{
 text-decoration:none;
}
.calday:hover{
 text-decoration:underline;
 font-weight:bold;
}
.gray{
 color:silver;
 text-decoration:underline;
}