/*
 * $Id:$
 * 
 * A CSS file for laying out the results of our search
 */

#results {
    min-width: 1050px;
}


#results .search-box {
    margin: 20px 0px 20px 10px;
    padding: 5px 0px 5px 0px;
} 

#results .search-box .logo {
    float: left;
    margin-right: 7px;
}

#results .search-box input.text {
    width: 265px;
    font-size: 16px;
}

#results .header {
    border-top: 1px solid #CCCCCC;
    background-color: #F0F7F9;
    padding: 4px 10px 4px 10px;
    position: relative;
    color: black;
}

#results .header a {
    padding-left: 30px;
    color: #003300;
    text-decoration: underline;
}

#results .header .toggler {
    position: absolute;
    top: 4px;
    left: 75%;
    padding: 0px;
    width: 20%;
    text-align: center;
    display: none;
}

#results #core-search {
    width: 850px;
    float: left;
}

#results ul {
    margin-bottom: 20px;
    width: 625px;
    float: left;
}

#results li.first {
}
#results li {
    margin: 0px;
    padding: 10px;
}

#results li a {
}

#results h2 a {
   font-size: 130%;
}

#results  a.link {
    font-size: 110%;
    color: #00770D;
}

#results .ballot {
    width: 50px;
    float: left;
    font-size: 90%;
    margin: 3px 5px 0px 5px;
    text-align: center;
    border: 1px solid #999999;
}

#results .ballot h4 {
    color: #777777;
    font-weight: bold;
    font-size: 14px;
}

#results .ballot .caption {
    color: #003300;
}

#results .ballot .num-votes {
    color: #999999;
    border-bottom: 1px solid #888888;
}

#results .ballot .vote {
    color: #003300;
}


#results .ballot .vote a {
    text-decoration: underline;
    color: #003DF5;
    display: block;
}

#results .ballot .vote a.yes, #results .ballot .vote a.no {
    padding: 1px 0px 1px 0px;
    font-size: 90%;
}

#results .ballot .vote a.yes {
    color: #003300;
}


#results .ballot .vote a.no {
    color: #CC0000;
}

#results .hit {
    float: left;
    width: 80%;
}

#results .suggestion {
    margin: 5px 0px 0px 10px;
    font-style: italic;
}


.pager {
    text-align: left;
    margin: 0px 0px 20px 10px;
}

.pager a, .pager .selected_page {
    padding: 4px;
    margin: 4px 0px 4px 0px;
}

.pager a {
    color: black;
    text-decoration: underline;
}

.pager .selected_page {
    color:  #003300;
    font-weight: bold;
}

.pager a:hover {
    color: orange;
}

