/* ------------------------------------------------------------------------
 Formatacao do registo
 biblio.NET, (c)Bibliosoft, 2008
 <link rel="stylesheet" href="www_formats.css" TYPE="text/css"> 
------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------*/
/* RECORD  */
/* ------------------------------------------------------------------------*/
.record-off 
      {
        background:;
      }
.record-on 
      {
        background: #F2F3FF;
      } 

/* ------------------------------------------------------------------------*/
/* SHORT format */
/* ------------------------------------------------------------------------*/
.short-field       
      { 
        font-family: Tw Cen MT, Arial; 
        color: #000000; 
        font-size: 11pt; 
      }


/* ------------------------------------------------------------------------*/
/* NP405 format */
/* ------------------------------------------------------------------------*/
.np405-field       
      { 
        font-family: Tw Cen MT, Arial; 
        color: #000000; 
        font-size: 10pt; 
      }
.np405-field a:hover a:link
     {
	border-bottom: 1px dashed #0000ff;
     }

/* ------------------------------------------------------------------------*/
/* ISBD Format */
/* ------------------------------------------------------------------------*/
.isbd-main        
      { 
        font-family: Tw Cen MT, Arial; 
        font-size: 12pt; 
        color: #333333 
      }
.isbd-ep          
      { 
        font-family: Tw Cen MT, Arial; 
        font-size: 11pt; 
        color: #000000; 
        font-weight:bold 
      }
.isbd-field        
      { 
        font-family: Tw Cen MT, Arial; 
        font-size: 11pt; 
        color: #333333 
      }
.isbd-field  a:hover
     {
	border-bottom: 1px dashed #0000ff;
     }

/* ------------------------------------------------------------------------*/
/*  FULL Format */
/* ------------------------------------------------------------------------*/

.full-label
     { 
       font-family: Tw Cen MT, Arial; 
       font-size: 11pt;
       color: #000000;
       width:150px;
       white-space: nowrap;
       text-align:right;
       font-weight:bold;
       vertical-align:top
     }
.full-field
     { 
       font-family: Tw Cen MT, Arial; 
       font-size: 11pt;
       color: #000000;
       vertical-align:top
       text-align:left;
     }

.full-table
     {
	border-collapse:collapse;
	border-left:0px solid #686868;
	border-right:0px solid #686868;
	color: #333333;
        width:100%;
        font-style:normal; 
        font-variant:normal; 
        font-weight:normal; 
        line-height:130%; 
        font-size:10pt; 
        font-family:Trebuchet MS, Arial; 
        padding-left:2px; 
        padding-right:3px; 
        padding-top:2px; 
        padding-bottom:2px
     }

.full-table td, .full-table th
     {
	padding-left:3px; 
	padding-right:3px; 
	padding-top:2px; 
	padding-bottom:2px
     }


.full-table a 
     {
	color:#950000;
	text-decoration:none;
     }

.full-table a:link {}

.full-table a:visited 
      {
	font-weight:normal;
	color:#666;
	text-decoration: #00ff;
      }

.full-table a:hover
     {
	border-bottom: 1px dashed #0000ff;
     }


