
html {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: small;
	font-weight: normal;
  	color: #4b4a4a; 	
  	height: 100%;
  	background: #fff url(/images/layout/body_back.jpg) repeat-x 0 0;   	
}

body {
  	margin: 0 auto;
  	padding: 0;
  	border: 0;
  	outline: 0;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: small;
	font-weight: normal; 
  	background: transparent url(/images/layout/nav_back.jpg) no-repeat center top;
  	height: 100%;
}

/* Links
------------------------------------------------------------------*/
a:link, a:visited  { 
	color: #5755cd; 
}

a:active, a:hover     {
	color: #599948;
}
/* Basics
------------------------------------------------------------------*/
h1	{
	color: #074d9c;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}
.HDivider	{
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	background: transparent url(/images/layout/h_dotted.gif) repeat-x top left;
}
h2	{
	color: #34687b;
	font-size: 14px;
	margin: 8px 0 4px 0;
	padding: 0 0 2px 0;
}
h3	{
	color: #3c700e;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h4	{
	color: #474c4e;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 2px 0;
}
p	{
	line-height: 135%;
}	
ul	{
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0 0 7px 0;
}	

ol li	{
	margin-bottom: 15px;
}
/* ul li.Star ul	{
	margin: 5px 0 0 5px;
}
*/
li.Star		{
	line-height: 17px;
	list-style-type: none;
	vertical-align: top;
	background: transparent url(/images/layout/star.gif) no-repeat 0px 3px;
	padding: 0 0 5px 15px;
	margin: 0 0 0 10px;
	position: relative;
}
ul.Arrow li		{
	line-height: 17px;
	list-style-type: none;
	vertical-align: top;
	background: transparent url(/images/layout/arrow.gif) no-repeat 0px 3px;
	padding: 0 0 8px 15px;
	margin: 0;	
	position: relative;
}
.bold	{
	font-weight: bold;
}
.FloatRightMain	{ 
    float: right; 
    margin: 3px 0 5px 25px; 
    width: 166px;
    clear: both
}	 
img.FloatRight	{ 
    float: right; 
    padding: 0;
    margin: 0 0 0 20px;
    clear: right;
    border: 1px solid #969696;
}
#SendTablet img.FloatRight	{ 
    float: right; 
    padding: 0;
    margin: 0 0 0 5px;
    clear: right;
    border: none;
    width: 175px;
    height: 77px;    
}

.Caption	{ 
    float: right; 
    padding: 5px 10px;
    font-size: 93%;
    margin: 0 0 5px 0;
    clear: right;
    font-weight: bold;
    width: 280px;
    border: 1px solid #969696;
    border-top: none;
    background: #e9f7d8;
}
.FloatLeft	{ 
    float: left; 
    padding: 0;
    margin: 20px 0 0 0;
    height: 140px;
    width: 146px;
}
/* Wrappers
------------------------------------------------------------------*/
#OutsideWrapper {
	margin: 0 auto;
	text-align: left;
	padding: 0;		
	border: none;
	width: 95%;
   	min-height: 100%;
  	height: auto !important;
  	height: 100%;
 	margin: 0 auto -50px;
	}
#ContentWrapper	{
	margin: 20px 0 0 0;
	width: 100%;
	border: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

	
/* Main left column content area
------------------------------------------------------------------*/

#Main-Inset { margin-left: 10px; }

#Main {
		float: left;
		width: 700px;
		padding: 0 50px 25px 0px;
		margin: 0;
		text-align: left;
}
#Main p 	{ 
	line-height: 150%;
	padding: 0;
	margin: 3px 0 10px 0;
	 }	
#Main p.HDivider	{
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	background: transparent url(/images/layout/h_dotted.gif) repeat-x top left;
}
#Main p.Quote 	{ 
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px 15px;
	font-style: italic;
	color: #599948;
	 }	 
#Main p.Listing	{
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	background: transparent url(/images/layout/h_dotted.gif) repeat-x top left;
}

#Sidebar {
		float: left;
		width: 260px;
		margin: 0;
		padding: 0;
		border: none;
		text-align: left;
		position: relative;
		background-clip: content-box;
		overflow: hidden;
	}
	
