@import url('../css/main.css');

.lettersearch {width:345px;margin:0 auto;text-align:center;}

.lettersearch a, .lettersearch a:link, .lettersearch a:visited{display:block;float:left;color:#2F6CAB;background:#ffffff;border:1px solid #A1B9DB;padding:2px 3px;font-weight:bold;margin:0px 0px;text-decoration:none; width:13px !important;}

.lettersearch a:hover{background:#E9F1F3;}

.topboxtables td {padding: 3px 3px 3px 3px;}

#druglisttables table, tr, td {padding: 0px 0px 0px 0px; width: 450px;}
#druglisttables {padding: 0px 0px 0px 0px; width: 450px;}

#mylist h2 {margin: 0em 0 0 1.0em; padding: 1px 1px 1px 1px; color:#6F84B3; font-weight:bold; font-size:13.5px;}
#mylist h3 {margin: 0em 0 0 0.5em; padding: 1px 5px 10px 5px; color:#6F84B3; font-weight:bold; font-size:16px;}
#mylist h4 {margin: -0.5em 0 0 0.5em; padding: 5px 5px 5px 5px; color:#6F84B3; font-weight:bold; font-size:17px;}
#mylist h5 {margin: 0em 0 0 0.3em; padding: 5px 5px 5px 5px; color:#6F84B3; font-weight:bold; font-size:14px;}
#mylist p {margin: 0em 0 0 1.0em; padding: 5px 5px 5px 5px; font-size:12px;}
#mylist li {margin: 0em 0 0 4em; padding: 0 0 0 0;}
#mylist li a {color:#6F84B3; font-weight:bold;}



/************
 *          *
 * Whitebox *
 *          *
 ************/

#ContentContainer
{
	/*width: 485px; /* width of containing td cell */
}

#MenuContainer
{
	/*display: inline-block;*/
	width: 195px;
	float: right;
	clear: right;
}

#ArticleContainer, #TreatmentContainer, #ConditionContainer, #HealthFeatureContainer
{
	/*display: inline-block;*/
}

/************************
 * Professional affairs *
 ************************/
 
/**
 * HTML elements
 */
#ArticleContainer h3, #TreatmentContainer h3, #ConditionContainer h3, #HealthFeatureContainer h3
{
	margin-top: 0;
	margin-bottom: 1.0em;
	font-size: 12px;
}

#ArticleContainer h4, #TreatmentContainer h4, #ConditionContainer h4, #HealthFeatureContainer h4
{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#ArticleContainer ul li, #ArticleContainer ol li, #TreatmentContainer ul li, #TreatmentCotnainer ol li, #ConditionContainer ul li, #ConditionContainer ol li, #HealthFeatureContainer ul li, #HealthFeatureContainer ol li
{
	/*margin-bottom: 1.0em;*/
}

#ArticleContainer img, #TreatmentContainer img, #ConditionContainer img, #HealthFeatureContainer img
{
	border-style: none !important;
}

/**
 * Table styling
 */
#ArticleContainer table.styled, #TreatmentContainer table.styled, #ConditionContainer table.styled, #HealthFeatureContainer table.styled
/*#ArticleContainer table*/
{
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	border-collapse: collapse;
}

#ArticleContainer table.styled caption, #TreatmentContainer table.styled caption, #ConditionContainer table.styled caption, #HealthFeatureContainer table.styled caption
/*#ArticleContainer table caption*/
{
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

#ArticleContainer table.styled th, #TreatmentContainer table.styled th, #ConditionContainer table.styled th, #HealthFeatureContainer table.styled th
/*#ArticleContainer th*/
{
	font-weight: bold;
	/*font-size: 12px;*/
	font-size: 11px;
	background-color: #999999;
	color: #FF0000;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #FF0000;
	padding: 5px;
	text-align: left;
	empty-cells: show;
	vertical-align: bottom;
}

#ArticleContainer table.styled tr.rowGroupSubhead th, #TreatmentContainer table.styled tr.rowGroupSubhead th, #ConditionContainer table.styled tr.rowGroupSubhead th, #HealthFeatureContainer table.styled tr.rowGroupSubhead th
/*#ArticleContainer .rowGroupSubhead th*/
{
	background-color: #F2F0F0;
	/*color: #9B9C9E;*/
	color: #6B696A;
	border-style: solid solid solid none;
}

#ArticleContainer table.styled th.colGroupSubhead, #TreatmentContainer table.styled th.colGroupSubhead, #ConditionContainer table.styled th.colGroupSubhead, #HealthFeatureContainer table.styled th.colGroupSubhead
{
	/*background-color: #4D81C6;
	color: #FF0000;*/
}

#ArticleContainer table.styled td, #TreatmentContainer table.styled td, #ConditionContainer table.styled td, #HealthFeatureContainer table.styled td
/*#ArticleContainer td*/
{
	padding: 5px;
	empty-cells: show;
	vertical-align: top;
	background-color: #FF0000;
}

#ArticleContainer table.styled tr.evenRow td, #ArticleContainer table.styled td.even, #TreatmentContainer table.styled tr.evenRow td, #TreatmentContainer table.styled td.even, #ConditionContainer table.styled tr.evenRow td, #ConditionContainer table.styled td.even, #HealthFeatureContainer table.styled tr.evenRow td, #HealthFeatureContainer table.styled td.even
/*#ArticleContainer .evenRow td, #ArticleContainer td.even*/
{
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #EFF3F6;
}

#ArticleContainer table.styled tr.oddRow td, #ArticleContainer table.styled td.odd, #TreatmentContainer table.styled tr.oddRow td, #TreatmentContainer table.styled td.odd, #ConditionContainer table.styled tr.oddRow td, #ConditionContainer table.styled td.odd, #HealthFeatureContainer table.styled tr.oddRow td, #HealthFeatureContainer table.styled td.odd
/*#ArticleContainer .oddRow td, #ArticleContainer td.odd*/
{
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #D9DEE4;
	/*color: #FF0000;*/
}

#ArticleContainer .noStyle, #TreatmentContainer .noStyle, #ConditionContainer .noStyle, #HealthFeatureContainer .noStyle
/*#ArticleContainer .noStyle*/
{
	border-style: none;
}

#ArticleContainer .noStyle td, #TreatmentContainer .noStyle td, #ConditionContainer .noStyle td, #HealthFeatureContainer .noStyle td
/*#ArticleContainer .noStyle td*/
{
	padding: !important;
	empty-cells: show;
	background-color: inherit !important;
}

/**************************************
 * Custom classes for content authors *
 **************************************/
 
/**
 * Legends
 */
#ArticleContainer .legend, #TreatmentContainer .legend, #ConditionContainer .legend, #HealthFeatureContainer .legend
{
	margin-top: 1.0em;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #FF0000;
	display: table;
	display: expression("inline-block"); /* IE specific fix */
	padding: 0.8em 0;
}

#ArticleContainer .legend dl dt, #TreatmentContainer .legend dl dt, #ConditionContainer .legend dl dt, #HealthFeatureContainer .legend dl dt
{
	width: 25%;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	font-weight: bold;
}

#ArticleContainer .legend dl dd, #TreatmentContainer .legend dl dd, #ConditionContainer .legend dl dd, #HealthFeatureContainer .legend dl dd
{
	float: left;
	width: 65%;
	margin: 0 0 0 0;
	padding: .5em;
}

#ArticleContainer ul.legend, #TreatmentContainer ul.legend, #ConditionContainer ul.legend, #HealthFeatureContainer ul.legend
{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #FF0000;
	display: table;
	display: expression("inline-block"); /* IE specific fix */
	list-style-type: none !important;
	margin-left: 0 !important;
	padding: 5px !important;
}

/**
 * Advisories
 */
#ArticleContainer .advisory, #TreatmentContainer .advisory, #ConditionContainer .advisory, #HealthFeatureContainer .advisory
{
	border: 1px solid #FF0000;
	background-color: #999999;
	padding: 5px;
	display: table;
	display: expression("inline-block"); /* IE specific fix */
	color: #FF0000;
}

#ArticleContainer .advisory a, #TreatmentContainer .advisory a, #ConditionContainer .advisory a, #HealthFeatureContainer .advisory a
{
	color: #FF0000;
}
/**
 * Figures
 */
#ArticleContainer .figure, #TreatmentContainer .figure, #ConditionContainer .figure, #HealthFeatureContainer .figure
{
	margin: 1.0em 0.2em;
	position: relative;
	border: 1px solid #9B9C9E;
	text-align: center;
	background-color: #fff;
	float: right;
	clear: left;
}

#ArticleContainer .figure p, #TreatmentContainer .figure p, #ConditionContainer .figure p, #HealthFeatureContainer .figure p
{
	text-align: left;
	margin: 0 5px 5px 5px;
	color: #666666;
}

#ArticleContainer .figure img, #TreatmentContainer .figure img, #ConditionContainer .figure img, #HealthFeatureContainer .figure img
{
	margin-top: 1.5em;
	float: !important;
}

#ArticleContainer .figure h3, #TreatmentContainer .figure h3, #ConditionContainer .figure h3, #HealthFeatureContainer .figure h3
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #9B9C9E;
	color: #FF0000;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #9B9C9E;
	height: 1.5em;
	margin: 0;
	text-indent: 5px;
	text-align: left;
}

#ArticleContainer .figure h4, #TreatmentContainer .figure h4, #ConditionContainer .figure h4, #HealthFeatureContainer .figure h4
{
	font-weight: bold !important;
	font-style: normal !important;
	text-align: left;
	margin: 0 5px;
	color: #999999;
}

/***********************************
 * Absolute, single-purpose styles *
 ***********************************/
#ArticleContainer .super, #TreatmentContainer .super, #ConditionContainer .super, #HealthFeatureContainer .super
{
	vertical-align: super;
}

#ArticleContainer .subscript, #TreatmentContainer .subscript, #ConditionContainer .subscript, #HealthFeatureContainer .subscript
{
	vertical-align: bottom;
	font-size: xx-small;
}

#ArticleContainer .right, #TreatmentContainer .right, #ConditionContainer .right, #HealthFeatureContainer .right
{
	text-align: right !important;
}

#ArticleContainer .left, #TreatmentContainer .left, #ConditionContainer .left, #HealthFeatureContainer .left
{
	text-align: left !important;
}

#ArticleContainer .center, #TreatmentContainer .center, #ConditionContainer .center, #HealthFeatureContainer .center
{
	text-align: center !important;
}

#ArticleContainer .indent, #TreatmentContainer .indent, #ConditionContainer .indent, #HealthFeatureContainer .indent
{
	padding-left: 4ex;
}

#ArticleContainer .mini, #TreatmentContainer .mini, #ConditionContainer .mini, #HealthFeatureContainer .mini
{
	width: 100px;
	width: expression("102px");
}

#ArticleContainer .small, #TreatmentContainer .small, #ConditionContainer .small, #HealthFeatureContainer .small
{
	width: 160px;
	width: expression("162px");
}

#ArticleContainer .medium, #TreatmentContainer .medium, #ConditionContainer .medium, #HealthFeatureContainer .medium
{
	width: 230px;
	width: expression("232px");
}

#ArticleContainer .large, #TreatmentContainer .large, #ConditionContainer .large, #HealthFeatureContainer .large
{
	width: 280px;
	width: expression("282px");
}
