/*body {
	overflow: hidden;
	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-outer {
	position: absolute;
	overflow: hidden;
/* presets */
	width: 250px;
	height: 200px;
	Z-INDEX: 10000;
}
.b-window-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 26px;
}

.b-windowhead-outer-1 {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 100%;
	height: 26px;
	overflow: hidden;
	padding-left: 8px;
	background-image: url(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(gfx/windowhead_end.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.b-windowhead-inner {
	position: relative;
	background-image: url(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(gfx/windowcontrols_start.gif);
	background-repeat: no-repeat;
}
.b-windowcontrol-close {
	background-image: url(gfx/windowcontrol_close.gif);
	background-repeat: no-repeat;
}
.b-windowcontrol-max {
	background-image: url(gfx/windowcontrol_max.gif);
	background-repeat: no-repeat;
}
.b-windowcontrol-min {
	background-image: url(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(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(gfx/taskbar_back.gif);
	background-repeat: repeat-x;
}

/* taskbar grippy */
.b-taskbar-grippy {
	position: relative;
	width: 16px;
	height: 30px;
	overflow: hidden;
	background-image: url(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(gfx/taskbar_item_start.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 2px;
}

.b-taskbar-item-inner-1 {
	background-image: url(gfx/taskbar_item_end.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding-right: 2px;
}

.b-taskbar-item-inner-2 {
	background-image: url(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(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;
}