/*
  color-search css
*/
body {
}
address {
  margin: 1em 0 1em 0;
}

.thumb-img {
    border: 1px solid white;
}
.thumb-mouseover {
    border: 1px dashed #333333;
    cursor: pointer;
}

.thumb-viewer-box {
    font-size:10px;
    position: relative;
    bottom: 10px;
    visibility: hidden;
}
.thumb-viewer-link,
.thumb-viewer-link:visited,
.thumb-viewer-link:active {
/*    background-color: white; */
    color: #333333;
}
.thumb-viewer-link:hover {
    background-color: white;
    color: #cc3333;
}

#event-mode {
    margin-left: 1em;
    font-style: italic;
}

table, tr, td {
    border: 0;
    margin: 0;
    padding:0;
}
#result-set table, #result-set tr, #result-set td {
    line-height:0;
    text-align: left;
    vertical-align: bottom;
}
#result-table {
/*
    margin-left: auto;
    margin-right: auto;
*/
    margin-left:2em;
}

#query-group {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
#event-group {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
/*    border-bottom: 1px solid #efefef;*/
    vertical-align: center;
}

#query-image {
    width: 64px;
    height: 64px;
}

#tags ul {
    white-space: normal;
    width: 640px;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
}

#tags li {
    list-style: none;
    display: inline;
    font-size: 8px;
    background-color: white;
}

#tags a {
    text-decoration: none;
    font-weight: bold;
    color: #6699ff;
    margin: 4px;
}
#tags a:hover {
    color: #3366ff;
}

.yui-skin-sam .yui-button {
margin-top: 2px;
}

/* snip */
*html .yui-picker-bg {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://yui.yahooapis.com/2.7.0/build/colorpicker/assets/picker_mask.png', sizingMethod='scale');
}
/* snip */
