/* Overall Styles */
a {
	/*text-decoration: none;*/
}

a:link {
	color: #48F;
}

a:visited {
	color: #26D;
}

a:hover {
	color: #F51;
}

/* .. whimper.. *tear* */
.content a:link img, .content a:visited img {
	border: 2px solid white;
}

.content a:hover img {
	border: 2px solid #48F;
}

a[target='_blank'] {
	background: url('/icons/external.png') no-repeat scroll right center transparent;
	padding-right: 13px;
}

body {
	height: 100%;
	font-family: times new roman;
	font-size: 1em;
	background-color: #FFF;
	color: #000;
}

img {
	border: 0px;
}

/* General compound styles */
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.float-left {
	float: left;
}

.float-right { 
	float: right;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.faint {
	color: #555;
}

.small {
	font-size: .9em;
}

.large {
	font-size: 1.2em;
}

.huge {
	font-size: 3em;
}

.indent {
	text-indent: 1em;
}

/* Layout styles */
div.content {
	position: relative;
	top: 25px;
	margin-left: 325px;
	margin-top: 25px;
	width: 650px;
	margin-bottom: 50px;
}

div.print-content {
	margin-left: 50px;
	top: 0px;
}

div.report-content {
	width: auto;
}

.layout h2, .layout h1 {
	font-size: 1.5em;
	font-weight: normal;
}
.layout-side.side-left {
	background: none;
	position: absolute;
	left: -300px;
	margin-top: 100px;
	width: 275px;
	letter-spacing: 0.3px;
	font-size: 1em;
}

.layout-frame {
	background-repeat: no-repeat;
	background-image: url('/images/corner.gif');
	padding: 10px;
	margin-top: 30px;
}



.layout-frame-header {
	background: none;
	padding-bottom: 30px;
	text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.3);
	font-size: 1.2em;
}

.print-content .layout-frame {
	margin-bottom: -25px !important;
}

.layout-frame-label {
	position: relative;
	top: 0px;
	left: 10px;
	margin-top: -36px;
	line-height: 34px;
	color: #777;
	font-size: 1.4em;
	text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.3);
}

.help-frame dd, .help-frame li {
	margin: 0em 0em 1em 1em;
	list-style-type: disc;
}

.help-frame dt {
	font-weight: bold;
}

.help-frame .layout-frame-label {
	color: #492;
}


.layout h3 {
	font-size: 1.3em;
}

.home  p, .home h1 {
	padding: 15px;
}

.layout hr {
	clear: both;
	border: 0px solid white;
	background: white;
	color: white;
}

.layout hr.tall {
	padding-bottom: 3em;
}

ul.layout-dossier {
	padding-top: 20px;
}

ul.layout-dossier li {
	font-style: italic;
}

ul.layout-dossier .large {
	font-weight: bold;
	font-size: 1.4em;
	font-style: normal;
	margin-left: 0px;
}

ul.layout-dossier li span {
	color: #777;
	font-style: normal;
	padding-right: 5px;
}

.dossier-fullname {
	font-style: normal !important;
	font-size: 1.1em;
	padding-bottom: 5px;
}

.layout-dossier > .ppd-link {
	font-size: .8em;
	margin-top: -5px;
	margin-left: 15px;
}

.tile {
	float: left;
	padding: 10px;
	text-align: center; 
	position: relative;
}

.thumbnail {
	position: relative;
}

.thumbnail-ops, .dossier-link {
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	font-family: Tahoma;
	z-index: 100;
}

.thumbnail > .thumbnail-ops {
	font-size: .8em;
	text-align: left;
	top: 60%;
	white-space: nowrap;
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
}

