@import url(global.css);
h1{
background: url(../_img/title-eng-search.png) bottom left no-repeat;}


#header-row a:hover, #header-row a.selected{
color:#0066FF;
font-weight:bold;
}

#main-center a:link, #main-center a:visited{
color:#0066FF;
text-decoration:none;
}
#main-center a:hover{
text-decoration:underline;
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch_prevnext
{
    background-color:#a1d3f0;
	 background-color:#d0e6f7;
}

td.isearch_prevnext
{
    color: black;
    font-size:10px;
	 text-transform:uppercase;
}

a.isearch_prevnext:link
{
    color:#ffffff;
    background-color:transparent;
	 font-weight:normal;
}

a.isearch_prevnext:visited
{
    color:#ffffff;
    background-color:transparent;
	 font-weight:normal;
}


#s {
float:left;
width:20em;
font-size:10pt;
border:1px solid #DDDDDD;
}
input.submit{
float:right;
width:auto;
border:2px outset #CCCCCC;
color:black;
font-size:10pt;
padding:0px 10px;
background:#CCCCCC;
}
input.submit:hover{
background:#4D4D4D;
border:2px inset #4D4D4D;
}
#s:hover,#s:focus{
background:#EFEFEF;
}


#footer a:link, #footer a:visited {
background:none;
text-decoration:underline;
color:#666666;
}
#footer a:hover{
text-decoration:overline
}
