/********************************************************

        ORANGE HEADERS        #cc5d36;
        GRAY TEXT            #666;
        TEAL                #4a949e;
        BORDERS                #e0e0e0;

********************************************************/



/******************** global styles ********************/
@font-face
{
    font-family: GothamOT;
    src: url(../fonts/GothamBook.otf) format("opentype");
}

@font-face
{
    font-family: GothamOT;
    font-weight: bold;
    src: url(../fonts/GothamBold.otf) format("opentype");
}

body
{
    font-family: Arial,sans-serif;
    min-width: 1258px;
    margin: 0;
    text-align: center;
    position: relative;
    width: 100%;
    /*
    word-spacing: 0.2em;
    letter-spacing: .02em;
    */
}



h2
{
    font-family: 'Lato',Arial,sans-serif;
    font-size: 2.4em;
    line-height: 1em;
    font-weight: normal;
    color: #cc5d36;
    margin: 38px 0 12px;
}

h3
{
    line-height: 1.08em;
    color: #ACC32B;
    font: bold 16px/1em 'Lato',Arial,sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
}

h4
{
    font-size: 13px;
    line-height: 14px;        /* 14px */
    text-transform: uppercase;
    color: #666;
    margin: 0;
}

p
{
    font-size: 13px;
    line-height: 19px;    /* 18px */
    color:#333333;
    margin: 0 0 14px;
}

.body_text { /* To do normal styles on non-p elements */
             font-size: 1.4em;
             color: #666;
}

table
{
    font-size: 1em;
}
tr
{
    border-bottom:1px solid #BCBEC0;
}
tr.Total_Cash_Flow,
tr.Total
{
    border-bottom:0px solid #BCBEC0;
}

