﻿body 
{
	background-color:Teal;
	margin-top:0;
}

.modalBackground
{
	background-color:#000;
filter:alpha(opacity=80);
opacity:0.8;
}
.drugindexheader
{
	padding-left:25px;
	background-image:url("/rxfiles/uploads/images/open.bmp");
	background-repeat:no-repeat;
	background-position:left center;
	background-color:Teal;
	color:White;
	margin-bottom:1px;
	cursor:pointer;
		
}

.selecteddrugindexheader
{
	padding-left:25px;
	background-image:url("/rxfiles/uploads/images/close.bmp");
	background-repeat:no-repeat;
	background-position:left center;
	background-color:Teal;
	color:White;
	margin-bottom:1px;
	cursor:pointer;
	
}

.centeredTable
{	
	margin-bottom:2px;
	width:810px;
	background-color:White;		
}

.abstract
{
	margin-right:10px;
	margin-left:10px;
	font-size:smaller;
	text-align:justify;	
}

.cost
{
	color:Blue;
	font-weight:bold;
	font-size:12pt;
}

.subscription
{	
	padding-top:10px;
	text-indent:10px;
	color:Teal;
	font-weight:bold;
}

.description
{
	
	font-size:medium;
	text-align:justify;	
}

.itemName
{
	font-weight:bold;
	font-size:12;
}

.menuHighlight
{
	background-color:Black;	
	color:White;
	cursor:pointer;
	text-align:center;
	margin-bottom:1px;
}


.menuNormal
{
	background-color:Teal;	
	color:White;
	cursor:pointer;
	text-align:center;
	margin-bottom:1px;
	
}

.header
{
	background-image:url("/rxfiles/uploads/images/header-bg.jpg");
	width:100%;
}

.headertext
{
	color:Teal;
	font-family:Book Antiqua;
	font-size:12;
	font-weight:bold;
}

.topicheader
{	background-image:url("/rxfiles/uploads/images/dark_back.gif");	
	background-color: Gray;	
	color:White;	
	position:relative;
	width:100%;
}

.featuredtopicheader
{	
	background-color: Teal;	
	color:white;	
	position:relative;
	width:100%;
}

.topicheaderbackground
{
	position:absolute;
	left:0%;
	width:100%;	
	z-index:-10;
	height:100%;	
	visibility:hidden;
	
	
}

.topicbody
{
	border-color:Teal;
	border-width:1px;
	border-style:solid;
	border-top-style:none;
	font-family:Trebuchet MS;
	font-size:small;
	color:Teal;
	padding:2px;
}

.membertopicbody
{
	background-color:#E3EAEB;
	border-color:Teal;
	border-width:1px;
	border-style:solid;
	border-top-style:none;
	font-family:Trebuchet MS;
	font-size:small;
	color:Teal;
	padding:2px;
}



.featuredtopicbody
{
	border-color:Teal;
	border-width:1px;
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	font-family:Trebuchet MS;
	font-size:small;
	color:Teal;
	padding:2px;
}

.bodytable
{	
	width:100%;		
	margin-top:5px;
}

.bodyleft
{
		
}
.bodyright
{
	
}

.pagecontent
{
	width:99%;
	height:100%;	
	border-width:1px;
	margin:2px;
	
	min-height:100%;
}

.ModalPanel
{
	background-color: White;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top-style: outset;
	padding-top: 10px;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
	overflow: auto;
	height:400px;
	width:600px;
}

.ModalPanelHeader
{
	background-color:Teal;
	color:White;
	font-size:larger;
}



.ModalPanelBody
{
	background-color:white;
	color:black;
	
}

.ModalPanelFooter
{
	background-color:white;
	color:black;
	
}
.BorderedControl
{
	border-right: teal thin groove;
	border-top: teal thin groove;
	border-left: teal thin groove;
	border-bottom: teal thin groove;
	background-color: white;	
}
