/*start general styles*/
html {
  	height: 100%;
 	margin: 0;
  	padding: 0;
    background-color:#fff;
}

body {
	color: #404040;
	font-family: arial;
	padding:20px 0;
	font-size: 13px;
	line-height: 1.2em;
}

a, a:link, a:active, a:visited {
	color: #3366FF;
	text-decoration: none;
    outline: none;
}

a:hover {
	color: #404040;
}

#container {
    background-color:#fff;
	width:940px;
    margin:auto;
    box-shadow:0px 0px 0px #fff; -moz-box-shadow:0px 0px 0px #fff; -webkit-box-shadow: 0px 0px 0px #fff;
}

.clear {
	clear:both
}

/*end general styles*/

/*start header*/
#navigation {
	width: 940px;
	margin-bottom: 20px;
	float:left;
}

.corporate-index #navigation {
	width: 900px;
}

#navigation a {
    font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Verdana, sans-serif;
}

#navigation a:hover {
	color: #000099;
}

#navigation #current a {
	color: #000099;
}

.header_left {
	width: 400px;
	float: left;
	margin: 0px 0 0 10px;
}

.header_left img {
	display:block;
}

.header_right {
	float:right;
}

.corporate-index .header_right {
    width: 313px;
}



.header_right #nav_menu {
	margin-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Verdana, sans-serif;
}

.header_right #nav_menu li {
	float: left;
	list-style:none;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #99CBFF;
}

/*end header*/


/*start main container*/
/*#basic_container {
	padding: 0 15px;
}*/
/*end main container*/

/*start sidebar*/
.sidebar-content {
	margin-bottom: 15px;
	min-height: 50px;
}

.right_column h4, .left_column h4 {
    color:#404040;
    font-family:arial;
    font-size:14px;
    padding-bottom: 5px;
    margin-bottom:15px;
}

/*end sidebar*/

/*start right column*/


.right_column {
	float:right;
	width: 200px;
	padding: 0 0 0 15px;
	color: #404040;
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 12px;
/*	padding-top: 43px;*/
	width: 175px;
}

.right_column .sidebar-content .sidebar-content-top {
/*	background: url(../images/right_container_top.jpg);*/
	height: 10px;
	width: 240px;
}

.sidebar-content .sidebar-content-main {
/*	border-right: 1px solid #777;*/
/*	border-left: 1px solid #777;*/
	padding: 0 10px;
}

.right_column .sidebar-content .sidebar-content-bottom {
/*	background: url(../images/right_container_bottom.jpg);*/
	height: 10px;
	width: 240px;
}

.board_member {
	color:#404040;
	float:left;
	font-weight:bold;
	text-align: center;
	width:108px;
	font-size: 9px;
}

.board_member img {
	margin-bottom: 5px;
}

.board_member .affiliation {
	font-weight:normal;
	font-style:italic;
}
/*end right column*/

/*start left column*/
.left_column {
	background: none;
	border: 0;
	width: 186px;
	padding: 0;
	float:left;
	margin-top: 1px;
}

.left_column .sidebar-content {
	padding: 0px;
}

.left_column .sidebar-content .sidebar-content-top {
	background: url(../images/sidebar/left_container_top.jpg) no-repeat;
	height: 8px;
	width: 186px;
}

.left_column .sidebar-content .sidebar-content-main {
	padding:5px 10px 5px;
}

.left_column .sidebar-content .sidebar-content-main h3 {
	margin-top: 0pt; 
	font-size: 14px; 
	color: #404040; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 5px;
}

.left_column .read_more {
	border-top:1px solid #CCCCCC;
}

.left_column .read_more h4 {
	padding-top:15px;
	margin-bottom:0;
}

#mtf_use .read_more .read_more_pat_doc{
	padding-left:0;
}

.left_column .read_more ul {
	margin-left: 0;
	margin-top: 0;
}

.left_column .read_more li {
	float:left;
	margin-right:5px;
	list-style-type:none;
}

.left_column .read_more a {
	font-weight: bold;
	font-size:14px;
	display: block;
	margin-top: 15px;
}

.left_column .read_more ul a {
	margin-top: 0px;
}

