/* ======================================== */
/* Main container
/* ======================================== */
#div_story_1
{
	/*
	border:0px solid green;
	*/
	width:700px;
	padding-top: 5px;
	margin-bottom:5px;
}

#div_story_1 #div_right
{
	/*
	border:1px dotted black;
	 background-color:; cursor:;
	*/
	position:; width:400px; height:400px; color:#282828;
	float:right;
	font-family:inherit; font-size:125%; text-align:left;
}

/* ======================================== */
/* #div_right table overrides table
/* ======================================== */
#div_right table
{
	/*
	
	*/
	padding: 0;
	font-family:inherit; font-size:inherit;
	border-left:1px solid black; border-right:1px solid black; border-top:1px solid black
}


/* ======================================== */
/* ======================================== */
/* Cells
/* ======================================== */
/* ======================================== */
	#div_right td
	{	
		/*
		border-right, border-bottom: 1px solid black;
		border-bottom: 1px solid black;
		*/
		border-bottom: 1px solid black;
		
	}


#div_right #td_text
	/* -------------------------------------------------------------------------------- */
	/* This settings i used by by all cells with text in in operator_settings.php
	/* -------------------------------------------------------------------------------- */
	{	
		padding-left: 5px;
		border-bottom: 1px solid black; border-right: 1px solid black;
		
	}
	
#div_right #td_text_no_right_border
	/* -------------------------------------------------------------------------------- */
	/* This settings i used by by all cells with text in in operator_settings.php
	/* -------------------------------------------------------------------------------- */
	{	
		padding-left: 5px;
		border-bottom: 1px solid black;
		
	}
