@charset "utf-8";
/* CSS Document */

html {
	color:#666666;	
	font-family:arial, helvetica, sans-serif;
	font-size:75%;
	height:100%;
}
body {
	background-image:url("/common/images/interface/bg-page.gif");
	background-repeat:repeat;
	margin:0px; 
	padding:0px;
	text-align:center;
	height:100%
}

pre.xdebug-var-dump{
    text-align: left;
}

a img {
	border:none;
}

img.content_image {
	padding-left: 1em;
	padding-bottom: 1em;
	float: right;
}

/**** MAIN CONTENT PANE STYLES (Subpage Template) ****/
div#main_content_pane {
	display:block;
	float:left;
	height:auto;
	min-height:450px;
	padding-top:10px!important;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0px;
	width:50%;
}
div#investee_content_pane {
	display:block;
	float:left;
	height:auto;
	padding-top:10px!important;
	padding-top:15px;
	width:75%
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-style:normal;
	font-variant: normal;
	font-weight:100;
	padding-bottom: 10px;
	color:#0095F4;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:100;
	color:#D39F00;	
}
h3 {
	font-weight:100;
	color:#0095F4;
}



.content a, .content a:link, .content a:visited, .content a:active {
	text-decoration: none;
}
div#content_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;	
}
.print_icon {
	padding-right:30px;
	background-image:url(../images/interface/printer-icon.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.content a, .content a:link, .content a:visited, .content a:active {
	text-decoration: none;
}

.content a:hover {
	text-decoration:underline;
}

.content {
	color:#333;	
}

.content table {
	margin-bottom:15px;	
}
.content table tr td, .content table tr th {
	vertical-align:top;
	padding-right:10px;
}

.content table tr td {	
	text-align:left;
	padding:10px 10px 0px 0px;
}

p, div.paragraph {
	margin:0px 0px 15px 0px;
	padding:0px;
	line-height:1.4;
}

p.no_margin {
	margin:0px;
}

div.clear, br.clear {
	clear:both;
	height:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	
}
.black {
	color:#000000;
}

button {
	border:1px solid #99CCFF;
	color:#99CCFF;
	background-color:#fff;
	cursor:pointer;
}

table.taxCreditTable {
margin: 10px 0;
padding: 5px;
border: 1px solid #ccc;
border-collapse: collapse;
}

table.taxCreditTable th {
padding: 5px;
text-align: center;
background-color: #ededed;
margin: 0px;
border: 1px solid #ccc;
border-collapse: collapse;
font-weight: bold;
}

table.taxCreditTable td {
padding: 5px;
margin: 0px;
text-align: right;
border: 1px solid #ccc;
border-collapse: collapse;
}

.alignLeft {
text-align: left;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}



/* MATURITY REPORT */
.report-options {
	font-size:1.4em;
	line-height:1.2em;
	padding:0px;
	margin:0 0 10px 0;
}
.report-options li {
	list-style-type:none;
	float:left;
	padding-right:5px;
	border-right:1px solid #0095f4;
	margin-right:5px; 
}
.report-options li.last {
	border:none;
}

#client_list thead {
	display:table-header-group;
}

.maturity { 
	height:10px; 
	width:10px; 
	overflow:hidden; 
	margin:auto; 
	font-size:1px;
	position:relative;
}
.maturity img {
	position:relative; 
}
.not-mature img { 
	left:-10px;
}

.centered_homepage_image
{
        margin-left: 246px;
}



/* HOMEPAGE */
#homepage-features {
	clear:left;
	width:99%;
}
#homepage-features ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* GENERAL */
.horz {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.43em;
	width: 100%;
}
.horz > * {
    display: inline-block;
    zoom: 1;
	*display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

[data-col="3"] > * {
	width:33.3333333%;
}
[data-col="2"] > * {
	width:49%;
}

[data-col="2"] li.first {
	float:left;
	padding-left: 10px;
}

[data-col="2"] li.last {
	float:right;
	padding-right: 5px;
}

[data-col="1"] > * {
	width:100%;
}
.center {
	text-align:center;
}
.hide {
	display:none;
}