.left_column .sidebar-content .sidebar-content-bottom {
	background: url(../images/sidebar/left_container_bottom.jpg) no-repeat;
	height:8px;
	width:186px;
}

.left_column .sidebar-content#drugs_news h3 a {
	text-align:left;
	display:block;
	margin-top:4px;
}

.left_column .sidebar-content#drugs_news img {
	border: 1px solid #777;
}

.left_column .sidebar-content#drugs_news p {
	margin:10px 0;
}

.left_column .mtf_use li {
	margin-bottom: 10px;
    font-weight: normal;
    list-style-type: decimal;
    text-align: left;
}
/*end left column*/

/*start footer*/

#footer {
	color: #252525;
	font-size: 11px;
}

#footer a {
	margin-left: 5px;
}

#footer-nav {
	background-color: #0373c7;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	color: white;
	margin: auto;
}

#footer-nav ul li {
    border-right: 0px solid #666666;
}

#footer-nav a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

#footer-nav a:hover {
	color: #000099;
}

#footer ul {
	margin: 0;
}

#footer li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

#footer p {
    margin-bottom: 10px;
    margin-top: 14px;
    text-align: center;
}
/*end footer*/

/*start front page ccr*/
#mini_ccr_submit h1, #lab_lists h1 {
	font-size:21px;
	font-weight:normal;
	margin: 15px 0 15px 3px;
}

#mini_ccr, #mini_ccr_results, #lab_lists {
	float:right;
	padding:0 10px 10px 10px;
	margin: 1px 15px 20px 0;
}

#mini_ccr #rows {
	color: white;
	padding: 10px;
	width: 439px;
}

#mini_ccr h1, #mini_ccr_results h1 {
	font-size:21px;
	font-weight:normal;
	margin: 15px 0;
}

#mini_ccr_results h1 a, #mini_ccr_results h2 a {
	color: #404040;
}

#mini_ccr .row .title {
	float:left;
	font-size:16px;
	margin-right:0;
	text-align:left;
}

#mini_ccr .trigger {
    float:left;
    margin-left:2px;
}

#mini_ccr .radioDivMain, #mini_ccr .checkboxDivs, #mini_ccr .checkboxMelonomaDivs {
    float: left;
    font-size: 12px;
    margin-right: 20px;
}

#mini_ccr .mutation_entry {
    font-size: 12px;
}

#mini_ccr .mol_title {
    float: left;
    font-size: 12px;
    margin-top: 0;
}

#mini_ccr .genomics_left {
    padding-right: 0;
	float:left;
}

.mutation_entry select {
    float: right;
}

#mini_ccr .button {
    float: right;
    margin-top: 0;
}

#mini_ccr .radioDivMain input, #mini_ccr .checkboxDivs input {
    margin-right: 3px;
}

.tooltip {
	background:#000;
	padding:13px 10px 0px 10px;
	width: 188px;
	font-size:11px;
	background-color:#fff;
	color: #000;
	border-radius:0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	box-shadow:0px; -moz-box-shadow:0px; -webkit-box-shadow: 0px;
	-moz-box-shadow:0px 0px 0px #CCCCCC;
    z-index:299;
}

#mini_ccr .basic {
    float: left;
    line-height: 1.6em;
    margin-left: 0;
}

#mini_ccr label {
    font-size: 12px;
}

#mini_ccr .row {
	margin-bottom:10px;
	padding-bottom:10px;
	font-size: 14px;
    margin-bottom:10px;
    position:relative;
	padding: 2px 0 10px 0;
}

#mini_ccr .mutation_entry {
    float:left;
    margin-bottom:5px;
    margin-right:0;
}

#mini_ccr .genomics_left {
    padding-right:0;
    margin-left: 13px;
}
 
#mini_ccr #mini_ccr_clear_submit {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom:0;
}

#find_drugs {
	background: url(../images/find_drugs_trials_button.png) top right no-repeat;
	display: block;
	width: 232px;
	border: 0;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	font-family: arial;
	height: 39px;
	line-height: 39px;
}

.corporate-index #find_drugs {
	margin: 33px auto 0 auto;
}

