/* global */
div.ui-cluetip {
	font-size: 1em;
}
.ui-cluetip-header,
.ui-cluetip-content {
	padding: 12px;
}
.ui-cluetip-header {
	font-size: 1em;
	margin: 0;
	overflow: hidden;
}
.cluetip-title .cluetip-close {
	float: right;
	position: relative;
}
.cluetip-close img {
	border: 0;
}
#cluetip-waitimage {
	width: 32;
	height: 32px;
	position: absolute;
	background-image: url(../img/loading.gif);
}
.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width: 11px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-width: 0;
}
.cluetip-extra {
	display: none;
}
/***************************************
	 =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
	background-color: #fff;
}
.cluetip-jtip .cluetip-outer {
	position: relative;
	background-color: #fff;
	border: 2px solid #7B98E0;
}
.cluetip-jtip h3.cluetip-title {
	font: normal 14px Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	background-color: #7B98E0;
	background-image: none;
	color: #fff;
}
.cluetip-jtip .cluetip-inner {
	background-image: none;
	padding: 0;
}
.cluetip-jtip div.cluetip-close {
	text-align: right;
	margin: 0 5px 0;
	color: #900;
}
/***************************************
	 =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-outer .ui-widget-content {
	border: 0 !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}
.ui-cluetip-content {
	padding: 0;
}
.cluetip-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.cluetip-rounded .cluetip-outer {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}
.cluetip-rounded	.cluetip-arrows {
	border-color: #ccc;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded .cluetip-title,
.cluetip-rounded .cluetip-inner {
	zoom: 1;
}
/*****************************************************************
	 FILE MENU as substitute of right click menu (vnet specific)
--------------------------------------------------------------- */

#filMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fdfaff url(../img/contextMenu.gif) repeat-y;
}
#filMenu ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	line-height: 18px;
	font: 12px Tahoma, Arial, sans-serif;
	color: #000;
}
#filMenu ul a {
	display: block;
	color: #000000;
	cursor: default;
	text-decoration: none;
	margin: 0;
	border: none;
	padding: 2px;
}
#filMenu ul a:hover {
	border: 1px solid #000080;
	padding: 1px;
	background: #ffeec2;
	color: #000;
}
#filMenu li img {
	width: 16px;
	height: 16px;
	padding: 2px 8px 2px 2px;
	vertical-align: middle;
	border: 0;
}
#filMenu {
	display: none;
}
#filMenu b {
	line-height: 22px;
	padding: 6px 28px;
	font-weight: normal;
}
#filMenu #edit b {
	background: url('../../../images/ez/edit.png') no-repeat 2px center;
}
#filMenu #copy b {
	background: url('../../../images/ez/copy.png') no-repeat 2px center;
}
#filMenu #delete b {
	background: url('../../../images/ez/delete.png') no-repeat 2px center;
}
#filMenu #move b {
	background: url('../../../images/ez/refresh.png') no-repeat 2px center;
}
#filMenu #label b {
	background: url('../../../images/ez/favorites.png') no-repeat 2px center;
}