a
{
    color:#333333;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#overlay
{
    z-index: 1000;
}

.hiddenField
{
    border: 1px dashed blue;
    display: none;
}

/******************** header styles ********************/
#header
{
    height: 143px;
    overflow: hidden;
    border-bottom: solid 1px #999999;
}

#header a
{
    display: block;
    width: 609px;
    height: 192px;
    background: transparent url(../images/logo_kft_capital.png) top left no-repeat;
    border: solid none;
    cursor: pointer;
}

#header a img
{
    display: none;
}



/******************** topnav styles ********************/
#topnav
{
    position: absolute;
    left: 0;
    top: 126px;
    width: 100%;
    height: 55px;
    z-index: 1203;
}

#topnav .left
{
    background: url(../images/topnav_background_left.png) repeat-x;
    height: 55px;
    margin-right: 637px;
}

#topnav .right
{
    position: absolute;
    top: 0;
    right: 0;
    width: 637px;
    height: 55px;
    background: url(../images/topnav_background_right.png) no-repeat;
    text-align: right;
}

#topnav ul
{
    position: absolute;
    top: 23px;
    left: 100px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#topnav ul li
{
    list-style-type: none;
    float: left;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    color: #a24924;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: bold;
}

#topnav ul li a
{
    color: #ffdb79;
    text-decoration: none;
}

#topnav ul li a:hover
{
    text-decoration: underline;
}

#topnav ul li a.selected
{
    color: #fff;
}

#topnav .right p
{
    font-size: 1.6em;
    line-height: 1em;
    font-weight: bold;
    color: #653613;
    margin: 10px 112px 0 0;
}



/******************** sidebar styles ********************/
#sidebar
{
    position: absolute;
    top: 0;
    right: 90px;
    width: 264px;
    display: none;
    background: url(../images/sidebar_background.png) repeat-y;
}

#sidebar .content
{
    margin: 0 10px;
    border: solid 3px #999999;
    border-top: none;
    padding: 17px 0 0 0;
}

#sidebar #site_search
{
    /* visibility: hidden; */
}

#sidebar form
{
    margin: 0;
    padding: 0;
    text-align: right;
}

#sidebar input
{
    width: 129px;
    height: 17px;
    border: solid 1px #ccc;
    vertical-align: top;
}

#sidebar input.submit
{
    width: auto;
    height: 21px;
    border: none;
    background: #d9793d;
    color: #fff;
    margin: 0 5px;
    float: none;
}

#sidebar ul.nav
{
    color: #ccc;
    text-align: right;
    position: absolute;
    top: 102px;
    right: 25px;
    margin: 0;
    padding: 0;
}

#sidebar ul.nav li
{
    list-style-type: none;
    margin: 0 0 0 11px;
    padding: 0;
    float: left;
    font-size: 13px;
    line-height: 1em;
}

#sidebar ul.nav a
{
    color:#333333;
    text-decoration: none;
}

#sidebar ul.nav a:hover
{
    text-decoration: underline;
}

#sidebar #tree
{
    margin-top: 133px;
}

#sidebar #tree ul
{
    margin: 0;
    padding: 0;
}

#sidebar #tree li
{
    list-style-type: none;
    background: #dae4e5;
    color: #666;
    border-top: solid 1px #aeb6b7;
    text-transform: uppercase;
    position: relative;
    padding: 6px 0 0 13px;
    margin-top: 6px;
    min-height: 21px;
    font-size: 13px;
    line-height: 1em;
    font-weight: bold;
}

#sidebar #tree li a
{
    color: #666;
    text-decoration: none;
}

#sidebar #tree li a:hover
{
    text-decoration: underline;
}

#sidebar #tree li ul
{
    display: none;
    margin: 9px 0 0 -13px;
    padding: 7px 0 6px;
    background: #eef5f5;
}

#sidebar #tree li li
{
    text-transform: none;
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 0 13px;
    min-height: 0;
    font-size: 13px;
    line-height: 1.42em;    /* 17px */
    font-weight: normal;
}


#sidebar #tree li li a
{
    color:#333333;
}

#sidebar #tree li li a:hover
{
    text-decoration: underline;
}

#sidebar #tree a.group
{
    width: 17px;
    height: 19px;
    background: url(../images/sidebar_tree_icons.gif) no-repeat;
    display: block;
    position: absolute;
    top: 4px;
    right: 10px;
}

#sidebar #tree a.selected
{
    background: url(../images/sidebar_tree_icons.gif) 0 -19px no-repeat;
}

#sidebar .footer
{
    width: 264px;
    height: 13px;
    background: url(../images/sidebar_background_bottom.png) no-repeat;
    margin-bottom: -13px;
}



/******************** downloads panel ********************/
#downloads
{
    width: 190px;
    padding: 10px;
    min-height: 100px;
    border: solid 1px #999;
}

#downloads ul
{
    display: block    !important;
    margin: 0        !important;
    padding: 0        !important;
}

#downloads ul li
{
    margin: 0        !important;
    padding: 0        !important;
}



/******************** content grid ********************/
#wrapper
{
    float: left;
    overflow: visible;
    position: relative;
    text-align: left;
}
#wrapper.Reports
{

    width: 100%;

}

#main
{
    background: #fff url(../images/main_background.gif) repeat-x;
    margin: 0 0 28px;
    padding: 0 0 0 100px;
}

#main .contentWithCalendar
{
    float:left;
    width: 100%;
    min-height: 250px;
    background: #fff;
    position: relative;
}

#main .contentWithCalendarLeft
{
    float:left;
    width: 35%;
    min-height: 200px;
    background: #fff;
    position: relative;
}

#main .contentWithCalendarRight
{
    float:right;
    width: 60%;
    margin-bottom: 15px;
    min-height: 250px;
    background: #fff;
    position: relative;
}

#main .content
{
    padding: 0 40px;
    margin-bottom: 15px;
    min-height: 250px;
    background: #fff;
    position: relative;
}

#main .transparent
{
    background: none;
    padding-left: 0;
    padding-right: 0;
    width: 1120px;
}

#main .content .photo
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 150px;
    height: 220px;
    background: #fff;
}

#page_edit
{
    position: absolute;
    text-align: right;
    top: 0px;
    right:0;
    min-width:400px;
}
#page_edit.InvestorsSecond
{
    float:right;
}
#page_edit a:hover{
    text-decoration: none;
}
#main .content .column
{
    float: left;
}