@-moz-document url-prefix() {
    #find_drugs { padding-bottom:1px; }
}

#find_drugs:hover {
	color: #3366FF;
}

#ccr_clear {
	float:right; 
	padding:10px 20px 0 0;
}

#ccr_clear a {
	color:#eaf1f6;
}
/*end front page ccr*/

/*begin results_header*/
#above_results {
	float:left;
/*	margin:1px 0 0 7px;*/
/*	padding:0 10px 0;*/
	position:relative;
	width:683px;
}

#above_results_left {
	width: 460px;
	float:left;
}

#back_to_search {
	display: block;
	width: 220px;
	float:left;
}

#above_results_right {
	width: 200px;
	float:right;
}

#search_inputs {
	float:right;
	margin:10px 0 5px;
	text-align:right;
}

#search_inputs li {
	list-style-type:none;
	margin-left:7px;
	font-size: 11px;
	display:inline;
}

.paste_link {
	border: 1px solid #b9b9b9;
	right:10px;
	top:21px;
	position:absolute;
	background:white;
	width:248px;
	padding:0 0px 10px 8px;
	z-index:1;
	font-size:11px;
	display:none;
}

.paste_link p {
	margin: 5px 0 0 0;
	padding: 0;
}

.paste_link input {
	font-size:12px;
	width:235px;
	margin-top: 5px;
	float: left;
	border: 1px solid #B9B9B9;
	padding: 2px;
	color: #404040;
}

#clippy {
	float: left;
	margin: 8px 0 0 3px;
}

a:focus, :focus, :active
{
  -moz-outline: none;
}

.share_this_page button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { 
border: none; 
}

.share_this_page input {
	border:1px solid #B9B9B9;
	padding:2px 0;
	width:194px;
}

#share_trigger {
	background: url(../images/backgrounds/gray_button.jpg) repeat-x;
}

#close_paste_link {
	background:none repeat scroll 0 0 #F0F0F0;
	border-bottom:1px solid #B9B9B9;
	border-left:1px solid #B9B9B9;
	float:right;
	margin:0;
	padding:1px 1px 1px 2px;
}

#share_trigger:hover {
	color:#000;
}

#share_trigger, #close_paste_link {
	color:#404040;
	cursor:pointer;
}

#share_this {
	display:none;
}
/*end results_header*/

/*printing stuff*/
.space_for_printing {
	display: none;
}

#search_inputs_printing {
	display:none;
}
/*end printing stuff*/

#content_left {
	width: 670px;
/*	float:left;*/
/*	border-right:solid 200px #DFDFDF;*/
	float: left;
/*	padding-bottom: 9999px;*/
/*	margin-bottom: -9999px;*/
}

/*start results pages*/
#mini_ccr_results {
	width:662px;
}

.wiki_frame {
	padding: 0 5px;
}

.wiki_results_panel {
	border-bottom:1px solid #BBCFE1;
	margin-bottom:10px;
	padding:4px 0px;
}

#mini_ccr_results a.collapsible {
    color: #303030;
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
    display:block;
}
#mini_ccr_results .collapsible span {
    width:8px;
    padding-right:14px;
}

#mini_ccr_results .trials_disclaimer {
  	float: left;
    margin-bottom: 7px;
    width: 495px;
	width: 451px;
}

a.advanced_trial_link {
    color: #fff !important;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    padding: 5px 1px 4px 6px;
    width: 120px;
	text-transform: uppercase;
	width: 157px;
}

a:hover.advanced_trial_link {
	color: #eee !important;
}