.dossier-link {
	font-size: 1.1em;
	padding: 3px;
	height: 1.4em;
	width: 98%;
	bottom: 1em;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.thumbnail:hover .thumbnail-ops, .thumbnail:hover .dossier-link {
	display: block;
}

.thumbnail-ops li {
	margin: 5px;
}

.thumbnail-ops img {
	vertical-align: text-bottom;
	padding-right: 5px;
}

.thumbnail-ops img {
	border: 0 !important;
}

.timestamp {
	font-family: helvetica;
	font-size: 0.8em;
	font-weight: bold;
	color: #777;
}

.layout-pedigree div {
	margin-top: 2px;
	margin-bottom: 2px;
}

.lp-indent {
	margin-left: 40px;
}

.list-female, .list-male, .layout-pedigree .sire, .layout-pedigree .dam {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.list-male, .layout-pedigree  .sire {
	background-image: url('/icons/male.gif');
}

.list-female, .layout-pedigree  .dam {
	background-image: url('/icons/female.gif');
}
.layout-pedigree {
	font-style: italic;
}

.layout-pedigree .root {
	font-style: normal;
	font-weight: bold;
}

.layout-pedigree li {
	margin: 2px 10px;
}

.layout-pedigree input[type=text] {
	width: 300px;
}

.layout-pedigree span {
	color: #777;
	font-size: .8em;
}

.crosshatch {
	clear: both;
	width: 500px;
	margin: 0px 0px 25px 25px;
	text-align: center;
}

.crosshatch h2 {
	padding-top: 35px;
}

div.home {
	width: 600px;
	font-size: 1.1em;
}

ul li {
	margin-left: 5px;
}

.home img {
	margin: 0px 15px 15px 15px;
}
.pedigree li {
	margin-left: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.pedigree li.sire {
	background-image: url('/icons/male.gif');
	color: #456;
}

.pedigree li.dam {
	background-image: url('/icons/female.gif');
	color: #645;
}

.info li {
	list-style-type: disc;
	margin: 5px 20px;
}
.info li li {
	list-style-type: circle;
}
.info ul {
	margin-bottom: 40px;
}
.info ul li ul{
	margin-bottom: 20px;
}

td {
	padding: 2px 5px;
}

tr:hover td {
	background-color: #def !important;
}

tr:first-child:hover td, tr.sub-header:hover td {
	background-color: #fff !important;
}

/* Logo */
.logo {
	display: block;
	position: relative;
	height: 250px;
	margin-top: -25px;
	margin-left: 100px;
/* 	background: white url('/images/sunridge.png') no-repeat top left;
 */	background-color: white;
	background-repeat: no-repeat;
	background-attachment: top left;
	z-index: 1;
}

.logo img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.logo a {
	text-decoration: none;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 700px;
	height: 150px;
	font-size: 0px;
}

.print-logo {
	margin-left: 0px;
	margin-top: -40px;
}

.print-logo img {
	position: absolute;
	z-index: -1;
	left: 0px;
}

.logo p {
	position: absolute;
	left: 30px;
	width: 200px;
	top: 145px;
	color: #bbb;
	font-size: .75em;
	font-weight: normal;
	font-family: times new roman;
}

/* Menu */
#menu {
	position: absolute;
	left: 0px;
	height: auto;
	margin-top: 50px;
	margin-left: 125px;
}

#menu a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: black;
	font-size: 1.8em;
	font-family: times new roman;
	text-decoration: none;
}

#menu a.menu-current, #menu a:hover {
	color: black;
 	background: url('/images/menu/item_passive_faded.jpg') no-repeat;
}

#menu li {
	margin-bottom: 4px;
}

#menu form {
	font-size: .7em;
}

/* Queued messages */
.queue {
	text-align: center;
	border: 1px solid #bbb;
	font-weight: bold;
	font-family: tahoma;
	margin-top: 4px;
	z-index: 2;
}

.queue div {
	padding: 2px;
}

.queue-count {
	padding: 0px;
	position: absolute;
	left: 20px;
	margin-top: -2px;
}

.queue-errors {
	background: #f55;	
	color: #fff;
}

.queue-errors a:link, .queue-errors a:visited {
	color: #268;
}

