/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */

.bannertags .tags
{
    margin-bottom: 12px;
    
    color: #7a7a7a;
    font-size: 11px;
    font-weight: bold;
    
    border: 1px solid #bebebe;
    border-bottom: 1px solid #8d8d8d;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dedede));
    
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ie-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.bannertags .tags h3
{
    position: relative;
    margin: 0;
    padding: 10px;
    height: 20px;
    -webkit-transition: height 0.2s ease;
    
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    cursor: pointer;
    
    border-bottom: 1px solid #d7d7d7;
}
.bannertags .tags.empty h3
{
    border-bottom: none;
}

.bannertags .tags h3 .icon
{
    position: absolute;
    top: 14px;
    right: 8px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: transparent url(./img/sidebar_disclosure.png) 0 0 no-repeat;
}
.bannertags .tags h3:hover .icon
{
    background-position: 0 -14px;
}

.bannertags .tags.editing h3
{
    height: 46px;
    cursor: inherit;
}
.bannertags .tags.editing h3 .icon
{
    background-position: 0 -28px;
}


.taglist
{
    display: block !important;
    margin: 0 !important;
    padding: 10px 7px !important; /* tags have 3px horizontal padding */
    border-top: 1px solid #ffffff;
}
.taglist:after
{
    clear:both;
    content:"";
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}
.bannertags .tags.empty .taglist
{
    display: none !important;
}



.taglist li
{
    margin: 3px !important;
    padding: 0 10px !important;
    
    border: solid 1px #a9a9a9;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ie-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 

    background:#d1d1d1 url(./img/bg_pushbutton.png) 0 0 repeat-x;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#d1d1d1));
}
.taglist li a, .bvr-tagdraghandle
{
    display: block;
    
    margin: 0 !important;
    padding: 0 !important;
    
    width: auto !important;
    max-width: 150px;
    height: 18px !important;
    line-height: 18px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    color: #7a7a7a;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
.taglist a, .taglist a:link:hover, .taglist a:visited:hover{
	font-weight:bold;
	text-decoration:none;
}

.search_field_results 
{
    margin-left: 3px;
    width: 174px !important;
}


.bannertags .tags .next_tag_expander
{
    display: none;
}
.bannertags .tags #next_tag
{
    position: absolute !important;
    top: 38px !important;
    left: 10px !important;
    
    width: 176px;
    margin: 0 !important;
    padding: 3px 0 !important;
    
    color: #7a7a7a;
    font-size: 11px;
    font-weight: bold;
    text-indent: 3px;
    
    outline: 0;
    border: solid 1px #999;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ie-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.next_tag_expander{
	background-image:url(./img/controls.png) !important; /* override */
}
.taglist li.inlinedeletefocus a, .taglist li.inlinedeletefocus a:link, .taglist li.inlinedeletefocus a:hover, .taglist li.inlinedeletefocus a:active .taglist li.inlinedeletefocus a:focus{
	color: #7a7a7a !important;
	background: none !important;
	outline: none !important;
}
