﻿/* ------------------- */
/* Body Content Styles */
/* ------------------- */

/* Used by the outer html table right inside the BodyContentPlaceHolder */
.BodyContentTable
{
	width: 100%;
}

/* Used by html cells for the Page Description inside the body of the page */
.PageDescriptionCell
{
	font-family: verdana, arial, helvetica, sans-serif;
	/*color: #000000; */
	font-size: 8pt;
	text-align: left;
	padding: 0 10px 10px 10px;
}

/* --------------- */
/* Side Bar Styles */
/* --------------- */

/* Used by the outer html table right inside the SideBarContentPlaceHolder */
.SideBarTable
{
	width: 100%;
	background-color: #606e7f;
}

/* Applies to the html cells inside the table with class="SideBarTable" */
.SideBarTable td
{
	padding: 3px;
	font-size: 8pt;
}

/* ----------------- */
/* MasterPage Styles */
/* ----------------- */

/* Used by the html cell containing the SideBarContentPlaceHolder */
.PageSideBarCell
{
	width: 162px;
	padding-bottom: 10px;
	background-color: #606e7f;
	vertical-align: top;
	border-right: solid 2px #ffffff;
    height: 800px;
}

/* Used by the html cell containing the BodyContentPlaceHolder */
.PageBodyContentCell
{
	padding: 10px;
	vertical-align: top;
	background-color: #efefef;
    vertical-align: top;
}

/* Replaces text for header with image */
.HeaderContentCell
{ 
	background-image: url("header_clinicaltrials.gif");
}