﻿@charset "UTF-8";
@import url("reset.css");
@import url("fancybox.css");
@import url("grid.css");
@import url("base.css");
@import url("page.css");
@import url("handheld.css") handheld;
@import url("print.css") prkint;

.webcast-icon
{
    width: 26px;
    min-width: 26px;
    height: 21px;
    min-height: 21px;
    background: url(/Images/icon/btn_Webcast.gif) no-repeat;
    display: inline-block;
}

.page-break {
    page-break-after: right;
}

.full-width
{
    width: 100%;
}

table.vertical-align-top th, table.vertical-align-top td {
    vertical-align: top;
}

.error {
    color: red;
}

/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

input.error,
select.error
{
    border: solid 1px red;
    background: #FFE0E0;
}

strong.with-color {
    color: #34a4ba;
}

body.previewHeader {
    margin-top: 15px;
}
div.previewHeader {
    position: fixed;
    z-indeX: 100;
    
    top: 0px;
    left: 0px;
    right: 0px;
    height: 15px;
    width: 100%;
    
    background: red;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.thumbnail-gallery
{
    text-align: left;
    width: 515px;
    max-width: 515px;
}

.thumbnail-gallery > a,
.thumbnail-gallery > div
{
    float: left;
    border: solid 1px #e1e1e1;
    padding: 10px;
    width: 140px;
    height: 140px;
    margin: 0 0 8px 8px;
}

    .thumbnail-gallery .bio{
        height: 240px;
        width: 110px;
        padding: 10px 20px;
    }


.thumbnail-gallery.no-border > a,
.thumbnail-gallery.no-border > div
{
    border: none;
}

    .thumbnail-gallery > div.clear
    {
        clear:both;
        border: none;
        height:auto;
        margin: 0px;
        min-height: 0px;
    }

    .thumbnail-gallery > a > img,
    .thumbnail-gallery > div > a > img
    {
        width: 100%;
        vertical-align:middle;
    }

    .thumbnail-gallery small
    {
        font-size: 10px;
    }

.center-logo
{
    vertical-align:middle;
}

.center-helper
{
    display:inline-block;
    height:100%;
    vertical-align : middle;
}

.form-container
{
    padding-top:20px;
}


.transaction-logos
{
    float:right;
    padding-left:20px;
    padding-bottom:10px;
}

.transaction-logos table
{
    text-align:center;
}

.transaction-logos table td
{
    padding-top: 10px;
    padding-bottom:10px;    
    text-align:center;
}



.deal-card-text
{
    font-family:Arial, Helvetica, Sans-Serif;    
}

.transaction-contact
{
    width:300px;
    height:45px;
    float:left;
    padding-bottom:10px;
}

.transaction-overview
{
    font-weight:bold;
    color:#244558;
}

#clientrelationship-link {
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    text-align: center;
}

#clientrelationship-link a {
    color: #333;
    text-decoration: underline;
}

#brokercheck-link {
    text-align: center;
    margin-bottom: 10px;
}

#brokercheck-link a {
    color: #333;
    text-decoration: underline;
}