/* reset defaults */
body, h3, ul, li, form {
	margin: 0px;
	padding: 0px;
}

body {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
}

a {
    color : #0000CC;
}

a img {
	border: 0pt;
}

li {
    list-style: none;
    display: inline;
}

input.radio {
    margin: 0px 3px 0px 0px;
    position: relative;
    top: 3px;
}

a.animated {
    text-decoration: none;
}

a.animated:hover {
    text-decoration: underline;
}

a.external {
    padding-right: 13px;
    background: url(/img/external.png) no-repeat right;
}

div.more {
    display: none;
}

.toggle_more {
    background: url(/img/toggle.png) no-repeat left;
    padding-left: 20px;
    position: relative;
    left: 5px;
}

.toggle_less {
    background: url(/img/toggle-collapse.png) no-repeat left;
    padding-left: 20px;
    position: relative;
    left: 5px;
}

.content {
    padding: 10px;
    padding-bottom: 15px;
}
/* reset defaults */

/* search entry */
.panel_search  {
    margin-right: 340px;
    padding-right: 15px;
    position: relative;
/*    font-size: 15px;*/
}

.search_entry {
    background-color: #8FB5FF;
    border: 1px solid #59719F;
    padding: 5px;
    width: 70%;
    float: left;
    -moz-border-radius: 7px;
}

.search_entry input {
    font-size: 15px;
    width: 99%;
}

.search_form {
    height: 37px;
    height: 60px;   /* IE */
}

.search_form .submit {
    height: 24px;
    margin-top: 7px;
    margin-left: 5px;
    font-weight: bold;
}

.search_form .add_term {
    margin-left: 0px;
}

.search_mode {
    clear: both;
    float: left;
    margin-left: 2px;
    margin-top: 5px;
    width: 70%;
}

input.radio {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}

.search_mode span {
    margin-right: 8px;
}

.search_mode span.first {
/*    margin-right: 0px;*/
}
/* search entry */

/* search keywords */
.search_keywords .select_remove{
    background: url(/img/bullet_yellow.png) no-repeat left;
    padding-left: 17px;
}

.search_keywords {
    clear: both;
    float: left;
    line-height: 21px;
    -moz-border-radius: 5px;
    font-size: 15px;
    margin: 15px 0 25px;
}

.search_keywords ul {
    font-size: 15px;
    margin-top: 7px;
    font-weight: bolder;
}

.search_keywords li {
    padding: 5px;
    background: #FFFFDF;
    border: 1px dotted #DDDF29;
    font-size: 13px;
    white-space: nowrap;
/*    margin-right: -3px;*/
}

.search_keywords a img {
    position: relative;
    top: 3px;
}

.search_keywords .all a {
    color: gray;
}

.search_keywords a.related {
    color: gray;
    padding-bottom: 2px;
    padding-left: 20px;
    background: url(/img/link.png) no-repeat left;
}

.search_keywords a {
    text-decoration: none;
}

.search_keywords a:hover {
    text-decoration: underline;
}
/* search keywords */

/* results */
.content_results_facets {
    clear: both;
    position: relative;
}

.short_stats {
    float: left;
    margin-bottom: 3px;
}

.short_stats strong {
    font-style: italic;
}

.paging {
    float: right;
    margin-right: 3px;
    height: 19px;  /* avoids the scrollbars */
/*    overflow: auto;*/
}

.content_results {
    margin-right: 340px;
    padding-right: 15px;
    overflow: auto;
}

.results {
    clear: both;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 6px;
}

.results .result {
    position: relative;
    margin: 0px;
    border-top: 1px dotted #D1D6DF;
    padding: 10px 5px;
}

.no_result {
    font-size: 14px;
}

.result p {
    margin: 0px;
}

.results .even {
    background: #EFF5FF;
}

.results .last {
    border-bottom: 1px dotted #D1D6DF;
}
/* results */

/* facets */
.facets {
    position: absolute;
    right: 0px;
    top: -15px;
    width: 344px;
}

.facets h4 {
    font-size: 15px;
    float: left;
    font-weight: normal;
    margin: 0px;
/*    margin-bottom: 4px;*/
    padding-left: 17px;
}

.toggle {
    float: right;
    font-size: 10px;
    margin: 7px 6px 0px;
}

.facets a.toggle {
    color: black;
}

.facet ul, .cloud ul {
    line-height: 25px;
    border: 2px dotted #D1D6DF;
    padding: 5px;
    margin: 4px 0px 10px 0px;
    width: 330px;
    -moz-border-radius: 7px;
    clear: both;
}

.cloud ul {
    text-align: justify;
}

.cloud li {
    margin: 0px 3px;
}

.facet, .cloud {
    margin: 15px 0px;
}

.facets a {
    text-decoration: none;
}

.facets a:hover {
    text-decoration: underline;
}
/* facets */

/* help */
.help {
    background-color: #EFF5FF;
    border: 2px dotted #D1D6DF;
    padding: 5px;
    position: absolute;
    width: 330px;
    line-height: 21px;
    -moz-border-radius: 7px;
    top: 10px;
    right: 10px;
}

.help ul {
    margin-top: 5px;
    text-align: right;
}

.help li {
    margin-right: 3px;
}

.help a.title, .about .title {
    padding-left: 18px;
    background: url(/img/weather_cloudy.png) no-repeat left;
}

.help a {
    text-decoration: none;
}

.help a:hover {
    text-decoration: underline;
}
/* help */

/* main page */
.about {
    font-size: 15px;
    margin-top: 15px;
    padding: 5px;
}

.about p {
    line-height: 21px;
}

ul.examples {
    padding-left: 25px;
}

.examples li {
    margin: 5px 0px;
    display: block;
    padding-left: 17px;
    background: url(/img/bullet_star.png) no-repeat left;
}
/* main page */

/* similar */
.actions .similar {
    background: url(/img/thumb-up.png) no-repeat left;
}

.search_keywords .similar a {
    color: black;
}

.search_keywords .similar img {
    position: relative;
    top: 3px;
}

.search_keywords .disabled a {
    color: gray;
}

.search_keywords li.disabled {
    background: #EFEFEF;
    border: 1px dotted #CFCFCF;
}
/* similar */

/* button 
    http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html 
*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('http://www.oscaralexander.com/tutorials/img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('http://www.oscaralexander.com/tutorials/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.result a.button:hover {
    text-decoration: none;
}
/* button */
