﻿body {
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* jqModal base Styling courtesy of; Brice Burgess <bhb@iceburg.net> */
.jqmWindow { display: none; position: fixed; top: 17%; left: 50%; margin-left: -300px; width: 542px; background-color: #FFF; color: #333; border: 1px solid black; }
.jqmWindowHeader { color: #fff;background-color:#360;color:#fff;width:100%; height: 0px; }
.jqmWindowHeader a { color: #fff; font-weight:bold;}
.jqmWindowContent { padding: 10px; }
.jqmOverlay { opacity: 0.5; background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1; width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px'); }
/* Fixed posistioning emulation for IE6; Star selector used to hide definition from browsers other than IE6 For valid CSS, use a conditional include instead */
* html .jqmWindow { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
/*For race popup close bar*/
.ft {
background:#D0D0D0 none repeat scroll 0 0;
font-weight:bold;
margin:0 auto;
padding:5px 10px;
text-align:center;
width:322px;
}
.jqmClose { color: #fff; font-weight:bold;}
.jqmPedigree
{
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 542px;
	background-color: #FFF;
	color: #333;
	border: 1px solid black;
}
img {border:0;}

.pedigreepopup { border:1px solid #ccc; background:white; padding:10px; text-align:center;}
.pedigreepopup p.performers_details {margin-top:0;}
.pedigreepopup table { border-collapse:collapse; border:none;margin:auto; margin-top:0;}
.pedigreepopup table td {padding:10px 20px; text-align:left;}
.pedigreepopup table td.pedMale {background: url(../images/ped_bracket_top.gif) no-repeat left center;}
.pedigreepopup table td.pedFemale {background: url(../images/ped_bracket_bottom.gif) no-repeat left center;}
.pedigreepopup input {margin-top:10px;}



/*Ajax styles*/
/*
.popup { width:700px;
	padding:10px;
	background-color:White;
	border-style:solid;
	border-color:Black;
	border-width:2px;
	vertical-align: middle;
	text-align:center;
	float:left; 
	overflow:scroll;
}

.pedigreepopup { width:700px;
	height:370px;
	padding:10px;
	background-color:White;
	border-style:solid;
	border-color:Black;
	border-width:2px;
	vertical-align: middle;
	text-align:center;
	float:left; 
}*/
.background { background-color:White; 
filter:alpha(opacity=70);
		opacity:0.7;


 }