
.loan_noresult {
display:block;
padding:20px;
text-align:center;
background-color:#E0F7D4;
margin: 10px 0px 10px 0px;
border:1px solid #47941D;
}


.loan_noresult .greenbutton {
margin:20px 0px 5px 100px;

}
.loan_noresult p {
color:#47941D;
font-size:120%;

}

.result  {
margin: 10px 0px 5px 0px;
}


#loanspage .grid_3.blueBox {
width:150px;
}
.cardimg {
	padding: 0px 0px 0px 20px;
}



#content h1.tabel {
	font-size: 30px;
	font-weight: 100;
	line-height: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #1D5494;
	border-bottom: 1px solid #1D5494;
	font-family: Arial, Helvetica, sans-serif;
}

.created_by {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #fff;
	font-style: italic;
	color: #E1E2E4;
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-left: 10px;
}
#filter_table li {
	list-style: none;
}
.buttonwrapper {
	padding: 10px 0px;
	border-bottom: 0px solid #ACACB9;
}

/* AMORTIZATION */
.intro_amor{color:#1D5494;}
#amortization table {
	width: 100%;
	margin: .1em 0 2em 0;
}

#amortization th,#amortization td {
	padding: .5em;
	vertical-align: top;
}

#amortization th {
	text-align: center;
	font-weight: normal;
	width: 25%;
}

#amortization table.amortization {
	border-collapse: collapse;
}

#amortization table.amortization td {
	text-align: center;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 0px dotted #ccc;
	border-right: 0px;
	border-bottom: 0px;
	vertical-align: text-top;
}

#amortization table.amortization tr.legend td {
	font-weight: bold;
	text-align: center;
	color: #2b2b2b;
	margin: 0px;
	background-image: url(../images/th_header.png);
	background-position: 0px bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #2b2b2b;
}

#amortization table.amortization tr.year_summary td {

	background-color: #1D5494;

	color: #fff;

}


#amortization table.amortization tr.total_summary td {
	color: #1D5494;
	font-size: 1.5em;
	line-height: 1.2em;
		background-color: #EBF5FA;
	border: 0px solid #1D5494;
}

#amortization table.amortization tr.total_interest td {
	color: #1D5494;
	font-size: 1.3em;
	line-height: 1.2em;
		background-color: #EBF5FA;
	border: 0px solid #1D5494;
}
#amortization table.amortization tr.total_interest .total_spent_over_interest
	{
	font-size: 1.7em;
	display: block;
	line-height: 1.2em;
	text-align: center;
	font-weight: 900;
}


#amortization table.amortization tr.total_summary .total_spent_over_term
	{
	font-size: 2em;
	display: block;
	line-height: 1.2em;
	text-align: center;
	font-weight: 900;
}

#amortization table.amortization tr.row0 td {
	background-color: #E1E2E4;
}

#amortization table.amortization tr.row1 td {
	background-color: #F5F7F7;
}
/*
#loanspage h3.moreinfo {
cursor:pointer;
background-color:#E1E2E4;
color:#1D5494;
padding:5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
		border-bottom: 1px solid #aaa;
	border-right: 1px solid #bbb;
	margin:0px;
	margin-top:5px;
}
#loanspage h3.moreinfo:hover {

background-color:#1D5494;
color:white;

}
#loanspage h3.moreinfo em {
font-size:70%;
font-style:italic;
}
#loanspage h3.moreinfo span {
padding: 0 10px;
font-weight:900;
}

#loanspage  .collapse  {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
		border-bottom: 1px solid #aaa;
	border-right: 1px solid #bbb;
	padding:10px;

}

/*-----list*/

#loans_list  tr.bank:hover  td {
	color: #EBF5FA;
	background-color: #006599;
	text-decoration:underline;
	
	
}
#loans_list  tr.bank:hover  td a, #loans_list  tr.user:hover  td a {
color:#fff;
font-weight:900;
}
#loans_list  tr.bank td a:hover, #loans_list  tr.user td a:hover{
color:#fff;
}
#loans_list  tr.user:hover  td {
	background-color: #009900;
	color: #EBFAEB;
	text-decoration:underline;
	
}
#moreinfotabs {
margin-left:10px;
margin-right:10px;
margin-top:10px;


}

