.no_tag_message{
   font-size : 11px;
   color : BLACK;
}

#tag_container{
   width : 230px;
   margin : auto;
   border : 1px solid #bcb2b4;
}

#tag_container_title{
   font-family : Verdana, Arial;
   font-weight : BOLD;
   background : #f0efdd;
   font-size : 15px;
   height : 22px;
   padding : 2px;
   
}

#tag_show_button{
   text-align : center;
}

#tag_show_button a{
color : #0063dc;
border-top-width: 1px;
border-right-width: 5px;
border-bottom-width: 1px;
border-left-width: 5px;
border-top-style: none; 
border-right-style: none; 
border-bottom-style: dotted; 
border-left-style: none;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC; 
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC; 
}

.separator{
   width : 200px;
   height : 2px;
   margin-left : 8px;
   margin-right : 8px;
}

#tag_input_area{
  padding : 2px;
  background : #eeeeee;
  font-size : 13px;
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  display : none;
  border : 1px solid #d7d7d7;
}

#tag_input_text{
   border : 1px solid #d0d0d0;
   background : WHITE;
   font-size : 12px;
   width : 150px;
}

#tag_input_button{
   border : 1px solid #d0d0d0;
   height : 20px;
   background : RED;
   width : 45px;
   margin-left : 2px;
   color : WHITE;
}

#tag_input_close_button{
   border : 1px solid #d0d0d0;
   height : 20px;
   background : RED;
   width : 40px;
   margin-left : 2px;
   color : WHITE;
}

.tag_image{
   background : url(http://www.pegaa.com/images/tag-small.gif) no-repeat;
   float : left;
   width : 12px;
   height : 16px;
}

.most_used_tag{
   cursor : pointer;
   cursor : hand;
   color : GREEN;
}

.most_used_tag:hover{
   color : RED; 
}

.most_used_tag{
   margin : 2px;
  
}

#tag_most_used_area{
   overflow:scroll;
}

#tag_most_used_tags{
   padding : 5px;
   overflow:scroll;
}

#tag_display_area{
   font-family : Verdana, Arial;
   margin-top : 2px;
   font-size : 14px;
}

.tag{
   text-decoration : none;
   height : 20px;
   float : left;
   margin-left : 2px;
   color : #336699;
}

#tag_container_div{
   float : left;
}

#tag_busy_indicator{
   z-index : 1000; 
   visibility : hidden;
   position : absolute;
   width : 16px;
   height : 16px;
   opacity : 0.5;
   background : #dddddd;
}

#tag_busy_indicator_image{
   position : relative;
   top : 25px;
}

#tag_delete_button{
   font-size : 9px;
   color : RED;
   cursor : pointer;
   cursor : hand;
   margin-left : 10px;
}

