﻿/* Tag Cloud Module CSS. */
.TagContainer{width:180px;margin-bottom:8px;float:left;}

.TagContainer span,
.TagContainer a{width: 100%;}
.TagContainer a:link,
.TagContainer a:visited,
.TagContainer a:active,
.TagContainer a:hover{float:left;padding:0 4px 0 4px;vertical-align:middle;color:#000055;text-decoration:none; display:inline;line-height:165%;background-color:ffffff#}
.TagContainer a:hover{text-decoration:underline;background-color:#ECECEC;}

.TagContainer .SmallestTag, .TagContainer a.SmallestTag:link, .TagContainer a.SmallestTag:visited, .TagContainer a.SmallestTag:active, .TagContainer a.SmallestTag:hover{font-size:10px;}
.TagContainer .SmallTag, .TagContainer a.SmallTag:link, .TagContainer a.SmallTag:visited, .TagContainer a.SmallTag:active, .TagContainer a.SmallTag:hover{font-size:12px;}
.TagContainer .MediumTag, .TagContainer a.MediumTag:link, .TagContainer a.MediumTag:visited, .TagContainer a.MediumTag:active, .TagContainer a.MediumTag:hover{font-size:15px;}
.TagContainer .LargeTag, .TagContainer a.LargeTag:link, .TagContainer a.LargeTag:visited, .TagContainer a.LargeTag:active, .TagContainer a.LargeTag:hover{font-size:18px;}
.TagContainer .LargestTag, .TagContainer a.LargestTag:link, .TagContainer a.LargestTag:visited, .TagContainer a.LargestTag:active, .TagContainer a.LargestTag:hover{font-size:18px;}

