/**
 * Biblioteca Central searches engine CSS Stylesheet 
 * @author: Ing. Rubén A. Mansilla
 * @date: 11/03/2007 12:32:02
 * @review: 27/09/2007 07:38:46 -
 * @version: 7.0
 *
 */

/* -------------------------------------------------------------------------- */
/* layout																						 */
/* -------------------------------------------------------------------------- */

/* --------------------------------------------- */
/* results wrapper							     */
/* --------------------------------------------- */
#results {
	clear: both;
    margin-top: 10px;
}

/* --------------------------------------------- */
/* search digest								 */
/* --------------------------------------------- */
#catalog_wrapper #searchDigest {
	width: 436px; /* 436 + 10 + 10 + 2 + 2 */

	margin-left: 49px;
	margin-bottom: 15px;

	padding: 10px 10px 0 10px;
	background-color: #e3ecf2;
    border: 2px solid #d9e1e7;

	line-height: 20px;
	text-align: center;
}

#catalog_wrapper #searchDigest strong {
	color: #31588c;
}

/* --------------------------------------------- */
/* record-tools								     */
/* --------------------------------------------- */
ul.record-tools {
    float: left;
    width: 436px;
    
    margin-left: 49px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0pt;
    padding-left: 10px;    
    
	background-color: #e3ecf2;
    border: 2px solid #d9e1e7;
}

ul.record-tools li {
    list-style-type: none;
    /*float: left;*/
}

ul.record-tools a {
    /*float: left;*/
    display: block;
    height: 16px;
    margin: 10px 0 10px 4px;
    padding-left: 21px; /*16 + 5*/
	background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
}

ul.record-tools a.first {
    margin-top: 0;
}

ul.record-tools a, 
ul.record-tools a:hover, 
ul.record-tools a:active
{
    text-decoration: none;
    color: #31588c;
    outline: 0;
}

.record-tools a.print {
    background-image: url(../img/print2_icon.gif);
}

.record-tools a.select.all {
    background-image: url(../img/checked2_icon.gif);
}

.record-tools a.select.none {
    background-image: url(../img/unchecked_icon.gif);
}

.record-tools a.interlibrary-lend {
    background-image: url(../img/interlibrary-lend2.gif);
}

/* --------------------------------------------- */
/* record										 */
/* --------------------------------------------- */
.record {
	margin-bottom: 37px;
	padding-left: 49px;

	background-position : left top;
	background-repeat : no-repeat;
	background-color : transparent;
	background-image : url(../img/v3/icon/record_icon.gif);
	
	color: #575859;
}

* html #results .record {
	width: 300px;
}

.record .itemDescription {
	width: 448px; /* 448 + 10 + 2 */
	min-height: 58px;
	padding-left: 10px;
	border-left: 2px solid #c9d4dc;
}

.record h3 {
	margin-bottom: 8px;
	font-size: 1.1em;
	color: #31588c;
}

.record h4 {
	margin-bottom: 8px;
	font-size: 1.0em;
}

#catalog_wrapper .record p {
	margin: 0 0 6px 0 ;
	padding: 0;
}

.record a,
.record a:link,
.record a:active,
.record a:hover
{
	color: #575859;
	text-decoration: underline;
}

.record a.pdf {
    padding-left: 19px;
	background-color : transparent;
	background-image : url(../img/v3/icon/pdf_mini_icon.gif);
	background-position : left;
	background-repeat : no-repeat;
}

.record strong {
	color: #31588c;
}


#catalog_wrapper ul.subjects {
	margin-top: 2px;
	margin-bottom: 21px;
	padding-left: 10px;
	list-style-type: none;
}

#catalog_wrapper .subjects li {
	margin-bottom: 12px;
}

#catalog_wrapper .subjects li a, 
#catalog_wrapper .subjects li a:link,
#catalog_wrapper .subjects li a:active,
#catalog_wrapper .subjects li a:hover
{
	padding-left: 11px;
	background-color : transparent;
	background-image : url(../img/v3/icon/normal_subject_bullet.gif);
	background-position : left;
	background-repeat : no-repeat;
}