.summary_box {
	padding:0 5px;
    margin-bottom: 0px;
	border: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.results_panel h4, .summary_box h4 {
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.summary_box .results_page_blurb {
	margin-bottom:0px;
}

.results_page_blurb {
	border:2px solid #BBCFE1;
	float:left;
	margin-bottom:20px;
	margin-right:10px;
	padding:10px;
	width:266px;
}

.summary_box_label {
	width: 110px;
	float:left;
	font-weight:normal;
	font-size:14px
}

.results_page_blurb .mutation {
	width: 90px;
	float: left;
	margin-right: 10px;
}

.results_page_blurb .subtype {
	width: 90px;
	float: left;
	margin-right: 10px;
}

.results_page_blurb .potentially_relevant_drug {
	width: 400px;
	float: left;
}

.summary_box_overview {
	width: 110px;
	float:left;
	margin:0;
}

.results_page_blurb li {
	list-style-type: none;
}

.drug_classes {
	width: 127px;
	float:left;
	font-weight:normal;
	font-size:14px;
}

.results_panel {
	margin-bottom:10px;
	padding:10px 10px 10px;
}

#mini_ccr_results h6 {
	color:#000;
	font-size:10px;
	font-weight:bold;
}

.results_table {
	width: 100%;
	font-size: 12px;
}

.results_table tr {
    background: #fff;
}

.results_table th {
	color:#fff;
	font-size:13px;
	font-weight:normal;
	text-align:left;
}

#mini_ccr_results .results_panel .scroll_panel{
	height:253px;
	margin:0 0 2px;
	overflow:auto;
	overflow-x: hidden;
}
/*end results pages*/

/*start drugs in the news page*/
#drugs_news_container h2 {
	margin-bottom: 8px;
}

#drugs_news_container #mini_ccr_results {
	margin-top:16px;
}

#drugs_news_container #drugs_pages_summary {
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px;
    width: 97%;
}

#drugs_news_container #drugs_pages_summary .results_table {
	margin-bottom: 0;
	font-size: 13px;
}

#drugs_news_container #drugs_pages_summary .results_table tr {
	background: none;
}

#drugs_news_container #drugs_pages_summary .results_table th {
    background: none;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
	padding: 0 0px 0 0;
	border: 0;
	vertical-align:top;
	border: 0px solid black;
	width:25%;
}

#drugs_news_container #drugs_pages_summary .results_table td {
	border: 0px solid black;
	padding: 0 0px 0 0;
	vertical-align:top;
}

#drugs_news_container #drugs_pages_summary #name, #drugs_news_container #drugs_pages_summary #target, #drugs_news_container #drugs_pages_summary #status {
	width: 15%;
}

#drugs_news_container #drugs_pages_summary #status {
    width: 50%;
}

#featured_drugs_container #mini_ccr_results{
	margin-top:16px;
}
/*end drugs in the news page*/

/*Advanced Filtering*/

.filter_trials .results_panel {
	padding: 5px;
}

.advanced_results .results_panel {
    float: right;
    font-size: 12px;
    width: 70%;
	padding: 0;
}

.advanced_results .summary_box {
	padding: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

.advanced_results h4 {
	color: #303030;
	font-size: 16px;
    font-weight: bold;
	width: 200px;
	float: left;
	margin-bottom: 6px;
}

.advanced_results .advanced_trials_quantity {
	margin-bottom: 6px;
    padding-top: 3px;
 	float: right;
}

.advanced_results#mini_ccr_results  .results_panel .scroll_panel{
    height: 400px;
}

.filter_trials select {
	width: 148px;
	margin-right: 5px;
	font-size: 12px;
}

.filter_trials {
	width: 186px;
	float: left;
/*	position: relative;*/
}

.filter_trials h3 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	font-size: 13px;
	margin-bottom: 5px;
	 padding: 0 0 3px;
}

.filter_trials ul {
	margin: 0px;
}

.filter_trials li {
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 5px;
}

.filter_trials p {
	margin: 5px 0;
}

.filter_trials #clear_form_label {
	margin-left: 3px;
	font-size: 11px;
	float:right;
}

#filter_container #clear_form {
	float: right;
	display: none;
}

.filter_trials .row {
	border: 1px solid #AAA9A9;
	padding: 10px;
	margin-bottom: 10px;
	background: white;
}

.filter_trials #filter_container .row {
	opacity:0.4;
	filter:alpha(opacity=40);  /*for IE*/
}

.filter_trials .advanced_search_summary  {
	font-size: 11px;
}

.filter_trials .toggle_filter{
	font-size: 11px;
	float: right;
}

.filter_trials #filter_container {
    background: none repeat scroll 0 0 white;
	border: 1px solid #AAA9A9;
	padding: 0;
	position: relative;
}

