/* CSS Document for RLEL Web site IE*/

/* RLEL CSS custom made by Rex Turgano*/

body
{
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 14px;
	background-color:#D5DDDA;
}
div#container {
	width: 770px;
	margin: auto;
	border:thin #ccc solid;
	background-color:#FFFFFF;
	}
	
a 
{ 
	color:#333366; /* was #4B0082 */
}

td /* main font color and size declaration */
{
	font-size:14px;
}

.heading
{
   font-family: Arial, Helvetica, sans-serif;
   color:#006666;
   font-size: 18px;
}

.heading2
{
   font-family: Arial, Helvetica, sans-serif;
   color:#006666;
   font-size: 14px;
   font-weight: bold; 
}
p {
	line-height:125%;
	}
/* Andoronot CSS */

.silver_button   /* Silver background button */
{
	height: 22px;
	color: #333333;
	border: 1px solid #7474ab;
	background: url('images/btn_back-silver.gif') center;
	padding: 1px;
	font-family: Arial; 
	font-size: 10pt;

}

.silver_search_button   /* Silver background button */
{
	height: 22px;
	color: #333333;
	border: 1px solid #7474ab;
	background: url('images/btn_back-silver.gif') center;
	padding: 1px;
	font-family: Arial; 
	font-size: 10pt;
	width: 90px
}



.index_button   /* Light blue background button */
{
	height: 22px;
	color: #404040;
	border: 1px solid #7898B5;
	background: url('images/tabon_purple.gif') center;
	font-family: Arial; 
	font-size: 10pt; 
}

.buttonDefault{
		height: 22px;
		color: #333333;
		border: 1px solid #7474ab;
		background: url('images/btn_back-silver.gif') center;
		padding: 1px;
		font-family: Tahoma; 
		font-size: 9pt;
}


/* Andoronot SEARCH PAGE CLASSES */

.SearchLabel  /* Class for search page labels */
{
	font-weight: bold;
	font-size: 12pt;
}
.Searchbox   /* Class for text inputs and select dropdowns */
{
	width: 200px;
	
}

.Searchddl   /* Class for text inputs and select dropdowns */
{
	font-family: Verdana;
	font-size: 10pt;
}

.Search_Box_Wide 
{
	width: 310px;
	font-family: Arial;
	font-size: 10pt;
}

.searchhints 
{
	font-family: Arial;
	font-size: 11px;
}

.searchemph 
{
	color:#990000;
	font-weight: bold;
}
#TipsDiv
{
	margin:0 0 0 20px;
}
#TipsTable
{
	background-color:#ffffff;
	background-color:Transparent;
	border:1px solid #999999;
	width:180px;
	
	
}
#TipsTable td
{
	vertical-align:top;
}
#TipsTable .TipsTopBar
{
	background-color:#006666;
}
#TipsTable .TipsTitle
{
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 12px; 
	font-weight: bold; 
	color: #888; 
	line-height:14px;
	margin-top:0;
	margin-bottom:0;
}

/********************
	RESULT PAGES
********************/
div#ResultContent /* result page main content area */
{
	width:550px;
}

.hozimage{
	padding:1px;
	background:url(images/hozline.gif) repeat;
	margin:0 .5em .2em 0;
	width:660px;
}


div#ResultInfo /* info area with choices at top of results */
{
	
}
div#ResultInfo form /* form enclosing select report dropdown */
{
	margin:0;	
}
div#ResultInfo select /* select report dropdown */
{
	margin-left:5px;
	margin-right:0px;
}
span#FriendlySearch /* results of SearchKleen script */
{
	font-style:italic;
	padding-right:5px;
}
span.ResultCount /* number of results found */
{
	font-weight:bold;	
}
span.NavLinks /* inline container for new search, revise search type links */
{
	font-size:14px;	
}
span.NavLinks a /* new search, revise search type links */
{
	padding-left:2px;	
	padding-right:2px;
	font-size:14px;
	
}

div.NextPrevious /* areas containg next/previous links */
{
	margin-top:15px;
	margin-bottom:15px;
	font-size:14px;
	
}

table.ResultTable /* each search result contained in a separate table */
{
	font-size:14px;
}
table.ResultTable td
{
	color:#333;
		
}
table.ResultTable td.ResultNumber /* leftmost cell in ResultTable */
{
	width:25px;
	vertical-align:top;
	font-weight:bold;
	font-size:14px;
}
table.ResultTable td.ResultText /* main cell in ResultTable */
{
	padding-bottom:15px;
	width:570px;
	font-size:14px;
}
table.ResultTable td.ResultText p
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;	
}
table.ResultTable td.ResultImage {
    vertical-align:top;
	padding-left: 10px;
	padding-bottom: 20px;
}
table.ResultTable td.ResultImage a {
    text-decoration:none;
}
table.ResultTable td.ResultImage img.googleBook {
    text-decoration:none;
    border:solid 1px #555;
	float:right;
	width:60px;
}

span.Title
{
	font-weight:bold;	
}

/***************************
	FULL DISPLAY PAGES 
***************************/

table#DisplayTable /* table containing fields showing the full record */
{
}
table#DisplayTable td
{
	color:#333;
	font-size:14px;
}
table#DisplayTable td.display_label /* leftmost cell containing field label */
{
	vertical-align:top;
	width:135px;
	font-weight:bold;
	padding-bottom:5px;
}
table#DisplayTable td.display_text /* cell containing field content */
{
	font-size:14px;
}
table#DisplayTable td.display_image
{
	padding-bottom: 20px;
	} 

table#DisplayTable td.display_image img.googleBook 
{
    border:solid 1px #555;
}
table#DisplayTable td.display_image img.googlePreview 
{
    border:none;
    padding-left: 90px;
    vertical-align:bottom; 
}
span.isbn {
    display:none;
}
a.moreGoogle {
    display:none;
}	


/******************
SCREEN VS. PRINT 
*******************/

/* The @media statement defines CSS behaviour in different environments */

@media print
{

	body,td,input,select
	{
		color:#000000;	
	}
	.NoPrint /* does not show when printing */
	{
		display: none;
	}
}
