﻿/***** Cross Properties inventory display. *****/

div.item-wrapper
{
    clear: both;
    margin: 0 Auto 16px Auto;
    background-color: #FFFFFF;
    border: 1px solid #122A4C;
}

div.item-wrapper div.item-upper
{
    padding: 15px 5px 15px 15px;
}

div.item-wrapper div.item-lower
{
    clear: both;
    padding: 10px 15px 15px 15px;
}

div.item-wrapper div.item-fields
{
    float: left;
    width: 360px;
    overflow: auto;
}

div.item-wrapper div.item-fields table
{
    margin-bottom: 15px;
}

div.item-wrapper div.item-fields table tr td
{
    border-bottom: 1px solid #CCCCCC;
}

div.item-wrapper div.item-fields table tr td.inv-field-header
{
    width: 50%;
    padding: 5px 8px 5px 0px;
    text-align: left;
}

div.item-wrapper div.item-fields table tr td.inv-field
{
    width: 50%;
    padding: 5px 0px 5px 8px;
    text-align: left;
}

div.item-wrapper div.item-photos
{
    float: right;
    width: 530px;
}

div.item-wrapper div.item-photos img
{
    margin: 0 10px 10px 0;
    border: 1px solid #122A4C;
}

div.item-wrapper div.item-documents, div.item-wrapper div.item-links
{
    clear: both;
}

div.item-wrapper div.item-documents div.item-document, div.item-wrapper div.item-links div.item-link
{
    margin-top: 15px;
}

div.item-wrapper div.item-documents div.item-document div.document-title, div.item-wrapper div.item-links div.item-link div.link-title
{
    height: 32px;
    line-height: 32px;
}

div.item-wrapper div.item-documents div.item-document div.document-title img, div.item-wrapper div.item-links div.item-link div.link-title img
{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

div.item-wrapper div.item-documents div.item-document div.document-description, div.item-wrapper div.item-links div.item-link div.link-description
{
    clear: both;
    padding-left: 42px;
}

/* These syles are for the actual colorbox "popup". */

#cboxLoadedContent div { border-width: 0px; margin: 0; padding: 0; }
#cboxLoadedContent { margin-bottom: 24px; }
#cboxLoadedContent div.ic { text-align: center; }
#cboxLoadedContent h1 { padding: 0; margin: 3px 0 8px 0; line-height: 22px; text-align: center; font-size: 22px; color: #000000; }
#cboxLoadedContent img { border: 1px solid #000000; }
#cboxLoadedContent div.cb_desc { width: 242px; height: 435px; overflow: auto; border: 1px solid #CCCCCC; padding: 5px; font-size: 14px; line-height: 1.4em; text-align: left; }
X#cboxLoadedContent div.dx { width: 670px; }
#cboxLoadedContent .tc h1 { text-align: center; width: 100%; color: #000000; }
#cboxLoadedContent .tlc h1 { text-align: center; color: #000000; }
#cboxLoadedContent .trc h1 { text-align: center; margin-left: 240px; color: #000000; }
#cboxLoadedContent .il img { float: left; }
#cboxLoadedContent .ir img { float: right; }
#cboxLoadedContent .ic img { margin: 0 auto; }
#cboxLoadedContent .tx .cb_desc { height: 468px; color: #000000; }
#cboxLoadedContent .dr .cb_desc { float: right; color: #000000; }
#cboxLoadedContent .dl .cb_desc { float: left; color: #000000; }

