
.ModalBackground
{
	background-color: #333333;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*background: url('Img/ModalImageBg.gif');*/
}

.popup
{
	padding: 5px;
	background: #ffffff;
	border: 2px solid #666666;
}
.popupContent
{
	margin-top: 8px;
}

.articleDisplayTitle
{
	font-size: 18px;
	margin-bottom: 10px;
}
.articleTitle
{
	font-weight: bold;
}
.articleAbstract
{
}
.articleContent
{
}
.articleContent IMG
{
}
.articleAuthor
{
}
.articleReadMore
{
}
.articleHeaderImage
{
	display: block;
	border: none;
	margin-bottom: 10px;
	text-align: center;
}

/*** POLL-SPECIFIC STYLES ***/
.Poll_DisplayText
{
	font-weight: bold;
}

.Poll_TotalVotes
{
	font-style: italic;
}

.Poll_TakePoll, .Poll_PollResults
{
	border: dashed 1px #666;
	padding: 5px;
	margin-top: 10px;
	margin-left: 15px;
}

.errorMessage
{
	color: #990000;
	font-weight: bold;
	font-style: italic;
}


.couponClient
{
	font-size: 16px;
	font-weight: bold;
}
.couponAddress
{
}
.couponTitle
{
	font-size: 13pt;
	font-weight: bold;
}
.couponDetails
{
	font-size: 9pt;
	font-style: italic;
	line-height: 15px;
}
.couponIssue
{
	font-size: 8pt;
}
.couponExpiration
{
	font-size: 8pt;
}

.couponFinePrint
{
	font-size: 9px;
	font-style: italic;
	line-height: 9px;
}

.articleImage
{
	padding: 5px;
	border: none;
}

img.inline
{
    border: none;
    margin: 5px;
}