/*
project: Search, stylesheet, screen media 
author : ois
date   : August 2005
*/



/* -- primary layout --------------- */


#intro {
	font-size: 11px;
	margin-bottom:25px;
	}


#message-nav {
	background-color:#FFCC66;
	border-top: 1px #900 solid;
	margin-top:0.25em;
	padding:0.5em;
	}

/* other ---------------------------------------------- */

.date { display:block; color:#A1A1A1; font-size:11px;}
.month { width: 100px; display: block; float:left; }
.lispace {margin-top: 1em;}
.extraspace { margin-top:300px; }


/* headings ---------------------------------------------- */


/* search elements --------------------------------------------- */

div#searchbox {
	width: 550px;
	height: 60px;
	padding: 5px;
	padding-top: 15px;
	clear: both;
	background-color: #e6f9ff;
	}


div#searchtopics {
	display: block;	
	}

.searchmenu {
	margin: 0;
	padding: 0;
	width: 180px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	float: left;
	border-left: 2px solid #e6f9ff; 
	}



/* form elements --------------------------------------------- */

.searchtext	 { 
	width: 359px; 
	margin: 0; 
	margin-top: 2px; 
	padding: 0; 
	height: 20px; 
	margin-left: 1px;
	margin-right: 1px;
/* 
	border-top:    #666 1px solid;
	border-left:   #666 1px solid;
	border-right:  #eee 1px solid;
	border-bottom: #eee 1px solid;
*/
 	}
	
#searchbutton    { 
	width: 180px; 
	text-align: center;
	background-color:#c0c0c0; 
 	border:1px outset #fff;  
	font-size:12px; 
	font-weight:bold; 
	color:#000; 
	height:23px; 
	margin-top:1px;
	padding-left:30px;
	}

#clearbutton    { 
	width: 90px; 
	margin-top:1px;
/* 	background-color:#9c0;  */
	border:1px outset #fff; 
	font-size:12px; 
	font-weight:bold; 
	color:#000; 
	height:23px; 
	margin-left:5px;
	padding-left:20px;
	}

.textadvanced {
/* 
	border-top:    #666 1px solid;
	border-left:   #666 1px solid;
	border-right:  #eee 1px solid;
	border-bottom: #eee 1px solid;
*/
	padding-left: 2px;
	width: 198px;
	}

/* links ----------------------------------------------- */

#searchtopics a { 
	padding-top: 4px;
	display: block;
	height: 20px;
	background-color:#59AAE9; 
	color: #000;	
	text-decoration: none;
	}

#searchtopics a.activetab { 
	color: #fff;
	background-color:#008; 
	margin-top: -4px;
	padding-top: 8px;
	}

#sortnav a {
	text-decoration: none;
	}

/* advanced form */

#find {
	display: block;
	width: 70px;
	height: 45px;
	float: left;
	padding: 1px;
	}

.col1 { width: 70px;}

select {
	width: 425px;
	padding-left: 2px;
	}

form br {
	clear: left;
}

/* search results */

.articledetails	{
	display: block;
	}

.articledetails	span {
	font-size: 11px;
	display: block;
	padding-left: 20px;
	padding-bottom: 5px;
	}
	
.download { background: transparent url(grfx/drive_download.png) no-repeat; margin-top: 10px;}
.authors  { background: transparent url(grfx/more_from_author.png)  no-repeat; }
.category { background: transparent url(grfx/folder_page_white.png) no-repeat; }
.type     { background: transparent url(grfx/folder_page_white.png) no-repeat; }
.issue    { background: transparent url(grfx/layout.png)    no-repeat; }
.abstract { background: transparent url(grfx/page_white_add.png) no-repeat; }
.country  { background: transparent url(grfx/world.png) 0px 0px no-repeat; }
.year     { background: transparent url(grfx/calendar.png) no-repeat; }

#searchresultsbox ol li { padding-bottom:2em;}

#searchresultsbox {
	width: 50%;
	float: left;
	}
	
#showabstractsbox {
	font-size: 11px;
	width: 40%;
		max-height: 500px;
	      	height: auto;
 	     	_height: 500px;
 	float: right;
	border: 1px #c0c0c0 solid;
	background-color: #eee;
	padding: 5px;
	padding-right: 10px;
	margin-right: 10px;
	overflow: auto;
	}

#showabstractsbox b {
	font-weight: bold;
	background-color: #ffff00;
	}
	
#showabstractsbox .articletitle {	
	color: #c00;
	font-size: 12px;
	font-weight:bold;
	background-color: none;
	}