/* The style for tag list version 3. */
#taglist3 { 
vertical-align: top; 
padding-left: 20px;
padding-top: 20px;
}

ul.taglist {
list-style-position: outside;
padding-left: 20px;
margin-bottom:10px;
margin-right:0px;
margin-top:0px;
}
 
#tags {
width: 10em;
max-width: 90%
}

#delete_button {
width: 30px;
color: blue; 
background-color: white; 
border: transparent
}

.addtag .dijitValidationIcon {
    display: none;
}

.taglink {
  margin-right: 19px;
}

.tag_trailer {
    margin-left: -16px;
    position: absolute;
}

.remove_tag {
    border-bottom: none;
    display: none;
    font-size: 75%;
    color: red;
}

.addtag input {
    margin-right: 10px;
    padding: 0px 0px;
}

#delete_button:hover {
background: #ccb;
}

/* The style for tag cloud display. */
#cloud {
background-color: #F5F5F5;
margin: 2em 10em 2em 10em
}

#cloud :link, #cloud :visited { 
text-decoration: none;
border-bottom: thin none white 
}

#legend {
width: 50%;
margin: 0 25%
}

#hue {
width: 100%;  
display: block;
margin-left: 0;
height: 2.4em 
}

/* Style for tagsearch view. */
.search {
width: 75%;
max-width: 75%
}

#associated_tags {
vertical-align: top;
padding-left: 15px
}

#associated_tags ul { 
list-style-image: none;
list-style-type: none;
color: black;
padding-left: 10px;
line-height: 2em;
max-width: 80%
}
