form
{
	width: 20rem;
	overflow: hidden;
}
fieldset {
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
	min-width: 0;
}
.form-line {  
	display: table;
}
.data, .tema, .name
{
	display: table-cell;
}
.name
{
	padding-right: 5px;
	width: 56px;
}
.options
{
	padding-right: 5px;
}
.last {  
	padding-left: 54px;
}
label
{
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding-left: 6px;
	color: #04699d;
}
input
{
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 12px;
	border: 1px solid #666;
}
.data input {  
	width: 210px;
}
.tema input {  
	width: 189px;
}
input[type="radio"] {  
	margin-right: 5px;
}
button[type=submit]
{
	background: url(/dicziunari/img/search_icon.png) no-repeat center;
	background-size: 60px;
	text-indent: -150px;
	width: 60px;
	border: thin gray solid;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	margin-left: 10px;
	background-color:white;
}
.tema-link 
{
	width: 14px;
	background-color: #607080;
	padding: 2px 4px;
	text-align: center;
}
.tema-link a
{
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: white;
}
.result p
{
margin: 15px;
}
.search-key
{
	color: #04699d;
}

/** Table display results **/
table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table td
{
	padding: 0;
}
td.indent
{
	width: 15px;
}

th {
	border: 0;
	border-bottom: 2px solid #555;
	text-align: left;
	padding: 3px;
}

table tr td {
	background: #fff;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}

.source a {
	font-weight: normal; 
	color: black;
}

.source a:hover { 
	text-decoration: underline;
	color: black;
}

.target a {
	color: black;
	font-weight: normal; 
}

.target a:hover { 
	color: black;
	text-decoration: underline;
	font-weight: normal; 
}

em
{
	color: blue;
	font-weight: normal;
	font-style: italic;
}

.verb
{
	padding: 0 5px 0 6px;
	margin-right: 4px;
	background-color: #993;
	color: white;
}

.verb a {
	font-family: "Helvetica Neue", "Arial", sans-serif;
	color: white;
}

.button a
{
	background: #aeb3b3;
	background: -webkit-gradient(linear, left top, left bottom, from(#607080), to(#aeb3b3));
	background: -moz-linear-gradient(top, #607080, #aeb3b3);
	color: #fff;
	text-shadow: #444 0px 1px 0px;
	margin: 0 0 6px;
	padding: 5px 12px;
	width: auto;
	border: 0px;
	font-weight: bold;
	text-decoration: none;
}
.button a:hover
{
	background: #607080;
	background: -webkit-gradient(linear, left top, left bottom, from(#aeb3b3), to(#607080));
	background: -moz-linear-gradient(top, #aeb3b3, #607080);
}


/* paginator */
.paginator
{
	margin: 15px 0;
	text-align: center;
}
.paginator ul
{
	display: inline-block;
}
.paginator ul > li
{
	display: inline;
	line-height: 20px;
}
.paginator ul > li > a
{
	float: left;
	width: 20px;
	text-decoration: none;
	border: 1px solid #ccc;
}
.paginator ul > li.active > a
{
	color: red;
}
.paginator ul > li.disabled
{
	display : none;
}
