

html, body {
    background-color: #C0C0C0;
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}



h1 {
        margin-top:5px;
        margin-bottom:5px;
        font-family:Arial, Helvetica, sans-serif;
        color:#103978;
}

h2 {
        margin-top:0px;
        margin-bottom:5px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:17px;
        color:#103978;
}
h3 {
        margin-top:0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#666666;
        padding-left:10px;
}
h4 {
        margin-top:5px;
        margin-bottom:5px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#00afdc;
}


.banner {
        background-color: #FFFFFF;
}


#pageContainer {
    background-color: #FFFFFF;
        min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 5px 0 5px;
    position: relative;
    width: 1200px;
}

.bigHeading {
        margin-top:0px;
        margin-bottom:5px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:36px;
        color:#103978;
}

.fLink {
    color: #0000FF;
    cursor: pointer;
    font-weight: bold;
}


.nav {
        /* background-color:rgb(8,18,62); */
    float:right;
    clear:right;
    margin-right: 10px;
}
.nav a {
        color:#000;
        font-family:Tahoma,Verdana,sans-serif;
        font-size:99%;
        letter-spacing:.11em;
        text-align:center;
        padding-left:1.4%;
        padding-right:1.4%;
}
.nav a:hover {
        color:#99ddff;
}
.nav li {
	display:inline;
	vertical-align:middle;
    border:1px solid rgb(8,18,62);
    float:left;
    padding: 0 3px;
    margin: 0 3px;
}
.nav ul {
   text-align:right;
   margin: 0;
   /* border:1px solid rgb(8,18,62); */
}

.ucTable th {
    background-color:#EEEEEE;
    border: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    padding:1px 1px 1px 6px;
    text-align:center;
    color:#000000;
    font-size:100%;
    font-weight:bold;
}

.ucTable td {
        padding: 2px;
        border:1px solid #ccc;
        text-align:left;
}


.uc_condition_header {
	font-weight:bold;
}


.ucTableSmallPrint th {
    background-color:#EEEEEE;
    border: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    padding:1px 1px 1px 6px;
    text-align:center;
    color:#000000;
    font-size:85%;
    font-weight:bold;
}

.ucTableSmallPrint td {
        padding: 2px;
        border:1px solid #ccc;
        text-align:left;
        font-size:85%;
}





/* tables sort*/


.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color:#EEEEEE;
        border: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
        padding:1px 1px 1px 6px;
        text-align:center;
        color:#000000;
        font-size:85%;
        font-weight:bold;
  
}

.tablesorter .header,
.tablesorter .tablesorter-header  {
        background-image: url(images/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
        padding-right:15px;
}
.tablesorter tbody td {
        padding: 2px;
        border:1px solid #ccc;
        text-align:left;
    
     
}

.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
        background-image: url(images/asc.gif);
        background-repeat: no-repeat;
        background-position: center right;
        background-color:       #C0C0C0;
}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
        background-image: url(images/desc.gif);
        background-repeat: no-repeat;
        background-position: center right;
        background-color:       #C0C0C0;
}


.tablesorter .filtered {
  display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}



/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 95%;
  height: 20px;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}



/* tables sort end */

.currency {
        text-align: right;
}

.rate {
        text-align: right;
}
.cost4 {
        text-align: right;
}

.td_currency{
        text-align: right;
}

.td_date{
        text-align: right;
}

#xxLoanNav ul {
        background-color: #66CAEF;
        list-style-type:none;
        margin:5px;
        padding:0;
        width: 980px;
}

#xxLoanNav li {
        display:inline;
        cursor: pointer;
        padding:5px;
        width:60px;
        font-size:18px;
        font-weight:bold;
}

#xxLoanNav li:hover {
	background-color: #FFFFFF;
}

.xxwhite_bg {
	background-color: #FFFFFF;
}

.xxlt_blue_bg {
	background-color: #66CAEF;
}

#xxBorrowerDetails ul {
background-color: #a6e2f8;
}

#xxBorrowerDetails li {
	display:inline;
	cursor: pointer;
	padding:5px;
	width:60px;
	font-size:14px;
	font-weight:bold;
}

#xxBorrowerDetails li:hover {
	background-color: #FFFFFF;
}


.formInput_RO{
	text-align: right;
	background-color:#ffffff;
	border:none;
	padding-bottom:.4em;
	padding:0;
}

.formInput_number{
	text-align: right;
}

tr.alt td {
	background: #ecf6fc;
}

.fLinkRow {
    cursor: pointer;
}

.redError {
	color:#FF0000;
	font-weight: bold;
}

.myButton {
	background-color: #ddd;
	border: none;
	color: blue;
	padding: 5px 10px;
	text-align: center;
	text-decoration: bold;
	display: inline-block;
	margin: 3px 2px;
	cursor: pointer;
	border-radius: 10px;
}
.headTable{
    text-align:left;
    color:#000000;
    font-size:100%;
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
}

.headTable th {
    background-color:#EEEEEE;
    border-bottom: 1px solid #AAAAAA;
    padding:10px 10px 10px 10px;
    color:#000000;
    font-size:100%;
    font-weight:bold;
				 
				 
					 
}

.headTable td {
     text-align:left;
     padding:10px 2px 10px 2px;
     
     
}

.bgTint {
    background-color: #F8F8F8;
    text-align: center;
}