/* NP_Calendar */
table.calendar { 
  font-size: 9pt; 
  color: black; 
  text-align: center; 
} 
tr.calendardateheaders {
	font-size: 8pt;
	color: #000000;
} 
td.days { 
} 
td.today { 
  text-align: center; 
  color: green; 
  background-color: whitesmoke; 
} 
.sidebardl_calendar
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl_calendar dt
{
	background: #FFFFFF url(images/sidetitlebg.gif);
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1386BF;
}
.sidebardl_calendar dd
{
	background: #E8F5FD;
	font-size: 13px;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl_calendar dd a:hover
{
	text-decoration: none;
}
.sidebardl_calendar dd a:link, .sidebardl_calendar dd a:visited
{
	text-decoration: underline;
}


/* NP_CommentTree */
ul.commenttree {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.commenttree li {
	margin: 0;
	padding 0;
	padding-left: 5px;
	background: url(img/ico_comment.gif) top left no-repeat;
}

/* NP_Counter */
.counter {
} 
.sidebardl_counter
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl_counter dt
{
	background: #FFFFFF url(images/sidetitlebg.gif);
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1386BF;
}
.sidebardl_counter dd
{
	background: #E8F5FD;
	font-size: 13px;
	padding: 10px;
	margin: 1px 0 0;
	text-align: right;
	line-height: 180%;
}

/* NP_ShowBlogs */
.pageswitch {
	text-align: center; 
	color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 10px;
}
.pageswitch a:link {
	color: #333333;
	text-decoration: none;
}
.pageswitch a:visited {
	color: #000000;
	text-decoration: none;
}
.pageswitch a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: whitesmoke; 
}
.pageswitch a:active {
	color: #000000;
	text-decoration: none;
}
