table.proceedings {
	border-spacing: 0;
	}

table.proceedings th {
	text-align: right;
	padding: 0 20px 0 10px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	}
	
table.proceedings td div {
	white-space: nowrap;
	display: inline;
	padding-right: 10px;
	}
	
table.proceedings tr.conferences td {
	padding: 5px 0 5px 0;
	border-top: 1px dotted silver;
	}
table.proceedings tr.conferences th {
	border-top: 1px dotted silver;
	padding: 5px 20px 5px 10px;
	}

table.proceedings tr.serie th {
	border-top: 1px dotted silver;
	padding: 5px 20px 5px 10px;
	text-align: left;
	}
table.proceedings tr.events th,
table.proceedings tr.events td {
	padding-bottom: 15px;
	}
table.proceedings tr.events th {
	text-align: left;
	vertical-align: top;
	}
table.proceedings tr.events:hover td,
table.proceedings tr.events:hover th {
	background: #b6d3ff;
	}
div.ISSN {
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
}

table.proceedings tr.conferences:hover td,
table.proceedings tr.conferences:hover th {
	background: #b6d3ff;
	}
	
table.proceedings tr.title th {
	padding: 5 10 2 10;
	background: #579cc9;
	color: white;
	text-align: center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	}


form#proceedings_search_form table {
	width: 100%;
	}
form#proceedings_search_form table th {
	padding-right: 1em;
	}
form#proceedings_search_form table tr td {
	border-top: 5px solid white;
	}
form#proceedings_search_form input[type="text"] {
	width: 100%;
	padding: 3px 8px;
	border: 0;
	border-bottom: 1px dotted #666;
	background: #f5f5f5;
	}
form#proceedings_search_form label {
	padding-right: 2em;
	}

#proceedings_search_results p {
	margin-bottom: 2em;
	}	

#proceedings_search_results p.result {
	margin-top: 3em;
	margin-bottom: 0;
	_font-size: 130%;
	}	

#proceedings_search_results p a {
	font-size: 130%;
	font-weight: bold;
	}

#proceedings_search_results pcode {
	background: #0066ff;
	color: white;
	padding: 3px 8px;
	border-radius: 3px;
	font-weight: bold;
	margin-right: 0.5em;
	}

#proceedings_search_results hr.divider {
	border-color: #5d9eff;
	}

#proceedings_search_results span.pages a {
	text-decoration: none;
	}