

.comments_pic {
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	
}

.comments_pic img{
	float: none;
}
.comments_pic .comment{
	margin-bottom: 5px;
	border: 1px solid #990000;

}
.comments_pic .head{
	background: url(css_media/bg2.jpg);
	height: 20px;
}

.comments_pic .name{
	color: white ;
	font: bold 11px Tahoma;
	line-height:20px;
	width: 100px;
	
}

.comments_pic .date{
	font: italic 10px Tahoma;
	color: white ;
	line-height:20px;
	width: 120px;
	
	
}

.comments_pic .actions{
	text-align: right;
	width:250px;
	
}
.comments_pic .head span{
	height: 20px;
	float: left;

}
.comments_pic .body{
	padding:5px;
}



#jokes_cat_list {
	
	width: 700px;
	margin: 20px;
}

#jokes_cat_list a{
	background: url(css_media/folder.gif) no-repeat 0% 50%;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	color: White;
}

#jokes_cat_list a:hover{
	background: url(css_media/folder_open.gif) no-repeat 0% 50%;
	color: #E16600 ;
}
#jokes_cat_list span{
	display: block;
	float: left;
	width: 200px;
	height: 20px;
	background: #990000 url(css_media/bg_ox2black_10x50.jpg) 0 30%;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #a93333 ;
	
}

.joke_error{
	margin: 10px;
}


.joke_list
	{
		border:1px solid #000;
		border-collapse: collapse;
		margin-left: 20px;
		
	
	}

	
.joke_list	td
	{
		
		padding:2px;
		white-space: nowrap;
		line-height: 20px;
		border-bottom: 1px solid gray;
		height: 18px;
		line-height: 18px;
		padding-left: 10px;
		padding-right: 10px;
		white-space: nowrap;
				
	}
.joke_list	thead td
	{
		font-weight:bold;
		color:white;
		background: url(css_media/bg2.jpg) ;
		border: none;

	}
	
.joke_list .com{
	padding: 0px;
	text-align: center ;
}

.joke_list a{
	color: White;
	font-weight: bold;
}
.joke_list .odd{
	background: #4D4D4D;
	
	
}
	
.joke_list .even{
	background: #2E0A0A; 

}

.joke_list img{
	float: none;
}


	#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		
	}
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:3000;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color: #CDCDCD;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #990000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#000;	/* White background color for the message */
}

.modalDialog_contentDiv h4{
	background: url(css_media/bg_ox2black_10x50.jpg);
	height:20px;
	font-size: 12px ;
	padding-left:20px;
	margin: 0px;
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}



	
	