﻿.outty {
    position: absolute;
    top: 300px;
    width: 480px;
}
.outty_shadow {
    background: url("/images/outty/shadow-bg.png") repeat scroll 0 0 transparent;
    border-radius: 18px 18px 18px 18px;
    height: 100%;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 100%;
    z-index: 3;
}
.outty_container {
    position: relative;
    z-index: 4;
}
.outty_buttons {
    float: right;
}
.outty_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #DDEDFD;
    border-radius: 13px 13px 13px 13px;
    overflow: hidden;
}
.outty_content h4 {
    color: #0D83DD;
    font: bold 24px Arial,Helvetica,sans-serif;
    margin: 20px 30px 15px;
}
.outty_close {
    float: right;
}
.x_button {
    background: url("/images/outty/close-blue.png") no-repeat scroll left top transparent;
    height: 46px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 51px;
    z-index: 5;
}
.outty_content p {
    clear: both;
    margin: 0 30px 20px;
}
.outty_button {
    background: -moz-linear-gradient(center top , #5CA9FF, #3D79C3) repeat scroll 0 0 transparent;
    border: 1px solid #4B5D7E;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 75%;
    font-weight: bold;
    margin-left: 6px;
    min-width: 40px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
}
#outty_overlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.outty_arrow {
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    z-index: 5;
}
.outty_arrow_right {
    background: url("/images/outty/arrow_right.png") repeat scroll 0 0 transparent;
    display: block;
    height: 68px;
    right: -25px;
    width: 30px;
}
.outty_arrow_down {
    background: url("/images/outty/arrow_down.png") repeat scroll 0 0 transparent;
    bottom: -25px;
    display: block;
    height: 30px;
    width: 68px;
}
.outty_arrow_up {
    background: url("/images/outty/arrow_up.png") repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    top: -25px;
    width: 68px;
}
.outty_arrow_left {
    background: url("/images/outty/arrow_left.png") repeat scroll 0 0 transparent;
    display: block;
    height: 68px;
    left: -25px;
    width: 30px;
}
a.close-button-blue {
    background: url("/images/outty/close-button-blue.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 0;
    margin: 1px;
    overflow: hidden;
    padding-top: 19px;
    width: 19px;
}
a.close-button-blue:hover {
    background-position: 0 -19px;
}
.sample_data_container {
    position: relative;
}
.sample_data_overlay {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 760px;
    z-index: 1;
}
.sample_data_popup {
    left: 120px;
    top: 75px;
    width: 520px;
    z-index: 2;
}
.sample_data_popup .outty_description {
    clear: none;
    margin-right: 10px;
    overflow: hidden;
}
.sample_data_popup .outty_image {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}
.sample_data_popup .button_large {
    margin-left: 0;
}
.sample_data_visibility_menu {
    opacity: 0.5;
}
