/*
File:		Internet.css
Author:		Arati Bagul
Date:		12/07/03
Purpose:	Supplies style for web pages for the eBER Public View.
Modified:	
*/

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

/***************************************************************************

WEB page Properties

******************************************************************************/

body
{
	margin-left: 10pt;
	margin-right : 10pt;
	font-size: 10pt;
	
}
/*Arati added this body tag according to FDA template*/
body { color: #000000; background-color: #336699; margin-top: 2%; margin-left: 2%; margin-right: 2%; }

td, TD
{
	font-family: arial, Helvetica, sans-serif; 
	background-color: white;
	font-size:12px;
	font-weight : normal;
	cell-padding: 0;
	cell-spacing: 0;
}
.td1
{
	background-color: 003366;
}

/*******************************************************************************

Font Styles

*******************************************************************************/

.header
{
	background-color: #000064;
	color: white;
	font-weight : 700;
	font-size : 10pt;
}

.label
{
	font-size: 10pt;
	font-weight : bolder;
}
.rqlabel
{
 font-size: 10pt;
 color: blue;
 font-weight: bold;
}

.errlabel
{
 font-size: 10pt;
 color: red;
 font-weight: bold;
}

span.accesskey { border-bottom: 1px solid; }

/********************************************************************************

Table Styles

**********************************************************************************/

.StandardTable
{
	background-color: white;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif; 
	cell-padding: 0;
	cell-spacing: 0;
	width: 640px;
}
.FDAheader 
	{ 
		color: #000000; 
		background-color: #ffffff; 
		font-size: 9px;
		text-align: center;  
		margin-top: 5px; 
		margin-bottom: 5px; 
	}
.footer 
	{ 
		color: #000000; 
		background-color: #ffffff; 
		font-size: 9px;; 
		text-align: center; 
	}
.heading
	{
		font-family: Arial, Times New Roman, Helvetica, sans-serif; 
		color: Navy; 
		font-weight: bold;
		font-size: 12pt;
		text-align: center;  
	}
.oddrow
{
		background-color: red; 
}

.evenrow
{
		background-color: blue; 
}
/**********************************************************************************/
