.dummy {} 
/* ---------------------------------------------
   CSS styles for Hydro.com internet search
	 Author: Tomas Syversen/HISP
--------------------------------------------- */

/* ---------------------------------------------
   COMMON ELEMENTS AND BASIC FORMATTING
--------------------------------------------- */

body
{	
	/*background-color: #FFF;
	margin: 0;
	voice-family: "\"}\"";
  voice-family: inherit;*/
}

#search-wrapper 
{
	width: 973px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: 100%;
	/*overflow: auto;*/
	background: #fff;
	padding-bottom: 60px;
	/*border: solid 1px #000;*/	
}

#search-wrapper .spellcheckLabel {
	color: red;
	}

#search-wrapper a.spellcheck:link {
	color: #333399;
	font-weight:bold;
	font-style:italic;
	}
#search-wrapper a.spellcheck:visited {
	color: #333399;
	font-weight:bold;
	font-style:italic;
	}
#search-wrapper a.spellcheck:hover {
	color: #000;
	font-weight:bold;
	font-style:italic;
	}

#search-results-wrapper 
{
	width: 690px;
	float: right;
	/*border: solid 1px black;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;																									/*0.7em*/
	margin: 15px 15px 0 0;
	/*border: solid 1px black;*/
}

#search-header 
{
	width: 690px;
	line-height: 1.3em;
}

#search-header ul
{
	margin: 0;	
	padding-left: 1.5em;	
	list-style: normal;
}

#search-header p
{
	margin: 0;
	padding: 0;
}
	
#search-header h3
{
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
}

.search-panel
{
	background:url("../images/www_autonomy_logo.gif") no-repeat right top;
}

/* ---------------------------------------------
   TAB-STRIP FORMATTING
--------------------------------------------- */

#tabs 
{
  float:left;
  display: inline; /*Workaround for fixing the doubled float-margin bug in IE*/
  margin: 0!important;
  padding: 0!important;
  width:690px;
  background-color: #FFF;
  /*font-size:93%;*/
  font-size: 1.1em;
  color: red;
  line-height:normal;  
  border: 0!important;																												/**/
}
  
#tabs ul 
{
  margin: 0;
  padding: 0;
  list-style: none;
}
  
#tabs li 
{
  float:left;
  background: #E8E8E8 url("../images/www_tab_left.gif") no-repeat left top;
  margin:0 2px 0 0;
  padding:0 0 0 9px;
  list-style: none;
}
  
#tabs a 
{
  float:left;
  display:block;
  /*width: .1em;*/
  /*white-space:nowrap;*/    
  background:url("../images/www_tab_right.gif") no-repeat right top;
  /*padding:5px 15px 4px 6px;*/
  padding:4px 12px 3px 3px;
  text-decoration:none;
  font-weight:normal;   
  font-size: 0.9em;																											/* */
	color: #000;
}
  
#tabs > ul a {width:auto;}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs a:hover 
{
	text-decoration: underline!important;																	/* */
  background:url("../images/www_tab_right.gif") no-repeat right top;
  color: #000;
}
  
#tabs .current 
{
	background-color: #666;
  background-image: url("../images/www_tab_left_on.gif");
}
  
#tabs .current a 
{
	background:url("../images/www_tab_right_on.gif") no-repeat right top!important;  /* */
  /*background-image:url("../images/www_tab_right_on.gif");*/
  color:#FFF!important;																									/* */
  padding-bottom:3px;
}

#tabs .current a:hover 
{
  background-image:url("../images/www_tab_right_on.gif");
  text-decoration: underline!important;
  padding-bottom:3px;
}
  
#tabs .current a:visited
{
  background-image:url("../images/www_tab_right_on.gif");
  text-decoration: none;
  padding-bottom:3px;
}

#tabs a.disabled
{ 
  color: #000;
  text-decoration: none!important;
  font-weight: normal;
  cursor: text;
}

