﻿.jmenu 
{
	float: left;
	border: solid 1px #FFDE8C;/*#B4C8EB;#CDD8F2;*/
    background-color: #fffaf0; /*D6DFF7#FFDE8C;#CDD8F2;*/
    width: 165px;
    margin: 0px 0px 2px 2px;
    padding: 2px 2px 1px 2px;
    z-index:500;
}
.jmenu-drag-handle
{
    border-bottom: solid 1px #B4C8EB;
	background-image: url(../../images/XPDefault_Blue.gif);
	display:block;
	font-family:Tahoma;
	font-style:normal;
	font-weight:bold;
	font-size:small;
	color:#5078DC;
	padding-left: 5px;
	padding-bottom:1px;
	padding-top:1px;
	height: 20px;
}
.jmenu-group-header
{
	border-bottom: solid 1px #B4C8EB; 
	background-image: url(../../images/XPDefault_Blue.gif);
	display: block;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	font-size: small;
	color: #215DC6;
	padding-left: 5px;
	padding-bottom: 6px;
	padding-top: 2px;
	cursor: pointer;
}
.jmenu-group-header:hover
{ 
	color:#0A50B4;
}
.jmenu-links
{
	border-left: solid 1px #B4C8EB;
	padding: 5px;
	margin-bottom: 15px;
	background-color:  #D6DFF7;
}
.jmenu-links span
{ 
	float:left; 
}
.jmenu-link 
{ 
	text-decoration:none;
	
	font-family:Tahoma;
	font-style:normal;
	font-weight:normal;
	display:block;
	color:#215DC6; /*5078DC;*/
	margin-bottom:2px;
	cursor:pointer;
	height:16px;
/*	margin-left: 5px;*/
}
.jmenu-link:hover
{ 
	text-decoration:underline;
}
.jmenu-body
{
}
.pin
{
    /*border-bottom: solid 1px #B4C8EB;
	background-color: #B4C8EB;*/
	/*display:block;
	color:#5078DC;*/
	padding-left: 5px;
	padding-bottom:2px;
	padding-top:2px;
	cursor:pointer;
	float:right;
}

.expand
{ 
	cursor:pointer;
	float:left; 
} 
.collapse
{ 
	cursor:pointer;
	float:left; 
}
.drag 
{ 
	cursor:pointer;
	float:right; 
}
.fix
{ 
	cursor:pointer;
	float:right; 
}
.toggle
{
	cursor:pointer;
	float:right;
}
.icon  
{
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	width: 16px; 
	height: 16px; 
}

.myExpandIcon
{
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	width: 20px !important; 
	height: 20px !important; 
	background-image: url(../../images/WebListBar/upArrow_default.gif) !important; 
}

.myCollapseIcon
{
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	width: 20px !important; 
	height: 20px !important; 
	background-image: url(../../images/WebListBar/downArrow_default.gif) !important; 
}

.myUnpin
{
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	width: 15px !important; 
	height: 12px !important; 
	background-image: url(../../images/igdw_Pin.gif) !important; 
}

.myPin
{
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	width: 15px !important; 
	height: 12px !important; 
	background-image: url(../../images/igdw_Unpin.gif) !important; 
}