/* Tagcloud */

.tag_weight_0 {
font-size: 10px;
}
.tag_weight_1 {
font-size: 12px;
}
.tag_weight_2 {
font-size: 14px;
}
.tag_weight_3 {
font-size: 16px;
}
.tag_weight_4 {
font-size: 18px;
}
.tag_weight_5 {
font-size: 19px;
}
.tag_weight_6 {
font-size: 20px;
}
.tag_weight_7 {
font-size: 21px;
}
.tag_weight_8 {
font-size: 22px;
}

/*
.tag_weight_0 {
font-size: 10px;
}
.tag_weight_1 {
font-size: 11px;
}
.tag_weight_2 {
font-size: 12px;
}
.tag_weight_3 {
font-size: 13px;
}
.tag_weight_4 {
font-size: 14px;
}
.tag_weight_5 {
font-size: 15px;
}
.tag_weight_6 {
font-size: 16px;
}
.tag_weight_7 {
font-size: 17px;
}
.tag_weight_8 {
font-size: 18px;
}
.tag_weight_9 {
font-size: 19px;
}
.tag_weight_10 {
font-size: 20px;
}
.tag_weight_11 {
font-size: 21px;
}
.tag_weight_12 {
font-size: 22px;
}
*/
#tagcloud_panel {
background-color: #FF3300;
}
#tagcloud_panel a,
#tagcloud_panel a:link,
#tagcloud_panel a:visited {
color:#660033;
}
#tagcloud_panel a:hover,
#tagcloud_panel a:active {
color:#FFFFFF;
}
#tagcloud_panel_dotbar {
height: 10px;
background-color: #FF3300;
background-image: url(dotbar_f30.png);
background-repeat: repeat-xy;
background-position: 0 0;
}
#tagcloud_panel_label {
margin: 10px 0 0 11px;
color: #FFFFFF;
height: 15px;
width: 65px;
text-indent: -10000em;
background-image: url(tags_label.png);
background-repeat: no-repeat;
background-position: 0 0;
}
#tagcloud_content {
margin: 11px 24px 0 20px;
padding: 0 0 25px 0;
}