/* Small Right Sidebar
------------------------------------------------------------------*/

.SidebarModule {
		width: 95%;
		padding: 0 0 16px 0;
		border: none;
 		background: linear-gradient(#d8ebc3, #a9d18c);
		background-clip: border-box; 
		overflow: hidden;
	}
#Sidebar p	{
	padding: 5px 18px 8px 18px;
	margin: 0;
	color: #515353;
	font-size: 12px;
	font-weight: bold;
}
#Sidebar p.SidebarDivider	{
	padding: 30px 18px 8px 18px;
	margin: 0;
	color: #515353;
	font-size: 12px;
	font-weight: bold;
 	background: linear-gradient(#d8ebc3, #a9d18c);
 clear: both;
}

#Sidebar h3	{
	margin: 0;
	padding: 4px 18px 5px 18px;
}
.SidebarModuleTop {
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	background: linear-gradient(#d8ebc3, #a9d18c);
	}

a.SidebarButton span {
	background: transparent url(/images/layout/button_left.png) no-repeat 0 0;
	display: block;
	line-height: 16px;
	padding: 5px 4px 5px 14px;
	margin: 0 0 0 18px;
	color: #fff;
}

a.SidebarButton {
	background: transparent url(/images/layout/button_right.png) no-repeat top right;
	display: block;
	float: left;
	height: 26px;
	margin-right: 6px;
	padding-right: 20px;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.SidebarButton:hover span {
	background-position: 0 -26px; color: #fff;
}

a.SidebarButton:hover {
	background-position: right -26px;
}


/* Home page
------------------------------------------------------------------*/
#Intro {
	font: 500 10pt arial,sans-serif;
	width: 1000px;
	padding: 0px 0 10px 0;
	margin: 0px;
	text-align: left;
	background: transparent url(/images/layout/h_dotted.gif) repeat-x bottom left;
	overflow: hidden;
}

#Intro .LeftColumn	{
    margin: 0; 
    padding: 0 18px 0 0;
    width: 580px;
	float: left;
}
#Intro .RightColumn	{ 
    margin: 0; 
    padding: 0 0 0 20px;
    width: 380px;
    float: right; 
    clear: right;
    text-align: left;
    background: transparent url(/images/layout/v_dotted.gif) repeat-y top left;
}	
#Intro .RightColumn p.NewsItem	{
	padding: 1px 0 4px 0;
	margin: 0;
}

#Intro .Date	{
	font-weight: bold;
	color: #3d3e3f;
	padding-right: 2px;
}
#Intro .RightColumn p	{
	padding: 0 0 15px 0;
	margin: 0;
}
/* Filter Module
------------------------------------------------------------------*/
#FilterModule	{
	width: 1000px;
	height: 46px;
	background: transparent url(/images/layout/filter_back.gif) no-repeat 0 0;
	border: 0;
	margin: 25px 0 10px 0;
	display: block;
	overflow: hidden;
}

#FilterModule li {
		display: inline;
		padding: 10px 0px 10px 15px;
		margin: 0 0 0 15px;
		border: 0;
		height: 26px;
		line-height: 26px;
		text-align: right; 
		width: auto;
		float: left;
 		text-transform: uppercase;
		font-size: 11px;
		color: #727679;
		font-weight: bold;
		background: transparent url(/images/layout/filter_divider.gif) no-repeat center left;
}
#FilterModule .Label	{
 		text-transform: uppercase;
		font-size: 11px;
		color: #727679;
		font-weight: bold;
 }
#FilterModule li.Results	{
		color: #1a4181;
		background: none;
		margin: 0;
 }
#Max, #TimeFrame	{
	border: 1px solid #7b9eba;
	padding: 2px;
	margin: 0 0 0 3px;
	line-height: 14px;
	text-transform: none;
	font: 500 10pt arial, sans-serif;
 }
 /* Tablet Details
------------------------------------------------------------------*/

ul.NextPrevious	{
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	display: block;
	font-size: 10px;
	}
