/**
 * Style sheet e_story
 */
.story .storyedit
{
	float:right;
	margin-right:0px;
	margin-left:5px;
	padding-right:0px;
}

.story .storyedit a
{
	width:97px;
	height:25px;
	display:block;
	background-image:url("files/images/layout_de/megabutton.jpg");
	background-repeat:no-repeat;
	background-position:0px -281px;
}

.story .storyedit a:hover
{
	background-position:0px -306px;
}

.story .storyedit a span
{
	left:-9999px;
	position:absolute;
}

.story .storyip
{
	float:right;
	margin-left:5px;
}

.story p.storyip
{
	font-size:.8em;
	color:#A0A0A0;
}

.story p.author
{
	font-size:.8em;
}

.story p.author, .story p.author a
{
	color:#A0A0A0;
}

.story a
{
	text-decoration:none;
}

.story a:hover
{
	text-decoration:underline;
}

.story .storyelement
{
	margin-bottom:1em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#DEC32B;
}

.story .storyelement.first
{
	margin-top:1em;
}

.story .storyelement.last
{
	border-bottom-width:0px;
}

.story.mod_storyeditor .formbody
{
	width:675px;
	margin-right:auto;
	margin-left:auto;
}

.story.mod_storyeditor .formbody .text
{
	width:500px;
}

.story.mod_storyeditor .formbody .textarea
{
	width:500px;
	height:200px;
}
