@charset "UTF-8";

/* CSS for Trial Record Detail */

#body-copy
{
    margin-left: 0px;
    width: 96%;
    border: 1px solid #dadada;
    padding: 18px;
    margin-top: 12px;
}

#search-results
{
    margin-bottom: 12px;
}
h1
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 0;
}
h1.solo_record {
    margin-top: 30px;
}
.floater-50
{
    border: none;
    min-height: 0;
    width: auto;
    margin-top: 0;
    padding-top: 18px;
    margin-bottom: 0px;
    max-width: 600px;
}

#trial-info-1
{
    border-right: 1px solid #dadada;
}
.identifier
{
    margin-bottom: 9px;
    font-size: 16px;
}
.info-text
{
    margin-bottom: 0;
    font-size: 14px;
}
.info-title
{
    font-weight: bold;
    font-size: 13px;
    margin-top: 12px;
}
#trial-info-2 div.info-title {
    margin-top: 0;
}
#sponsor
{
    font-size: 16px;
}

ul#tab-links li
{
   float: left;
}

/* RESULTS NAVIGATION */

.recruiting-status
{
    font-size: 14px;
    color: green;
    font-weight: bold;
    margin-bottom: 9px;
}

.not-recruiting-status
{
    font-size: 14px;
    color: red;
    font-weight: bold;
    margin-bottom: 6px;
}

.unknown-recruiting-status
{
    font-size: 14px;
    color: #774400;
    font-weight: bold;
    margin-bottom: 9px;
}

.status-details
{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 9px;
    font-style: italic;
}

.missing_color { background-color:#ffeee4;  
    font-style: italic;
    color: #969696;
    }

.results-nav
{
    padding: 3px;
    color: #888;
}

.results-summary
{
    padding: 3px;
}

a.study-link
{
    border-bottom: 1px dotted;
} 

a.prev-link
{
    padding-left: 12px;
    margin-right: 12px;
    background:url(../images/arrow-left.jpg) no-repeat center left;
}

a.next-link
{
    padding-right: 12px;
    margin-left: 12px;
    background:url(../images/arrow-right.jpg) no-repeat center right;
}

a.return-link
{
    margin-left: 12px;
    margin-right: 12px;
}
                     
/* STYLING FOR EXISTING RECORD DATA */

div.indent1
{
    clear: both;
}

.indent2 {
    clear: both;
}

.indent3 {
    clear: both;
}

span.li-content p {
	display:inline;
}

span.li-content ol {
	list-style-type: lower-alpha
}

/* ----------------------------------------------
 * Standard font choices
 */

.header1 {
  font-family:Sans-Serif;
  font-size:22px;
  font-weight:bold;
}

.header2 {
  font-family:Sans-Serif;
  font-size:18px;
  font-weight:bold;
}

.header3 {
  font-family:Sans-Serif;
  font-weight:bold;
  font-size:14px;
}

.body2 {
  font-family:Sans-Serif;
  font-size:18px;
  font-weight:normal;
}

.body3 {
  font-family:Sans-Serif;
  font-size:14px;
  font-weight:normal;
}


/* ----------------------------------------------
 * Hit highlighting styles
 */
 
.hit_org {
  font-weight:bold;
  background-color:#ffffdd; /*#ffeedd;*/
}

.hit_inf {
  font-weight:bold;
  background-color:#ffffdd; /*#ffeedd;*/
}

.hit_syn {
  font-weight:bold;
  background-color:#ffffdd;
}

.hit_tpc {
  font-weight:bold;
  background-color:#ffffdd;
}


/* ----------------------------------------------
 * Results table colors 
 */
 
.bold_participant_color { background-color:#ddffdd; }
.pale_participant_color { background-color:#f3fff3; }
.note_participant_color { color:#339900; }

.bold_baseline_color { background-color:#d7eaff; }
.pale_baseline_color { background-color:#f3f9ff; }
.note_baseline_color { color:#0033cc; }

.bold_outcome_color { background-color:#ddddff; }
.pale_outcome_color { background-color:#f5f5ff; }
.note_outcome_color { color:#000077; }

.bold_events_color { background-color:#e4dcf7; }
.pale_events_color { background-color:#f8f3fd; }
.note_events_color { color:#550077; }

.bold_more_info_color { background-color:#dddddd; }
.pale_more_info_color { background-color:#f7f7f7; }
.note_more_info_color { color:#000000; }


/* ----------------------------------------------
 * Results table borders
 */
 
table.results_table
{
   border-collapse:collapse;
   border: 0px solid #ccc;
   border-left-width: 1px;
   border-bottom-width: 1px;
}

.br {
   padding: 3px 5px;
   border: 0px solid #ccc;
   border-right-width: 1px;
   border-top-width: 1px;
   border-top-color: #ddd;
}

.brt {
   padding: 6px 5px;
   border: 0px solid #ccc;
   border-right-width: 1px;
   border-top-width: 1px;
}


/* ----------------------------------------------
 * Data table borders 
 */

table.data_table
{
    background-color: white;
	border-collapse:collapse;
    border: 1px solid #ccc;
}

table.data_table td, table.data_table th
{
    border: 1px solid #ccc;
}

table.data_table td, table.data_table th
{
    padding: 6px 9px;
}

.banner_color { background-color:#dde2ff; }

th.pale_banner_color
{
    background-color: #edeeff;
}

/* Styles for Tabular View */
.tableStyle
{
	width: 100%;
	padding: 8px;
	overflow-x: scroll;
}

.sectionBanner
{
	height: 3ex;
	text-align: left;
	vertical-align: middle;
}

.rowHeader, .rowBody
{
	text-align: left;
	vertical-align: top;
	width: 15%;
}	

/* Override width above */
.rowBody
{
	width: 85%;
}
