* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Tahoma;
	/*color: #000000;*/
}

body,html {
	margin: 0;
	padding: 0;
}

body {
	/*overflow: hidden;*/s
	height: 100%;
	background-color: #FFFFFF;
	font-size:12px;
}

.ToolTip {
	padding:4px 8px 4px 8px;
	border:1px solid #000;
	background-color: #f1f1f1;
	color:#0000;
}

#windowmanager {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

.wm-background-tile {
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat: repeat;
	background-position: top left;
}

.wm-background-center {
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#wm-background-stretch {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}


/* window */
.b-window {
	position: absolute;
	padding-top: 25px;
	overflow: hidden;
}

.b-window-sel {
	z-index: 100;
}

.b-window-des {
	z-index: 50;
}

.b-windowhead {
	cursor: default;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 5px;
	margin: 0;
	background: 0 0 transparent no-repeat url(../_imagens/gfx/win_top_left.gif);
	overflow: hidden;
}

.b-window-sel .b-windowhead {
	background-position: 0 0;
}

.b-window-des .b-windowhead {
	background-position: 0 -25px;
}

.b-windowhead-right{
	padding-right: 5px;
	margin: 0;
	background: 100% 0 transparent no-repeat url(../_imagens/gfx/win_top_right.gif);
	overflow: hidden;
}

.b-window-sel .b-windowhead-right{
	background-position: 100% 0;
}
.b-window-des .b-windowhead-right{
	background-position: 100% -25px;
}

.b-windowhead-mid {
	position: relative;
	background-image: url(../_imagens/gfx/win_top_mid.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	overflow: hidden;

	line-height: 25px;
	height: 25px;
	cursor: auto;
	font-weight: bold;
	padding-left: 24px;
	white-space: nowrap;
}

.b-window-sel .b-windowhead-mid {
	background-position: 0 0;
	color: #000000;
}

.b-window-des .b-windowhead-mid {
	background-position: 0 -25px;
	color: #aaaaaa;
}

.b-windowfoot {
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 13px;
	height: 13px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	z-index: 20;
	cursor: nw-resize;
	background-image: url(../_imagens/gfx/grabCorner.gif);	
}

.b-windowfoot img {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: nw-resize;
	
}

b-windowfootImage{
	cursor: nw-resize;
}

.b-window-icon {
	position: absolute;
	top: 4px;
	left: 1px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background-image: url(../_imagens/gfx/backbase-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.b-windowbody,
.b-windowbody-inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.b-windowbody {
	padding: 0 2px 2px 2px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #809aa9;
	background-color: #cbdae4;
	overflow: hidden;
}

.b-windowbody-inner {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #809aa9;
	padding: 8px;
	background-color: #ffffff;
	overflow: auto;
}

.b-window-des .b-windowbody {
	border-color: #d0dfe5;
	background-color: #f0f5f8;
}

.b-window-des .b-windowbody-inner {
	border-color: #b9cfd8;
}

.b-windowbutton-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-image: url(../_imagens/gfx/win_top_mid.gif);
	background-repeat: repeat-x;
}

.b-window-sel .b-windowbutton-container {
	background-position: 0 0;
}

.b-window-des .b-windowbutton-container {
	background-position: 0 -25px;
}

.b-window-button {
	margin: 6px 2px 0 2px;
	float: left;
	height: 13px;
	width: 13px;
	overflow: hidden; /* to make sure the button is 13px high in IE */
	cursor: pointer;
	display: inline-block;
}

.b-window-sel .b-window-button {
	background-position: 0 0;
}

.b-window-sel .b-window-button-hov {
	background-position: 0 -13px;
}

.b-window-sel .b-window-button-pres {
	background-position: 0 -26px;
}

.b-window-des .b-window-button {
	background-position: 0 -39px;
}

.b-window-des .b-window-button-hov {
	background-position: 0 -52px;
}

.b-window-des .b-window-button-pres {
	background-position: 0 -65px;
}

.b-window-closebutton {
	background-image: url(../_imagens/gfx/close.gif);
}

.b-window-maximizerestorebutton {
	background-image: url(../_imagens/gfx/max.gif);
}

.b-window-minimizebutton {
	background-image: url(../_imagens/gfx/min.gif);
}

.ts-window-frame {
	scrollbar-3dlight-color: #7f99a8;
	scrollbar-arrow-color: #7f99a8;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #7f99a8;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #7f99a8;
	scrollbar-track-color: #ffffff;
	height: 100%;
	border:0;
}

.b-window-outer {
	position: absolute;
	overflow: hidden;
/* presets */
	width: 250px;
	height: 200px;
}

.b-window-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 26px;
}

.b-windowhead-outer-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 26px;
	overflow: hidden;
	padding-left: 8px;
	background-image: url(../_imagens/gfx/windowhead_start.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.b-windowhead-outer-2 {
	position: relative;
	height: 26px;
	padding-right: 8px;
	background-image: url(../_imagens/gfx/windowhead_end.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.b-windowhead-inner {
	position: relative;
	background-image: url(../_imagens/gfx/windowhead_back.gif);
	background-repeat: repeat-x;
	height: 26px;
	line-height: 26px;

	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.b-windowheadcontrols {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: default !important;
}

.b-windowcontrol-start {
	background-image: url(../_imagens/gfx/windowcontrols_start.gif);
	background-repeat: no-repeat;
}
.b-windowcontrol-close {
	background-image: url(../_imagens/gfx/windowcontrol_close.gif);
	background-repeat: no-repeat;
}
.b-windowcontrol-max {
	background-image: url(../_imagens/gfx/windowcontrol_max.gif);
	background-repeat: no-repeat;
}
.b-windowcontrol-min {
	background-image: url(../_imagens/gfx/windowcontrol_min.gif);
	background-repeat: no-repeat;
}
.b-windowcontrol-hov {
	background-position: 0px -14px;
}
.b-windowcontrol-inner {
	width: 15px;
	height: 14px;
	overflow: hidden;
}

/* window body */
.b-windowbody-outer-1,
.b-windowbody-outer-2,
.b-windowbody-inner-1 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-color: #7f98b2;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
.b-windowbody-inner-2 {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fefeff;
	padding-bottom:23px;
}

.b-windowbody-content {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
	padding: 8px
}

.b-windowbody-outer-1 { padding: 0 1px 1px 1px; background-color: #fefeff; }
.b-windowbody-outer-2 { border-color:#a8b9ca; }
.b-windowbody-withstatusbar .b-windowbody-inner-1 {
	padding-bottom: 23px;
}

/* window footer */
.b-windowfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	overflow: hidden;
	background-image: url(../_imagens/gfx/windowfooter_back.gif);
	background-repeat: repeat-x;
	padding: 0 8px;

	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 23px;
}

/* taskbar */
.b-taskbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #000000;
	background-image: url(../_imagens/gfx/taskbar_back.gif);
	background-repeat: repeat-x;
}

/* taskbar grippy */
.b-taskbar-grippy {
	position: relative;
	width: 16px;
	height: 30px;
	overflow: hidden;
	background-image: url(../_imagens/gfx/taskbar_grippy.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}

/* taskbar item */
.b-taskbar-item-outer-1,
.b-taskbar-item-outer-2,
.b-taskbar-item-inner-1,
.b-taskbar-item-inner-2 {
	height: 28px;
	cursor: default;
}
.b-taskbar-item-outer-2,
.b-taskbar-item-inner-1,
.b-taskbar-item-inner-2 {
	position: relative;
	width: 100%;
}

.b-taskbar-item-outer-1 {
	padding-left: 4px;
}

.b-taskbar-item-outer-2 {
	background-image: url(../_imagens/gfx/taskbar_item_start.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 2px;
}

.b-taskbar-item-inner-1 {
	background-image: url(../_imagens/gfx/taskbar_item_end.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding-right: 2px;
}

.b-taskbar-item-inner-2 {
	background-image: url(../_imagens/gfx/taskbar_item_back.gif);
	background-repeat: repeat-x;
	padding: 0 4px;

	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 28px;
}

.b-taskbar-item-hov .b-taskbar-item-inner-1 {
	background-position: 100% -28px;
}
.b-taskbar-item-hov .b-taskbar-item-outer-2,
.b-taskbar-item-hov .b-taskbar-item-inner-2 {
	background-position: 0px -28px;
}

.b-taskbar-item-pres .b-taskbar-item-inner-1 {
	background-position: 100% -56px;
}
.b-taskbar-item-pres .b-taskbar-item-outer-2,
.b-taskbar-item-pres .b-taskbar-item-inner-2 {
	background-position: 0px -56px;
	color:#fff;
}

.b-taskbar-item-sel .b-taskbar-item-inner-1 {
	background-position: 100% -84px;
}
.b-taskbar-item-sel .b-taskbar-item-outer-2,
.b-taskbar-item-sel .b-taskbar-item-inner-2 {
	background-position: 0px -84px;
}

.b-taskbar-notification {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 30px;
	padding-top: 3px;
	border-left: 1px solid #94a9be;

	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 27px;
	text-align: center;
}

.b-startbutton {
	position: relative;
	width: 99px;
	height: 30px;
	overflow: hidden;
	background-image: url(../_imagens/gfx/startbutton.gif);
	background-repeat: no-repeat;
	padding-top:2px;

	font-family: Tahoma,2005-05-17 14:31 Verdana;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}

.b-startbutton-hov {
	background-position: 0px -33px;
}

.b-startbutton-press {
	background-position: 0px 66px;
}

.b-startbutton-sel {
	background-position: 0px -66px;
}

/* S:LOADING */

.s-loading {
	position: absolute;
	top: 40%;
	left: 44%;
	height: 50px;
	z-index: 999;
}

.s-loading-left {
	width: 5px;
	height: 50px;
	background-image: url(../_imagens/gfx/loading_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.s-loading-mid {
	height: 50px;
	background-image: url(../_imagens/gfx/loading_mid.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.s-loading-content {
	padding: 0 25px;	
}

.s-loading-right {
	width: 5px;
	height: 50px;
	background-image: url(../_imagens/gfx/loading_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* menuZoom */
.menuZoomListBar {
	margin: 0 auto;
	text-align: center;
	background-color: #333;
	position: relative;
	-moz-user-select: none; 
	width: 300px; 
	height: 50px;
}

.menuZoomOuterbar {
	background-color: #666;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 100%;
}

.menuZoomListItemLabel {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
	border: 2px solid #666;
	padding: 2px;
	text-align: center;
	position: absolute;
	
}

.menuZoomListItemLabel.selected {
	display: block;

}

.menuZoomListItemImage {
	border: 0px;
	position: absolute;
}

.menuZoomListItem {
	position: absolute;
	z-index: 2;
}