html {
    background-color: white;
}
p {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px 3px;
}

.title h1 p, .title h2 p, .title h3 p {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
}

.sliding-buttons {
    display:block;
    margin: -2px 2px 1px;
    z-index: 3;
    float: right;
}
.visual {
    display:inline;
    float:left;
    padding: 4px 4px 5px 22px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #BABABA;
    background: #7054a3 url(/images/oxygen/report/sprite_rs.gif) 3px -424px no-repeat;
}
.visual a,
.visual a:hover {
    color:white;
}
.buttonwrap {
    position:relative;
    overflow:hidden;
    height:20px;
    float:left;
    border: solid 1px #BABABA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    background-color:#7054a3;
}

.slidebtn {
    height:20px;
    line-height:20px;
    min-width:20px;
}
.ui-tooltip {
    display:none;
    font-size:12px;
    line-height:18px;
    width: auto;
    padding:5px;
    color:#4B494E;
    background-color: #EEE;
    border: 1px solid #AAA;
    border-radius: 3px;
    box-shadow: 5px 5px 5px #CCC;
    z-index: 10;
}
.prev, .next {
    background-image: url(/images/oxygen/report/sprite_rs.gif);
    background-repeat:no-repeat;
    line-height:19px
}
.prev span, .next span {
    display:none;
    color:#c0b4d7;
}
.prev {
    background-position: 5px -444px;
}
.next {
    background-position: 7px -467px;
}
.button_hover {
    color:#534b10;
    padding:0 5px 0 20px;

}
.gradient {
    background: -moz-linear-gradient(top, rgba(255, 234, 63, 1) 0%, rgba(208, 187, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 234, 63, 1)), color-stop(100%, rgba(208, 187, 16, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 234, 63, 1) 0%, rgba(208, 187, 16, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 234, 63, 1) 0%, rgba(208, 187, 16, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 234, 63, 1) 0%, rgba(208, 187, 16, 1) 100%);
    background: linear-gradient(top, rgba(255, 234, 63, 1) 0%, rgba(208, 187, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffea3f', endColorstr='#d0bb10', GradientType=0 );
}
.next.button_hover {
    background-image:url(/images/oxygen/report/sprite_hover.gif);
    background-position:bottom left;
    background-repeat:no-repeat;

}

.prev.button_hover {
    background-image:url(/images/oxygen/report/sprite_hover.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
.next.button_hover span {
    color:#534b10;

}
.prev.button_hover span {
    color:#544c10;
}
.section {
    margin:10px 50px 0 50px;
    display:block;
    float:left;
    width:863px;
    border: none;
}
.panel {
    display:block;
    border: none;
    padding: 5px 0px;
    margin: 5px;
    width:851px;
    font-size: 12px;
}
.panel h1 ,
.panel h2 ,
.panel h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height:20px;
}
.panel h1, .panel h1 p {
    color: #993F97;
    font-size: 16px;
}
.panel h2, .panel h2 p {
    color: #7054A3;
    font-size: 14px;
}
.panel h3, .panel h3 p {
    color: #5EA402;
    font-size: 12px;
}

.bottom_radius {
    border-radius: 0 0 3px 3px !important;
}
.analyst-quote {
    margin:10px 0;
    width: 100%;
    display:block;
    color: #7054a3;
    /*
    background:transparent url(/images/oxygen/quotes_curvey.gif) top left no-repeat;
    */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height:18px;
}
.author {
    margin-top:10px;
    color:#666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style:italic;
    float:right;
}
blockquote {
    /*
    background:transparent url(/images/oxygen/quotes_curveyend.gif) bottom right no-repeat;
    */
    margin:0;
    padding:0;
    text-indent:25px;
    padding-right:25px
    font-weight: bold;
}
blockquote span {
    padding-right: 30px;
}
.title-container {
    display:block;
    border-bottom:1px dotted;
    padding:5px 0;
    margin-bottom:5px;
}
.full-width {
    width: 851px;
}
.half-width {
    width:410px;
}
.title {
    display:inline;
    float:left;
}
.title-links {
    display:inline;
    float:right;
    padding-right:5px;
    font-family:Verdana, Geneva, sans-serif;
    color:#666666;
}
.title-links a,
.title-links a:hover {
    color:#666666;
    font-size:11px;
    text-decoration:none;
}
.grey-panel {
    background-position:top;
    background-image:url(/images/oxygen/grey-gradient.jpg);
    background-repeat:repeat-x;
    background-color:#f2f2f2;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    margin-top: -6px;
}
.toggle {
    clear: both;
    padding-left: 20px;
    margin-left:5px;
    line-height: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    height: 15px;
    vertical-align: middle;
}
.toggle a ,
.toggle a:hover {
    color: #666;
    text-decoration: none;
}

.expand {
    background: url(/images/oxygen/img_expand.gif) no-repeat;
}
.collapse {
    background: url(/images/oxygen/img_collapse.gif) no-repeat;
}
.wrapper {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.half-panel {
    display:inline;
    float:left;
    padding-left: 5px;
    width:415px;
}
.half-panel h2 {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #993F98;
}
.half-panel .view-all {
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 22px;
    margin: 0 15px 0 0;
}
.half-panel .view-all a {
    background-color: #83C53B;
}
.half-panel .view-all a:hover {
    text-decoration: none;
}
.half-panel .button_left {
    background: url("/images/oxygen/report/sprite.jpg") no-repeat scroll -2px -78px transparent;
    display: inline;
    float: left;
    height: 24px;
    width: 5px;
}
.half-panel .button_center {
    color: #3A561D;
    display: inline;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    height: 24px;
    padding: 0 5px;
}
.half-panel .button_right {
    background: url("/images/oxygen/report/sprite.jpg") no-repeat scroll -10px -78px transparent;
    display: inline;
    float: left;
    height: 24px;
    width: 5px;
}
.clear {
    clear:both
}
.left {
    margin-right:5px;
}
.right {
    margin-left:5px;
}
.text-content {
    display:block;
    clear: both;
}
.half-panel ul li span,
.half-panel ul li a:hover ,
.half-panel ul li a {
    font-family: Verdana, Geneva, sans-serif;
    background: transparent url(/images/oxygen/report/sprite_rs.gif) 0 -132px no-repeat;
    line-height:22px;
    font-size:11px;
    color:#000;
    padding-left:21px;
    text-decoration:none;
}
.center_image {
    float:left;
    display:block;
    width: 100%;
    margin: auto;
}
.table-container {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px auto;
}
.panel .external_link {
    background: transparent url(/images/oxygen/external.png) right center no-repeat;
    padding-right:13px;
    color: #000000;
}
.feed {
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size:12px;
    line-height: 16px;
    padding:5px 0;
}
.feed td {
    padding:3px 0;
}

/*=========  Visual Map ============*/

.vm_top {
    background: url("/images/oxygen/report/vm-icon.png") no-repeat scroll left center transparent;
    color: #4D4D4D;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-left: 22px;
    z-index: 1000;
}
.inline, .inline-box {
    background: url("/images/oxygen/report/sprite.jpg") repeat-x scroll 0 -388px #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 0 10px;
    /* For IE7 */
    *max-width: 630px;
}
.rsg-block .box {
    display: block;
    float: left;
    padding: 10px;
    font-size: 12px;
    width: 138px;
}
.rsg-block .box ,
.rsg-block .box .top ,
.rsg-block .box .bottom {
    text-align: center;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: bold;
}
.rsg-block .box .top,
.rsg-block .box .bottom {
    line-height: 18px;
    height: 21px;
    padding-top: 2px;
}
.rsg-block .box .top {
    background: url("/images/oxygen/report/vm-top-box.jpg") no-repeat scroll 0 0 #FFFFFF;
    color: #3D4817;
}
.rsg-block .box .bottom {
    background: url("/images/oxygen/report/vm-bottom-box.jpg") no-repeat scroll 0 0 #FFFFFF;
}
.rsg-block .box img {
    border: 1px solid #94B51E;
}
.inline a, .inline-box a,
.inline a:hover, .inline-box a:hover {
    color: #000000;
    text-decoration: none;
}
.rsg-block .bottom a {
    color: #4B5B16;
}
.vm_title {
    padding:8px 3px;
    margin-bottom:5px;
    width:auto;
    border-bottom: 1px dotted #7F7F7F;
}
.vm_title h1 {
    color: #7054A3;
    font-family: "Gill Sans MT",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal !important;
}
img.section_group_img {
    max-height: 120px;
    max-width: 160px;
}
img.bordered {
    border: 1px solid silver;
    float: left;
    margin: 3px 10px 10px 0;
    padding: 2px;
}
img.bordered {
    border: 1px solid silver;
    float: left;
    margin: 3px 10px 0 0;
    padding: 4px;
}
div.description {
    float: left;
    margin-left: 5px;
    width: 445px;
}
div.description .title {
    color: #7054A3;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
    float: none;
}
div.description p {
    margin-top: 4px;
    float: left;
}

div.report-section-block {
    padding-top:5px;
    font-family: Verdana,Geneva,sans-serif;
}

div.column {
    float: left;
    width: 200px;
}
.button {
    display: inline;
    float: right;
    height: 25px;
    line-height: 25px;
    margin: 8px 0;
    text-decoration: none;
}
div.column div.report-section {
    background: url("/images/oxygen/bullet_02.gif") no-repeat scroll 0 8% #FFFFFF;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-left: 6px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}

div.column div.report-section-inaccessible {
    background: url("/images/oxygen/bullet_02_inaccessible.gif") no-repeat scroll 0 8% #FFFFFF;
    color: #898989;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-left: 6px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}
.evenrow {
    font-size: 13px;
    line-height: 15px;
}
.evenrow td {
    padding: 0 3px;
}
ul.empty-sqr li {
    zoom: 1;
    background: url("/images/oxygen/report/list-image.gif") no-repeat scroll transparent;
    color: #000000;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 11px;
}
ul.empty-sqr li p {
    padding-top: 0px;
}
.panel td {
    vertical-align: top;
    padding-right: 2em;
    font-size: 12px;
    line-height: 15px;
}
.panel .table-wrapper {
    width: 851px;
}

.video_player {
    margin: 0 5px;

}
#search-box{
  width:600px;
  background: url("/images/oxygen/report/sprite.jpg") repeat-x scroll 0 -388px #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 0 10px;
}
#search_input_box{
    margin:10px 0;
    text-align:center;
}
#search_result h3{
    background: url("/images/oxygen/report/sprite.jpg") no-repeat scroll 0 -14px transparent;
    padding-left: 16px;
    color: #7054A3 !important;
}

#search_result h3{
    background: url("/images/oxygen/report/sprite.jpg") no-repeat scroll 0 -14px transparent;
    padding-left: 16px;
    color: #7054A3 !important;
}
#report_search_input {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid silver;
    color: #676F7A;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    height: 25px;
    margin: 6px 0 5px 7px;
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: top;
    width: 300px;
}
#report_search_submit {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top;
    background-image: url(/images/oxygen/report/bttn_search_notext.jpg);
    width: 169px;
    height: 35px;
    padding: 0px;
    border: none 0px;
}
.hit_info{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    color: #993F97;
    margin: 5px 0 15px 5px;
}
.title_margin{
    margin-bottom: 3px;
}

