/* Search form, specifically */
form table.csc-searchform { width: 100%; }
form table.csc-searchform tr td { padding: 5px 5px 5px 5px; }
form table.csc-searchform tr td.csc-form-labelcell, form table.csc-searchform tr td.csc-form-commentcell { font-weight: bold; }
form table.csc-searchform tr td.csc-form-fieldcell input, form table.csc-searchform tr td.csc-form-fieldcell select { width: 100%; }

/* Email, Login and Search forms generally: */
fieldset {
border:0px;
}

/* Search result */
/*****************/

/* Search Result, result information box: */
table.csc-searchResultInfo {
margin-top: 10px;
width: 100%;
}

table.csc-searchResultInfo tr {
background-color: #EDEBF1;
}

table.csc-searchResultInfo tr td p {
padding: 0px 5px 0px 5px;
}

table.csc-searchResultInfo tr td.csc-searchResultRange p {
font-weight: bold;
}

table.csc-searchResultInfo tr td.csc-searchResultPrevNext {
text-align: right;
}

/* Search Result, header + abstract: */
h3.csc-searchResultHeader a {
color: #186900;
}

h3.csc-searchResultHeader {
background-color: #EDEBF1;
font-size: 14px;
padding-left: 5px;
}

p.csc-searchResult {
font-style: italic;
margin-left: 20px;
}

/* Search word markup */
span.csc-sword {
font-weight: bold;
color: red;
}

#search input {
background: transparent;
float:left;
}

#search input.menu-searchfields {
background: #fffbdf;
width: 100px;
margin-left: 15px;
margin-right: 3px;
font-size: 90%;
}

