﻿ /* 
	Stylesheet for Lucene search page
	Initial Autor	: Angad Bhat
	Maintained By   : Angad Bhat and Sirisha Kakarla
	Date Created	: 22-08-2008
	*/

/*
	Main search Div is the main div that holds all the controls on the page.
	*/

div.mainSearch
{
	margin-left:0px;
}
 /*
	This is used for 'show search string' anchor tag
	*/
.query
{
	margin-right:10px;
    cursor:help;  	
}
 /*
	This is used for styling the Box that holds all the search controls
	*/
div.searchborder
{
    border:solid 2px #cccccc; 
    width:80%;  
    min-width:700px;         
}
 /*
	This is used for styling the Header of the box above.
	*/
div.searchheader
{
    border-bottom:solid 3px #cccccc;       
}
/*
	This is used for styling the image for the service.
	*/
img#idno
{	
	margin-top:10px;
	width:25px;
	height:25px;
}
/*
	This is used for styling the image for the download link.
	*/
img#download
{
	text-decoration:none;	
	border:0;
}
/*
	This is used for styling the image for the Nesstar link.
	*/
img#nesstar
{
	text-decoration:none;
	border:0;
}
/*
	This is used for styling the image for the ZACAT link.
	*/
a#zacat
{
	text-decoration:underline;
	font-family: Verdana,arial,helvetica,sans-serif; 
	font-size:10px;
	font-weight: normal;
	color:#003366;
}
/*
	This is used for styling the 'Study Description/Documentation' link.
	*/
a#documentation
{
	text-decoration:underline;
	font-family: Verdana,arial,helvetica,sans-serif; 
	font-size:10px;
	font-weight: normal;
	color:#006699;
}
/*
	This is used for styling the 'sn' link.
	*/
a#idno
{	
	font-family: Verdana,arial,helvetica,sans-serif; 
	font-size:10px;
	font-weight: bold;
}
/*
	This is used for styling the 'title' label.
	*/
span#title
{
	font-weight:bold;
	font-family: Verdana,arial,helvetica,sans-serif; 
	font-size:10px;
 
}
/*
	This is used for styling the 'service' label.
	*/
span#service
{	
	color:#999999;
	font-size:80%;
}
/*
	This is used for styling the 'abstract' label.
	*/
span#abstract
{
	font-size:80%;
}
/*
	This is used for setting the color for the Census service.
	*/
.census
{
	color:#191970;	
}
/*
	This is used for setting the color for the AHDS service.
	*/
.ahds
{
	color:#a62b43;				
}
/*
	This is used for setting the color for the ESDS Qualidata service.
	*/
.esds_qual
{
	color:#005baa;			
}
/*
	This is used for setting the color for the ESDS Longitudianl service.
	*/
.esds_long
{
	color:#b74012;		
}
/*
	This is used for setting the color for the ESDS Internation Macro service.
	*/
.esds_macro
{
	color:#006666;	
}
/*
	This is used for setting the color for the ESDS International Micro service.
	*/
.esds_micro
{
	color:#006666;
}
/*
	This is used for setting the color for the ESDS service.
	*/
.esds
{
	color:#660099;	
}
/*
	This is used for setting the color for the ESDS Government service.
	*/
.esds_gov
{
	color:#00748d;
}

/*
	This is used for setting the color for the Secure Data service.
	*/
.sds
{
	color:#036;
}
/*
	This is used for setting the color for the Relu service.
	*/
.relu
{
	color:#1e5834;
}

