/**
 *--------------------------------------------------------------------------
 * docs.css
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

h1, h2, h3 {
	color: #000099;
}

h4, h5, h6 {
	color: #08084d;
}

h3 {
	border-bottom: 1px solid #66cc33;
	margin-bottom: 0;
}

h5 {
	font-size: 1.0em;
	font-style: italic;
	color: #a64311;
}

h1.secttl {
	margin: 0;
}

h2.sectag {
	margin-top: 0;
	font-size: 1.2em;
	font-style: italic;
}

code, .code, samp, dl.methods dt {
	font-size: 1.2em;
	color: #a64311;
	font-family: monospace;
}

samp {
	color: #808080;
}

dl {
	margin-left: 10px;
}

dl dt {
	font-style: italic;
	margin: 0;
}

dl dd {
	margin: 0;
}

dl dd p, dl dd ul {
	margin-top: 0;
	margin-bottom: 13px;
}


dl.revisions dt {
	color: #08084d;
	margin-top: 10px;
	font-style: normal;
	font-weight: bold;
}

blockquote, .codeblock {
	border: 1px solid #08084d;
	background-color: #f2f2ff;
	margin: 20px;
	padding: 10px;
}

blockquote strong {
	color: #08084d;
}

.codeblock h4 {
	margin: 0;
}

/*-----------------------------------------------------------------------------
 *@author Sydney
 *@since 2012-03-17
 *birdbones.css
 */
table{
	width:700px;
}
td.pagination{
	width:700px;
	border:none;
	padding: 10px;
	vertical-align:middle;
}
td.family{
	border:none;
	font-weight:bold;
	font-size:15px;
	padding: 5px;
	vertical-align:middle;
}
td.image{
	border:solid 1px #CCC;
	padding: 5px;
	vertical-align:bottom;
}
div.thumb{
	/*height:100px;*/
	vertical-align:middle;
}
div.familyImage{
	vertical-align:middle;
}
div.body{
	width:700px;
	text-align:center;
	clear:both;
}
div.pagination{
	text-align:center;
}
a.pagination{
	text-decoration:none;
	border: solid 1px #CCC;
	padding:3px;
}
span.paginationCurrent{
	text-decoration:none;
	border: solid 1px #CCC;
	font-weight:bold;
	padding:3px;
}
div#displayArea{
	padding: 10px;
	background-color:#fff;
}
div.mainGutter{
	background-color:#fff;
}
input.current{
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
    font-weight:bold;
    color:#013366;
    padding:10px;
    border-bottom:solid 1px #fff;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#CCCCCC));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#CCCCCC));
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-position-x: initial;
background-position-y: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
background: -moz-linear-gradient(top, white, #CCCCCC);
}
input.submit{
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
    padding:10px;
    font-weight:bold;
    border-bottom:solid 1px #013366;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#CCCCCC));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#CCCCCC));
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-position-x: initial;
background-position-y: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
background: -moz-linear-gradient(top, white, #CCCCCC);
}
input.submit:hover{
    cursor:pointer;
    background:#fff;
    color:#ff8040;
}
input.disabled{
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
    background: #ccc;
    font-weight:bold;
    padding:10px;
    cursor: default;
}
select#familyDropdown{
    width:150px;
}
select#boneDropdown{
    width:150px;
}
select#viewDropdown{
    width:150px;
}

div#familyDiv{clear:both; overflow:auto;height:70px;}
ol#familyList li{ display: inline; float: left; background-color:#CCC;padding:5px;border:solid 1px #000;margin-left:5px;}
ol#familyList li a{text-decoration:none; font-weight:bold; color:#000; }
ol#familyList li a:hover{text-decoration:none; font-weight:bold; color: #ff8040;}
ol#familyList li a:visited{text-decoration:none;font-weight:bold;  color: #000;}


ol#familyList_overlay li{ background-color:#CCC;padding:5px;border:solid 1px #000;width:200px;}
ol#familyList_overlay li a{text-decoration:none; font-weight:bold; color:#000; }
ol#familyList_overlay li a:hover{text-decoration:none; font-weight:bold; color: #ff8040;}
ul#familyList li a:visited{text-decoration:none;font-weight:bold;  color: #000;}

img.zoom{ cursor: pointer; cursor: hand; }

div.hiddenDiv,div.hiddenDiv_commonName{
    display:none;
}

div.imageDiv{
     cursor: pointer; cursor: hand; 
}

div.hoverClass{
    background-color:#000;
}

