/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
/*.jokes
{
	background:url(images/jokeBg.png) no-repeat top left;
	width:247px;
	height:311px;
	float:left;
	margin-top:-50px;
}
*/
/*.jokes
{
	background:url(images/jokeBg.png) no-repeat top left;
	width:247px;
	height:311px;
	float:left;
	margin-top:-25px;
	
}*/
.jokes {
	float:left;
	height:321px;
	position:relative;
	.top:-5px !important;
	top:-25px;
	width:247px;
}
.jokeContent {
	float:left;
	height:140px;
	left:45px;
	position:absolute;
	top:0;
	width:135px;
}

.jokeContainer {
	float:left;
	margin:50px 0 0 20px;
	width:130px;
	font-size:11px;
}
.jokeRecord {
	height:175px;
	margin:35px 0 0 35px;
	width:160px;
	font-size:11px;
}
.morebtn {
	background:transparent url(images/arrowBullet.png) no-repeat scroll 100% 58%;
	clear:both;
	float:right;
	height:15px;
	width:40px;
}

.jokeRecordTop {
	font-size:12px;
}
































