@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */


/* Otsikkopalkit ovat Esan omia virityksiä jotta saatiin painetun tuotetaulukkojulisteen värit otsikkopalkkeihin lukite-osastolle. */

.Otsikkopalkki {
	width: 675px;
	background-color: #B3B3B3;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Otsikkopalkki_kierrelukitus {
	width: 675px;
	background-color: #FFF381;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Otsikkopalkki_sylinterimaisten_osien_lukitteet {
	width: 675px;
	background-color: #006FB4;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Otsikkopalkki_putkitiivistys {
	width: 675px;
	background-color: #F29967;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Otsikkopalkki_laippatiivistys {
	width: 675px;
	background-color: #BDD394;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Otsikkopalkki_apuaineet {
	width: 675px;
	background-color: #F29967;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	width: 690px;
	background-color: #CCC;
}
/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. 
*/
.MasterContainer
{
	float: left;
	overflow: hidden;
	padding: 10px;
}
/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterColumn
{
	cursor:pointer;
	color: #093A80;
	line-height: 15px;
	list-style-type: none;
}
/* This is the selector for a highlighted Master Column element.
*/
.MasterColumnHover
{
	color: #FF0000;
}
/* This is the selector for a selected Master Column element.
*/
.MasterColumnSelected
{
	list-style-type: none;
	font-weight: bold;
	list-style-image: url(../media/ui_images/impomet/navin_kolmio_impomet.png);
}
/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. 
*/
.DetailContainer
{
	float: right;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-left: 10px;
	margin: 10px;
}

