/* ------------------------------------------------------------------------------------------------------*/
/* Images Generic Css
/* Use Div Tag to identify Image
/* Use Sintax <Div class="Image_imgname"/> and in this css define it like .mage_imgname{background-image: url('/includes/images/titlebk.jpg'); width...}
/* ------------------------------------------------------------------------------------------------------*/

#Imageselect1, #Imageselect2, #Imageselect3
{
	width: 16px;
	height: 16px;
}
#Imageselect1
{
	background-image: url('/includes/images/select1.gif');
}
#Imageselect2
{
	background-image: url('/includes/images/select2.gif');
}
#Imageselect3
{
	background-image: url('/includes/images/select3.gif');
}

#helpDiv
{
	background-image: url('/includes/images/help.gif');
	background-repeat:no-repeat;
	background-position:center;
}

#Imageloginman1, #Imageloginman2
{
	width: 20px;
	height: 30px;
}
#Imageloginman1
{
	background-image: url('/includes/images/loginman1.gif');
}
#Imageloginman2
{
	background-image: url('/includes/images/loginman2.gif');
}



#ImageQuoteArrowVerySmall
{
	background-image: url('/includes/images/QuotearrowSmall.gif');
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}
#ImageExpand
{
	background-image: url('/includes/images/expand.gif');
	background-position: 0px 50%;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}
#ImageCollapse
{
	background-image: url('/includes/images/collapse.gif');
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}

#ImageQuartileRank1, #ImageQuartileRank2, #ImageQuartileRank3, #ImageQuartileRank4
{
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
}
#ImageQuartileRank1
{
	background-image: url('/includes/images/quartileRank1.gif');
}
#ImageQuartileRank2
{
	background-image: url('/includes/images/quartileRank2.gif');
}
#ImageQuartileRank3
{
	background-image: url('/includes/images/quartileRank3.gif');
}
#ImageQuartileRank4
{
	background-image: url('/includes/images/quartileRank4.gif');
}

#ImageHeaderStore
{
	background-image: url('/includes/images/hp_navbut.jpg');
	background-position: 0px 2px;
	width: 30px;
	height: 18px;
	background-repeat: no-repeat;
	float: left;
}



.ImageBackgroundGroupBar
{
	background-image: url('/includes/images/groupbarbk.jpg');
}

.iconAddPortfolioImg
{
	background-image: url('/includes/images/iconAddPortfolio.gif');
	width: 5px;
	height: 10px;
}

.LookupSecurityIcon, .LookupSecurityIconRollover
{
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	width: 20px;
	height: 21px;
}
.LookupSecurityIcon
{
	background-image: url('/includes/images/securitySearchIcon.gif');
}
.LookupSecurityIconRollover
{
	background-image: url('/includes/images/securitySearchIconRollover.gif');
	cursor: pointer;
}
/*action icon with image and text*/
.ActionIconOuter2 { background-color: #E1E1E1; height: 24px; }
.ActionIconWithImageText, .ActionIconWithImageTextRollover
{
	font-size: 10px; line-height: 14px; color: #666666; background-repeat: no-repeat; background-position: 2px 1px; float:left; margin: 3px 30px 3px 3px; text-indent: 25px;
}
.ActionIconWithImageTextRollover
{
	cursor:pointer;
}
.ActionIconCompare2
{
	background-image: url('/includes/images/ActionIconCompare2.gif');
}
.ActionIconPortfolio2
{
	background-image: url('/includes/images/ActionIconPortfolio2.gif');
}
.ActionIconXray2
{
	background-image: url('/includes/images/ActionIconXray2.gif');
}
.ActionIconDeselectAll2
{
	background-image: url('/includes/images/ActionIconDeselectAll2.gif');
}
.ActionIconExport2
{
    background-image:url('/includes/images/excel_small.gif');
}
.ActionIconCompare2Rollover
{
	background-image: url('/includes/images/ActionIconCompareRollover2.gif');
}
.ActionIconPortfolio2Rollover
{
	background-image: url('/includes/images/ActionIconPortfolioRollover2.gif');
}
.ActionIconXray2Rollover
{
	background-image: url('/includes/images/ActionIconXrayRollover2.gif');
}
.ActionIconDeselectAll2Rollover
{
	background-image: url('/includes/images/ActionIconDeselectAllRollover2.gif');
}
.ActionIconExport2Rollover
{
    background-image:url('/includes/images/excel_small.gif');
}

.ActionIconMultichart2
{
	background-image: url('/includes/images/ActionIconMultichart2.gif');
}
.ActionIconMultichart2Rollover
{
	background-image: url('/includes/images/ActionIconMultichartRollover2.gif');
}

/*
	Security List
*/

.ActionIconCompare, .ActionIconCompareRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 21px;
	margin: 3px 2px 3px 2px;
}
.ActionIconCompare
{
	background-image: url('/includes/images/ActionIconCompare.gif');
}

