/* 
================================
 Container Styles for DotNetNuke
================================
*/
/*.jokeListBg {
	width:800px;
	height:740px;
	.height:780px;
}*/
.jokeListBg {
float:left;
margin-left:-17px;
margin-top:-50px;
position:relative;
}
/*.jokeListWrapper {
	left:138px;
	position:absolute;
	top:255px;
}*/
.jokeListWrapper
{
	left: 100px;
	position: absolute;
	top: 130px;
}
.jokeList
{
	height: 500px;
	overflow: auto;
	width: 700px;
}
.jokeRecord
{
	margin: 25px 0 0 0;
}

.jokeTitle
{
	color: #b83413;
	font-weight: bold;
}

.tedhalogo
{
	display: none;
}
.horizontalLine
{
	clear: both;
	border-bottom: 1px groove; .border-bottom:2pxinset#d8d8ba;
width:600px;
float:left;
text-align:right;
}
.topLink
{
	font-weight: bold;
	color: #b83413 !important;
}

.submitJoke
{
	height: 0px;
	left: 515px;
	position: absolute;
	top: -90px;
}
.submitJoke a
{
	background: transparent url(images/submitjoke.png) no-repeat scroll left top;
	display: block;
	height: 110px;
	width: 240px;
	cursor: pointer;
}

.submitJoke a:link
{
	background: transparent url(images/submitjoke.png) no-repeat scroll left top;
	display: block;
	height: 110px;
	width: 240px;
}

.submitJoke a:hover
{
	background: transparent url(images/submitjoke_hover.png) no-repeat scroll left top;
	display: block;
	height: 110px;
	width: 240px;
}