span.cancel
{
    visibility: hidden;
}

.edit_form span.cancel
{
    visibility: visible;
}

.edit_form span.cancel a:hover
{
    text-decoration: none;
}

p.return
{
    position: absolute;
    top: -45px;
    right: 5px;
    font-size: 13px;
    font-weight: bold;
}

.error
{
    color: #cc5d36;
}

div.error
{
    margin-bottom: 14px;
}

.submit
{
    color: #fff;
    border: none;
    background-color: #36B4BF;
    padding: 3px 25px 4px 14px;
    float: right;
}
.Hover{
    color:#36B4BF;
}
.oddRow{
    background-color: #f5f5f5;
}
.oddRow.Current,.evenRow.Current{
    background-color: #F7CFD5;
}
#delete_note a:hover{
    text-decoration: none;
}

.delete_investor
{
    cursor: pointer;
}
.delete_new
{
    background-color: #BCBEC0;
    border: none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding:  4px;
    letter-spacing: 0.13em;
    width: auto;
    margin-left: 5px;
    cursor: pointer;
}
#new_investor .delete_new
{
    position: relative;
}

#investors_table{
    margin-top:20px;
}
#add_expense_button .delete_new,#add_contact .delete_new
{
font-size:13px
}
#valuation_table .delete_new
{
   font-size:10px;
}
#add_property .delete_new
{
    color: #fff;
    background-color: #36B4BF;
    border: none;
    float: right;
   font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding:  4px 6px 4px 6px;
    letter-spacing: 0.13em;
    width: auto;
    margin-left: 5px;
    cursor: pointer;
}

.save
{
    color: #fff;
    background-color: #36B4BF;
    border: none;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding:  4px;
    letter-spacing: 0.13em;
    width: auto;
    margin-left: 5px;
    cursor: pointer;
}


.cancel_new
{
    background-color: #BCBEC0;
    border: none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding:  4px;
    letter-spacing: 0.13em;
    width: auto;
    margin-left: 5px;
    cursor: pointer;
    font-family: Arial,sans-serif;
}

.action_buttons{
    float: left;
    display: none;
}

.back_link
{
    font-size: 13px;
    float: right;
}

.rightAlign{
    float: right;
}

/******************** clearfix styles ********************/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* end hide from IE-mac */

/******************** Yahoo maps ********************/
#all_properties_map
{
    width: 785px;
    height: 600px;
}

#all_properties{
    width: 310px;
    height: 310px;
}

#map_note img {
    float: left;
    margin-right: 5px;
}

#map_note {
    width: 180px;
    margin: 4px;
}

/******************** Money amounts ********************/
.more, .more a {color: #009900}
.less, .less a {color: #b32e22; }


/******************** Reports styles ********************/
#organize_by_label {font-size: 1.2em;}
#detail_reports .left, #month_wrapper {float: left; margin-right: 2em;}
#detail_reports .left select {width: 300px;}
#investment_detail_reports .left select {width: 300px;}
#investment_detail_reports .right .Drops {display:none}
#investment_detail_reports .left{float:left;margin-right: 15px;}
#investment_detail_reports .right{float:left;clear:right;}
#investment_detail_reports {
    width:100%;
    float:left;
    margin-top: 0px;
}


/******************** Investments search ********************/

/******************** New Permissions ********************/

#new_permissions dl,#new_permissions dt,#new_permissions dd,#popup_win #new_permissions label {
    margin:0;
    padding:0;
}

#popup_win #new_permissions dl {
    float:left;
    padding-left:5px;
    margin-left:5px;
    width:100px;
    margin-top:10px;
    height:70px;
}
#popup_win #new_permissions dl.Family_Members {
    height:auto;
    width:110px;
}
#popup_win #new_permissions .hr {
    display:block;
    height:1px;
    width:100%;
    clear:both;
    border-bottom:1px solid #CCC;
    padding-bottom:10px;
    margin-bottom:10px;

}

