/*---------------------------------------------------------------------------

Copyright ©2011-2013 by Andrew Casson. All rights reserved. 

THIS CSS STYLESHEET IS NOT IN THE PUBLIC DOMAIN.

More information: http://www.cantigasdesantamaria.com/sourcecopy.html

Thank you for your understanding and cooperation.

---------------------------------------------------------------------------*/

table.errata {
	border-collapse: collapse;
}

table.errata td {
	padding: 4px 4px 8px 4px;
	border: solid 1px #ccc;
	color: #557;	
	vertical-align: baseline;
	line-height: 19px;	
}

table.errata th {
	font-weight: normal;
	font-size: 9px;
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 4px;
	border: none;
	color: #557;
}

table.errata td.logged {
	white-space: nowrap;
	font-size: 11px;
	padding-right: 16px;
}

table.errata td.pages {
	font-size: 11px;
	padding-right: 16px;
}

table.errata td.pages a.unknown {
	color: red;
}

table.errata td.description {
	
}

table.errata td.fixed {
	text-align: center;
}

table.errata td.edit {
	border: none;
	text-align: center;
	padding-left: none;
	padding-right: 8px;
}

table.errata td.delete {
	border: none;
	text-align: center;
	padding-left: 8px;
	padding-right: none;
}


table.errata td.editblank {
	border: none;
}

table.errata td.editpages {
	vertical-align: top;
	font-size: 11px;
	padding-right: 16px;
	background: #fee;
}

table.errata tr.erratumedit, table.errata tr.erratumsavecancel {
	display: none;
}

table.errata td.editsavecancel {
	background: #fee;
}

table.errata td.editdescription {
	vertical-align: top;
	background: #fee;	
}

table.errata td.editdescription textarea {
	font-size: 12px;
	color: #444;
}

table.errata td.editfixed {
	vertical-align: top;
	background: #fee;
	text-align: center;
}

p.noerrata {
	border-top: solid 1px #ccc;
	padding-top: 4px;
	font-style: italic;
}

button.b5 {
	background: none;
	color: #336;
	display: inline-block;
	overflow: visible;			/* IE7 bodge */
	text-align: center;
	vertical-align: bottom;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
	font-size: 19px;
}

button.b5:hover {
	color: #004;	
}

button.b5:disabled {
	color: #99a;	
}

button.b6 {
	background: none;
	color: #222;
	display: inline-block;
	overflow: visible;			/* IE7 bodge */
	text-align: center;
	border: none;
	margin: 0px;
	padding: 2px;
	line-height: 14px;
	font-size: 14px;
}

button.b6:hover {
	color: #000;	
}

button.b6:disabled {
	color: #999;	
}


button.b1:disabled {
	border: solid 1px #ccc;
	background: white;
	color: #999;
}

table.errata td.editpages {
	padding: 0px;
}

table.errata span.buttons {
	vertical-align: bottom;
}

table.editpages {
	width: 100%;
	border-collapse: collapse;
}

table.editpages td {	
	vertical-align: middle;
	border-top: none;
	border-left: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 4px 4px;
}

table.editpages th {
	padding: 0px 2px 0px 2px;
}

table.editpages td:last-child {	
	border-right: none;
}

table.editpages td.pdelete {
	width: 1em;
	text-align: center;
}

table.editpages td.eg {
	width: 1em;
	text-align: center;
}


table.editpages td input {
	vertical-align: middle;
	margin: 0px;
}

table.editpages input.url {
	width: 10em;
	font-size: 11px;
}

table.errata td.editpages div.pnew {
	padding: 2px;
}
