﻿/*******************************************
				BODY
*******************************************/
body
{
	font-family:Verdana;
	color: #333;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:12px;
	background-color:#FFF;
}
.WidgetHeader 
{
	color: #FFF;
	font-size:11px;
	padding:5px 0px;
}
.WidgetFooter 
{
	color: #FFF;
	font-size:11px;
	padding:5px 0px;	
}
li
{
	font-size:11px;
}
.WidgetCB
{
	clear:both;
}
.WidgetFL
{
	float:left;
}
			
/********************************************
				CONTAINER
********************************************/
.WidgetWrapper
{
	min-width:575px;
	margin: auto;
	clear: both;
	padding:0px;
	background-color:#FFF;
	border-style:solid;	
	border-color:#FFF;
	border-width:1px;
	height:auto !important;
}
/*this is a hack for IE7 to keep a min-page height*/
.WidgetContentContainer
{
	/*min-height:330px;	this is for all browsers that support min-height*/
	height:auto;	 /*this is to override the min height aspect */ 
	min-width:575px;
	width:575px;
	border:1px solid #CCC;      
}
/*******************************************
				ACCESSIBLITY
*******************************************/
a.accessible {
  margin-top: -9999px;
}
a.accessible:focus {
  margin-top: 0;
}


/**************************************
			TABLES						 
**************************************/
.WidgetTableStyle
{
	border:0;
}
th
{
	background-color:#FFF;
	text-align:left;	
}
.WidgetTableStyleGrid
{ 
	width:100%;
	font-size:13px;
}
.WidgetTableStyleGrid a
{
	background-color: #FFF;
	color:#E44C16;
 
}
.WidgetTableStyleGrid a:hover
{
 border-bottom:1px solid F3EFE5;
 color:#E44C16;
 
}
#colDocumentTypeId{width:36px;}
#colTitle{width:239px;}
#colGenericNames{width:230px;}
#colNovartisArea{width:70px;}

/**************************************
			BROWSE						 
**************************************/
.WidgetAToZ a
{
	background-color:#F3F3F3;
	border: solid 1px #634329;
	margin-right: 0px;
	margin-bottom: 5px;
	line-height: 30px;
	font-weight:bolder;
	color: #333;
	text-decoration: none;
	padding: 3px 4px 3px 4px;
	font-size: 0.7em;	
}
.WidgetAToZ a:hover
{
	background-color: #FFF;
	text-decoration: none;
	color:#000;
}

td .WidgetAToZSelected
{
	background-color:#634329;
	border: solid 1px #634329;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.WidgetAToZNoMeds
{
	background-color:#CCC;
	color: #999;
	border: solid 1px #666;
	margin-right: 0px;
	margin-bottom: 5px;
	line-height: 30px;
	font-weight: bolder;
	text-decoration: none;
	padding: 3px 4px 3px 4px;
	font-size: 0.7em;
}
/**************************************
			PAGE NAV BAR			   
**************************************/
.WidgetsPageOptions
{
	min-width: 565px;
	width:565px;
	height:28px;
	font-family:Verdana;
	padding-left:10px;
	clear:both;
	background-color:#634329;
}
.WidgetPowerBy
{
	float:right;
	padding-right:20px;
	margin:0px;
	font-size:10px;
}