.queue-errors a:hover {
	color: #FA6;
}

.queue-info {
	background: #9bf;
	color: #fff;
}

.queue-confirmations {
	background: #efe;
}

.queue-confirmations a {
	color: green;
	margin-left: 20px;
	padding: 5px;
}

.queue-confirmations a:hover {
	background-color: #dfd;
	padding: 4px;
	border: 1px solid #bbb;
}

.queue-confirmations a img {
	vertical-align: text-bottom;
}


/* Dog dossier */
.dossier-relations h3 {
	color: #888;
	text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.3);
	font-size: 1.0em;
}

/* Picture gallery */
.pic-pic, .pic-text {
	display: inline;
	float: left;
}

.pic-pic {
	display: inline;
	height: 350px;
	margin-right: 10px;
}

.pic-text {
	margin-top: 10px;
}

.pic-text li {
	font-size: .9em;
	margin-left: 15px;
}

.pic h2 {
	font-size: 1.5em;
	color: #8bf;
}

.pic p {
	margin-top: 20px;
	font-size: .9em;
}

.pic-thumb-caption {
	font-size:0.8em;
	line-height:0.9em;
	margin-left:5px;
	margin-top:-3px;
	margin-bottom: 4px;
	width: 100px;
}

.pic-thumb {
	display: inline;
	float: left;
}


/* --------------- */
/* Dog search page */
div.searchbox {
	width: 600px;
}


/* Array debug frame */
div.debugging {
	position: absolute;
	font-family: Monaco, Tahoma, Arial;
	top: 45px;
	left: 20px;
	padding-left: 2px;
	z-index: 99;
}

div.debugging > div {
	display: block;
	padding: 5px;
	background: white;
	border: 1px solid #ccc;
	float: left;
}

div.debugging > div > div {
	display: none;
	position: absolute;
	left: 20px;
	top: 30px;
	width: 800px;
	height: 400px;
	margin-right: auto;
	margin-top: -1px;
	padding: 10px;
	padding-top: 4px;
	background-color: white;
	border: 1px solid #ccc;
	overflow: auto;
}

div.debugging > div:hover > div, div.debugging > div > div:active {
	display: block;
}

.login input {
	width: 150px !important;
        display: block;
}

.login label {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.signature {
	margin-top: 50px;
	height: 25px;
	font-weight: bold;
	font-family: arial;
}

.signature div {
	width: 45%;
	border-top: 2px solid black;
	display: table-cell;
	display: inline-block;
	margin-left: 10px;
}

.signature .printed {
	width: auto;
	border-top: 0;
	margin-left: 15px;
	font-weight: normal;
}

.medical > p {
	margin-top: 15px;
}

.print-blank {
	margin: 15px;
}

.print-blank p {
	height: 1.5em;
	display: block;
	margin: 0px !important;
}

.print-blank .title {
	float: left;
	color: #555;
	padding-right: 10px;
}

.print-blank .row {
	border-bottom: 2px solid black;
}

.actionlist {
	position: absolute;
	left: 350px;
	top: 35%;
	font-family: Tahoma;
	border: 1px solid #ccc;
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
}

.actionlist li {
	margin: 10px;
}

.emphasis-positive, .emphasis-negative {
	font-size: 1.0em;
}

.emphasis-positive {
	color: #3a4;
}

.emphasis-negative {
	color: #a34;
}

.contract h1 {
	font-size: 2em;
	font-weight: bold;
	margin-top: -30px;
	margin-bottom: 2em;
}

.contract p, .contract hr {
	margin-bottom: 1em;
}

.contract-terms {
	list-style: decimal;
}

.contract-terms li {
	margin-bottom: 1em;
}

.contract-dog {
	font-family: helvetica;
	font-size: .8em;
	margin-bottom: 1em;
}

.contract-dog img {
	float: left;
	margin-right: .5em;
}

.contract-dog p {
	margin: 5px 0px 8px 100px;
}
