/* NP_Calendar */
table.calendar { 
	font-size: 8pt; 
	color: black; 
	margin: auto;
	text-align: center; 
} 
table.calendar caption{ 
	text-align: center; 
	padding: 0;
	margin: auto;
} 
tr.calendardateheaders { 
	font-size: 7pt; 
	color: red; 
} 

td.days { 
} 

td.today { 
	text-align: center; 
	color: green; 
	background-color: whitesmoke; 
} 
.sidebar_contents_value_ul_cal
{
	text-align: center; 
}
.sidebar_contents_value_ul_cal li
{
	padding: 0;
	margin: 0;
}
.sidebar_contents_value_ul_cal li a:link
{
	text-decoration: underline;
}
.sidebar_contents_value_ul_cal li a:visited
{
	text-decoration: underline;
}
.sidebar_contents_value_ul_cal li a:hover
{
	text-decoration: none;
}

/* NP_Counter */
.counter { 
	text-align: center; 
	color: white; 
}
/* NP_ShowBlogs */
.pageswitch {
	color: #CCCCCC;
	text-align: center; 
}
.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;
}
/* NP_CommentTree */ 
ul.commenttree { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
ul.commenttree li { 
	margin: 0; 
	padding 0; 
	padding-left: 14px; 
} 
ul.commenttree li.item { 
	background: url(images/ico_item.gif) left top no-repeat; 
	border-width: 0px 0 1px 0;
	border-style: solid;
	border-color: white;
} 
ul.commenttree li.comment, ul.commenttree li.more { 
	background: url(images/ico_comment.gif) left center no-repeat; 
} 
ul.commenttree li.trackback { 
	background: url(images/ico_tb.gif) left center no-repeat; 
} 
/* NP_znMCList */ 
.znmcl_ul
{
}

.znmcl_ul li {
	font-weight: bold;
	padding-bottom: 10px;
}
.znmcl_ul li a:link, .znmcl_ul li a:visited {
	padding: 0 10px 0 10px;
	color: #000000;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #FF6600;
	background-image: url(../../../images/dot.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.znmcl_ul li a:hover, .znmcl_ul li a:active {
	padding: 0 10px 0 10px;
	color: #000000;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #FF6600;
	background-image: url(../../../images/dot.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.znmcl_ul li ul li {
	padding-left: 10px;
	font-weight: normal;
	border: none;
	padding-bottom: 0px;
}
.znmcl_ul li ul li a:link, .znmcl_ul li ul li a:visited {
	padding: 0 10px 0 10px;
	color: #000000;
	border: none;
	background-image: url(../../../images/dot_s.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.znmcl_ul li ul li a:hover, .znmcl_ul li ul li a:active {
	padding: 0 10px 0 10px;
	color: #000000;
	border: none;
	background-image: url(../../../images/dot_s.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}



