.eitjeskalender
{
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
background-color: #FFE4E1;

color: black;
font-family: arial;
font-size: 20px;
text-decoration: none;
line-height:150%;
padding-left: 5px;
}

.nest_image
{
border-style: ridge;
} 


.border_left
{
border-left: 1px solid black
}

.border_right
{
border-right: 1px solid black
}

.border_top
{
border-top: 1px solid black
}

.border_bottom
{
border-bottom: 1px solid black
}

.border_left_top_bottom
{
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black
}

.border_top_bottom
{
border-top: 1px solid black;
border-bottom: 1px solid black;
}

.border_top_bottom_right
{
border-top: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black
}

.border_left_top_bottom_right
{
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black
}

.tdbutton
{
background-image: url(../images/normal_button.gif);
width: 85px;
height: 24px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

border-left: 0px outset;
border-right: 0px outset;
border-top: 0px outset;
border-bottom: 0px outset;

font-weight: bold;
font-size: 12px;
font-family: arial;
color: "black";
text-decoration: none
}
.boxed {
  border: 1px solid green ;
}