.ActionIconCompareRollover
{
	background-image: url('/includes/images/ActionIconCompareRollover.gif');
	cursor: pointer;
}

.ActionIconPortfolio, .ActionIconPortfolioRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 21px;
	margin: 3px 2px 3px 2px;
}
.ActionIconPortfolio
{
	background-image: url('/includes/images/ActionIconPortfolio.gif');
}

.ActionIconPortfolioRollover
{
	background-image: url('/includes/images/ActionIconPortfolioRollover.gif');
	cursor: pointer;
}

.ActionIconXray, .ActionIconXrayRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 21px;
	margin: 3px 2px 3px 2px;
}
.ActionIconXray
{
	background-image: url('/includes/images/ActionIconXray.gif');
}

.ActionIconXrayRollover
{
	background-image: url('/includes/images/ActionIconXrayRollover.gif');
	cursor: pointer;
}

.ActionIconDeselectAll, .ActionIconDeselectAllRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 21px;
	margin: 5px 2px 3px 2px;
}
.ActionIconDeselectAll
{
	background-image: url('/includes/images/ActionIconDeselectAll.gif');
}

.ActionIconDeselectAllRollover
{
	background-image: url('/includes/images/ActionIconDeselectAllRollover.gif');
	cursor: pointer;
}


.MenuActionIconTabLeft
{
	background-image: url('/includes/images/MenuActionIconTabLeft.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
}

.MenuActionIconTabMid
{
	background-image: url('/includes/images/MenuActionIconTabMid.gif');
	background-repeat: repeat;
	height: 27px;
}

.MenuActionIconTabRight
{
	background-image: url('/includes/images/MenuActionIconTabRight.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
}




/*
	Portfolio Manager
*/
.ImageSavePortfolioSelect, .ImageSavePortfolioUnselect
{
	width: 22px;
	height: 17px;
}
.ImageSavePortfolioSelect
{
	background-image: url('/includes/images/PortfolioSaveH.gif');
}
.ImageSavePortfolioUnselect
{
	background-image: url('/includes/images/PortfolioSave.gif');
}

.ImageAddHoldingBy
{
	background-image: url('/includes/images/pmAddHoldingByUnselect.gif') !important;
	width: 43px;
	height: 19px !important;
}


.pmIconDeleteAll, .pmIconDeleteAllRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 21px;
	margin: 3px 2px 3px 2px;
}
.pmIconDeleteAll
{
	background-image: url('/includes/images/pmIconDelete.gif');
}

.pmIconDeleteAllRollover
{
	background-image: url('/includes/images/pmIconDeleteRollover.gif');
	cursor: pointer;
}

.pmIconSelectAll, .pmIconSelectAllRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 21px;
	margin: 3px 2px 3px 2px;
}
.pmIconSelectAll
{
	background-image: url('/includes/images/pmIconSelectAll.gif');
}

.pmIconSelectAllRollover
{
	background-image: url('/includes/images/pmIconSelectAllRollover.gif');
	cursor: pointer;
}
.pmIconDeselectAll, .pmIconDeselectAllRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 21px;
	margin: 3px 2px 3px 2px;
}
.pmIconDeselectAll
{
	background-image: url('/includes/images/pmIconDeselectAll.gif');
}

.pmIconDeselectAllRollover
{
	background-image: url('/includes/images/pmIconDeselectAllRollover.gif');
	cursor: pointer;
}
.pmIconSave, .pmIconSaveRollover
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 21px;
	margin: 3px 2px 3px 2px;
}
.pmIconSave
{
	background-image: url('/includes/images/pmIconSave.gif');
}

.pmIconSaveRollover
{
	background-image: url('/includes/images/pmIconSaveRollover.gif');
	cursor: pointer;
}
