/*======= Wordcloud =======*/

.wordcloud  {width:580px; height:125px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:bold; border:none;  padding:0px; margin-top:25px; margin-bottom:25px; position:relative }
.wordcloud span {position: absolute}
.wordcloud a { text-decoration:none; opacity:0.5; filter: alpha(opacity=50)}
.wordcloud a:hover { opacity:1.0; filter: alpha(opacity=100)}


/* Record Keeping */
.wordcloud .word-1 {
 top: 15px;
 right: 80px;
 font-size:20px; 
 color: #CC3300
}

/* Metadata Management */
.wordcloud .word-2 {
 top: 75px;
 right: 70px;
 font-size:25px; 
 color: #333333
}

/* Information */
.wordcloud .word-3 {
 top: 60px;
 left: -5px;
 font-size:22px; 
 color: #FF6633;
  -moz-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* Information Lifecycle */
.wordcloud .word-4 {
 top: 60px;
 left: 0px;
 font-size:15px; 
 color: #BAE8FF
 -moz-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
}

/* Knowledge Management */
.wordcloud .word-5 {
 top: 0px;
 left: 95px;
 font-size:20px; 
 color: #999999
 }

/* Record Management */
.wordcloud .word-6 {
 bottom: 65px;
 right: 150px;
 font-size:20px; 
 color: #FF6633
}

/* Metadata */
.wordcloud .word-7 {
 bottom: 40px;
 left: 170px;
 font-size:22px; 
 color: #0E0B6E
 -moz-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
}

/* Knowledge Mapping */
.wordcloud .word-8  {
Top: 75px;
Right: -20px;
font-size:15px;
color: #999999;
 -moz-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
}

/* Information Management */
.wordcloud .word-9 {
Bottom: -20px;
 left: 100px;
 font-size:25px; 
 color: #333333
}

/* Information Architecture */
.wordcloud .word-10  {
Bottom: 5px;
Right: 80px;
font-size:20px; 
color: #CC3300;
}

/* Record */
.wordcloud .word-11  {
Bottom: 80px;
left: 120px;
font-size:24px; 
color: #CC3300;
}

/* Management */
.wordcloud .word-12  {
Bottom: 30px;
Left: 90px;
font-size:18px; 
color: #999999;
}


