
.stable_tab1
	{
		color: #000000;
    	background-color: #E6E6E6;
    	border-top: 2px solid #B4B9BE;
		border-bottom: 2px solid #B4B9BE;
		border-right: 2px solid #B4B9BE;
		border-left: 2px solid #B4B9BE;
		-webkit-border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		cursor: pointer;
    }
.stable_tab1:hover
	{
		background-color: #FFF5CD;
    }
.stable_tab2
	{
		color: #000000;
    	background-color: #F5FAFF;
    	border-top: 2px solid #B4B9BE;
		border-right: 2px solid #B4B9BE;
		border-left: 2px solid #B4B9BE;
		-webkit-border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		cursor: pointer;
		padding-bottom: 2px;
    }
.stable_tab3
	{
		border-bottom: 2px solid #B4B9BE;
    }
.stable_table
	{
    	color: #000000;
    	background-color: #F5FAFF;
		border-bottom: 2px solid #B4B9BE;
		border-right: 2px solid #B4B9BE;
		border-left: 2px solid #B4B9BE;
		-webkit-border-radius: 0px 10px 10px 10px;
		-moz-border-radius: 0px 10px 10px 10px;
		border-radius: 0px 10px 10px 10px;
    }

.species_list
    {
        width: 170px;
        height: 289px;
        font-size: 16px;
        background-color: white;
        border-top: 2px solid #B4B9BE;
        position: absolute;
        margin-top: -3px;
        overflow: hidden;
        z-index: 1001;
    }

.species_list_bg
    {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        position: fixed;
        z-index: 1000;
    }

.species_list_sub
    {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

.species_list_row
    {
        width: 100%;
        height: 24px;
        font-size: 16px;
        font-weight: bold;
        padding: 0px 10px 0px;
        cursor: pointer;
    }

.species_list_row:hover
    {
        background-color: #FFF5CD;
    }

.hatchery_checkbox
    {
        width: 16px;
        height: 16px;
        vertical-align: -5px;
        cursor: pointer;
    }

.animated_border_alert
    {
        animation: border_alert 2.0s infinite;
    }

@keyframes border_alert 
    {
        50% {border-color: red;}
    }