div#images,div#families{
/*    border-top:none;
    border-right:solid 1px #013366;
    border-bottom:solid 1px #013366;
    border-left:solid 1px #013366;*/
    width:800px;
    padding:10px;
}
div#divTab{
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
    border-top:solid 2px #013366;
    border-right:solid 1px #013366;
    border-bottom:none;
    border-left:solid 1px #013366;
    background-color:#013366;
    width:820px;
}

input.submitForm{
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
    padding:5px;
    font-weight:bold;
    border-bottom:solid 1px #013366;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#CCCCCC));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#CCCCCC));
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-position-x: initial;
background-position-y: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
background: -moz-linear-gradient(top, white, #CCCCCC);
}
input.submitForm:hover{
    cursor:pointer;
    background:#fff;
    color:#ff8040;
}
input#filterBy{
    background-color:#CCC;
}
select#sortBy{
    width:100px;
}

/*jquery.mcdropdown*/
/* -----------------------------------------------------------------------------------
	styles for the psuedo-select box jquery.mcdropdown.css
*/
div.mcdropdown {
	position: absolute;
	border: 1px solid #8e9daa;
	padding: 1px;
	display: -moz-inline-block;
	display: inline-block;
	width: 408px;
	height: 14px;
	padding: 2px;
}

/* style either the input or div where the plug-in is attached to */
div.mcdropdown input, 
div.mcdropdown div {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	width: 98%;
	border: 0;
	padding: 2px 0 0 3px;
	font: 11px Arial, Helvetica, sans-serif;
}

div.mcdropdown a {
	position: absolute;
	right: 1px;
	top: 1px;
	background: transparent url(../images/mcdropdown/mcdd_select_button_sprite.gif) no-repeat top left;
	display: -moz-inline-block;
	display: inline-block;
	height: 16px;
	width: 15px;
	text-decoration: none;
	font-size: 0pt;
	z-index: 2;
	outline: 0;
}

div.mcdropdown a:hover, div.mcdropdown a:focus {
	background-position: 0% -16px;
}

div.mcdropdown a:active {
	background-position: 0% -32px;
	outline: none; /* hide dotted outline in Firefox */
}

