table.stories_list
{
	width:100%;
	border-collapse:collapse;
}

table.stories_list tr.line_odd
{
	background-color:#333333;
}

table.stories_list tr.line_even
{
	background-color:#000000;
}

table.stories_list td,
table.stories_list th
{
	text-align:center;
	border:1px solid #212121;
	padding:3px;
}

table.stories_list td.status_active
{
	color:green;
	font-weight:bold;
}

table.stories_list td.status_inactive
{
	color:red;
	font-weight:bold;
}

table.story_edit_table
{
	/*border:1px solid #cccccc;
	background-color:#f5f5f5;*/
	border-collapse:collapse;
	width:400px;
	margin:0px auto;
}

table.story_edit_table td
{
	padding:4px;
}

td.story_edit_label
{
	text-align:right;
	width:100px;
	/*font-weight:bold;*/
	vertical-align:top;
}

input.story_edit_input,
textarea.story_edit_area
{
	width: 450px;	
	border: 1px solid gray;
}
textarea.story_edit_area
{
	height: 350px;
	border: 1px solid gray;
}

td.story_edit_colspan
{
	text-align:center;
}
