/*
 CSS file for central ID links across all products.
 Is overloaded by styles defined in product and type .css

 $Log: central_id.css,v $
 Revision 1.11  2014/01/03 02:24:45  cc7576
 1312101328CC, Fixed BWD Platform issues that affect browser standards-compliance modes.

 Revision 1.10  2012/12/13 15:34:48  re40055
 1211301044RE, fix signup for email link text.

 Revision 1.9  2012/12/13 15:14:54  re40055
 1211281345RE, correct style and wording for saving searches.

 Revision 1.8  2012/10/18 20:57:49  re40055
 1210111710RE, fix top banner spacing more.

 Revision 1.7  2012/08/23 21:32:06  sc70206
 1208221347SC, fix banner images alignment issue

 Revision 1.6  2012/07/25 14:51:18  sc70206
 1207231547JY, CSS for Central ID

 Revision 1.5  2012/07/23 17:13:48  sc70206
 1206151605TL, CSS for Central ID

 Revision 1.4  2012/07/20 21:14:16  sc70206
 1206151605TL, CSS for Central ID



*/
[class^="cid-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
  height: 14px;
  *margin-right: .3em;
}
[class^="cid-"]:last-child {
  *margin-left: 0;
}

.cidpadding {
  padding-right: 9px;
}

.cidstate-on {
  background-position: 0 0;
}

.cidstate-off {
  /* - this was changed to force all links to always be in the "ON" state
  background-position: 0 -15px;
  */
  background-position: 0 0;
}

.cidtext {
    color: #369;
}

.cidtext.cidstate-on {
}
.cidtext.cidstate-off {
}

.tooltip {
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}
.tooltip span {
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span {
    white-space: normal !important;
    position: absolute;
    font-weight: normal;
    display: block;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.classic {
    padding: 1em 1em;
    background: #FFD;
    border: 1px solid #000;
}

.cid-add-folders-text {
	text-decoration: inherit;
}

.cid_toolbarlinks {
    color: #336699;
    font-family: verdana,arial,sans-serif;
    text-decoration: underline;
    vertical-align: baseline;
}
