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

		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
{
	background: #000 url(../images/header_background.gif);
	margin: 0;
	font: normal 62.5% 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%");
	text-align: center;
}

h1
{
	/*font-family: GothamOT, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 3.2em;
	line-height: 1em;
	font-weight: normal;
	color: #cc5d36;
	padding: 38px 0 12px;
	margin: 0;
	width: 630px; /* to make room for "Back" links */
}

h2
{
	font-size: 2.4em;
	line-height: 1em;
	font-weight: normal;
	color: #cc5d36;
	margin: 38px 0 12px;
}

h3
{
	font-size: 1.3em;
	line-height: 1.08em;
	font-weight: bold;
	color: #cc5d36;
	text-transform: uppercase;
	margin: 0 0 12px;
}

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

p
{
	font-size: 1.4em;
	line-height: 1.3em;	/* 18px */
	color: #666;
	margin: 0 0 14px;
}

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

table
{
	font-size: 1em;
}

a
{
	color: #000;
	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;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/topnav_background_left.png", sizingMethod="scale");
}

#topnav .right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 637px;
	height: 55px;
	background: url(../images/topnav_background_right.png) no-repeat;
	text-align: right;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/topnav_background_right.png", sizingMethod="image");
}

#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;
	background: url(../images/sidebar_background.png) repeat-y;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/sidebar_background.png", sizingMethod="scale");
}

#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;
	*margin-top: -1px;
}

#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: 1.2em;
	line-height: 1em;
}

#sidebar ul.nav a
{
	color: #000;
	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: 1.2em;
	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: 1em;
	line-height: 1.42em;	/* 17px */
	font-weight: normal;
}


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

#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;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/window_header_left.png", sizingMethod="image");
}



/******************** downloads panel ********************/
#downloads
{
	width: 190px;
	padding: 10px;
	min-height: 100px;
	_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
{
	min-width: 1258px;
	position: relative;
	_width: 1258px;
	text-align: left;
}

#main
{
	background: #fff url(../images/main_background.gif) repeat-x;
	border-bottom: solid 5px #a4a191;
	margin: 10px 0 28px;
	padding: 12px 0px 0 100px;
}

#main .content
{
	padding: 38px 40px;
	width: 705px;
	margin-bottom: 72px;
	min-height: 250px;
	background: #fff;
	position: relative;
}

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

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

#main .content #page_edit
{
	position: absolute;
	top: 5px;
	right: 5px;
}

#main .content .column
{
	float: left;
}

span.cancel
{
	visibility: hidden;
}

.edit_form span.cancel
{
	visibility: visible;
}

p.return
{
	position: absolute;
	top: -28px;
	right: 5px;
	font-size: 1.2em;
}

.error
{
	color: #cc5d36;
}

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

.submit
{
	color: #fff;
	border: none;
	background: #d9793d url(../images/background_submit.gif) no-repeat right 5px;
	padding: 3px 25px 4px 14px;
	*padding: 1px 15px 2px 0;
	float: right;
}

.back_link
{
	font-size: 1.2em;
	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;
}

#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; margin-right: -5px;}


/******************** Reports styles ********************/
#organize_by_label {font-size: 1.3em;}
#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}


/******************** 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;
    float:left;
    width:550px;

}
.sidescrollInner{
    width: 100%;
    position:relative;
}
.sidescrollInner td{
    width: 100px;
    padding-left:10px;
    padding-right:10px;
    border-left:1px solid #ccc;
}
.sidescrollInner th{
    text-align:center;
     border-left:1px solid #ccc;
}
.NoScroll{
    float:left;
    width:150px;
}
.NoScroll table{
    width:150px;
}
.NoScroll tr{
    height: 13px;
    width:100%;
}
.NoScroll tr.Even,.sidescroll tr.Odd{
    background-color: #eaeaea;
}
.NoScroll tr.Blank,.sidescroll tr.Blank{
    background-color: #fff;
    color: #fff !important;
}
.NoScroll tr.Total,.sidescroll tr.Total{
    background-color: #c1c1c1;
    font-weight:bold;
}
.NoScroll tr.Total_Cash_Flow,.sidescroll tr.Total_Cash_Flow{
    background-color: #c1c1c1;
    font-weight:bold;
}
.NoScroll tr.Total_Expenses,.sidescroll tr.Total_Expenses{
    background-color: #eacfde !important;
    font-weight:bold;
}
.NoScroll tr.Total_Revenues,.sidescroll tr.Total_Revenues{
    background-color: #dfeacf !important;
    font-weight:bold;
}
.NoScroll tr.Blank td,.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: 10px;
    font-weight:normal;
}
.ListCompanies tr{
    height:26px;
}
.ListCompanies .tableFirstCol.name a{
    width:255px;
    overflow: hidden;
    display: block;
     height: 14px;
}
.ListNumbers tr{

    height:17px;

}
.ListNumbers .spacer td div{

 height:15px !important;

}
.ListNumbers  tr.spacer{

 height:15px !important;

}
