
/**
 * FLASH
 */

#altContent {
	width: 618px;
	height: 280px;
}

/**
 * CHART
 */

div.LP_charts {
	width: 619px;
	position: relative;
}

/**
 * LOADING
 */

div.LP_loading {
	font-size: 11px;
	font-weight: bold;
	color: #1e5513;
}

div.LP_loading img {
	vertical-align: middle;
}

/**
 * TITLE
 */

tr.LP_serie_title_row {
	background-color:#b1b1b1;
	font-size:12px;
	background-image:url(../image/bg_title_header.gif);
	background-repeat:repeat-y;
}

td.LP_title_serie {
	text-indent:10px;
	color:#FFF;
}

div.LP_title {
	width: 619px;
	height: 44px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #1e5513;
 }
 
 div.LP_title div {
	padding: 13px 0 0 185px;
 }
 
 /**
  * MACHINES GROUP
  */
 
table.LP_series {
	width: 619px;
	margin: 0 0 1px 0;
	background-color: #e0e0e0;
}

/**
 * MACHINE SERIE
 */

table.LP_series td.LP_serie {
	width: 116px;
	color: #126422;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
}

table.LP_series td.LP_serie img {
	margin: 6px 0px 2px 10px;
	float:left;
}

table.LP_series td.LP_serie .title_serie {
	margin-left:20px;
	display:block;
}

/**
 * MACHINE MODEL
 */

table.LP_series td.LP_model {
	width: 72px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #4d4d4d;
}

/**
 * MACHINE CHART
 */

table.LP_series td.LP_chart {
	width: 431px;
	height: 16px;
	background-image: url(../image/machine_chart_background.gif);
	background-repeat: repeat-y;
}

table.LP_series td.LP_chart div.LP_ipm {
	background-color: #ffcc00;
	float: left;
	height: 14px;
	position: relative;
	font-size: 9px;
	color: #266615;
	font-weight: bold;
	text-align: center;
}

table.LP_series td.LP_chart div.LP_comment {
	float: left;
	height: 14px;
	position: relative;
	font-size: 9px;
	font-weight: bold;
	color: #909090;
}

/**
 * SERIE ROLLOVER
 */

div.LP_rollover {
	display: none;
	width: 503px;
	position: absolute;
	top: 0;
	left: 116px;
	background-color: #b6b6b6;
	text-align: center;
}

div.LP_rollover table {
	margin: 6px auto 6px 6px;
	width: 493px;
}


div.LP_rollover table h4.LP_serie_title {
	font-size: 12px;
	color: #333;
	margin: 3px 0;
}

div.LP_rollover table p.LP_serie_text {
	font-size: 12px;
	color: #333;
	margin: 0;
}

/**
 * NOTES
 */

p.LP_notes {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	color: #4d4d4d;
}