ul.NextPrevious li.Previous a {
	list-style-type: none;
	vertical-align: top;
	background: transparent url(/images/layout/button_prev.gif) no-repeat top left;
	padding: 0 0 0 15px;
	margin: 0;	
	position: relative;
	height: 12px;
	float: left;
}
ul.NextPrevious li.Previous a:hover {

	background: transparent url(/images/layout/button_prev.gif) no-repeat bottom left;
}
ul.NextPrevious li.Next a {
	list-style-type: none;
	vertical-align: top;
	background: transparent url(/images/layout/button_next.gif) no-repeat top right;
	padding: 0 15px 0 0;
	margin: 0;	
	position: relative;
	height: 12px;
	float: right;
}
ul.NextPrevious li.Next a:hover {

	background: transparent url(/images/layout/button_next.gif) no-repeat bottom right;
}
ul#DetailsHeader { 
    width: 100%;
    margin: 0;  
    padding: 0;
    border: 1px solid #969696;
    	background: linear-gradient(#1e4680, #2d5da0);
	display: block;
	height: 40px;
	padding-left: 15px; padding-right: 15px;
}
ul#DetailsHeader li {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
ul#DetailsHeader li#TabletName {
    float: left;
    	background: linear-gradient(#1e4680, #2d5da0);
	padding: 0 0 0 15px;
	width: 235px;
}
ul#DetailsHeader li.not-ecstasy {
	float: left;
	padding: 0 0 0 15px;
	color: red;
}
ul#DetailsHeader li.Spacing {
    float: right;
    	background: linear-gradient(#1e4680, #2d5da0);

	padding: 0;
	text-align: right;
}
ul#DetailsHeader li#TabletID {
	float: right;

	background: linear-gradient(#1e4680, #2d5da0);
	padding: 0 15px 0 0;
	text-align: right;
	width: 235px;
}
li span.Note	{
	font-size: 70%;
	line-height: 70%;
	padding: 0;
	margin: 0;
}
.DetailsModule	{
     width: 100%;
	border: 1px solid #969696;
	margin: 0;
	padding: 15px 15px 0 15px;
	clear: both;
	overflow: hidden;
}
.TabletData	{
    width: 74%;
	float: right;
	margin: 0 0 15px 0;
	border: 1px solid #969696;
	padding-bottom: 1em;
}
.TabletData .LeftColumn	{
    margin: 0; 
    padding: 0;
    width: 55%;
	float: left;
	clear: left;
    border-right: 1px solid #969696;
}
.TabletData .RightColumn	{ 
    margin: 0; 
    padding: 0;
    width: 44%;
    float: right; 
    clear: right;
    text-align: left;

}

.TabletDataLeft	{
    width: 100%;
}
.TabletDataRight	{
    width: 100%;
}

.TabletDataLeft th	{
    width: 17%;
	vertical-align: top;
	padding: 3px;
	text-align: right;
	font: 700 10pt arial,sans-serif;
}
.TabletDataRight th	{
    width: 29%;
	vertical-align: top;
	padding: 3px;
	text-align: right;
	font: 700 10pt arial,sans-serif;
}

.TabletDataLeft td,
.TabletDataRight td	{
    width: 41%;
	vertical-align: top;
	padding: 3px;
	margin: 0;
	font: 500 10pt arial,sans-serif;
}

.TabletPhoto-set {
    width: 25%;
	float: left;
	margin: 0;
}
.TabletPhoto-set2 {
	width: 100%;
	float: left;
	margin: 0;
}

.TabletPhoto-set2 img {

    width: 100%; 
}
.detail-image {

}

img.TabletMedium	{
	width: 148px;
	border: 1px solid #969696;
	float: left;
	margin-bottom: 15px;
	
}
img.TabletMedium:hover {
    transform: scale(1.3);
}
img.tableDetailsSmall	{
	width: 48px;
/*	height: 148px; */
	border: 1px solid #969696;
	float: left;
	margin-bottom: 15px;
}

img.tableDetailsSmall:hover {
    display:block;
    width: 150px;
    float: left;

}