#tabs a.disabled:visited
{ 
  color: #000;
  text-decoration: none!important;
  font-weight: normal;
  cursor: text;
}

#tabs a.disabled:hover
{ 
  color: #000;
  text-decoration: none!important;
  font-weight: normal;
  cursor: text;
}

#tabs a.disabled-current
{ 
  color: #FFF!important;
  text-decoration: none!important;
  font-weight: normal;
  cursor: text;
}

#tabs a.disabled-current:visited
{ 
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  cursor: text;
}

#tabs a.disabled-current:hover
{ 
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  cursor: text;
}

#tab-container 
{
	clear:left;
	border-top: solid 1px #666!important;																/**/
	border-bottom: solid 1px #666;
	width:690px;	
	margin: 0;
  padding-top: 30px;
}

#tab-container p
{
  color: #000;
}

#tab-container a 
{
	text-decoration: underline;
  font-weight: bold; 
  color: #333399;
 }

#tab-container a:visited
{
	text-decoration: underline;
  font-weight: bold;
  color: #333399;
}

#tab-container a:hover
{
	text-decoration: underline;
  font-weight: bold;
  color: #000;
}

#tab-container p
{
	margin: 5px 0 5px 0;
}

#tab-container p.meta
{
	width: 690px;
	margin: 5px 0 16px 0;
	padding-bottom: 12px;
	border-bottom: dotted 1px #A8A8A8;
	font-size: 1.0em;	
	color: #000;																						/*Added*/
}

/* ---------------------------------------------
   FORMS FORMATTING
--------------------------------------------- */

.text-box 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	width: 230px;
	border: solid 1px #888;		
	vertical-align:middle;
	height:2.0em!important;
	text-align:left;
	padding: 3px;
}
	
.text-box-disabled 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	width: 230px;
	border: solid 1px #888;		
	vertical-align:middle;
	text-align:left;
	background: #EFEFEF;
	padding: 3px;
}
	
.button 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;	
	vertical-align:middle;
	padding: 1px;
}

/* ---------------------------------------------
   SEARCH PAGER
--------------------------------------------- */

div.search-pager {
	font-weight: normal;
	text-align: right;
	padding: 1em 0 1em 0;
	font-size: 1.1em;
	height: 25px;
}

a.results-page {
color: #333399;
text-decoration: underline;
font-weight: normal;
}

a.results-page:visited {
color: #333399;
}

a.results-page:hover {
color: #333399;
}

a.selected-results-page {
color: #E42021;
text-decoration: none;
font-weight: bold;
}

a.selected-results-page:visited {
color: #E42021;
cursor: text;
}

a.selected-results-page:hover {
color: #E42021;
}

a.next-prev-page {
color: #333399;
text-decoration: underline;
font-weight: normal;
}

a.next-prev-page:visited {
color: #333399;
}

a.next-prev-page:hover {
color: #333399;
}

a.next-prev-page-disabled {
color: #BBB;
text-decoration: underline;
font-weight: normal;
cursor: text;
}

a.next-prev-page-disabled:visited {
color: #BBB;
}

a.next-prev-page-disabled:hover{
color: #BBB;
}

/* ---------------------------------------------
   MISC
--------------------------------------------- */

#search-error {
width: 100%;
color: Red;
padding-top: 10px;
padding-bottom: 10px;
}

.hr-dotted
{
	width: 690px;
	height: 1px;
	font-size: 1px; 
	line-height: 1px; 
	margin: 5 0 16px 0;
	padding: 0;
	border-bottom: dotted 1px #A8A8A8;
	font-size: 1.0em;	
	color: #000;																					
}

.hr-plain
{
	width: 690px;
	height: 1px;
	font-size: 1px; 
	line-height: 1px; 
	margin: 5 0 16px 0;
	padding: 0;
	border-bottom: solid 1px #A8A8A8;
	font-size: 1.0em;	
	color: #000;																					
}

.hydro-recommends
{
	width: 690px;
	background-color: #EFEFEF;	
	margin-bottom: 20px;
}

