table.strainTable {
	width: 100%;
	margin: 0; padding: 0;
}
table.strainTable tr th,
table.strainTable tr td {
	padding: 0 0.25em;
}
table.strainTable tr td abbr.fullAbbr{
	display: block;
}
table.strainTable tr th {
	background-color: gray;
	text-align: left;
	border-radius: 0.25em;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.25em;
}
table.strainTable tbody td a {
	display: block;
	text-decoration: none;
}
table.strainTable tbody td a:hover {
	text-decoration: underline;
}
table.strainTable td.str_breeder,
table.strainTable td.str_name {
	text-align: left;
}

table.strainTable {
	border:1px solid black;
	border-collapse:collapse;
}
table.strainTable th, table.strainTable td {
	border:1px solid #aaaaaa;
	padding: 2px 15px 2px 15px;
}
table.strainTable td.dontWrap {
	white-space: nowrap;
}


table.strainTable tfoot td {
	background-color:#ffccff;
	text-align: center;
}
table.strainTable tfoot td.tabL {
	text-align: left;
}
table.strainTable tfoot td.tabC,
table.strainTable thead th.overTitle {
	text-align: center;
}
table.strainTable tfoot td.tabR {
	text-align: right;
}

table.strainTable tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
	border-top: 0;
}

table.strainTable a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.strainTable a.currentpage {
	background-color:yellow;
}
/* Striping */
table.sort01 tr {
	background-color:#fff;
}
table.sort01 tr.alternate {
	background-color:#ffffcc;
}

/* Sorting */
table.sort01 th.table-sortable {
	cursor:pointer;
	background-image:url("icons/unsorted.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 16px;
}
table.sort01 th.table-sorted-asc {
	background-image:url("icons/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
table.sort01 th.table-sorted-desc {
	background-image:url("icons/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

/* Sort Icon Styles */

table.sort01 th.table-sortable { background-image:url("icons/01_unsorted.gif"); padding-left:12px;}
table.sort01 th.table-sorted-asc { background-image:url("icons/01_ascending.gif"); }
table.sort01 th.table-sorted-desc { background-image:url("icons/01_descending.gif"); }

table.sort01 th.table-filtered {
	background-image:url("icons/filtered.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 18px;
	background-color: #B8636E;
}
/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:3px;
}

