/*
 CSS file for Resource Center products. Overloads styles defined in central_id.css

 $Log: cid_rc.css,v $
 Revision 1.7  2014/01/03 02:25:42  cc7576
 1312101328CC, Fixed BWD Platform issues that affect browser standards-compliance modes.

 Revision 1.6  2013/01/11 15:54:49  re40055
 1301101717RE, fix appearance of footer links

 Revision 1.5  2012/07/26 16:04:33  sc70206
 1206151605TL, add ESLW/KFT Styling

 Revision 1.4  2012/07/23 23:02:51  sc70206
 1207051408TL, Force Off state always

 Revision 1.3  2012/07/23 17:14:22  sc70206
 1207051408TL, Clean up styles for off images

 Revision 1.2  2012/07/20 21:13:35  sc70206
 1207051408TL, CSS for Central ID



*/
[class^="cid-"] {
  height: 14px;
  *margin-right: 0em;
}

.cidpadding {
  padding-right: 11px;
}

.cid-add-folders {
  background-image: url(img/btn_add_folders_sep_sprite.png);
  width: 140px;
  height: 13px;
}

.cid-account-profile {
  background-image: url(img/rc/btn_account_profile.png);
  width: 85px;
}

.cid-customize-topics {
  background-image: url(img/topnav_customizetopics_sprite.png);
  width: 95px;
}

.cid-my-folders {
  background-image: url(img/rc/btn_myfolders_sprite.png);
  width: 57px;
  height: 14px;
}

.cid-my-home-page {
  background-image: url(img/rc/btn_myhomepage_sprite.png);
  width: 83px;
  height: 14px;
}

.cid-preferences {
  background-image: url(img/rc/btn_preferences_sprite.png);
  width: 65px;
  height: 14px;
}

.cid-saved-searches {
  background-image: url(img/search_saved_sprite.png);
  width: 59px;
}

.cid-saved-charts {
  background-image: url(img/rc/btn_saved_charts-reports_sprite.png);
  width: 59px;
}

.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 -14px;
  */
  background-position: 0 0px;
}

/*------
  These were created to format central id footer elements which are
  links at the bottom of the page.
------*/

span.cidpadding span.footertext {
   background-color: #FFFFFF;
   color: #666666;
   font-family: verdana,arial,sans-serif;
   text-decoration: none;
   font-weight: normal;
}

a.cidpadding span.footertext {
   background-color: #FFFFFF;
   color: #666666;
   font-family: verdana,arial,sans-serif;
   text-decoration: underline;
   font-weight: normal;
}

a.cidpadding:hover span.footertext {
   background-color: #FFFFFF;
   color: #336699;
   font-family: verdana,arial,sans-serif;
   text-decoration: none;
   font-weight: normal;
}

/*------
  These were created in case we need to get away from cidpadding
  since these apply specifically to footer elements which are
  links at the bottom of the page.
------*/
span.cidlink span.footertext {
   background-color: #FFFFFF;
   color: #666666;
   font-family: verdana,arial,sans-serif;
   text-decoration: none;
   font-weight: normal;
}

a.cidlink span.footertext {
   background-color: #FFFFFF;
   color: #666666;
   font-family: verdana,arial,sans-serif;
   text-decoration: underline;
   font-weight: normal;
}

a.cidlink:hover span.footertext {
   background-color: #FFFFFF;
   color: #336699;
   font-family: verdana,arial,sans-serif;
   text-decoration: none;
   font-weight: normal;
}
