/*! Licensed Materials - Property of IBM.
    (c) Copyright IBM Corporation 2001, 2009.  All Rights Reserved.
    U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
This CSS was built on April 30 2010. (version: OneUI-2.1.0_149_20100430-1512)
these are the styles for tag cloud
companion files: tagCloud.css / tagCloudTheme.css
companion files: tagCloudRTL.css / tagCloudThemeRTL.css*/
/*** T A G   C L O U D ***/
/*a tag cloud is a visual way of displaying the relative importance of tags, with lotusF1 being of least importance and lotusF5 being most important*/

.lotusTagCloud ul {
  margin:0;
  padding:0
}

.lotusTagCloud li {
  display:inline;
  zoom:1
}

.lotusui_ie .lotusTagCloud li {
  margin-right:3px
}

.lotusTagCloud a {
  text-decoration:none;
  font-weight:bold
}

.lotusTagCloud a:hover, .lotusTagCloud a:focus {
  text-decoration:underline;
}

a.lotusF5, a.lotusF5:visited {
  font-size:115%;
  color:#1c3052
}

a.lotusF4, a.lotusF4:visited {
  font-size:108%;
  color:#2b588e
}

a.lotusF3, a.lotusF3:visited {
  font-size:100%;
  color:#4477bb
}

a.lotusF2, a.lotusF2:visited {
  font-size:95%;
  color:#649cd8
}

a.lotusF1, a.lotusF1:visited {
  font-size:90%;
  color:#8bbce8
}




/***********************************************************/