@namespace url(http://www.w3.org/1999/xhtml);
/*
  Gmail: Select "links" restored
*/
@-moz-document domain("mail.google.com") {/*s*/
/* >>>> ==== ----    top    ---- ==== <<<< */
.A1.D.E > .nH > .nH.Cq {
  position: relative !important;
  padding-bottom: 19px !important;
}
.A1.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) { 
  position: absolute !important;
  top: 21px !important;
  left: -6px !important; /* line up with 'Search ...' */
  display: inline !important;
}
/* >>>> ==== ----    bottom    ---- ==== <<<< */
.AY.D.E > .nH > .nH.Cq {
  position: relative !important;
  padding-top: 19px !important;
}
.AY.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) { 
  position: absolute !important;
  top: -9px !important;
  left: -6px !important; 
  display: inline !important;
}
/* >>>> ==== ----    both    ---- ==== <<<< */
.A1.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) > .SK:before,
.AY.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) > .SK:before { 
  content: "Select: " ; font-family: Arial ; color: #cdf ; cursor: text ;
}
.A1.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) > .SK,
.AY.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) > .SK { 
  -moz-box-shadow: none !important; 
  -webkit-box-shadow: none !important; 
  background-color: transparent !important;
/* text color - light or dark, depends on your theme 
   (or pick any color you like); default is light (White)  */
  color: /**/ White /*or* / Black /**/ !important; 
  font-family: Verdana !important;
} 
.A1.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) > .SK.AX > .J-N,
.AY.D.E > .nH > .nH.Cq .J-M.AW:nth-child(6) > .SK.AX > .J-N {
  display: inline-block !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important; /* WebKit */
  cursor: pointer !important;
}

/* >>>> ==== ----    optional stuff    ---- ==== <<<< */
/* move Search Mail button back over to the right (enabled) [on]*/
.bN.bM .J-Zh-I-Js-Zq {
  -moz-border-radius: 3px !important;
  -moz-border-radius-bottomleft: 3px !important;
  -moz-border-radius-topleft: 3px !important;
  border-radius: 3px !important;            /* WebKit */
  border-radius-bottomleft: 3px !important; /*   "    */
  border-radius-topleft: 3px !important;    /*   "    */
  border-left-width: 1px !important;
  margin-left: 8px !important;  
  padding-left: 8px !important;
} /**/
/*----*/
/* hide, either or both (both if you simply turn this on),
Mail/Contacts          , Tasks                   *[off]/
td.Bu .nH .nH .nH.CX.pp, td.Bu .nH .nH .nH.T4.pp
{ display: none !important; } /**/
/* line up 'Compose mail' button with Archive et al if hiding both *[off]/
td.Bu > .nH > .nH > .nH.pp { padding-top: 9px !important; } /**/
/*----*/
/* 
   color buttons (all buttons, everywhere) [light blue]
   if enabled, you may want to disable a color used below (see "turn off click effect")
 *[off]/
.J-Zh-I {
  background: -moz-linear-gradient(top, #e3e9ff, #bcf) !important;
  background: -webkit-gradient(linear, center top, center bottom, from(#e3e9ff), to(#bcf)) !important;
  color: black !important;
} /**/
/*----*/
/* checkbox: centered, w/pointer [on]*/
.A1.D.E .Pl.J-J5-Ji .J-Pm-Jo,
.AY.D.E .Pl.J-J5-Ji .J-Pm-Jo
{
  vertical-align: -2px !important; 
  cursor: pointer !important;
}
/**/
/* hide drop-marker [on]*/
.A1.D.E .Pl.J-J5-Ji .J-Zh-I.J-Pm-I .AZ.J-J5-Ji,
.AY.D.E .Pl.J-J5-Ji .J-Zh-I.J-Pm-I .AZ.J-J5-Ji
{ display: none !important; }
/**/
/* drop-down button: smaller, square (w/drop-marker removed) */
.A1.D.E .Pl.J-J5-Ji .J-Zh-I.J-Pm-I,
.AY.D.E .Pl.J-J5-Ji .J-Zh-I.J-Pm-I
{ 
/* 
   turn off click effect - match other buttons (pick one)
   only needed if you want a color different from other buttons (see "color buttons" above)
 */
/*Gmail default*[off]/ 
  background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3) !important; 
  background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) !important;
/**/
/*light blue*[off]/ background: -moz-linear-gradient(top, #e3e9ff, #bcf) !important; /**/
/*----*/
/* hide the button part entirely (show just the check box) *[off]/ 
  background: transparent !important;
  border-color: transparent !important;
/**/
/* no focus outline, default cursor, square(?) [on]*/
  outline: none !important;
  cursor: default !important;
/**/
/* almost square *[off]/ 
  padding-right: 6px !important; 
/*or completely square [on]*/
  padding-left: 4px !important;  margin-left: 2px !important;
  padding-right: 4px !important;  margin-right: 10px !important;
/**/
}
/*----*/
/* 
  make the 'Compose mail' button look like it used to (a link) 
  you'll probably need to change the color to match your theme (if you're not using Planets)
  20Aug2010: add cursor is pointer
 *[off]/
.n3 .z0 .J-Zh-I { 
  color: #C4DDE8 !important; 
  background: transparent !important; 
  border-color: transparent !important;
  font-weight: bold !important;
  font-size: 13px !important;
  cursor: pointer !important;
} /**/

/*e*/}