/* $Id: views_cloud.css,v 1.5 2009/11/18 02:08:20 quicksketch Exp $ */
div.views-cloud {
  /*line-height: 1 !important;*/
 /* border: 3px solid #808080 !important;*/
}

.views-cloud-size-1 {
  font-size: 0.7em;
  z-index: 4;
  /*color: #66CC33 !important;*/
  border: 0 none !important;
}
.views-cloud-size-2 {
  font-size: 0.9em;
  z-index: 4;
  /*color: #B30802;*/
  border: 0 none !important;
}
.views-cloud-size-3 {
  font-size: 1em;
  z-index: 4;
  /*color: #98919B;*/
  border: 0 none !important;
}
.views-cloud-size-4 {
  font-size: 1.4em;
  z-index: 4;
  /*color: #8D010A;*/
  border: 0 none !important;
}
.views-cloud-size-5 {
  font-size: 1.8em;
  z-index: 3;
  /*color: #6F0108;*/
  border: 0 none !important;
}
.views-cloud-size-6 {
  font-size: 2em;
  z-index: 3;
  /*color: #680208;*/
  border: 0 none !important;
}
.views-cloud-size-7 {
  font-size: 2.4em;
  z-index: 3;
  /*color: #620107;*/
  border: 0 none !important;
}
.views-cloud-size-8 {
  font-size: 2.8em;
  z-index: 2;
  /*color: #5A0207;*/
  border: 0 none !important;
}
.views-cloud-size-9 {
  font-size: 3em;
  z-index: 2;
  /*color: #510207;*/
  border: 0 none !important;
}
.views-cloud-size-10 {
  font-size: 3.2em;
  z-index: 2;
  /*color: #3C0107;*/
  border: 0 none !important;
}
.views-cloud-size-11 {
  font-size: 3.6em;
  z-index: 1;
  /*color: #3C0107;*/
  border: 0 none !important;
}
.views-cloud-size-12 {
  font-size: 4em;
  z-index: 1;
  /*color: #3C0107;*/
  border: 0 none !important;
}
.views-cloud-size-13 {
  font-size: 4.2em;
  z-index: 1;
  /*color: #3C0107;*/
  border: 0 none !important;
}
div.views-cloud ul li, div.views-cloud div {
  display: inline;
  border: 3px solid #808080 !important;
  background: none;
  padding: 5px;
  margin: 10px;
    /* white-space: nowrap; wegen IE 6 und 7 delted, works fine.*/
}
/* change style for second page of cloud */
.views-cloud-individuals {
	border: none !important;
}
.field-item {
	border: none !important
}