/*css for boomarklet icons, using css combined background*/
/*info and alert icons*/

a.bookmarklet img {
width:16px;
height:16px;
opacity: .8;
}
a.bookmarklet:hover img {
width:16px;
height:16px;
opacity: 1.0;
}
.delicious {
background:transparent url(bookmarklets.gif) no-repeat 0px 0px !important;
}
.digg {
background:transparent url(bookmarklets.gif) no-repeat -16px 0px !important;
}
.facebook {
background:transparent url(bookmarklets.gif) no-repeat -32px 0px !important;
}
.folkd {
background:transparent url(bookmarklets.gif) no-repeat -48px 0px !important;
}
.furl {
background:transparent url(bookmarklets.gif) no-repeat -64px 0px !important;
}
.google {
background:transparent url(bookmarklets.gif) no-repeat -80px 0px !important;
}
.magnolia {
background:transparent url(bookmarklets.gif) no-repeat -96px 0px !important;
}
.newsvine {
background:transparent url(bookmarklets.gif) no-repeat -112px 0px !important;
}
.oneview {
background:transparent url(bookmarklets.gif) no-repeat -128px 0px !important;
}
.reddit {
background:transparent url(bookmarklets.gif) no-repeat -144px 0px !important;
}
.spurl {
background:transparent url(bookmarklets.gif) no-repeat 0px -16px !important;
}
.technorati {
background:transparent url(bookmarklets.gif) no-repeat -16px -16px !important;
}
.twitter {
background:transparent url(bookmarklets.gif) no-repeat -32px -16px !important;
}
.webnews {
background:transparent url(bookmarklets.gif) no-repeat -48px -16px !important;
}
.wikio {
background:transparent url(bookmarklets.gif) no-repeat -64px -16px !important;
}
.wong {
background:transparent url(bookmarklets.gif) no-repeat -80px -16px !important;
}
.yahoo {
background:transparent url(bookmarklets.gif) no-repeat -96px -16px !important;
}
.yigg {
background:transparent url(bookmarklets.gif) no-repeat -112px -16px !important;
}

.dijitIconJobs{
background: url(/img/icon/indicator_arrows_still.png) no-repeat !important;
/*background-position: 0px 50% !important;*/
}
.dijitIconDetails{
background: url(images/imageIcons.png) no-repeat !important;
background-position: -48px 0px !important;
}

.dijitIconCopyTags{
background: url(images/imageIcons.png) no-repeat !important;
background-position: -64px 0px !important;
}
.dijitIconPostpone{
background: url(images/imageIcons.png) no-repeat !important;
background-position: -128px 0px !important;
}
.dijitButtonDisabled  .dijitIconPostpone{
background-position: -128px -16px !important;
}
.dijitIconPasteTags{
background: url(images/imageIcons.png) no-repeat !important;
background-position: -80px 0px !important;
}

.dijitIconMultiedit{
background: url(images/imageIcons.png) no-repeat !important;
background-position: -112px 0px !important;
}
.dijitButtonDisabled  .dijitIconMultiedit{
background-position: -112px -16px !important;
}