#popup_win #new_permissions label {
    float:none;
}
#new_permissions dt {
    padding-bottom:5px;
    font-weight:bold;
    display:block;
}
#new_permissions h3 {
    clear:left;
}
#permission_preset {
    float:right;
    font-weight:bold;
}
.AddNewManagment{
    color:green;
    margin-left:10px;
    font-size: 10px !important;
}
.sidescroll{
    overflow-x:auto;
    overflow-y:auto;
    float:left;
    width:550px;

}
.sidescrollInner{
    width: 100%;
    position:relative;
}
.sidescrollInner td .TableValue{
    width: 147px;
    margin-right:10px;
    padding:5px 10px;
    border-left:1px none #BCBEC0;
    text-align: left;
    font-size: 13px;
    line-height: 13px;
}
.sidescrollInner th .TableValue{
    text-align:center;
    background-color: #BCBEC0;
    color:white;
    text-transform: uppercase;
    width: 165px;
    border: 1px solid #BCBEC0;
    margin-right:10px;
    padding:5px 0px;
    font-size: 12px;
}

.NoScroll{
    float:left;
    width:300px;
    border-right:0px solid #333;

    overflow:hidden;
}
.NoScroll table{
    width:300px;
}
.NoScroll tr{
    float:right;
    width:100%;
}
.sidescroll tr{
    float:left;
    width:100%;
}
.NoScroll td,.sidescroll td,.NoScroll th,.sidescroll th{
    border-bottom: none;
    margin: 0px;
    padding:0;
    float:left;
}
.NoScroll td,.NoScroll th{
    border-bottom: none;
    margin: 0px;
    padding:5px 10px;
    float:left;
    text-align: left;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
}
.NoScroll th{
    padding:7px 10px;
}
.sidescroll tr.Odd .TableValue{
    background-color: #f5f5f5;
}

.sidescroll tr.Odd.Effective_Income .TableValue,
.sidescroll tr.Odd.Operating_Expenses .TableValue,
.sidescroll tr.Odd.Non-Operating_Expenses .TableValue,
.sidescroll tr.Odd.Debt_Service .TableValue,
.sidescroll tr.Odd.Leasing_and_Capital_Costs .TableValue,
.sidescroll tr.Odd.Total_Revenue .TableValue,
.sidescroll tr.Odd.Total_Expenses .TableValue,
.sidescroll tr.Odd.Expenses .TableValue,
.sidescroll tr.Odd.Revenue .TableValue,
.sidescroll tr.Odd.Non-Operating_Expenses .TableValue,
.sidescroll tr.Odd.Debt_Service .TableValue,
.sidescroll tr.Odd.Leasing_and_Capital_Costs .TableValue{
    background-color: transparent;
}
.sidescroll tr .TotalCell .TableValue{
    font-size: 13px;
}
.sidescrollInner th.TotalCell .TableValue{
    background-color: white;
    color:#333333;
    font-size: 13px;
}
tr.Revenue{
    font-weight: bold;
    text-transform: uppercase;
}
.Total_Rent{
    font-weight: bold;
}
.Total_Key_Money{
    font-weight: bold;
    text-align: left;
}
.Effective_Gross_Income{
    font-weight: bold;
}
.NoScroll tr.Revenue td{
    margin-top: 20px;
}
.sidescroll tr.Revenue td{
    margin-top: 13px;
}
.sidescroll tr.Revenue td .TableValue{
    margin-top: 5px;
    margin-bottom: 15px;
}
tr.Operating_Expenses,
tr.Non-Operating_Expenses,
tr.Debt_Service,
tr.Leasing_and_Capital_Costs{
    margin-top: 10px;
}