.for-print ul.subjects {
    margin-bottom: 15px;
}

.for-print ul.subjects li {
    display: inline;
    padding-left: 8px;
    padding-right: 3px;
    background-color: transparent;
    background-image: url(../img/square.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.for-print ul.subjects li.first {
    background: none;
    padding-left: 0;
}

#catalog_wrapper .record span.highlighted {
	font-weight: bold;
	color: #31588c;
}

#catalog_wrapper .record .itemDescription .plotControllerHidding,
#catalog_wrapper .record .itemDescription .plotControllerShowing  
{
	padding-left: 20px;
	background-color: transparent;
	background-image: url(../img/plot.show.gif);
	background-repeat: no-repeat;
	/*background-position: 10px 0;*/
    background-position: left 0;

	/*color:#4D87CE;*/
    color: #31588c;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
}

#catalog_wrapper .record .itemDescription .plotControllerShowing {
	background-image: url(../img/plot.hide.gif);	
}

#catalog_wrapper .record .itemDescription .plotControllerHidding:hover,
#catalog_wrapper .record .itemDescription .plotControllerShowing:hover  
{
	color:#2a65ad;
}

.requestInteractor {
	padding-left: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
    background-position: left 0;

    color: #31588c;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
}

.requestInteractor.showing {
	background-image: url(../img/plot.hide.gif);
}

.requestInteractor.hidding {
	background-image: url(../img/plot.show.gif);	
}

.plot {
	text-align: justify;
    padding-left: 20px;
    padding-bottom: 10px;
}

/* --------------------------------------------- */
/* record > itemSelector					     */
/* --------------------------------------------- */
.record .itemSelector {
    width: 100%;
	float: left;
    clear: both;
    
    z-index: 1000;
}

.record .itemSelector h3 {
    width: 90%;
	float: left;
}

.record .itemSelector input {
	float: left;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.record .itemSelector label {
    cursor: pointer;
}

/* --------------------------------------------- */
/* magazines existences						     */
/* --------------------------------------------- */
table.existences {
	width: 60%;
    border-collapse: collapse;
}

table.existences th {
    padding-bottom: 3px;
    border-bottom: 1px solid #a5afb5;
	color: #31588c;
}

table.existences td {
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

table.existences .year {
    padding-left: 3px;
    text-align: left;
}

table.existences .number {
    padding-right: 3px;
    text-align: right;
}

/* --------------------------------------------- */
/* no-hits												  */
/* --------------------------------------------- */
/*
#catalog_wrapper #no-hits {
	float: left;
	width: 100%;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	border: 1px solid #eee;
}

#catalog_wrapper #no-hits p {
	padding: 5px;
	text-align: center;
}
*/

#catalog_wrapper #no-hits {
	margin-bottom: 37px;
	padding-left: 49px;

	background-position : left top;
	background-repeat : no-repeat;
	background-color : transparent;
	background-image : url(../img/v3/icon/record_icon.gif);
	
	color: #575859;
}

* html #catalog_wrapper #no-hits {
	width: 300px;
}

#catalog_wrapper #no-hits p {
	width: 448px; /* 448 + 10 + 2 */
	min-height: 58px;
	padding-left: 10px;
	border-left: 2px solid #c9d4dc;
    font-weight: bold;
}


/* -------------------------------------------------------------------------- */
/* interfaz ajax																			 */
/* -------------------------------------------------------------------------- */
#progress {
	position: absolute;

	width: 436px; /* 436 + 10 + 10 + 2 + 2 */

	margin-top: 5px;
	margin-left: 49px;
	padding: 0 10px;
	background-color: #e3ecf2;
    border: 2px solid #d9e1e7;

	line-height: 30px;
	text-align: center;
	z-index: 1000;
}

* html #progress {
	height: 30px;
	margin-top: -50px;
	padding: 15px 10px 0 10px;
}

#catalog_wrapper .loading strong {
	color: #31588c;
}

#catalog_wrapper .loaded {
	visibility: hidden;
}