.filter_trials #filter_toggle {
    font-size:11px;
    padding:5px;
	float: right;
	margin-bottom: 6px;
	padding-bottom: 0;
}

.filter_trials #filter_container .row {
 	border-color: -moz-use-text-color -moz-use-text-color #AAA9A9;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 0 10px;
}

.filter_trials #filter_container #last_filter {
	border-bottom: 0px solid #ccc;
	margin-bottom: 0;
}

.filter_trials #filter_container .row .basic {
	border: 0;
	padding-bottom: 10px;
	font-size: 11px;
}

.filter_trials .checkboxMelonomaDivs {
	margin-bottom: 4px;
}

.filter_trials .row .ecog_item {
	float: left;
    margin-right:9px;
	margin-top: 3px;
}
.filter_trials .row .ecog_item label {
    margin:0;
}

.filter_field#drug_1 {
	 margin-bottom: 5px;
	 margin-top: 3px;
}
/*End Advanced Filtering*/

/*Start Tooltips on Home and Advanced*/
.advanced_tooltip_icon {
	margin-bottom:-3px;
}

#cluetip-title {
	display: none;
	height:0;
	margin: 0;
	padding:0;
}

#cluetip-close {
	padding: 0;
	float:right;
}

#cluetip-close a{
    background:url("/images/cross.png") no-repeat scroll 2px 1px transparent;
	border-bottom:1px solid #B9B9B9;
	border-left:1px solid #B9B9B9;
	cursor:pointer;
	height:11px;
	margin:0;
	padding:1px 1px 1px 2px;
/*	position:absolute;*/
	float:right;
	width:11px;
	display:block;
}

#cluetip-close a {
	margin-top:1px;
}
/*End Tooltips on Home and Advanced*/

/*start patients/physicians pages*/
.patients_title_button {
	text-align: center;
}

h1#patients_title {
	float:left;
	margin-bottom:0;
	margin-right:10px;
	margin-top:10px;
	text-align:right;
	width:422px;
}

.patients_title_button .get_started {
	float:right;
	margin-right:27px;
	width:160px;
}

.patients_top_container, .patients_bottom_container {
	border: 1px solid #ccc;
}

.patients_bottom_container, .physicians_bottom_container {
	margin-bottom: 10px;
}

.patients_top_container {
	margin-bottom:20px;
	margin-top:61px;
}

.patients_top {
	width: 250px;	
	float: left;
	padding: 0 10px;
	text-align: center;
}

.patients_top .top_section {
	height:227px;
}

#physicians .patients_top .top_section {
	height:242px;
}

.patients_bottom .top_section {
	height: 255px;
}

.patients_top h3, .patients_top p, .patients_bottom h3, .patients_bottom p {
	text-align: left;
}

.patients_top h3 {
	margin-bottom:10px;
}

.patients_bottom h3 {
	padding-top: 2px;
}

.patients_top p {
	padding: 0;
}

.patients_bottom p {
	padding: 0 10px;
}

.patients_top#arrow_patients {
	width: 134px;
	padding:0;
	margin-top: 120px;
}

.patients_bottom {
	width:225px;
	float: left;
	text-align: center;
}

.patients_bottom .patient_steps {
	float: left;
	margin: 3px 5px 0 8px;
}

h1#physicians_title {
	float:left;
	margin-bottom:0;
	margin-right:0px;
	margin-top:1px;
	text-align:left;
	width:460px;
	margin-left: 25px;
}

.physicians_title_button {
	text-align: center;
	margin-top:1px;
}

.physicians_title_button .get_started {
	float:right;
	margin-right:27px;
	width:160px;
}
/*end patients/physicians pages*/

/*start feedback/survey*/

#feedback_button {
	display:block;
	margin-bottom:0;
	position:fixed;
	z-index:9999;
	right:10px;
	bottom:0;
	height:39px;
	width: 189px;
	background: url("../images/melanoma/page_useful.png") no-repeat scroll right top transparent;
}

#feedback_button #feedback_button_left {
	width: 164px;
	float: left;
	margin-left: 13px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	 padding-top: 15px;
