
/*
         URI: /static/css/reset-min~base-min~structure~style~font~color~header~jquery.plugins.autocomplete~footer~reskins.safemedservice.css
       mtime: 1291698015
       Cache: 0
   Minify JS: 0
  Minify CSS: 0
   Separator: ~
    Compress: 0
   Doc. Root: /var/www/iguard
      Append: 0
      Render: 0.000597000122070312
*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}*:first-child+html input,* html input,*:first-child+html textarea,* html textarea,*:first-child+html select,* html select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;}*:first-child+html input[type=text], * html input[type=text],*:first-child+html input[type=password],* html input[type=password],*:first-child+html textarea,* html textarea {width:11.9em;}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	/* background: white url('indicator.gif') right center no-repeat; */
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
div.navigation {
    background: #990033;
}
div.navigation ul.menu li a {
    color: #FFFFFF;
    padding:0;
}
div.navigation li.spacer {
    background-color: #5D6062;
    padding-top: 8px;
    _padding-top: 0;
    width: 1px;
    _left: 5px;
}
div.navigation li.spacer img {
    visibility: hidden;
}

/* Colors */

/* Maroon */
/* #990033 */

.color_a,
h1.page_heading,
div.help h1,
div.blurbs h2,
div.blurbs p,
div.ticker h3,
ul.letter_links li a,
ul.bookmarks li a,
.highlight,
div.links h1,
a:link,
a:visited,
.color_g,
div.comment_navigation ul.menu li a:link,
div.comment_navigation ul.menu li a:visited,
ul.user a,
span.headline {
    color: #990033;
}

input.button,
input.submit,
div.list_content div.rounded,
div.drugs_by_letter,
div.key h3,
div.navigation,
hr.mini_header_bar {
    background-color: #990033;
}

/* Light Gray */
/* #D5D5D5 */

div.links {
    background-color: #D5D5D5;
}

/* Gray */
/* #7F7E81 */

ul.legal li,
ul.legal li a,
p.disclaimer {
    color: #7F7E81;
}

input.button,
input.submit,
div.common_searches h2,
div.navigation ul.menu li a:hover {
    background-color: #7F7E81;
}

input.text,
select,
div.front_page,
div.common_searches,
div.common_searches ul.left_column,
div.ticker {
    border-color: #7F7E81;
}


/* Medium Gray */
/* #5E5A68 */

div.links ul.menu li a {
    color: #5E5A68;
}

/* Dark Medium Gray */
/* #5D6062 */

h3.date {
    color: #5D6062;
}

/* Dark Gray */
/* #333333 */

div.blurbs a,
div.content form.login fieldset a {
    color: #333333;
}

