@charset "utf-8";

body {
	background-image: url(images/background.jpg);
	background-color: #EBEBEB;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Links */

a.white:link {color: #fff; text-decoration: underline;}
a.white:visited {color: #fff; text-decoration: underline;}
a.white:hover {color: #fff;}




/* Navigation CSS */

#button {
	width: 14em;
	padding: 0px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	background-color: #ffffff;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #ffffff;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #023f5e;
		border-right: 10px solid #023f5e;
		background-color: #023f5e;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #CCCCCC;
		border-right: 10px solid #CCCCCC;
		background-color: #CCCCCC;
		color: #023f5e;
		}


/* Text */



.body-text {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

.body-blue-header {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #023f5e;
}



.body-white {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#FFFFFF;
}

.body-red {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#e60000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #023f5e;
}

h2,h3,h4,h5 {
	font-size: 16px;
	font-weight: bold;
	color: #023f5e;
}



/* Form */

input {
background: #bbc7cd !important;
}


/* Recent Transactions */

#loans_new {
	margin:0px auto;
	width:560px;
	font-size:11px;
	_font-size:11px;
}

.page_links {
	text-align: right;
	padding-right: 10px;
}
.page_links .current_page {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

.page_links a{
	padding-left: 3px;
	padding-right: 3px;
}


#recent_loans {
	float: left;
	width: 260px;
	border: 0;
	padding: 5px;
}