div.mcdropdownDisabled {
	background-color: #e1e0e0;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

div.mcdropdownDisabled input {
	cursor: default;
}

div.mcdropdownDisabled a:hover, div.mcdropdownDisabled a:focus {
	background-position: 0 0;
	cursor: default;
}

/* 
	styles for the dropdown menu 
*/
ul.mcdropdown_menu {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/* float so we can calculate the size of the columns */
	float: left;
	clear: both;
	z-index: 10000;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

ul.mcdropdown_menu ul {
	display: none;
	font: 11px Arial, Helvetica, sans-serif;
	/* float so we can calculate the size of the columns */
/*
	float: left;
*/
}

/* -- Sub-Menus -- */
ul.mcdropdown_menu ul {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	z-index: 10000;
}
ul.mcdropdown_menu ul li {
	margin: 0px;
	min-width: 150px;
	_width: 150px; /* ie6 min-width hack */
}


/* color schema */
ul.mcdropdown_menu {
/*
	height: 19px;
*/
	height: auto;
	background-color: #e1e0e0;
	padding: 5px 5px;
	/* define font here for IE6 */
	font: 11px Arial, Helvetica, sans-serif;
}

ul.mcdropdown_menu li {
	padding: 2px 20px 2px 6px;
}

/* we don't use "ul.mcdropdown_menu > li" here so that IE6 knows how to style the root level */
ul.mcdropdown_menu li.mc_root {
	cursor: pointer;
	white-space: nowrap;
	color: #000;
    font-weight:bold;
	border-top: 1px solid #fff;
	padding: 2px 20px 2px 6px;
	margin: 0 10px;
}

ul.mcdropdown_menu > li.mc_endcol {
	border-bottom: 1px solid #fff;
}

/* this is for IE6 only */
ul.mcdropdown_menu li.mc_hover {
	background-color: #ccc !important;
}

ul.mcdropdown_menu > li:hover {
	border-top: 1px solid #999;
	background-color: #999 !important;
	color: #fff;
}

ul.mcdropdown_menu > li:hover.mc_endcol {
	border-bottom: 1px solid #999;
}

ul.mcdropdown_menu > li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #999;
}

ul.mcdropdown_menu li.mc_parent {
	padding-right: 20px !important;
	background: url(../images/mcdropdown/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_menu li:hover.mc_parent {
	background: #999 url(../images/mcdropdown/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}

ul.mcdropdown_menu ul {
	background: #f0f0f0;
	/* add a slight border for better visualization of deep menus */
	border: 1px solid #d0d0d0;
	padding-bottom: 10px;
	/* IE 6/7 will bleed through the background color if we don't set the visibility to hidden */
	visibility: hidden;
}

ul.mcdropdown_menu ul li {
	background: #f0f0f0;
	padding-left: 16px !important;
	border-top: 1px solid #fff;
	color: #000;
    font-weight:bold;
	white-space: nowrap;
}

ul.mcdropdown_menu ul li.mc_firstrow {
	border-top: 1px solid #f0f0f0;
}

ul.mcdropdown_menu ul li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_menu ul li:hover {
	background-color: #d6d6d6;
	border-top: 1px solid #dedede;
	color: #666;
}

ul.mcdropdown_menu ul li.mc_endcol:hover {
	border-bottom: 1px solid #dedede;
}

ul.mcdropdown_menu ul li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #dedede;
}

/*
 * drop down shadows
 */
div.mcdropdown_shadow {
	display: none;
	position: absolute;
	margin: 3px 0 0 3px;
	/* for IE6, we use just a square transparent image */
	background: #000;
	filter :alpha(opacity=33);
}

/* ie6 ignores this selector */
html>body div.mcdropdown_shadow {
	/* let's use a transparent PNG */
	margin: 5px 0 0 5px;
	padding: 5px 0 0 5px;
	background: transparent url(../images/mcdropdown/shadow.png) right bottom no-repeat !important;
	/* remove the filter for IE7 */
	filter: none;
}

/* 
 * styles for the dropdown menu 
 */
/* autocomplete styles */
ul.mcdropdown_autocomplete {
	display: block;
  position: absolute;
	height: auto;
	max-height: 210px;
  overflow-x: hidden;
	overflow-y: auto;
  clear: both;
	padding: 5px 10px;
	background-color: #e1e0e0;
	z-index: 10000;

	margin: 0px;
	list-style-type: none;
	width: 392px;
	font: 11px Arial, Helvetica, sans-serif;
}

ul.mcdropdown_autocomplete ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.mcdropdown_autocomplete ul li {
	margin: 0px;
}

ul.mcdropdown_autocomplete li {
  display: block;
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	color: #666;
	border-top: 1px solid #fff;
	padding: 2px 26px 2px 6px;
}

ul.mcdropdown_autocomplete li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_autocomplete li.mc_parent {
	padding-right: 20px !important;
	background: url(../images/mcdropdown/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_autocomplete li.mc_hover {
	border-top: 1px solid #999;
	background-color: #999 !important;
	color: #fff;
}

ul.mcdropdown_autocomplete li.mc_hover_parent {
	background: #999 url(../images/mcdropdown/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}




label.bold{
    font-weight:bold;
}

/* tooltip */

span.link {
        position: relative;
}

span.link a span {
        display: none;
}

span.link a:hover {
        font-size: 99%;
        font-color: #000000;
        text-decoration: none;
}


span.link a:hover span { 
    display: block; 
        position: absolute; 
        margin-top: 10px; 
        margin-left: -10px; 
        width: 300px; padding: 5px; 
        z-index: 100; 
        color: #000000; 
        background: #DFEFFC; 
        font: 12px "Arial", sans-serif;
        text-align: left; 
        text-decoration:none;
}

span.commonName{
    display:block;
    font-style:italic;
    font-size:85%;
}
div.leftAlign{
    text-align:left;
}

div.help{
    font-size:95%;
    font-style:italic;
    padding:10px;
    margin:10px;
    border:solid 1px #ccc;
    text-align:left;
}
div.help h6{
    font-weight:bold;
    font-style:normal;
    padding-bottom:5px;
}
div.help li,div.help p{
    color: #111;
}
ul.no_bullets{
    list-style-type:none;
}
span.help{
	cursor: pointer;
}
span.help img{
	width:12px;
}
span.help a div{
	text-align:right;
}
span.help_header{
	cursor: pointer;
}
span.help_header img{
	width:12px;
}
span.help_header a div{
	text-align:right;
}
h1.title{
    text-align:center;
}
div#searchSortForm{
    margin:10px;
    border:solid 1px #ccc;
    padding:10px;
}
span.tab-name{
    color:#013366;
    font-weight:bold;
    font-style:normal;
}
span.button-name{
    color:#000;
    font-weight:bold;
    font-style:normal;
}
span.page-name{
    color:#4297d7;
    font-weight:bold;
    font-style:normal;
}
h3.centered{
    padding:5px;
    margin:5px;
    border-bottom:solid 1px #5C9CCC;
    text-align:center;
}
div.marginbottom{
    margin-bottom:5px;
}