/*	text-decoration:underline;*/
}

#feedback_button #feedback_button_left img {
	margin-bottom:-5px;
	
}
#feedback_button #feedback_button_left #useful_yes {
	background: url("../images/melanoma/useful_yes.png") no-repeat scroll right top transparent;
	width: 24px;
	height: 23px;
	display: block;
	float: right;
	margin-right: 8px;
	margin-top: -3px;
}

#feedback_button #feedback_button_left #useful_yes:hover {
	background-position: 0 -23px;
}

#feedback_button #feedback_button_left #useful_no {
	background: url("../images/melanoma/useful_no.png") no-repeat scroll right top transparent;
	width: 24px;
	height: 23px;
	display: block;
	float: right;
	margin-top: -3px;
	margin-right: 5px;
}

#feedback_button #feedback_button_left #useful_no:hover {
	background-position: 0 -23px;
}

#feedback_button #feedback_button_right {
	float: left;
	margin-left: 20px;
	width: 130px;
	 padding-top: 15px;
}

#feedback_button #feedback_button_right a {
	color: white;
	font-size: 15px;
}

#feedback_button #feedback_button_right a:hover {
/*	color: #666;*/
}

#take_our_survey{
	background: url("../images/sidebar/survey_horizontal.png") no-repeat scroll right top transparent;
    display: block;
    float: right;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: -10px;
    width: 185px;
}


#take_our_survey:hover{
background-position: 0 -38px;
}


/*end feedback/survey*/

/*start results pages tabs*/

.tabbed_results {
	padding: 0 5px 5px 5px;
}

ul.tabs {
    border-bottom: 1px solid #AAA9A9;
    height: 30px;
    list-style: none outside none;
    padding: 0;
	margin: 20px 0 0 6px;
}

ul.tabs li {
    float: left;
    list-style: none outside none;
    padding: 0;
    text-indent: 0;
	background: url("../images/tabs/tabs_right.png") no-repeat scroll right top transparent;
	display: inline;
	float: left;
	margin-right:5px;
	padding: 0;
	top:1px;
    position: relative;
}

ul.tabs a {
    background: url("../images/tabs/tabs_left.png") no-repeat scroll left top transparent;
	color: #303030;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    left: -6px;
    margin-right: -7px;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

ul.tabs .current a{
	background: url("../images/tabs/tabs_current_left.png") no-repeat scroll left top transparent;
	color: #303030;
	font-weight: bold;
}

ul.tabs .current {
	background: url("../images/tabs/tabs_current_right.png") no-repeat scroll right top transparent;
}

.panes {
	border: 0;
	border-top: 0;
	background: white;
}

.panes .pane {
    display: none;
}

.panes .results_panel {
	margin-bottom:0;
	padding: 0px 0 0;
	background: #eae9e9;
	padding-bottom:10px;
	border-bottom:1px solid #aaa9a9;
	border-right:1px solid #aaa9a9;
	border-left:1px solid #aaa9a9;
}

#mini_ccr_results .panes h1 {
	color: #303030;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
	border-bottom: 0;
	padding: 15px 10px 0 10px;
	margin-top: 0;
}

#mini_ccr_results .panes h6 {
	margin-bottom: 7px;
	padding: 0 10px;
}

.panes .results_table th, .panes .results_table td {
	padding: 5px 10px;
}

.panes .results_table th {
	font-weight: bold;
}

.panes .intro {
	padding: 0 5px 10px 5px;
}

.panes a.advanced_trial_link {
	margin-right: 10px;
}

#mini_ccr_results  .panes .trials_disclaimer {
	width: 440px;
}

#mini_ccr_results .panes .results_panel .scroll_panel {
    margin: 0 10px 0 10px;
}  

.panes .tab {
	display: none;
}

.panes .results_table_wrapper {
	padding: 0 15px 5px 15px;
}

/*end results pages tabs*/

/* trials pages */
.trials_table label {
    float:right;
    font-weight:bold;
}
/* end trials pages */

/* start basic styling NO LAYOUT CSS! */
.styled_container {
    background-color: #DFE8F0;
    border: 1px solid #BBCFE1;
}
/* end */