/* Main LabelDataPlus CSS File For Printing
   Revision: July 22, 2009
   
*/   

table#drug-table thead tr {
	background-color:#FFFFFF;
}
table#drug-table thead td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A1FAA;
	font-weight: bold;
}
table#drug-table td{
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table#drug-table tbody tr {
	background-color: #DDDDDD;
}
table#drug-table tbody td {
	padding: 4px;
	text-align: right;
}
table#drug-table tfoot td {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr tfoot td a:link, tfoot td a:visited, tfoot td a:active {
	text-align: right;
	color: #2A1FAA;
	text-decoration: none;
	font-weight: bold;
}
table#drug-table tfoot a:hover {
	color: #A0A0A4;
	background-color: #FAF4A1;
}

#main, #inner{
	width: 70%;	/* make the body expand to fill the visible window */
	height: 200px;
	overflow: hidden;	/* erase window level scrollbars */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font: 10pt Arial,Myriad,Tahoma,Verdana,sans-serif;
	background-color: #F0F0F0;
}

table#result-table {
	width:700px;
}

table#result-table ttop tr {
	background-color:#2A1FAA;
}

table#result-table ttop td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A1FAA;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

table#result-table thead tr {
	background-color:#FFFFFF;
}

table#result-table thead td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A1FAA;
	font-weight: bold;
	color:#2A00AA;
}

table#result-table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

table#result-table tfoot td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A1FAA;
	font-weight: bold;
}
a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #243A59;
	background-color: #FAF4A1;
}

table#result-table thead a:link, table#result-table thead a:visited, table#result-table thead a:active {
	color: #2A1FAA;
	text-decoration: none;
	font-weight: bold;
} 

table#result-table tbody tr a:hover		{
	color: #243A59;
	background-color: #FAF4A1;
}
		
table#result-table tbody tr a:link, table#result-table tbody tr a:active
{
	color: #2A1FAA;
	font-weight: bold;
	text-decoration: underline;
}

table#result-table tbody  a:visited {
	color: #AA0000;
	font-weight: bold;
	text-decoration: underline;
}
		
table#result-table tfoot a:link, table#result-table tfoot a:visited, table#result-table tfoot a:active {
	color: #2A1FAA;
	text-decoration: none;
	font-weight: bold;
} 

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}

.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	position: relative;
} 

.twoColFixRtHdr #header {
	display: none;
	width: 800px;
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
} 
.twoColFixRtHdr #header h1 {
	margin-bottom: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	margin-top: 0px;
	text-indent: 0em;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #2A1FAA;
}
.twoColFixRtHdr #container h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #2A1FAA;
}
.twoColFixRtHdr #container h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #2A1FAA;
}
.twoColFixRtHdr #container table {
	margin: 2px;	
}
.twoColFixRtHdr #nav_label {
	display: none;
} 
.twoColFixRtHdr #xmllabel {
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	/*border-top-width: 2px; */
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	/*border-top-style: solid; */
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 700px;
	
}
.twoColFixRtHdr #xmllabel a img {
	display: none;
}
.twoColFixRtHdr #xmllabel input {
	display: none;
}
.twoColFixRtHdr #sidebar1 {
	display: none;
}
.twoColFixRtHdr #minitoolbar{
	display: none;
}

.twoColFixRtHdr #blackBox {
	display: none;
	} 
.twoColFixRtHdr #versions {
	
	background: #F0F0F0;
/*	position: relative;*/
	margin-top: 5px;
/*	margin-right: 600px;*/
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
/*	height: 12em; */
} 

.twoColFixRtHdr #versions table{
	width: 98%;
}
.twoColFixRtHdr #versions thead tr {
	background-color:#FFFFFF;
}
.twoColFixRtHdr #versions thead td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A1FAA;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.twoColFixRtHdr #versions tbody tr{
	background-color:#FFFFFF;
}
.twoColFixRtHdr #versions tbody td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	float: left;
	width: 800px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    text-align: left;	 
} 

.twoColFixRtHdr #related td{
	text-align: left; 
}

.twoColFixRtHdr #footer { 
	display: none;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
   
.testClass {
	color:#ffffee;
} 


.dPanes {
	display: none;
}
table#search-table thead tr {
	background-color:#FFFFFF;
}
table#search-table thead td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A1FAA;
	font-weight: bold;
}
table#search-table td{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #000000;
}
table#search-table {
	width: 664px;
}
table#search-table tbody tr {
	background-color: #DDDDDD;
}
table#search-table tbody td {
	padding: 0px;
	padding-top: 4px;
}
table#search-table h1{
	padding-left: 4px;
	padding-bottom: 4px;
	color:#2A00AA;
	font-weight:bold;
	font-size: 14px;
}
#search-table ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#xmllabel a img {
	text-align:left;
}
#hovermenu
{
	display: none;
	
}


