/* Basic HTML
----------------------------------------------------------------------------------------------------*/

* {
	cursor: default;
}

html,body {
	overflow: hidden;
}

body {
	font: 12px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

/* Menu Bar
----------------------------------------------------------------------------------------------------*/
#MenuBar {
	background: #fff url(/images/ui/bar_top.png) repeat-x left bottom;
	color: #999;
	line-height: 17px;
	padding-right: 20px;
	text-shadow: #fff 0 1px 1px;
	height: 25px;
	font-weight: bold;
	padding: 0 10px;
	left: 0;
	right: 0;
}
#MenuBar .yuimenuitem a.selected, .yuimenubaritem a.selected {
	background: #fff url(/images/ui/bar_top_link_green.png) repeat-x left bottom;
	color: #fff;
	text-shadow: none;
	overflow: hidden;
	min-height: 1px;
}
#MenuBar .yuimenuitemlabel a.selected, .yuimenubaritemlabel a.selected {
	color: #fff;
}
#MenuBar .yuimenu, .yuimenubar {
 z-index: 300003;
}

/* Desktop
-----------------------------------------------------------------------------------------------------*/
#Desktop {
	background: url(/images/ui/bawallpaper.jpg) no-repeat;
	height:100%;
	width:100%;
}

/* Task Bar
-----------------------------------------------------------------------------------------------------*/
#TaskBar {
	background: #000 url(/images/ui/bar_bottom.png) repeat-x left bottom;
	border-bottom: 1px solid #333;
	color: #999;
	position:absolute;
	line-height: 25px;
	text-shadow: #fff 0 1px 1px;
	height: 25px;
	bottom: 0;
}
#TaskBarTabs .x-tab-panel-header, 
#TaskBarTabs .x-tab-panel-footer, 
#TaskBarTabs .x-tab-panel{
	background-color:transparent;
	border:0px;
	margin:0px;
	padding:0px;
}
#TaskBarTabs ul.x-tab-strip-top{
	background-color:transparent;
	background-image:none;
	border:0px;
}
#TaskBarTabs .x-tab-panel-bwrap {
	display:none;
	visibility:hidden;
}

.x-window-body{
	padding:5px;
}