ul#tab_buttons {
    height: 47px;

    padding: 0px;
    margin: 0 0 00px 0;
    padding-left:10px;
    background: url(../images/tab-compare-bg.png) bottom left repeat-x
}

ul#tab_buttons li {
    float: left;
    padding: 0px;
    margin: 0px 10px 0px 0;
    cursor: pointer;
}

ul#tab_buttons li span {
    display: block;
    border: 0px;
    width: 200px;
    height: 27px;
    padding: 10px 12px 0px 12px;
    margin: 0;
    text-align: center;
    color: #fff;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    /*background-color:#ccc;*/
}

ul#tab_buttons li.tabs {
    background: url(../images/tab-compare-off.png) left -99px no-repeat;

}

ul#tab_buttons li.tabs:hover {
    background: url(../images/tab-compare-off.png) left top no-repeat;
}

ul#tab_buttons li.tabs.active {
    background: url(../images/tab-compare-on.png) left top no-repeat;
}

ul#tab_buttons li.active span {
    color: #656565;
}
#panes {

 border-left:1px solid #656565;
  border-right:1px solid #656565;
    border-bottom:1px solid #656565;

}

#product_list {

}

.tabpad  {
border:15px solid white;
}

#previous {
    float: none;
    cursor: pointer;
}

#next {
    float: none;
    cursor: pointer;
}


/*************************************************
 detail TABLE
 ************************************************/
 .lcreated_by {
	width: 100%;
	display: block;
	border-bottom: 0px dotted #fff;
	
	color: #757F8A;
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-left:0px;
}

 
 
table.dcompare {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
	float:left;
	width:293px;
	margin-right:20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
table.dcompare.last {
margin-right:0px;
}
table.dcompare tr {
    margin: 0px;
    padding: 0px;
}

table.dcompare tr td {
   padding:5px;
    border-top: 1px solid #ccc;
    border-left: 1px dotted #ccc;
    border-right: 0px;
    border-bottom: 0px;
    vertical-align: text-top;
}
table.dcompare tr td.meerinfo {
    text-align: left;
    border-top: 1px solid #ccc;
    border-left: 1px dotted #ccc;
    border-right: 0px;
    border-bottom: 0px;
    vertical-align: text-top;

}
table.dcompare tr td.compare_info {
    text-align: left;
    border-right: 1px dotted #ccc;
    font-weight: 900;
    width: 150px;
	background-color:#F5F7F7;
}

table.dcompare tr:hover td {
    background-color: #E0E2E5;
}

table.dcompare tr.bestelnu:hover td {
    background-color: #fff;
}

table.dcompare tr.bestelnu td {
    border-left: 0px dotted #ccc;
}

table.compare tr.ttitel:hover td {
    background-color: #fff;
}

table.dcompare tr.ttitel td {
    background-color: #F1F2F3;
    color: #2b2b2b;
    border-left: 1px dotted #ccc;
}


table.dcompare tr.comparetitel {
    color: #2b2b2b;
    margin: 0px;
    padding: 10px;
    	background-image: url(../images/th_header.png);
	background-position: 0px bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #2b2b2b;
    border: 0px;
}



table.dcompare tr.comparetitel td {
    text-align: left;
    border-top: 0px solid #ccc;
    border-left: 0px dotted #ccc;
    border-right: 0px;
    border-bottom: 0px;
    vertical-align: text-top;
        padding: 5px 5px 5px 10px;

    font-size: 1.1em;
    font-weight: 900;
    border-bottom: 1px solid #2b2b2b;
}


table.dcompare tr.comparetitel td.comparecardimg  {
	text-align:center;
}

.oldrate {
	border: 2px solid red;
	background-color:#FFD6D6;
   	background-image: url(../images/history.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color:red;
	font-size:1.2em;
	padding:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.oldrate p {
padding-left:130px;
}
.oldrate a {
font-size:1.4em;
}