/* Base */
fieldset{
    margin:0px 5px 10px 5px;
    padding:0px 10px 10px 10px;
}
legend{
    font-size:115%;
    font-weight: bold;
    padding:5px 10px 0px 10px;
}
.errorlist, .errorlist li{color:#ff0000;list-style:none;padding:0px;margin:0px;display: block;}
.help_text{
    color:#666;
}
label{
    font-weight: bold;
}
.main-content{
    margin-top:1.59em;
}
.contentwrapper{
    clear:both;
    padding-top:0px;
    margin-top:0px;
    position: relative;
}
.contentholder{
    padding-top:0px;
}
.contentholder_hidden{
    display:none;
}
h1{
    background:#666
    color:#fff;
}
h1 a{
    color:#fff;
}
tr.row1{
    background:#eee;
}

/* Header */
ul#breadcrumbs{
    list-style: none;
    margin:0px;
    padding:0.5em 0 0.5em 0;   
    display:block;
    border-bottom:1px solid #666;
}
ul#breadcrumbs li{
    margin:0;
    padding:0 0.5em 0 0.5em;
    display:inline;
    border-right:1px solid #ccc;
}
ul#breadcrumbs li:last-child{
    border:none;
}
.visible{
    border:2px solid rgb(133, 156, 202);
    padding:10px 10px 10px 10px;
    color:#333;
    margin-top:5px;
    opacity:1;
}
#messages li{
    overflow:hidden;
    padding:0 10px 0 10px;
    margin:0;
    border:none;
    opacity:0;
}

/* Page specific */
.accounts-section td, .accounts-section th{
    padding-top:10px;
    text-align:left;
}
.accounts-section tr{
    text-align:left;
}
.accounts-section th{
    vertical-align: middle;
}
.accounts-section p{
    margin-left:0px;
    margin-right:0px;
}
.accounts-section table{
    margin-bottom:10px;
    width:100%;
}
.accounts-section legend{
    padding:0 5px 0 5px;
}
.accounts-section fieldset{
    border:2px solid #ccc;
    margin-bottom:10px;
    padding:10px 10px 10px 10px;
}
/* for Internet Explorer */
/*\*/
* html .accounts-section {
height: 99px;
}
/**/
#edit_website th{
    width:15%;
    text-align:left;
}
#edit_website td{
    width:35%;
}

#profile{
    background:url(http://static.collabrestate.com/images/profile-icon.gif) 10px no-repeat;
    padding:10px 10px 10px 120px;
    min-height:99px;
    font-size: 120%;
    border:2px solid #666;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    position:relative;
}
#websites{
    background:url(http://static.collabrestate.com/images/website-icon.gif) 10px no-repeat;
    padding:10px 10px 10px 120px;
    min-height:99px;
    font-size: 120%;
    border:2px solid #666;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    position:relative;
}
#listings{
    background:url(http://static.collabrestate.com/images/listing-icon.gif) 10px no-repeat;
    padding:10px 10px 10px 120px;
    min-height:99px;
    font-size: 120%;
    border:2px solid #666;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    position:relative;
}

.list_item span.featured {
    background-color:#00aa00;
    padding:2px;
    margin-left:8px;
    color:#fff;
    font-size:12px;
    border:1px solid #fff;
}
.list_item span.sold {
    background-color:#ff0000;
    padding:2px;
    margin-left:8px;
    color:#fff;
    font-size:12px;
    border:1px solid #fff;
}

.list_item{
    width:100%;
    padding:0;
    margin-top:10px;
    background:#fff;
    color:#000;
    clear:both;
}
.list_item td.header{
    background:#859CCA;
    color:#fff;
    vertical-align: middle;
    font-size:16px;
}
.list_item td.header div.actions{
    float:right;
}
.list_item a.button{
    border:1px solid #666;
    padding:3px;
    display: block;
    background:#ccc;
    color:#000;
    margin:0 0 0 5px;
    text-decoration: none;
    font-size:13px;
    cursor: pointer;
    cursor: hand;
}
.list_item a.button:hover{
    background:#eee;
}
.list_item table.listing-info{
    width:100%;
    border:3px solid;
    border-color: #859CCA;
    border-top:none;
}
.list_item h3{
    color:inherit;
}
.list_item td.blurb_row{
    background:#859CCA;
    color:#fff;
    vertical-align: middle;
    font-weight:bold;
}
.list_item td.blurb_row span.blurb{
    font-weight:normal;
}
.list_item span.blurb_filler{
    color: #859CCA;
}
.list_item div.edit{
    display:none;
    height:0px;
}
span.fullvalue{
    display:none;
}
.list_item div.edit table{
    margin:0px 10px 10px 10px;
    border:3px solid #aaa;
    border-top:none;
}
.list_item td.advanced-edit{
    vertical-align: middle;
}
.list_item td.advanced-edit div{
    background:#ddd;
    padding:10px;
    margin:10px;
}
.list_item label{
    color:inherit;
}
.disabled{
    color:#aaa;
}
.disabled td.header, .disabled td.blurb_row{
    background-color:#aaa;
}
.disabled span.blurb_filler{
    color: #859CCA;
}
.disabled table.listing-info{
    border-color:#aaa;
}
.disabled .listing-image{
    opacity:0.4;
    filter:alpha(opacity=40);
}

label.no_gray{
    color:#000;
}

.edit-listing{
    font-size:120%;
    float:right;
}


