/**
 * Style defs for StdPopupEditor
 **/
div.stdmoo_petab_superdiv {
	/*background-image: url('../img2/ala_varjo.png');*/
	background-repeat: repeat-x; 
	background-color: white;
	border: 1px solid #9dd19d;
	height: 100%;
}

div.stdmoo_petab_hide {
	display: none;
}

div.stdmoo_petab {	
/*	background-image: url('../img/main_table_bg.jpg');
	background-repeat: repeat-x; */ 	
	/* border: 1px solid gray; */
	
	font:0.95em/145% 'Trebuchet MS',helvetica,arial,verdana; 
	cursor: default;
	color: #333;
	width: 100%;
	height: 100%;
}

div.stdmoo_petab_bottom {
/*	background-image: url('../img/main_table_bg.jpg'); */
	background-repeat: repeat-x; 
	height: 16px;
}

div.stdmoo_petab_tabheaders {
	display: block; 
	/*background-image: url('../img/nav_active_bg.jpg');*/
	background-repeat: repeat-x;
	text-align: left
}


/* 
table.stdmoo_petab_tabtable
{
} */

table.stdmoo_petab_tabtable td.left
{
	background-image: url('../img/top_corner_left.gif');
	background-repeat: no-repeat;
	max-width: 14px;
}
table.stdmoo_petab_tabtable td.mid
{
	background-image: url('../img/top_bg.gif');
	background-repeat: repeat-x;
	cursor: pointer;
}
table.stdmoo_petab_tabtable td.mid:hover
{
	background-image: url('../img/top_bg.gif');
	background-repeat: repeat-x;
	color: white;
}
table.stdmoo_petab_tabtable td.right
{
	background-image: url('../img/top_corner_right.gif');
	background-repeat: no-repeat;
	max-width: 14px;
}