/*
 * Colours and styles for the tefalheads
 * web pages.
 */

.left_float {
	border: 1px solid #000;
	float: left;
	margin: 1em;
}

.right_float {
	float: right;
	margin: 1em;
	border: 1px solid #000;
}

.source_code {
	margin: 1em;
	font-size:10px;
	border: 1px dashed #000;
	background: #eee;
}

.tables {
	margin: 1em;
	font-size: 12px;
	background: #fff;
	border: 1px #000;
}

.titlerow {
	background: #bbf;
}
.darkrow {
	background: #ccc;
}
.lightrow {
	background: #eee;
}

/*
 * Story title links
 */
.storylink {
	font-size: 14 px;
	font-weight: bold;
	color: #000; 
	line-height: 17 px; 
	font-family: geneva, arial, helvetica, sans-serif; 
	text-decoration: none
}

/*
 * Adds underline when link is highlighted
 */
A:hover {
	TEXT-DECORATION: underline
}

/*
 * Menu option links
 */

.menulink {
	font-size: 14 px;
	color: #c00; 
	font-weight: bold;
	line-height: 17 px;
	font-family: geneva, arial, helvetica, sans-serif; 
	text-decoration: none;
}

/*
 * menu option title formatting
 */

.menuformat {
	background: #ccf;
}

/*
 * menu option info formatting (ie the bit below the menu option)
 */
.menuinfo {
	background: #ccc;
	height: 10px;
	font-size: 11px
}

.synopsis-text {
	text-indent: 1em;
}

.synopsis-info {
	font-size: 10px;
	text-indent: 1em;
}

/*
 * position information for the title
 */
#title {
	position absolute;
	top: 5px;
	left: 10px;
	width: 650px;
	background: #ccf;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	font-size: 12px;
	}
/*
 * position of left menu
 */
#leftmenu {
	position: absolute;
	left:10px;
	top:90px;
	width:110px;
	background:#fff;
	}

/*
 * postion of right menu
 */
#rightmenu {
	position: absolute;
	left:550px;
	top:90px;
	width:110px;
	background:#fff;
	}
	
/*
 * postion layout for the content
 * middle section
 */
#content {
	position: absolute;
	left: 125px;
	top: 90px;
	width: 420px;
	background: #ffc;
	border:1px solid #ccf;
	overflow: auto;
	scrollbar-3dlight-color: #ccf; 
	scrollbar-arrow-color: #ccf; 
	scrollbar-base-color:#ffc; 
	scrollbar-darkshadow-color: #ccf; 
	scrollbar-face-color: #ffc; 
	scrollbar-highlight-color: #ccf; 
	scrollbar-shadow-color: #ffc; 
}

/*
 * edit block layout
 */
 
#edit {
	position absolute;
	left: 10px;
	top: 90px;
	width: 650px;
	background: #ccf;
	border: 1px solid #c00;
}
