@charset "UTF-8";
/**********************************************************************
* /css/element/form/search-result.css
* Copyright (C) 2007-2009 Kyoto University
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* 
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
* Lesser General Public License for more details.
* 
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-
* 1301  USA
***********************************************************************/

.result-area{
	width:926px;
	text-align:left;margin:0px 5px 5px 5px;
}
.result-area dl{margin-bottom:10px;background:#FFFFFF;padding:10px;}
.result-area dd{padding:3px 3px 3px 25px;}
.result-area .resource-name{
	margin-right:10px;
	text-align:right;font-weight:bold;
}

.result-area dt{
	background:#E6E6E6;
	padding:4px 3px 4px 20px;
	margin:7px 0px 5px 0px;
	font-weight:bold;
	display:block;
	border:1px solid #CCCCCC;
	width:880px;
}

.error-message{
	padding: 5px 0px 0px 5px;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.info-message {
	padding: 5px 0px 0px 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #009900;
}

.warning-message{
	padding: 5px 0px 0px 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #FF8F00;
}

.result-area .dt-normal{
	background:#E6E6E6;
	padding:4px 3px 4px 20px;
	margin:7px 0px 5px 0px;
	font-weight:bold;
	display:block;
	border:1px solid #CCCCCC;
	width:880px;
	text-decoration:none;
	color:#336699;
	cursor:hand;
}
.result-area .dt-hover{
	background:url(../../img/common/pencil.gif) no-repeat #FCFAE1;
		padding:4px 3px 4px 20px;
	margin:7px 0px 5px 0px;
	font-weight:bold;
	display:block;
	border:1px solid #CCCCCC;
	width:880px;
	text-decoration:none;
	color:#336699;
	cursor:hand;
	display:block;
}
.result-area dd {
	text-align: justify;
}
