 @import url('/fourrepostyle/fourrepocss/stil.css'); 

caption
{ 
	-khtml-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: solid 1px #7f1730;
	text-align:left;
	padding: 10px;
	background-color: #a1364f;
	color: white;
}

table.datastreamTable caption {
	border: solid 1px #7f1730;
	background: #7f1730;
	color: #ffffff;
}

table.search caption{
	border: none !important;
	background: none !important;
	color: black;
	padding: 0px !important;
}

.busqueda p {
	margin-top: 15px;
}

table.search {
	border: none !important;
	width: 80%;
}

td.valueSearched {
	width: 70%;
}

#valueSearched {
	width: 100%;
}

.searchButton {
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: solid 1px #7f1730;
	text-center;
	padding: 5px;
	background-color: #a1364f;
	color: white;
	width: 120px;
}

.buttonURV
{
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: solid 1px #7f1730;
	text-align:left;
	padding: 5px;
	background-color: #a1364f;
	color: white;
}

table
{ 
	width: 100%;
	-khtml-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-ms-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-right: solid 1px #7f1730;
	border-left: solid 1px #7f1730;
	border-bottom: solid 1px #7f1730;
}

table.datastreamTable
{
	border-right: solid 1px #7f1730;
	border-left: solid 1px #7f1730;
	border-bottom: solid 1px #7f1730;
}

table.metadataTable
{ 
	border-right: none;
	border-left: none;
	border-bottom: none;
	font-size: 12px;
}

table.metadataTable tr td {
	border-bottom:1pt solid #bbb;
}

.nocolumn {
	border-bottom:none !important;
}

tr th {
  border-bottom:1pt solid #bbb;
}

table.metadataTable td.label {
	vertical-align: top;
	width: 20%;
}

table.metadataTable td.value {
	width: 80%;
}

.busqueda a, .busqueda a:active, .titol a:visited,.autor a:visited,.autor a:hover,.titol a:hover, table.metadataTable tr td a:visited, table.metadataTable tr td a:hover, table.datastreamTable tr td a:visited, table.datastreamTable tr td a:hover {
  color: #7f172f;
  text-decoration: none;
  border-bottom: none;
  background-color: transparent !important;
}

.titol a:link,.autor a:link, table.metadataTable tr td a:link, table.datastreamTable tr td a:link{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #7f172f;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
}

table td, th {
	padding-right: 4px;
	padding-top: 4px;
	vertical-align: top;
}

.resultadosPie {
	padding: 10px;
	border-top: solid 1px #bbb;
}

.dataHeader {
  width: 10%;
}

.titolHeader {
  width: 40%;
}

.autorHeader {
  width: 40%;
}

.tipusHeader {
  width: 10%;
}

 .contenedor
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.825em;
	line-height: 1.5em;
	margin: 0 auto;
	width: 80%;
	background: #fff;
}

INPUT {
 	font-family: Verdana,Arial,sans-serif;
	font-size: 0.925em;
 }
 
input[type="text"] {
 	height: 25px;
}

BUTTON {
 	font-family: Verdana,Arial,sans-serif;
	font-size: 0.825em;
 }
 
 
SELECT {
 	font-family: Verdana,Arial,sans-serif;
	font-size: 0.825em;
 }
 
.cabecera
{
	background-color: #7f1730;	
	width: 80%;
    height: 80px;
    margin: 0em auto;

}

.cabecera h1 { margin: 0; }

.logo
{
    background-image: url(/fourrepopublic/images/logo_urv.png);
    background-repeat:no-repeat;
    background-position:left top;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: 140px;
    height: 67px;
    float: left;
    margin-left: 10px;
}
 
 .cabecera .titulo{
	margin-top: 30px;
	float: left;
	font-size: 1.8em;
	color: #fff;
	text-align: center;
	width: 65%
 }

 .contenido .centro .titulo{
	font-size: 1.4em;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
 }
 
.contenido {
	padding-top: 3%;
}

 .idiomas {
 float: right;
 margin-right:30px;
 margin-top:30px;
 }
 
.pie
{
    clear: left;
    background: #ffffff;
    text-align: right;
    bottom:0px;
    /* 12.45 padding: 20px;*/
    /* 12.45 margin: 0 350px; 0 250px; */
    /* 12.45 width: 500px; */
    margin: 0 auto;
    width: 80%;
}
 
.navegacion
{
	float: left;
	width: 100%;
	background: #333;
	color: #fff;
	margin-bottom:20px;
	padding: 0;
       display: contents;
}

/*.navegacion ul
{
	margin: 0;
	padding: 0;
}

.navegacion ul li
{
	list-style-type: none;
	display: inline;
}

.navegacion li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.navegacion li a:hover { background: #383; }
*/
.contenido
{
	float: left;
	width: 100%;
	background-color: #fff;
 	text-align: middle;
	width: 100%;
	padding-bottom:50px;
	/* border: 1px solid #0f0; */
}

.izquierda
{
	float: left;
	/*width: 100px;*/
	/*padding: 20px 0;*/
	/*margin: 0 20px;*/
	display: inline;
}

.izquierda ul
{
	margin: 0;
	padding: 0;
}

.izquierda ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

.centro
{
	float: left;
	width: 80%;
}

.centro h2 { margin: 0; }

.centro .busqueda {
	text-align: left;
	margin: 2em 0 2em 0;
}

.busqueda {
	text-align: left;
	width: 100%;
}

#search {
	width: 80%;
	border: 1px solid #000;
}

.derecha
{	/** 13.31
	border: 1px solid #000;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
	width: 400px;
	*/
	float: right;

}

.resultado
{	
	margin: 2em 0 2em 0;
	font-size: 12px;
}

.derecha h3 { margin: 0; }

.titulo .subtitulo {
	visibility: hidden 
}

.subtitulo {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

.ayuda {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em;
}

#advancedSearchPanel legend {
	font-size: 12pt;
	font-style: italic;
	color: #000;
	padding-bottom:10px;
}

#advancedSearchPanel legend button {
	margin-left: 10px;
}

#advancedSearchPanel label {
	margin-right: 5px;
	width: 120px;
	font-weight: bold;
}

#advancedSearchPanel tr.first select  {
	width:100px;
	height: 25px;
}

#advancedSearchPanel input[type=submit] {
	float: right;
}

div.paginador {
	text-align:right;
}

div.paginador a, div.paginador span {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	padding: 8px;
	text-decoration: none;
}

.prevLink {
	border-left: 1px solid grey;
	border-radius: 4px 0px 0px 4px;
}

.nextLink {
	border-radius: 0px 4px 4px 0px;
}

.currentStep {
	padding-top: 7px !important;
	padding-bottom: 8px !important;
	border:none !important;
	background-color: rgba(127, 23, 48, 0.59);
	color: white;
}
 
#tt { 
	padding:6px; 
	position:absolute; 
	display:block; 
	background:#eaeaea; 
	border:1px solid #999999; 
	font-size:9pt;    
	font-family:Calibri !important; 
}
