/* start menu styles */	/* navigation	------------------------------------------*/	#examplenav {		margin: 0;		padding: 0;	}	#examplenav li {		list-style: none;		height: 36px;		float: left;		position: relative;	}	#examplenav li a {		height: 36px;		text-indent: -9000px;		display: block;	}	#examplenav .current a { background-position: 0 -36px; }		/* buttons	------------------------------------------*/	a#stalliondetails,	a#studrecord,	a#salesresults,	a#matingideas,	a#multimedia,	a#latestnews,	a#bloodhoundreports,	a#contacts,	a#holder {	}		a#stalliondetails { background-image: url(/images/menus/stallions/stalliondetails.jpg);		width: 124px;		height: 36px; }	a#studrecord { background-image: url(/images/menus/stallions/studrecord.jpg);		width: 91px;		height: 36px; }	a#salesresults { background-image: url(/images/menus/stallions/salesresults.jpg);		width: 95px;		height: 36px; }	a#matingideas { background-image: url(/images/menus/stallions/matingideas.jpg);		width: 90px;		height: 36px; }	a#multimedia { background-image: url(/images/menus/stallions/multimedia.jpg);		width: 78px;		height: 36px; }	a#latestnews { background-image: url(/images/menus/stallions/latestnews.jpg);		width: 84px;		height: 36px; }	a#bloodhoundreports { background-image: url(/images/menus/stallions/bloodhoundreports.jpg);		width: 140px;		height: 36px; }	a#contacts { background-image: url(/images/menus/stallions/contacts.jpg);		width: 72px;		height: 36px; }	a#holder { background-image: url(/images/menus/stallions/rightfill.jpg);		width: 206px;		height: 36px; }							a#stalliondetails:hover,	a#studrecord:hover,	a#salesresults:hover,	a#matingideas:hover,	a#multimedia:hover,	a#latestnews:hover,	a#bloodhoundreports:hover,	a#contacts:hover,	a#holder:hover	{ background-position: 0 -36px; }		/* end of menu styles *//* Start of tab styles */#horsetabholder{	background-color: #ebedeb;	width: 650px;	padding: 5px;	margin-top: 10px;	margin-right: 5px;	margin-bottom: 0px;	margin-left: 11px;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #d8d8d8;	border-right-color: #d8d8d8;	border-bottom-color: #d8d8d8;	border-left-color: #d8d8d8;	}/*--------------------------------------------------  REQUIRED to hide the non-active tab content.  But do not hide them in the print stylesheet!  --------------------------------------------------*/.tabberlive .tabbertabhide { display:none;}/*--------------------------------------------------  .tabber = before the tabber interface is set up  .tabberlive = after the tabber interface is set up  --------------------------------------------------*/.tabber {}.tabberlive { margin-top:10px;}/*--------------------------------------------------  ul.tabbernav = the tab navigation list  li.tabberactive = the active tab  --------------------------------------------------*/ul.tabbernav{	margin:0;	padding: 3px 0;	border-bottom: 1px solid #d8d8d8;	font: normal 10px Verdana, sans-serif;	letter-spacing: 0.5px;}ul.tabbernav li{ list-style: none; margin: 0; display: inline;}ul.tabbernav li a{ padding: 3px 0.5em; margin-left: 3px; border: 1px solid #d8d8d8; border-bottom: none; background: #FFFFFF; text-decoration: none;}ul.tabbernav li a:link { color: #448; }ul.tabbernav li a:visited { color: #667; }ul.tabbernav li a:hover{ color: #000; background: #d8d8d8; border-color: #d8d8d8;}ul.tabbernav li.tabberactive a{ background-color: #fff; border-bottom: 1px solid #fff;}ul.tabbernav li.tabberactive a:hover{ color: #000; background: white; border-bottom: 1px solid white;}/*--------------------------------------------------  .tabbertab = the tab content  Add style only after the tabber interface is set up (.tabberlive)  --------------------------------------------------*/.tabberlive .tabbertab {	padding:5px;	border-top:0 solid #d8d8d8;	background-color: #FFFFFF;	border-right: 1px solid #d8d8d8;	border-bottom: 1px solid #d8d8d8;	border-left: 1px solid #d8d8d8; /* If you don't want the tab size changing whenever a tab is changed    you can set a fixed height */ height:800px;  /* If you set a fix height set overflow to auto and you will get a    scrollbar when necessary */ /* overflow:auto; */}/* If desired, hide the heading since a heading is provided by the tab */.tabberlive .tabbertab h2 { display:none;}.tabberlive .tabbertab h3 { display:none;}/* Example of using an ID to set different styles for the tabs on the page */.tabberlive#tab1 {}.tabberlive#tab2 {}.tabberlive#tab2 .tabbertab { overflow:auto;}/* end of tab styles *//* start of modal window */#MB_overlay {	position: absolute;	margin: auto;	top: 0;	left: 0;	width: 100%; height: 100%;	z-index: 9999;	background-color: #000!important;}#MB_overlay[id] { position: fixed; }#MB_window {	position: absolute;	top: 0;	border: 0 solid;	text-align: left;	z-index: 10000;}#MB_window[id] { position: fixed!important; }#MB_frame {	position: relative;	background-color: #EFEFEF;	height: 100%;}#MB_header {	margin: 0;	padding: 0;}#MB_content {	padding: 6px .75em;	overflow: auto;}#MB_caption {	font: bold 100% "Lucida Grande", Arial, sans-serif;	text-shadow: #FFF 0 1px 0;	padding: .5em 2em .5em .75em;	margin: 0;	text-align: left;}#MB_close {	display: block;	position: absolute;	right: 5px; top: 4px;	padding: 2px 3px;	font-weight: bold;	text-decoration: none;	font-size: 13px;}#MB_close:hover {	background: transparent;}#MB_loading {	padding: 1.5em;	text-indent: -10000px;	background: transparent url(/images/spinner.gif) 50% 0 no-repeat;}/* Color scheme */#MB_frame {	padding-bottom: 7px;	-webkit-border-radius: 7px; 	-moz-border-radius: 7px;	border-radius: 7px;}#MB_window {	background-color: #EFEFEF;	color: #000;	-webkit-box-shadow: 0 8px 64px #000; 	-moz-box-shadow: 0 0 64px #000; 	box-shadow: 0 0 64px #000;		-webkit-border-radius: 7px; 	-moz-border-radius: 7px;	border-radius: 7px;}#MB_content { border-top: 1px solid #F9F9F9; }#MB_header {  background-color: #DDD;  border-bottom: 1px solid #CCC;}#MB_caption { color: #000 }#MB_close { color: #777 }#MB_close:hover { color: #000 }/* Alert message */.MB_alert {	margin: 10px 0;	text-align: center;}/* end of modal window */.conformation{	padding: 5px;	border: 1px solid #d8d8d8;	width: 500px;}.rightboxes{	padding: 5px;	margin-top: 5px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 5px;	border: 1px solid #D8D8D8;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	line-height: 14px;	color: #333333;}.alltext{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	line-height: 12px;	color: #333333;}.frontpedigreesummary{	padding: 0px 5px 5px 0px;	margin-top: 5px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 5px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	line-height: 14px;	color: #333333;}.thumbs{	padding: 5px;	border: 1px solid #d8d8d8;	margin-top: 5px;	margin-right: 0px;	margin-bottom: 5px;	margin-left: 5px;	}.boxheadings{	padding-top: -5px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	background-color: #EBEDEB;	margin-top: -5px;	margin-right: -5px;	margin-bottom: 10px;	margin-left: -5px;	border-bottom-style: solid;	border-bottom-width: 1px;	border-bottom-color: #D8D8D8;}.salesresultsboxes{	padding: 5px;	margin-top: 5px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;	border: 1px solid #D8D8D8;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	line-height: 14px;	color: #333333;}	.salesresultsboxes p{	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #ebedeb;}.viewall{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	text-transform: uppercase;	color: #1D3359;	float: right;	padding-top: 3px;	padding-right: 3px;	padding-bottom: 0px;	padding-left: 0px;}.rightholder{	padding: 5px;	width: 300px;	border: 1px solid #d8d8d8;	margin-top: 10px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;}/*search tabber*/#horsesearchtabber{	margin-top: 10px;	margin-right: 5px;	margin-bottom: 3px;	margin-left: 0px;	width: 662px;	float: right;}#horsesearchtabber .tabberlive .tabbertabhide { display:none;}/*--------------------------------------------------  .tabber = before the tabber interface is set up  .tabberlive = after the tabber interface is set up  --------------------------------------------------*/#horsesearchtabber .tabber {}.tabberlive { margin-top:5px;}/*--------------------------------------------------  ul.tabbernav = the tab navigation list  li.tabberactive = the active tab  --------------------------------------------------*/#horsesearchtabber ul.tabbernav{	margin:0;	padding: 3px 0;	border-bottom: 1px solid #1fc2ea;	font: normal 10px Verdana, sans-serif;	letter-spacing: 0.5px;}#horsesearchtabber ul.tabbernav li{ list-style: none; margin: 0; display: inline;}#horsesearchtabber ul.tabbernav li a{ padding: 3px 0.5em; margin-left: 3px; border: 1px solid #1fc2ea; border-bottom: none; background: #dcf2fb; text-decoration: none;}#horsesearchtabber ul.tabbernav li a:link { color: #448; }#horsesearchtabber ul.tabbernav li a:visited { color: #667; }#horsesearchtabber ul.tabbernav li a:hover{ color: #000; background: #FFFFFF; border-color: #1fc2ea;}#horsesearchtabber ul.tabbernav li.tabberactive a{ background-color: #c4e9f7; border-bottom: 1px solid #c4e9f7;}#horsesearchtabber ul.tabbernav li.tabberactive a:hover{ color: #000; background: 1fc2ea; border-bottom: 1px solid #1fc2ea;}/*--------------------------------------------------  .tabbertab = the tab content  Add style only after the tabber interface is set up (.tabberlive)  --------------------------------------------------*/#horsesearchtabber .tabberlive .tabbertab {	padding:0px;	border-top:0 solid #1fc2ea;	background-color: #c4e9f7;	border-right: 1px solid #1fc2ea;	border-bottom: 1px solid #1fc2ea;	border-left: 1px solid #1fc2ea;	height: 80px; /* If you don't want the tab size changing whenever a tab is changed    you can set a fixed height */ /* height:200px; */ /* If you set a fix height set overflow to auto and you will get a    scrollbar when necessary */overflow:auto;}/* If desired, hide the heading since a heading is provided by the tab */#horsesearchtabber .tabberlive .tabbertab h2 { display:none;}#horsesearchtabber .tabberlive .tabbertab h3 {	display:none;}#horsesearchtabber .tabitems{	font-size: 10px;}/*search tabber*/