.TabletPhoto .detail-image {
	width: 148px;
	border: 1px solid #969696;
	float: left;
	position:relative;
	margin-bottom: 15px;

}
.TabletPhoto-set .detail-image {
	width: 148px;
	border: 1px solid #969696;
	float: left;
	position:relative;
	margin-bottom: 15px;

}

.TabletPhoto-set2 img.detail-image {

    	width: 100%;
	border: 1px solid #969696;
	float: right;
	position:relative;
	margin-bottom: 15px;
	
}

img.detail-image {

    	width: 148px;
	border: 1px solid #969696;
	float: right;
	position:relative;
	margin-bottom: 15px;
	
}


.TabletNotes th	{
	vertical-align: top;
	text-align: left;
	padding: 6px 6px 0 6px;
	font-size: 11px;
}
.TabletNotes td	{
	vertical-align: top;
	padding: 0 6px 6px 6px;
	font-size: 11px;
}
 /* Stats Filter Specifications
------------------------------------------------------------------*/
.Stats #FilterModule	{

	margin: 15px 0 10px 0;
}
#FilterModule li.Percentages 	{
		background: none;
		padding-right: 6px;
		padding-left: 5px;
		margin: 0;
 }

#FilterModule li.Numbers	{
		background: none;
		padding-right: 105px;
		padding-left: 5px;
		margin: 0;
 }
 
.Stats #FilterModule li input	{
		margin-right: 6px;
		margin-top: 6px;
		vertical-align: top;
 }

/* Test Results Table
------------------------------------------------------------------*/

table#MainResults { 
	width: 1000px;
    margin: 0 0 20px 0;  
    padding: 0;
    border: 0;
	background: transparent; 
}

#MainResults td	{ 
	padding: 7px;  
	margin: 0;
	border: 1px #ccc solid; 
	border-top: none;
	border-left: none;
	vertical-align: top;
	font-size: 11px;
}
#MainResults tr td	{
	background: #e8effb;
}
#MainResults tr.even td	{
	text-align:center;
	background: #fff;
}

#MainResults tr.odd td	{
	text-align:center;
}



#MainResults tr:hover td { background: #d6f1be; } 
#TabletName	{
	width: 130px;
	text-align: left;
}
#MainResults td.Tablet	{  
	border-left: 1px #ccc solid;  
	text-align: center;
}
#MainResults th	{
	color: #fff;
	padding: 7px;
	vertical-align: bottom;
	font-weight: bold;
	background: transparent url(/images/layout/table_header_back.gif) no-repeat top center; 
	border: none;
	border-right: 1px solid #153562;
	border-bottom: 1px solid #153562;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;

}
#MainResults th#ActiveContents	{
 
	text-align: center;
}
#MainResults th#FirstColumn	{
         text-align: center;
	/* background: transparent url(/images/layout/table_header_back.gif) no-repeat top left; */
}
#MainResults th#LastColumn	{
	border-right: none;
/*	background: transparent url(/images/layout/table_header_back.gif) no-repeat top right; */
}
#MainResults th a	{
	color: #fff;
}
#MainResults th#Substance,
#MainResults th#Amounts	{
	font-weight: bold;
	background: transparent url(/images/layout/table_header_back.gif) no-repeat center -30px;
}
#MainResults th a:hover,
#MainResults th a:active	{
	color: #cbf3a7;
}

#MainResults p.other-name {
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 3px 0 0 0;
}

#MainResults p.not-ecstasy {
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 3px 0 0 0;
	color: red;
}

ul.Substance,
ul.Amounts	{
	list-style-type: disc;
	margin: 0;
	padding-left: 5px;
	margin-left: 10px;
}
ul.Substance li,
ul.Amounts li	{
	list-style-type: disc;
	vertical-align: top;
	padding: 0 0 4px 5px;
	margin: 0;
	font: 500 10pt arial,sans-serif;
}
ul.Substance li {
    margin-left: 10%;
}
#primary-test {

}
.Tabletimg {
/* img.TabletThumb	{ */
	width: 52px;
	height: 52px;
}
td a:link img.TabletThumb,
td a:visited img.TabletThumb	{ 
    border: 2px solid #347ee5;
}
td a:active img.TabletThumb,
td a:hover img.TabletThumb	{ 
    border: 2px solid;
}