.NoScroll tr.Effective_Income td,
.NoScroll tr.Operating_Expenses td,
.NoScroll tr.Non-Operating_Expenses td,
.NoScroll tr.Debt_Service td,
.NoScroll tr.Leasing_and_Capital_Costs td{
    margin-top: 20px
}
.sidescroll tr.Effective_Income td,
.sidescroll tr.Operating_Expenses td,
.sidescroll tr.Non-Operating_Expenses td,
.sidescroll tr.Debt_Service td,
.sidescroll tr.Leasing_and_Capital_Costs td{
    margin-top: 33px;
}
tr.Effective_Income,
tr.Operating_Expenses,
tr.Total_Operating_Expenses,
tr.Net_Operating_Income,
tr.Non-Operating_Expenses,
tr.Total_Non-Operating_Expenses,
tr.Cash_Flow_After_Non-Operating_Expenses,
tr.Debt_Service,
tr.Total_Debt_Service,
tr.Cash_Flow_After_Debt_Service,
tr.Leasing_and_Capital_Costs,
tr.Total_Leasing_and_Capital_Costs{
    font-weight: bold;
}

tr.Effective_Income,
tr.Operating_Expenses,
tr.Non-Operating_Expenses,
tr.Debt_Service,
tr.Leasing_and_Capital_Costs{
    text-transform: uppercase;
}

td.effective_gross_income_section{
    cursor: pointer;
}
.SubHeading{
    float:left;
    font-size:10px;
    height:13px;
    color:white;
}
.Total_Revenue{
    margin-top:15px;
}
.SubHeading.Notes{
    float:right;
}
.TableValue{
    float:left;
}
.sidescroll tr.NET_Cash_Flow .TableValue{
    background-color: transparent !important;
    border:1px solid #BCBEC0;
    width:145px;
    font-size: 14px;
    padding:10px;
}
.sidescroll tr.NET_Cash_Flow  td.TotalCell .TableValue{
    background-color: #A8DBA8 !important;
    border:1px solid #009900;
    color:white
}
.sidescroll tr.Total_Cash_Flow .TableValue,
.sidescroll tr.Total .TableValue{
    background-color: transparent !important;
    border:1px solid #BCBEC0;
    width:145px;
    font-size: 14px;
    padding:10px;
    margin-top: 20px;
}
.NoScroll tr.NET_Cash_Flow  td{
    font-weight: bold;
    padding:11px;
    margin-bottom:30px;
}
.NoScroll tr.Total_Cash_Flow td,
.NoScroll tr.Total td{
    font-weight: bold;
    padding:11px;
}
.NoScroll tr.Total_Expenses td{
    font-weight: bold;
}
tr.Total_Revenue td{
    font-weight: bold;
}
tr.Total_Potential_Gross_Income td{
    font-weight: bold;
}
.NoScroll tr.Total_Revenue td{
    margin-top:3px;
}
.NoScroll tr.Total_Expenses td{
    margin-top:3px;
}
.sidescroll tr.Blank{
    background-color: #fff;
    color: #fff !important;
}
.sidescroll tr.NET_Cash_Flow {
    font-weight:bold;
    padding-top: 5px;
}
.sidescroll tr.Total_Cash_Flow,
.sidescroll tr.Total{
    font-weight:bold;
}
.sidescroll tr.Total_Expenses{
    font-weight:bold;
}
.sidescroll tr.Total_Revenues{
    font-weight:bold;

}
.CancelPie{
    background-color:#545355;
    background-image: none;
    border: 0 none black;
    color: white;
    float: right;
    font-weight: bold;
    margin-right: 20px;
    padding: 4px;
    width: auto;
    cursor:pointer;
}
.Total_Revenues {
    margin-top:10px;

}
.sidescroll tr.Blank td{
    background-color: #fff;
    color: #fff !important;
}
.managementTextBlock{
    font-size:12px;
    float:left;
    width:100%;
    margin-bottom:10px;
}
.managementTextBlock .EditLink{
    font-size:10px;
    color:green;
    cursor:pointer;
}
.managementTextBlocks .RemoveLink{
    font-size:10px;
    color:red;
    cursor:pointer;
}
.AddBlockLink{
    font-size:10px;
    color:green;
    cursor:pointer;
}
.managementTextBlocks .SaveLink{
    font-size:10px;
    color:green;
    cursor:pointer;
}
.managementTextBlocks .SaveNewLink{
    font-size:10px;
    color:green;
    cursor:pointer;
}
.managementTextBlock .Label{

    font-weight:bold;
}
.stretcher .Lbl{
    font-size: 13px;
    font-weight:normal;
}
.ListCompanies tr{
    height:26px;
}
.ListCompanies .tableFirstCol.name a.Namen{
    background: url("/images/expand_title.png") no-repeat scroll center right transparent;
    width:247px;
    overflow: hidden;
    display: block;
    height: auto;
    padding-right: 23px;
    text-transform: uppercase;
}
.ListCompanies .tableFirstCol.name.Hover a.Namen{
    background: url("/images/expand_title.png") no-repeat scroll center right transparent;
}

