/* = LABELS
---------------------------------------------------------
*/
body{
	background: #FFF url(../images/bg.gif) repeat-x; 
	color:#666; font-family:"lucida sans unicode",Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size: 62.5%;
}
h1{
	float:left;
	width:720px;
	margin:0 0 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-style:italic;
	font-size:1.7em; 
	font-weight:normal; 
	background:#F00;
	padding:1px 10px 3px 10px;
}
h2{
	float:left;
	width:720px;
	padding:1px 10px 3px 10px;
	margin:0 0 0.5em;
	font-family:"lucida sans unicode",Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	font-size:1em; 
	font-weight:bold; 
	text-transform:uppercase;
}
ul {
	float:left;
	width:730px;
	margin:0 0 0 10px;
	list-style-type:none;
	padding:0;
}
li {
	display:block;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0.7em;
}
label{
	display:block;
	margin:0 0 0.4em;
	white-space:nowrap;
}
input{
	border:1px solid #b4dbff;
	margin:0;
	padding:3px;
}
select{
	border:1px solid #b4dbff;
	margin:0;
	padding:3px;
	
}
input:focus{
	background:#e4f2fe;
}
a, a:visited, a:hover {
	color:#5caefd;
}
/* = END LABELS
---------------------------------------------------------
*/
/* = LAYOUT
---------------------------------------------------------
*/
#container{
	width:740px;
	margin:0 auto;
	font-size:1.1em;
}
#header{
	float:left;
	width:100%;
	border:10px solid #FFF;
	background:#FFF;
}
#body{
	float:left;
	width:100%;
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
	background:#FFF;
}
#footer{
	float:left;
	position:relative; 
	width:100%;
	border:10px solid #FFF; 
	background:#FFF url(../images/hr-footer.gif) no-repeat 50% 0;
	padding:20px 0 0 0;
	height:100px;
}
#footer input{
	width:144px;
	height:52px;
	border:0;
	position: absolute; 
	top:50%;
	left:50%;
	text-transform:uppercase;
	color:#F00;
	margin-left:-72px;
	margin-top:-26px;
	cursor:pointer;
	background:url(../images/btn01.gif) no-repeat;
}
/* = END LAYOUT
---------------------------------------------------------
*/
/* = SCECIAL LISTS
---------------------------------------------------------
*/
ul.vert-list{
	width:175px;
}
ul.vert-list li{
	clear:both;
}

ul.last-list{
	margin:0 0 1em 10px;
}
/* = END VERTICAIL LIST
---------------------------------------------------------
*/
/* = LOAN TABLE
---------------------------------------------------------
*/
.tbl-loans {
	float:right;
	width:490px;
	border:0;
	margin:0 0 2em;	
}
.tbl-loans caption {
	text-align:left;
	padding:0 0 0.3em
}
.tbl-loans th{
	width:33%;
	padding:5px 10px;
	background:#cae6ff url(../images/blue-vert-points.gif) repeat-y 100% 0;
	text-align:left; 
	font-weight:normal;
}
.tbl-loans th.last{
	background:#cae6ff;
}
a.btn-add, a:visited.btn-add {
	float:right;
	width:200px;
	height:26px;
	line-height:26px;
	padding:0 5px 0 25px;
	margin:2px 0;
	background:url(../images/btn-add.gif) no-repeat 0 50%;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
 a:hover.btn-add{
	text-decoration:underline;
 }
.tbl-loans th select, tbl-loans th input{
	width:100%;
}
.tbl-loans td{
	padding:2px 5px;
	border-bottom:1px solid #ddeeff;
}
.tbl-loans span.pseudo-label{
	display:block;
	margin:0 0 0.3em;
	white-space:nowrap;
	font-weight:bold;
}
.tbl-loans .td-add{
	background:#e4f2fe url(../images/blue-horiz-points.gif) repeat-x;
	border-bottom:1px solid #cae6ff;
	padding:3px 5px 2px 5px;
}

.numeric-align{
	text-align:right;
}
.numeric-align span.pseudo-label{
	display:block;
	margin:0 0 0.3em;
	text-align:right;
}
.tbl-loans td.td-continer{
	padding:0;
	border:0;
}
.tbl-list{
	float:left;
	width:100%;
	border:0;
}
.tbl-list td{
	width:30%;
	padding:2px 5px;
}
.tbl-list td.erase{
	width:10%;
	text-align:right;
}

/* = END LOAN TABLE
---------------------------------------------------------
*/
/* = FORM ITEMS
---------------------------------------------------------
*/
/*li{
	min-width:171px;
}
.li-b {width:110px;}*/
.li-c {width:169px;}

.textfield-a{width:40px;}
.textfield-b{width:80px;}
.textfield-c{width:162px;}
.textfield-d{width:285px;}


.select-a{width:44px;}
.select-b{width:84px;}
.select-c{width:170px;}
.select-d{width:289px;}

.radio{border:0; float:left;margin: 4px 3px 0 0;}
span.radio-speudolabel{display:block; float:left;line-height:18px;margin: 2px 8px 0 0;}

/* = END FORM ITEMS
---------------------------------------------------------
*/

