/*extra css for other use*/
/*icss.css*/

/*notebook page*/
#noteholder{
	width: 325px;
	margin: 0 auto;
	background-color: transparent;
}

#notehead{
	background: url(../../images/misc/iblog-head.gif) 0 0 no-repeat;
	height: 70px;
}

#notebody{
	background: transparent url(../../images/misc/iblog-body.gif) 0 0 repeat-y;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	margin-left: 1px;
	color: #101010;
}

#notebody a{
	color: #a21a21;
	text-decoration: none;
}

#notebody a:hover{
	color: #1a3da2;
	text-decoration: underline;
}
#notefoot{
	background: transparent url(../../images/misc/iblog-foot.gif) 0 0 no-repeat;
	height: 15px;
}

/*end notebook page*/

/*ijoke page*/
#jokeholder{
	width: 242px;
	margin: 0 auto;
	background-color: transparent;
}

#jokehead{
	background: url(../../images/misc/ijoke-head.gif) 0 0 no-repeat;
	height: 51px;
}

#jokebody{
	background: url(../../images/misc/ijoke-body4.gif) 0 0 repeat-y;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 8px;
	color: #202020;
}

#jokebody a{
	color: #d34218;
	text-decoration: underline;
}

#jokebody a:hover{
	color: #1a3da2;
	text-decoration: underline;
}
#jokefoot{
	background: transparent url(../../images/misc/ijoke-foot.gif) 0 0 no-repeat;
	height: 10px;
}

/*end ijoke  page*/

.bdaydiv{
	background: url(../../images/misc/ibday.gif) 0 0 no-repeat;
	border: 1px solid #adadad;
}