/*
  * Search screen
 */
.search table {
    text-align: left;
}
.search th {
    text-align: right;
    font-weight: normal;
    width: 235px;
}

.search fieldset th {
    text-align: right;
    font-weight: normal;
    width: 48px;
}

.search input {
    vertical-align: middle;
}
.textbox {
    width: 370px;
}
.textbox_mentioned {
    width: 200px;
}
.dropdownlist {
    width: 100%;
}
.textbox_date {
    width: 100px;
}
.textbox_login {
    width: 175px;
}
.textbox_small {
    width: 35px;
}
/*
  * Results table
 */
.results {
    margin: 0px;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #003399;
}
.results th {
    margin: 0px;
    padding: 2px;
    background-image: url( '../images/header-fade.gif' );
    background-repeat: repeat-x;
    background-position: bottom left;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    border-right: 1px solid white;
}
.results td {
    padding-left: 2px;
    border-bottom: 5px solid white;
    vertical-align: top;
}
.result-title td {
    background-color: #DFDFDE;
    border-top: 1px solid #003399;
    vertical-align: middle;
    font-size: 9pt;
    padding-bottom:.2em;
    padding-top:.2em;
    line-height: 1.4em;
    text-align: justify;
}
.result-white-title td {
    border-top: 1px solid #003399;
    vertical-align: middle;
    font-size: 9pt;
    padding-bottom:.2em;
    padding-top:.2em;
    line-height: 1.4em;
    text-align: justify;
}
.results td ul {
    margin-top: 0px;
    margin-bottom: 4px;
}
.results .result-trailing {
    padding-bottom: 10px;
    border-bottom: 3px solid red;
}
.checkcolumn {
    width: 20px;
}
/*
  * Snapshots
 */
.snapshots {
    table-layout: fixed;
    margin: 0px;
    background-color: #ffffff;
    width: 100%;
}
.snapshots th {
    margin: 0px;
    padding: 2px;
    background-image: url( '../images/header-fade.gif' );
    background-repeat: repeat-x;
    background-position: bottom left;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #003399;
}
.snapshots td {
    padding-left: 2px;
    vertical-align: middle;
}
/*
  * Pagination
 */
.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
}
.pagination span {
    font-weight: bold;
    color: red;
    vertical-align: top;
}
/*
  * Top bar
 */
.topbar {
    background-image: url( '../images/header-fade.gif' );
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 100%;
    border-bottom: #003399 1px solid;
    padding: 0px;
    margin: 0px;
    margin-bottom: 11px;
    line-height: 16pt;
}
.topbar th {
    padding-right: 30px;
    text-align: left;
    font-weight: normal;
}
.topbar td {
    line-height: 25px;
    height: 25px;
}
.topbar span {
    vertical-align: middle;
}
/*
  * Bottom bar
 */
.bottombar {
    background-image: url( '../images/header-fade.gif' );
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 100%;
    border-top: #003399 1px solid;
    padding: 0px;
    line-height: 16pt;
    margin: 0px;
    margin-top: 11px;
}
/*
  * Help boxes
 */
.help {
    padding: 4px;
}
.help table {
    width: 97%;
}
.help table th {
    width: 10%;
    text-align: left;
    background-color: #CCCCCC;
}
.help table td {
    background-color: #EEEEEE;
}
small{
	color: black;
}
