div.europasssearch {
	border: solid 1px #CCC;
	padding: 0.5em;
}

input.europasssearch {
	font-size: 108%;
	width: 99%;
	height: 1.5em;
}

table.europass {
	width: 100%;
	border: 2px solid black;
}

table.europass th {
	font-size: 108%;
	font-weight: normal;
	text-align: center;
}

table.europass td.title {
	font-size: 131%;
	font-weight: bold;
	text-align: center;
}
table.europass td.footnote {
	font-size: 93%;
	text-align: center;
}

table.searchresults thead {
	display: none;
}

table.searchresults tr.even {
	background-color: #F3F3F3;
}

table.searchresults tr.odd {
	background-color: white;
}


/* Styles used by the Wicket AutoComplete component */
div.wicket-aa {
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
    font-size: 12px;
    background-color: white;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    padding: 2px;
    margin: 1px 0 0 0;
    text-align:left;
}
div.wicket-aa ul { list-style:none; padding: 2px; margin:0; }
div.wicket-aa ul li.selected { background-color: #f3f3f3; padding: 2px; margin:0; }