.ListNumbers tr{

    height:26px;

}
.ListNumbers .spacer td div{

    /*height:15px !important;*/

}
.ListNumbers  tr.spacer{

    /* height:15px !important;*/

}
.row
{
    margin-bottom: 5px;
    float:left;
}
.row input
{
    border:2px solid black;
    margin:0;
    padding: 2px 4px;
    width:319px;
}
#EnterProjections .row input
{
    border:1px solid #36B4BF;
}
.row.two_column .column
{
    width: 170px;
    float:left;
    margin-right: 0;
}
.row.two_column .column.second
{

    float:right;
    margin-right: 0;
}
.row.two_column input
{
    width: 150px;
}
.row select
{
    border:2px solid black;
    margin: 5px 0 0;
    padding: 2px 2px;
}
.row #entry_month
{
    width:200px;

}
.frequency{
    display:none;
}
.row #entry_day
{
    width:49px;
    margin-left: 1px;
}
.row #entry_year
{
    width:49px;
    margin-left: 1px;
}
.row textarea
{
    border:2px solid black;
    margin:0;
    padding: 2px 4px;

}
.row #submit
{
    background: none;
    border:0px none black;
    background-color: #36b5bf;
    color:white;
    font-weight: bold;
    padding:4px;
    width:auto;
}
.row #cancel
{
    border:0px none black;
    background-color:#545355;
    color:white;
    font-weight: bold;
    padding:4px;
    width:auto;
}
.row .button
{
    border:0px none black;
    font-weight: bold;
    padding:4px;
    width:auto;
    color:white;
    background-color:#993300;
}
.row label
{
    /*
    font-weight: bold;
    */
    font-family: Arial,sans-serif;
}
.row .LongWang
{
    width: 330px;
}
.iPadScroll{
    overflow-y:auto;
    width:250px !important;
}
.customScrollBox.Loans{
    max-height:400px;
    overflow-y:auto;
    width: 815px;
}
.CloseToolTip{
    color: white;
    cursor: pointer;
    position: absolute;
    right: 18px;
    text-transform: uppercase;
    top: 18px;
}

/* nav highlight section */
.DocumentSection #navigation ul li a.navDocs,
.AssetsSection #navigation ul li a.navAssets,
.LiabilitiesSection #navigation ul li a.navLiabilities,
.investmentdocument #navigation ul li a.navDocs,
.trustdocument #navigation ul li a.navDocs,
.directorydocument #navigation ul li a.navDocs,
.TrustSection #navigation ul li a.navTrusts,
.DirectorySection #navigation ul li a.navDir,
.TaskSection #navigation ul li a.navTasks,
.InvestmentSection #navigation ul li a.navInv,
.overview #navigation ul li a.navInv,
.financial #navigation ul li a.navInv,
.projections #navigation ul li a.navInv,
.management #navigation ul li a.navInv,
.tenants #navigation ul li a.navInv,
.investors #navigation ul li a.navInv,
.consultants #navigation ul li a.navInv,
.documents #navigation ul li a.navInv,
.valuation #navigation ul li a.navInv,
.real_estate #navigation ul li a.navInv{
    color: #36B4BF;
    background-position: 0 -19px;
}

button {
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;
}

.form_list
{
    font-size: 13px;
    line-height: 19px;    /* 18px */
    color:#333333;
    margin: 0 0 14px;
}

.form_list b {
    font-size: 13px;
    font-weight: bold;
}
.form_list b.Upper {
    text-transform: uppercase;
    font-size: 13px;
}