﻿/* fonts and styles - if you don't want to change the layout, just edit this style sheet */ 

body {
font-family: Arial, Helvetica, sans-serif;
color: #444;
font: normal 0.7em Tahoma,sans-serif;
}

p 
{
	margin-top: 0;
	padding-top: 0;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;	
}

h2 {
	font: normal 1.4em Tahoma,sans-serif;	
	font-weight:800;
}

.emphasizedtext {
	font: normal 105% Tahoma,sans-serif;	
	font-weight:800;
}

.pedigreetable {
	border:#363 solid 2px;


	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	
	
}

.pedigreetable td {
	 border: #363 solid 2px;
	 padding-left:8px;
	 padding-right:8px;
	 padding-top:4px;
	 padding-bottom:4px;

}

.pedigreetable td a {
	text-decoration:none;
	color: #444;
}


table.exhibitionslist  {
	border: 1px solid #666;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom:10px;
	
}

table.exhibitionslist td {
	border: 1px solid #666;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	vertical-align: top;
	
}

.exhibitionslistheader   {
	border: #666 solid 1px;
	background-color:#CCC;
	border-spacing: 0px;
	border-collapse: collapse;
}

.exhibitionslisthighlight   {
	border: #666 solid 1px;
	background-color: #FCC;
	border-spacing: 0px;
	border-collapse: collapse;
}


.linkslisting {
	
	line-height:1.3em;
}


.images {
	width: 90%;
	float:left;
	border: 1px dashed #666666;
	padding-bottom: 20px;
	padding-left: 51px;
	background-color: #EEEEEE;
}


.imageArea {
  width:100%;
  float:top;
  background-color:#FFCCCC;
}

.imageRow {
	width: 530px;
}

.images:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}
.image_h, .image_v {
	float: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.image_h {
	margin-right: 13px;
}
.image_v {
	margin-right: 24px;
	margin-left: 12px;
}
.image_h img {
	width: 150px;
	border: 0;
}
.image_v img {
	border: 0;
	height: 150px;
}


.pagingInfo{
	width:90%;
	float:left;
	padding:20px;
	text-align:right;
}

.pageLink {
	font-weight:200;
	font-size: 105%;
	padding-right:2px;
}

.pageLinkSelected {
		font-weight:600;
		font-size: 100%;
		padding-right:2px;

}

.pageLinkSelected a {
text-decoration:none;
		cursor: default;
}


.pictSetTitle {

	width:500px;
	font-size:120%;
	text-align:center;
	margin-top:8px;
}

.pictSetDescription {

	width:100%;
	font-size:80%;
	text-align:center;
	margin-top:5px;
}

.pictSetReturnLink {
	float:left;
	width:200px;
	font-size:100%;
}

select.sortByOption {
	font-size:0.8em;
}

table.imageSetListing {
	border:0;
	border-spacing:0px;
	width:100%;
}

table.imageSetListing a {
	text-decoration:none;
	font-size:100%;
	font-weight:700;
}


table.imageSetListing td {
	margin-right:10px;
}


table.imageSetListing td.headerRow {
	font-size:1.1em;
	padding-bottom:8px;
}

table.imageSetListing td.imageSetTitle {
	width:250px;
}


.cliparea {
margin-top:1em;
}
