/* ATTENTION: this css-data is called from inside an xml! */

/* the anchor to the screen articleImage */
.StoryContentPreviewImageAnchor
{
}

/* the articleImage thumb in the anchor */
.StoryContentPreviewImage
{
	border:none;
	float:left;
	margin-bottom:2px;
	margin-right:10px;
	/* width is set in xsl because we call the resizePicture function there which adapt automatically the width and height */
	/* width:150px; */
}

/* the headingText of the article */
.StoryContentHeading
{
	color:Gray;
	font-family:Verdana;
	font-size:1.1em;
	line-height:1.3em;
	padding:5px 10px 8px 0pt;
	text-decoration:none;
}

/* the anchor to the full article */
.StoryContentHeadingAnchor:link,
.StoryContentHeadingAnchor:visited
{
	color:Gray;
	text-decoration:none;
}

/* the anchor to the full article */
.StoryContentHeadingAnchor:hover
{
	color:Gray;
	text-decoration:underline !important;
}

/* the headerText of the article */
.StoryContentHeader
{
	color:Gray;
	font-family:Verdana;
	font-size:0.9em;
	line-height:1.1em;
	text-decoration:none;
}

/* the basetextText of the article */
.StoryContentBasetext
{
	color:Gray;
	font-family:Verdana;
	font-size:0.9em;
	line-height:1.1em;
	text-decoration:none;
}

/* the teaserText of the article */
.StoryContentTeaserText
{
	color:Gray;
	font-family:Verdana;
	font-size:0.9em;
	line-height:1.1em;
	text-decoration:none;
}

/* the anchor to the full article */
.StoryContentLinkAnchor
{
	color:Gray;	
	font-family:Verdana;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}

/* the image in the anchor */
.StoryContentLinkAnchorImage
{
	border:none;
	vertical-align:middle;
}

/* the style of the <hr> which seperates the article from each other */
.StoryContentSeparator
{
	margin:3px 3px 3px 3px;
	/*visibility:hidden;*/
}
