/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 11px;
}

textarea {
	font-family:arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
form ul {
	list-style: none; 
}
.middleColumn {
 	display: block;
 	 
	 
	padding: 4px;
	 
	clear: left;
}
	#Sidebar .middleColumn {
		 
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	 
}
select {
	 
}

label {
	font-weight: bold;
	border: 0px;
}

.left  {
		float: left;
		text-align: left;
		margin-right:14px; 
		margin-top: 10px; 
		border: 0px; 
		font-weight: bold;
		font-size: 12px;
	}

input.action {
	padding: 2px;
	font-size: 11px;
	font-family:arial, Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	 
}
input#Search_Form_SearchForm_Search {
	 
	padding: 3px;
	margin-left: -4px;
	font-size:11px;
	}
#Sidebar input.action {
	font-size: 11px;
	float: right;
	padding: 1px;
	 
}
#Form_Form fieldset div{
 float:left; width:220px;  
}

#Form_Form fieldset #Autor {
  width:400px;
}
#Form_Form fieldset #Titulo {
  width:240px;
}
#Form_Form fieldset #Lang {
  width:240px;
}
#Form_Form fieldset #Lang select {
  width:120px;
}
#Form_Form fieldset #year select {
  width:120px;
}
#Form_Form fieldset #investigation_type {
  width:240px;
}


/* tabla de resultados */

.tablaresul {
  margin-top: 20px;

 }
.tablaresul tr td {border: #fff 1px solid;} 
.tdtitle {
	width: 200px;
	padding: 2px 0px 0px 10px;
	font-weight:bold;
}