/* Listing styles */
/* - Mini - */
.mini-dog {
    display: block;
    height: 75px;
    padding: 5px;
}

.mini-dog .thumb {
	float: left;
}

.mini-dog p {
	margin-top: 5px;
	margin-left: 80px;
}

.mini-dog a img {
	margin-right: 2px;
	vertical-align: text-top;
}

.mini-dog .parents img {
	vertical-align: text-bottom;
	margin-right: 2px;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.mini-dog .parents {
	color: #777;
	font-size: .8em;
}

.mini-dog .parents a:link {
	color: #48F;
}

.mini-dog .parents a:visited {
	color: #6AF;
}

.mini-dog .parents a:hover {
	color: #F51;
}

.mini-dog .identifier {
	color: #AAAAAA;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 1.8em;
}

.mini-dog .record-main, .mini-dog .record-details {
	margin-top: 0px;
	text-indent: 10px;
	font-family: helvetica;
}

.mini-dog .record-main {
	font-weight: bold;
	color: #7A7;
}

.mini-dog .record-main span {
	font-weight: normal;
	font-style: italic;
}

.mini-dog .record-details {
	font-style: italic;
	font-size: .8em;
	color: #8A8;
}

/* - Small list - */
.sl-dog {
	padding: 2px;
}
.sl-dog img {
	vertical-align: text-bottom;
	margin: 0px 4px;
}

.sl-name {
	position: relative;
	bottom: 1px;
	font-size: .9em;
	padding-bottom: 1px;
}

.sl-callname {
	font-weight: bold;
}

/* Records */
ul.records {
	color: #777;
}

ul.records p {
	text-indent: 25px;
	font-size: .9em;
	font-family: helvetica, tahoma;
}

ul.records p.details { 
	font-style: italic;	
}

ul.records-identified p.details{ 
	text-indent: 50px;
}

ul.records .main {
	color: #4A4;
	font-family: helvetica, tahoma;
	font-size: .9em;
}

ul.records .main span {
	font-style: italic;
}

ul.records-detailed li {
	margin-bottom: 5px;
}

ul.records-identified li {
	margin-bottom: 10px;
}

/* Reports */
div.report-content {
	margin-left: 50px;
}

.data-table table  {
	font-family: arial;
	table-layout: fixed;
	border-collapse: collapse;
}

.data-table th {
	color: #777;
	font-weight: normal;
	padding: 4px;
}

.data-table td {
    padding: 3px 15px;
	border: 1px solid #eee;
	white-space: nowrap;
}

.data-table:first-child{
	border-left: 0px solid #fff;
}

.data-table td:last-child {
	border-right: 0px solid #fff;
}

.data-table tr:last-child td{
	border-bottom: 0px solid #fff;
}

.data-table tr:nth-child(even) {
	background-color: #f3f3f3;
}

.report-available-details {
	font-size: 1.2em;
	color: #5a5;
	padding: 10px;
}

.report-available-details span {
	font-weight: bold;
}

.small-table td {
	font-size: .8em;
}

/* Layout panels */
.layout-panel {
	background-color: white;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	-moz-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	border-radius: 10px;
}

.side-panel-right {
	position: absolute;
	top: 20px;
	max-width: 250px;
	right: -150px;
}

.side-panel-right:hover {
	opacity: 0.4;
}

.layout-panel dl {
	font-family: arial;
	font-size: .8em;
}

.layout-panel dt {
	font-weight: bold;
}

.layout-panel dd {
	color: #555;
	font-style: italic;
}