#search_result a, #search_result a:hover{
    color: #000000;
    text-decoration: none;
}
div#waiting{
    display:none;
    background: url("/images/oxygen/purple_throbber_transparent.gif") no-repeat scroll 50% 50% transparent;
    height: 132px;
    text-align: center;
    vertical-align: middle;
}

div#waiting span{
    float: left;
    margin-left: 6px;
}

div#waiting img{
    margin-top:6px;
}

#search-fancy{
}
.search_top {
    background: url("/images/oxygen/magnifier-medium-left.png") no-repeat scroll left center transparent;
    color: #4D4D4D;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-left: 22px;
    z-index: 1000;
}

.visual-search{
    display:inline;
    float:right;
    padding: 4px 4px 5px 22px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #BABABA;
    background: #7054A1 url(/images/oxygen/magnifier-medium-left.png) 3px no-repeat;
    display: block;
    margin: -2px 2px 1px;
    z-index: 3;
}
.visual-search a,
.visual-search a:hover {
    color:white;
}

table{
    margin: auto;
}

.fancybox-back-to-map input {
    width: 149px;
    height: 25px;
    border: none 0px;
    background-image: url(/images/oxygen/report/vm-button-notext.png);
    cursor: pointer;
}

div.iz_suggest_link_figure
{
    margin-bottom:5px;
    font-size:8pt;
    float:right;
}

div.iz_suggest_link_figure, 
div.iz_suggest_link_figure a:hover, 
div.iz_suggest_link_figure a:visited
{
    color:black;
    font-weight:bold;
    text-decoration:underline;
}
