@import url(clubpaf.css);
@import url(helpdesk.css);
@import url(mobile.css);
@import url(jackpott.css);
@import url(chronicle.css);
@import url(pressrelease.css);
@import url(betting.css);
@import url(spade.css);
@import url(poker.css);

/*Image border for images, image to the right*/
.imageborder{
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #B7B7B7;
	margin-bottom: 6px;
	margin-left: 10px;
}

/*Image border for images, image to the right but green*/
.imageborderg{
	background-color: #ffffff;
	padding: 2px;
	border: 2px solid #008837;
	margin-bottom: 6px;
	margin-left: 10px;
}

/*Image to the left with border*/
.leftimageborder{
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #B7B7B7;
	margin-bottom: 6px;
	margin-right: 10px;
}
/*Use caption text for images*/
.imagecaption
{
	margin: 0px;
	padding: 0.5em 5px 0.5em 0;
	color:#303030; 
	font-size:10px; 
	font-weight:normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
}