table#calendar
{
	font-family: Verdana;
	font-size: 10px;
}
table#calendar a{
text-decoration:none;
color: #5966D5;
}
table#calendar td.month
{
	font-family: Trebuchet MS;
	font-size: 10px;
	color: green;
	font-weight: bold;
}

table#calendar tr
{
	text-align: center;
}

table#calendar tr.daynames td
{
font-size:10px;
border-bottom: 1px dotted #CCCCCC;
}

table#calendar tr.week td
{
font-size:12px;
width:30px;
	/*height: 40px;*/
}
table#calendar td{
height:16px;
vertical-align: middle;
}
table#calendar td.today
{
background-color:#FFFFFF;
border: 1px dotted #000;
height: 16px;
text-align:center;
color: #000;
cursor:default;
}
table#calendar td.faersla
{
background-color:#F7F7F7;
border: 1px dotted #FF0000;
font-weight:bold;
height: 16px;
text-align:center;
color: #000;
cursor:default;
}
table#calendar td.faersla a{
color: #0869BB;
}
a.monthnav
{
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

a.monthnav:hover
{
	color: green;
	text-decoration: underline;
}
.d_top{

font-size:12px;
}
.d_top a{
text-decoration:none;
}
a.fyrri_man{
background: url(../img/dagatal_or_vinstri.gif) no-repeat center center;
width:40px;
height:16px;
text-decoration:none;
}
a:hover.fyrri_man{
background: url(../img/dagatal_or_vinstri_over.gif) no-repeat center center;
width:40px;
height:16px;
text-decoration:none;
}
a.naesti_man{
background: url(../img/dagatal_or_haegri.gif) no-repeat center center;
width:40px;
height:16px;
text-decoration:none;
}
a:hover.naesti_man{
background: url(../img/dagatal_or_haegri_over.gif) no-repeat center center;
width:40px;
height:16px;
text-decoration:none;
}
.dagur_over{
background-color:#FFFFFF;
height: 16px;
text-align:center;
color: #5966D5;
cursor:default;
vertical-align: middle;
}
.dagur_ut{
background: none;
}

