/* CSS Document */

#desktopDockWindows {
	display:block;
	position:absolute;
	top:0px;
	left:50px;
	height:24px;
	padding:0px;
	margin:0px;
}

.desktopDockWindowsItem {
	padding: 0px;
	margin:0px;
	float:left;
	position:relative;
	height:30px;
	cursor:default;
}

.desktopDockWindowsItemIcon {
	padding:0px;
	margin:0px;
	padding-right:3px;
	border:none;
	vertical-align:bottom;
	cursor:default;
}



.desktopDockWindowsItemTable {
	height:30px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

.desktopDockWindowsItemCellL {
	background-image:url(../../imagenes/Os/barra/dockWindowItem_l.gif);
	background-repeat:no-repeat;
	width:6px;
	height:30px;
	padding:0px;
	margin:0px;
}

.desktopDockWindowsItemCellL_Focus {
	background-image:url(../../imagenes/Os/barra/dockWindowItemFocus_l.gif);
}

.desktopDockWindowsItemCellM {
	background-image:url(../../imagenes/Os/barra/dockWindowItem_m.gif);
	background-repeat:repeat-x;
	height:30px;
	padding:0px;
	margin:0px;
	color:#00FF00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.desktopDockWindowsItemCellM_Focus {
	background-image:url(../../imagenes/Os/barra/dockWindowItemFocus_m.gif);
}

.desktopDockWindowsItemCellR {
	background-image:url(../../imagenes/Os/barra/dockWindowItem_r.gif);
	background-repeat:no-repeat;
	width:6px;
	height:30px;
	padding:0px;
	margin:0px;
}

.desktopDockWindowsItemCellR_Focus {
	background-image:url(../../imagenes/Os/barra/dockWindowItemFocus_r.gif);
}

.desktopDockWindowsPopupEffect {
  background:#333333;
  opacity: 0.2;
}


#desktopDockTasks {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	height:24px;
	padding:0px;
	margin:0px;
}

#desktopDockTasksButton {
	padding:0px;
	margin:0px;
	margin-top:4px;
	float:left;
	position:relative;
	display:block;
}

#desktopDockTasksItem {
	padding:0px;
	margin:0px;
	margin-top:4px;
	margin-right:1px;
	float:left;
	position:relative;
}