/* CSS-based Tootips
------------------------------------------------------------------*/
img.InfoIcon	{
	width: 12px;
	height: 12px;
	border: 0;
	padding: 0 0 0 3px;
}

a.info	{
    position: relative; /*this is the key*/
    z-index: 24;
    color: #000;
    text-decoration: none;
}

a.info:hover	{
	z-index: 25; 
}

a.info span	{ display: none; }

a.info:hover span	{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 15px; 
    left: 10px; 
    width: 180px;
    border: 1px solid #666666;
    background-color: #ffffcc; 
    color: #000;
    padding: 5px;
    font-size: 10px;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}

a.info:hover span.DisplayLeft	{
    left: -180px; 
    white-space: normal;
}    


/* Statistics Tables
------------------------------------------------------------------*/
col#SubstancesIdentified,
col#Masses,
col#Substances,
col#States,
col#Cities,
col#SubstancesWeight	{
	width: 210px;
	text-align: left;
}
table#MainResults th.TableSub	{
	background: transparent url(/images/layout/table_subheader_back.gif) repeat-x top center; 
	border-left: 1px solid #153562;
	text-align: left;
}
table#MainResults th.TableSubSub	{
	background: transparent url(/images/layout/table_subsub_back.gif) repeat-x top center; 
	border-left: 1px solid #153562;
	color: #0d0d0d;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
table#MainResults th.TableSubSub a {
	color: #0d0d0d;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.totaltd {
 border-bottom: 1px solid black ;
}
#StatsTotals tr td {
  border-bottom: 1px solid black ;

}
#StatsTotals  {
  border-bottom: 1px solid black ;

}

#StatsSubstancesWeight #MainResults th#LastColumn	{
 
	border-right: none;
	text-align: center;
}
#StatsSubstancesWeight #MainResults th#Masses,
#StatsSubstancesWeight #MainResults th.Spacing	{
 
	border-right: none;
	text-align: center;
	background: transparent url(/images/layout/table_header_back_gradient.gif) repeat-x 0 0; 
	border-bottom: none;
}
#StatsSubstancesWeight #MainResults th#LastColumn	{
 
	border-bottom: none; 
}
p.Disclaimer	{
	font-size: 10px;
	line-height: 150%;
	padding: 0;
	margin: 0 0 15px 0;	
}
/* Advanced Search Styles
------------------------------------------------------------------*/
table#AdvancedSearchFilterModule	{
	width: 1000px;
	height: 175px;
	border: 0;
	margin: 5px 0 10px 0;
	padding: 0;
	background: #efefef;
}
#AdvancedSearchFilterModule tr td	{
	font-size: 10px;
	padding: 0;
	margin: 0;
}

#AdvancedSearchFilterModule label	{
	color: #2a2b29;
	font-size: 11px;
	margin: 0;
	padding: 0 0 2px 0;	
}

#AdvancedSearchFilterModule td.TopLeft	{
	background: transparent url(/images/layout/advanced_search_module_back.gif) no-repeat top left;
	width: 100px;
	padding: 10px 10px 0 15px;
	border: 0;
}
#AdvancedSearchFilterModule td.TopRight	{
	background: transparent url(/images/layout/advanced_search_module_back.gif) no-repeat top right;
	padding: 10px 15px 0 0;
	border: 0;
}
#AdvancedSearchFilterModule td.TopCenter	{
	padding: 10px 0 0 20px;
	border: 0;
	border-top: 1px solid #dadbdb;
}
#AdvancedSearchFilterModule td.BottomLeft	{
	background: transparent url(/images/layout/advanced_search_module_back.gif) no-repeat bottom left;
	width: 100px;
	padding: 0 10px 5px 15px;
	border: 0;
}
#AdvancedSearchFilterModule td.BottomRight	{
	background: transparent url(/images/layout/advanced_search_module_back.gif) no-repeat bottom right;
	padding: 0 15px 10px 0;
	border: 0;
}
#AdvancedSearchFilterModule td.CenterLeft	{
	width: 100px;
	padding: 0 10px 0 15px;
	border: 0;
	border-left: 1px solid #dadbdb;
}
#AdvancedSearchFilterModule td.CenterRight	{
	padding: 0 15px 0 0;
	border: 0;
	border-right: 1px solid #dadbdb;
}
#AdvancedSearchFilterModule td.BottomCenter	{
	padding: 0 0 10px 20px;
	border: 0;
	border-bottom: 1px solid #dadbdb;
}
#AdvancedSearchFilterModule #ColumnTwo	{
	background: transparent url(/images/layout/filter_divider.gif) repeat-y  4px 7px;
}
#AdvancedSearchFilterModule #ColumnFour	{
	background: transparent url(/images/layout/filter_divider.gif) repeat-y  4px 7px;
}

