/* This document is for project-specific css only. */

div.sharethiswrapper {
    margin: auto;
    text-align: center;
    width: 200px;
}
div.sharethiswrapper a img {
    float: none;
    margin: auto;
}

.highlight{
    background-color:#ffffff!important;
}
div.for5  {
    border:1px solid #ffffff;
}
div.rangeselector, div.dbsearch {
    width:260px;
    height:120px;
    margin:20px 45px 0px 0px;
    float:left;
}
div.roundcaveat{
    color:#a1a1a1;
}
div.dbsearch input{
    width:90%;
}
div.dbsearch .label{
    min-height:30px;
}
td.fldtypetwo {
    display:none;
}
table#dbresults{
    font-size:12px;
    border-top:1px solid #ececec;
    margin: 20px 0px 20px 0px;
    width:100%;
}
#dbresults tr.fancyfloat:hover{
    background:#FF9933;
    cursor:pointer;
}
table#dbresults tr td span{
    margin:6px 3px 6px 3px;
    display:block;
}
#dbresults tr.odd{
    background:#efefef;
    border-bottom:#dfdfdf;
}
#dbresults tr.even, #dbresults thead{
    background:#ffffff;
}
#verkapselung{
    margin:20px auto;
    text-align:left;
    max-width:1350px;
    float:none;
    padding:20px;
}
div.realmin, div.realmax{
    display:none;
}
div#verkapselung td.underreview{
    background: yellow;
}
td.sortingbyme{
    /*A subtle, relatively succinct cross-platform solution for opacity, as described at  http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/ */
    background: rgba(0, 0, 0, 0.03);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#07000000, endColorstr=#07000000);
}
div#detailmessage, div#valuespersistwarning, div.sourclines{
    margin-top:10px;
    margin-bottom:10px;
}
#chatter{
    line-height:160%;
}
#verkapselung .ui-slider-range{
    background:#D6E1F0;
    /* ^A shade of the main color in our 2010 site branding, as per http://www.colorhexa.com/1b2f4a*/
}
#verkapselung input.submitbutton {
        margin-top:85px;
    display:block;
}

