@charset "utf-8";
/* CSS Document */

table, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.instruction_container
{
	width: 820px;
	position:absolute;
	left: 50px;
    font-size: 10pt;
    font-weight: normal;
    color: #444444;
    line-height:1.4em;
    font-family:Arial, sans-serif;
    /*line-height: 16pt;*/
}
#top_instruction
{
    top: 0px;
}
#bottom_instruction
{
    top: 380px;
}
#table_title
{
    position: absolute;
    left: 180px;
    top: 95px;
    width: 647px;
    height: 20px;
    text-align: center;
    color: #54534E;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 5px;
}
#table_container
{
    position: absolute;
    left: 50px;
    top: 140px;
    width: 820px;
}
#table_container table
{
    table-layout: fixed;
    width:100%;
    border-spacing:0px;
    border: 6px solid #DFE0D8;
    border-bottom: 0px;
    line-height: 0.6em;
}
#table_container td, th
{
    text-align: left;
    color: #58574b;
    vertical-align:middle;
    padding: 0px;
    width:20%;
    border-bottom: 6px solid #DFE0D8;
    border-spacing: 6px;
}
#table_container th
{
    padding-left: 0px;
    padding-bottom: 0px;
}

#table_container th
{
    height: 26px;
    font-size: 10pt;
    background-color: #DFE0D8;
}
#table_container td p
{
    padding: 0px;
    margin: 0px;
    margin-left: 4px;
    line-height: 1em;
}
#image_container
{
    position: absolute;
    left: 50px;
    top: 90px;
    width: 820px;
}
#image_container table
{
    table-layout: fixed;
    width:100%;
    border-spacing:0px;
    border: 0px;
}
#image_container td, th
{
    text-align: center;
    color: #58574b;
    vertical-align:middle;
    padding: 0px;
    padding-left: 20px;
    width:20%;
}
#image_container th
{
    padding-left: 0px;
    padding-bottom: 0px;
}

.col_image
{
    padding: 0px;
}
.col_image img
{
    display: block;
}
.col_title
{
    text-align: left;
    padding-left: 4px;
    color: #e86c1e;
    line-height: 1em;
}
#source
{
    position:absolute;
    left:0px;
    top:550px;
    width:920px;
    height:30px;
    text-align:center;
    font-size:9px;
    color:#666;
    line-height: 1.2em;
}

.showhide
{
    font-family:Arial, sans-serif;
    font-style: italic;
    color: #89aaaa;
    cursor:pointer;
}

.showhidetext
{
    font-family:Arial, sans-serif;
    font-style: italic;
    color: #89aaaa;
    cursor:pointer;

}

.img_btn
{
    display:block;
    border:0px;
    cursor:pointer;
    overflow:hidden;
}
.img_btn_disabled
{
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
    cursor:auto;
    visibility: hidden;
}

.nav_btn
{
    width:113px;
    height:38px;
    background-position: 0px 0px;
}
.nav_btn.hoverAction
{
    background-position: 0px -40px;
    background-position-y: -40px;
}

#btnTable
{
    background-image:url("../assets/table-btn.jpg");
    position: absolute;
    top: 100px;
    left: 50px;
}

#btnInsights
{
    background-image:url("../assets/insights-btn.jpg");
    position: absolute;
    top: 420px;
    left: 50px;
}

.attribute_btn
{
    width:170px;
    height:50px;
    background-position: 0px 0px;
}
.attribute_btn.toggleAction
{
    background-position: 0px -60px;
    background-position-y: -60px;
}

#showHideDemo
{
    background-image:url("../assets/demographic-btn.png");
}
#showHideDogs
{
    background-image:url("../assets/dogs-btn.png");
}
#showHideAttitudes
{
    background-image:url("../assets/attitudes-btn.png");
}
#showHideFeeding
{
    background-image:url("../assets/feeding-btn.png");
}