#AdvancedSearchFilterModule td#TabletColor	{
 	padding-left: 20px;
 }
#AdvancedSearchFilterModule td#StartDate	{
 	width: 165px;
 }
#AdvancedSearchFilterModule td#EndDate	{
 	width: 120px;
 	padding-left: 0;
 }
 #AdvancedSearchFilterModule td#City	{
 	padding-left: 20px;
 }
#AdvancedSearchFilterModule td#City input	{
 	width: 234px;
 }

 
 #AdvancedSearchFilterModule td#ActiveContents input,
 #AdvancedSearchFilterModule td#StateProvince select,
 #AdvancedSearchFilterModule td#Country select	{
  	width: 240px;
 }
 #AdvancedSearchFilterModule td#ActiveContents {
  	width: 260px; 
 }
 #AdvancedSearchFilterModule td#StateProvince,
 #AdvancedSearchFilterModule td#City	{
  	width: 260px;
 }
#AdvancedSearchFilterModule td select#SourceOrgID	{
 	width: 131px;
 }

#AdvancedSearchFilterModule td input	{
	border: 1px solid #7b9eba;
	margin: 0;
	padding: 2px;
	width: 125px;
	height: 14px;
	font-size: 10px;
}

#AdvancedSearchFilterModule td select	{
	border: 1px solid #7b9eba;
	padding: 2px;
	margin: 0;
	line-height: 14px;
	font-size: 10px;	
 }


#AdvancedSearch ul.ButtonContainer	{
	width: 1000px;
	height: 30px;
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
	border: 0;
	background: transparent url(/images/layout/h_dotted.gif) repeat-x bottom left;
}
li.Search, li.Submit	{
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
input.SearchButton {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-transform: uppercase;
	color: #fff;
	background: transparent url(/images/layout/button_search.gif) no-repeat top center;
	width: 90px;
	height: 26px;
}
input.SearchButton:hover {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-transform: uppercase;
	color: #fff;
	background: transparent url(/images/layout/button_search.gif) no-repeat bottom center;
	width: 90px;
	height: 26px;
}
#AdvancedSearch li.Clear	{
	margin: 0 0 0 50px;
	padding: 0;
	border: 0;
	float: left;
}
#AdvancedSearch	h2	{
		color: #1a4181;
		background: none;
		margin: 0 0 15px 0;
		padding: 5px 0 0 0;
		font-size: 11px;
		text-transform: uppercase;
}
	/* Contact Form Styles
------------------------------------------------------------------*/

fieldset#ContactForm	{
	border: none;
	margin: 0;
	padding: 0;
}
label	{
	display: block;
	font-weight: bold;
	color: #569d17;
	font-weight: bold;
	padding-bottom: 3px;
}
span.required	{
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	color: #f95d18;
	padding-left: 3px;
}
label#Reason	{
	padding-bottom: 6px;
}
#ContactForm input	{
	border: 1px solid #c2c4c1;
	border-right: 1px solid #b5b5b7;
	border-bottom: 1px solid #b5b5b7;
	margin: 0 0 15px 0;
	padding: 2px;
}
ul.ReasonRadios	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.ReasonRadios li	{
}
.ReasonRadios li	{
		background: none;
		padding: 0;
		padding-right: 5px;
		margin: 0;
 }
 
#ContactForm .ReasonRadios li input	{
		margin-right: 5px;
		margin-top: 1px;
		vertical-align: top;
 }
