﻿.body_search
{
	font-family:verdana,Helvetica,Arial,sans-serif;
	height:100%;
	width:100%;
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:8pt;
	overflow: hidden;
}

div#navsearch_content 
{
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width: 100%;
  background-color:#FFFFFF;
  z-index:10;
}

#TextBox_query 
{
  position: absolute;
  z-index: 11;
  top: 30px;
  font-family:verdana,Helvetica,Arial,sans-serif;
  border: 1px #000000 solid; 
  margin-right: 60px;
  height:14px;  
  font-size:8pt;
  padding-left:2px;
}

#LinkButton_execute 
{
  position: absolute;
  z-index: 12;
  top: 30px;
  color:#000000;
  text-decoration:none;
  text-align: center;
  font-size:8pt;
  font-weight: normal;
  height: 16px;
  border-right:#000000 1px solid;
  border-top:#000000 1px solid;
  border-bottom:#000000 1px solid;
}

#Label_error
{
	position: absolute;
  z-index: 13;
  top: 50px;
}

div#navsearch_results 
{
  position:absolute;
  top:74px;
  left:0px;
  margin:0px;
  overflow:auto;
  z-index:1;
}

table.navsearch_results_table 
{
  width:100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

td.navsearch_label_booktitle 
{
  color:#555555;
}

A:link 
{
color: #154273;
font-weight: bold;
}

A:visited 
{
color: #154273;
font-weight: bold;
}

A:active 
{
color: #154273;
font-weight: bold;
}

A:hover 
{
color: #0062DE;
font-weight: bold;
}

.pager
{
	border-bottom: #046F96 3px solid;
}


.pager TABLE TD
{
	width: 22px;
	text-align: center;
	border-left: #046F96 1px solid;
}

.pager TABLE TD SPAN
{
	color: #999999;
	font-weight: bold;
}

.pager TABLE TD A:link
{
	text-decoration: none;
	color: #154273;
}

.pager TABLE TD A:visited
{
	text-decoration: none;
	color: #154273;
}

.pager TABLE TD A:active
{
	text-decoration: none;
	color: #154273;
}

.pager TABLE TD A:hover
{
	text-decoration: underline;
	color: #0062DE;
}

.arrow_right
{
	width: 10px;
	height: 16px;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
}


