body {
font-family: Arial,Helvetica,Verdana,Tahoma;
font-size: 12px;
background: white url("imagez/d-Sign_05_background.jpg"); 
background-repeat:no-repeat;
background-position:center top;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}



table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 11px;
    border:1px solid #ddd;
    color:#555;
}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: blue; text-align: center;}
table.calendar td.linked-day {font-size: 12px; text-decoration: none; font-weight:bold; background-color:orange}
table.calendar td.linked-day-prv {font-size: 12px; text-decoration: none; font-weight:bold; background-color:#fce3b4}
table.calendar a {text-decoration: none;color:white}

.mainPage_newsLink      {
        text-decoration : none;
	color : #000000;
}

a:hover.mainPage_newsLink { color:#EE0000; }
a:visited.mainPage_newsLink { color:#222222; }