#message {
	border: 1px solid #c2c4c1; 
	border-right: 1px solid #b5b5b7;
	border-bottom: 1px solid #b5b5b7;
	padding: 2px;
	overflow: auto; 
	width: 466px;
	height: 133px;
	}
ul.ButtonContainer	{
	width: 472px;
	height: 30px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
}

input.SubmitButton {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-transform: uppercase;
	color: #fff;
	background: transparent url(/images/layout/button_submit.gif) no-repeat top center;
	width: 140px;
	height: 26px;
}
input.SubmitButton:hover {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-transform: uppercase;
	color: #fff;
	background: transparent url(/images/layout/button_submit.gif) no-repeat bottom center;
	width: 140px;
	height: 26px;
}
li.Clear	{
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}
input.ClearButton {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-transform: uppercase;
	color: #fff;
	background: transparent url(/images/layout/button_clear.gif) no-repeat top center;
	width: 90px;
	height: 26px;
}

.SortedUp	{
	background: transparent url(/images/layout/sorted_icon_up.png) no-repeat 0 -2px;
	padding: 0 0 0 15px;
}
.SortedDown	{
	background: transparent url(/images/layout/sorted_icon_down.png) no-repeat 0 -2px;
	padding: 0 0 0 15px;
}

img.SelectedIcon        {
        width: 12px;
        height: 12px;
        border: 0;
        padding: 0 3px 0 0;
}

.article-title {
 
  font: 700 13pt arial,sans-serif;
}
.article-author {
  font: 700 11pt arial,sans-serif;
}
.article-date {
  font: 700 10pt arial,sans-serif;
}

.contact-faq li { margin-bottom: 8px; }

.pa { font: 500 5pt Arial,sans-serif; vertical-align: middle; color: #555555; text-decoration: none; }

#not-certain { font: 700 14pt arial,sans-serif; text-align:center; padding:5px; color: #990000; }
#additional-parameters {
	vertical-align: top;
	text-align: left;
	padding: 6px 6px 0 12px;
	font: 500 11pt arial,sans-serif;
	padding-bottom: 1em;
}
#additional-parameters .title {
    font: 700 11pt arial, sans-serif;
}

#additional-parameters .otherinfo {

}

#additional-information {

	vertical-align: top;
	text-align: left;
	padding: 6px 6px 0 12px;
	font: 500 11pt arial,sans-serif;
}
#additional-information .title {
    font: 700 11pt arial, sans-serif;
    padding-bottom: 1px;
}

#additional-information .otherinfo {
    padding-bottom: 5px;
}


#drug-sold-as { } 
#drug-sold-as-title { font: 500 10pt arial,sans-serif; text-align:left; padding-left:5px;  }
#drug-sold-as-info { font: 500 10pt arial,sans-serif; text-align:left; padding-left:5px;  }
#drug-expected { } 
#drug-expected-title { font: 500 10pt arial,sans-serif; text-align:left; padding-left:5px; }
#drug-expected-info { font: 500 10pt arial,sans-serif; text-align:left; padding-left:5px; }
#contains-unidentified { font: 700 13pt arial,sans-serif; text-align:center; padding:5px; padding-bottom:15px; color: #990000; }



.on-hold { font: 700 12pt arial, sans-serif; color:#992222; }

#comment-container {
    margin-bottom: 1em;
        
}
#comment-container br {
    padding-bottom: 0.5em;
    line-height: 0.5em;
}

#comment-container .comment {
    margin-bottom: 1em;
   
}

#unidentified-comment .title {

}

#unidentified-comment .otherinfo {

}




#link-list {

}

.gcms-image-title {
    font: 700 10pt arial, sans-serif;
}


#admin-control-bar  {
    font: 700 12pt arial, sans-serif; border: 1px dotted red; padding:4px; 

}
#mobile-switcher  {
    font: 700 20pt arial, sans-serif;
    border: 1px dotted red;
    padding: 3px;
   
}


.statsTable td th {
 text-align:center;
}

.statsTable a {
 text-align:center;
}

.statsTable {
 text-align: center;
}
