/* estilo de janela simples, modelo IM */

/* tabela com componentes do titulo */
	div.wide_style_tmim table.wide_table_title {width: 100%; height: 100%;}

/* imagem com cor propria no botao de fechar */
	div.wide_style_tmim.wide_enabled .wide_close_btn {background-image: url("../ui/wide_tmim_close.png");}

/* imagem com cor propria no botao de minimizar e restaurar */
	div.wide_style_tmim.wide_enabled .wide_minimize_btn {background-image: url("../ui/wide_tmim_minimize.png");}
	div.wide_style_tmim.wide_enabled .wide_restore_btn {background-image: url("../ui/wide_tmim_restore.png");}

/* texto do titulo */
div.wide_style_tmim div.wide_title {
	color: white;
	font-family: Arial, sans-serif, verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 3px;
	height: 19px;
	line-height: none;
	position: absolute;
	left: 22px;
	right: 34px;
}
/* titulo de janela desativada */
	div.wide_style_tmim.wide_disabled div.wide_title {color: #999;}

/* conteudo da janela */
div.wide_style_tmim div.wide_content, div.wide_style_tmim div.wide_content_noscroll {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align:top;
	position: relative;
	line-height: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 12px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
div.wide_style_tmim div.wide_content {overflow: auto;}
/* celula superior ao conteudo */
div.wide_style_tmim .wide_inside {}

/* tabela que envolve componentes do titulo */
div.wide_style_tmim .wide_titledrag {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
}
div.wide_style_tmim .wide_titledrag tr { margin: 0px; padding: 0px;}
div.wide_style_tmim div.wide_content { line-height: normal; }

/* cantos da tabela de moldura */
div.wide_style_tmim .first_row, div.wide_style_tmim .first_row_left, div.wide_style_tmim .first_row_center, div.wide_style_tmim .first_row_right {height: 8px;}

/* cantos de partes ativas */
div.wide_style_tmim .first_row_left {background-position: 0px 0px;}
div.wide_style_tmim .first_row_left, div.wide_style_tmim .first_row_right, div.wide_style_tmim .title_row_left, div.wide_style_tmim .title_row_right, div.wide_style_tmim .bottom_row_left, div.wide_style_tmim .bottom_row_right {
	background-image: url(../ui/wide_tmim_frameparts.gif);
}

div.wide_style_tmim .first_row_left, div.wide_style_tmim .title_row_left, div.wide_style_tmim .middle_row_left, div.wide_style_tmim .bottom_row_left {width: 8px;}
div.wide_style_tmim .first_row_center {background-position: 0px 0px;}

/* fundo da barra de titulos ativada */
div.wide_style_tmim .first_row_center, div.wide_style_tmim .title_row_center, div.wide_style_tmim .bottom_row_center {
	background-image: url(../ui/wide_tmim_framehorizontal.gif);
	background-repeat: repeat-x;
}

div.wide_style_tmim .first_row_right {background-position: -8px 0px;}
div.wide_style_tmim .first_row_right, div.wide_style_tmim .title_row_right, div.wide_style_tmim .middle_row_right, div.wide_style_tmim .bottom_row_right {width: 8px;}
div.wide_style_tmim .title_row, div.wide_style_tmim .title_row_left, div.wide_style_tmim .title_row_center, div.wide_style_tmim .title_row_right {height: 22px;}
div.wide_style_tmim .title_row_left {background-position: 0px -8px;}
div.wide_style_tmim .title_row_center {line-height: 0.5;background-position: 0px -8px;}
div.wide_style_tmim .title_row_right {background-position: -8px -8px;}
div.wide_style_tmim .middle_row_left {background-position: 0px 0px;}
div.wide_style_tmim .middle_row_left, div.wide_style_tmim .middle_row_right {background-image: url(../ui/wide_tmim_framevertical.gif);background-repeat: repeat-y;}
div.wide_style_tmim .middle_row_center {background: #ECECEC;}
div.wide_style_tmim .middle_row_right {background-position: -8px 0px;}
div.wide_style_tmim .bottom_row, div.wide_style_tmim .bottom_row_left, div.wide_style_tmim .bottom_row_center {height: 8px;}
div.wide_style_tmim .bottom_row_center {line-height: 0.5;background-position: 0px -30px;}
div.wide_style_tmim .bottom_row_right {line-height: 0.5;background-position: -8px -30px;}
div.wide_style_tmim .bottom_row_left {line-height: 0.5;background-position: 0px -30px;}

/* celulas do titulo, icone e botao de fechar, respectivamente */
div.wide_style_tmim .wide_td_icon {width: 18px;}
div.wide_style_tmim .wide_td_title {height: 28px;}
div.wide_style_tmim .wide_td_close {width: 19px;}
