/* site-wide defaults*/

body {
    background-color: #FFF;
    font-family:  Lucida, Geneva, Arial, Verdana, sans-serif;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    height: 100%;
}


.informationLabel {
	color: maroon;
	font-weight: bold;
	text-decoration: underline;
}

/* recentloans used on loansearch and loanscreen*/

.recentloans {
	position: relative;

}

div.recentloans {
    padding-left: 10px;


}

table.recentloans {
    width: 20%;
    font-size: 8pt;
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid black;
}

tr.recentloansheader {
    font-weight: bold;
    text-align: left;
    background-color: #eee;
}
tr.recentloansdetail {
    font-weight: normal;
    text-align: left;
    color: #999;
}

.recentloans caption {
    text-align: left;
}

.recentloans a {
    font-size: 8pt;

}

.recentloans a:link {
    color: #0066ff;

}
.recentloans a:visited {
    color: #0066ff;

}
.recentloans a:active {
    color: #0066ff;

}
.recentloans a:hover {
    color: #33bb33;

}
