@CHARSET "UTF-8";

/* RESET CSS CODE STARTS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  APPLICATION CSS STARTS */
/* ------------------------------------- */

* {

  font-family: Arial, Helvetica;

}

body {
  
  background: #004400 url('/assets/images/bg.png');

}

#main_holder {
  width: 960px;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  text-align: left;
}

#logo {

  position: absolute;
  left: 103px;
  top: 27px;
  
}

#page {
  position: absolute;
  left: 0px;
  top: 140px;
  width: 960px;
  height: 690px;
  background: transparent url('/assets/images/page2.png') no-repeat;
}

#datetime {

  position: absolute;
  left: 103px;  
  top: 125px;
  color: #123000;
  font-size: 12px;
  font-weight: bold;
}

#open {
  
  position: absolute;
  left: 630px;
  top: 85px;  
}

#open .otitle {

  color: #9d9000; 
  font-size: 16px; 
  font-weight: bold;
}

#open .otime {

  font-size: 14px; 
  color: #aaa; 
  margin-top: 5px;
}


#navigation {

  position: absolute;
  left: 290px;
  top: 50px;
  width: 500px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #229922;  
}

#navigation a {

  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  text-decoration: none;
}

#page_content {

  position: absolute;
  left: 115px;
  top: 30px;
  width: 660px;
  height: 490px;
  overflow: auto;
}

#page_content h2 {

  font-size: 20px;
  color: #9d9000;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6em;
}

#page_content p {

  width: 540px;
  margin-top: 5px;
  font-size: 14px;
  color: #777;
  line-height: 1.4em;  
}

#loan_table {
  margin-top: 10px;
  width: 630px;
  border: 2px solid #143a00;
}

.loan_table THEAD TD {
  padding: 3px;
  background: #226000;
  border: 1px solid #143a00;  
  font-size: 10px;
  color: #ededed;
}

.loan_table TBODY TD.loan_14 {
  padding: 2px;  
  background: #111;
  font-size: 10px;
  color: #fafafa;
  border: 1px solid #143a00;
}

.loan_table TBODY TD.loan_30 {
  padding: 2px;  
  background: #111;
  font-size: 10px;
  color: #fafafa;
  border: 1px solid #143a00;
}

.loan_table TBODY TD.loan_90 {
  padding: 2px;  
  background: #111;
  font-size: 10px;
  color: #fafafa;
  border: 1px solid #143a00;
}

.loan_table TBODY TD.loan_int {
  padding: 2px;  
  background: #002800;
  font-size: 10px;
  color: #fafafa;
  border: 1px solid #143a00;
}

.loan_table TBODY TD.loan_pay {
  padding: 2px;  
  background: #121212;
  font-size: 10px;
  color: #fafafa;
  border: 1px solid #143a00;
}

.loan_table TBODY TD.loan_sum {
  padding: 2px;  
  background: #121212;
  font-size: 10px;
  color: #fafafa;
  border: 1px solid #143a00;
}

.loan_table TBODY TD.loan_time {
  padding: 2px;  
  background: #002800;
  font-size: 10px;
  color: #fafafa;
  border: 1px solid #143a00;
}

.loan_table TBODY TD.loan_space {
  padding: 2px;  
  background: #226000;
  font-size: 2px;
  height: 3px;
  border: 1px solid #333;
}

.ff_title {

  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  width: 200px;
  float: left;
}

.ff_item {
	color: #dddddd;
	margin-bottom: 5px;
}

#ff_div_submit {
	margin-top: 10px;
}

#footer {
  position: absolute;
  left: 100px;
  top: 790px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  z-index: 5;
}

