/*
$Id: poems_toc.css 754 2024-11-30 21:04:18Z pechkin $
$URL: svn://localhost/www/trunk/css/poems_toc.css $
*/

h3 {
	text-align:center;
}

.preword {
	text-indent: 5%; 
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify
}

table.items {
	text-align: center;
	padding: 5px 3px;
}
table.items tr {
	border-bottom: 1px dotted white;
	padding-bottom: 2px;
}

thead {
	text-align: center;
	vertical-align: middle;
}

.ui-button {
	display: block; 
	font-size: smaller !important;
}

tr[data-href] td {
	text-decoration: underline;
	cursor: pointer;
}
td[data-sorting=title] {
	font-weight : bold;
	text-align : left;
}
td[data-sorting=fline] {
	text-align: left;
	font-size: small;
	font-style: italic;
	padding: 5px 3px;
}
td[data-sorting=size], td[data-sorting=cdate] {
	text-align: center;
	font-size: small;
	color: #dddd00;
	background-color: #404040;
}
td[data-sorting=cdate] {	
	color: #22c040;
}

/*
.item {
	cursor: pointer;
}
*/
