﻿body {
    margin: 0px auto;
    padding: 0px;
}
.yoa {
    width: 300px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height:280px;
}
ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	border-left: 1px solid #999999;
	width: 299px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #15364d;
	margin: 5px 0px 0px 0px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;	
	height: 30px;
	line-height: 28px;
	font-weight: bold;
	background: #15364d;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	width: 86px;
	text-align: center;
}
ul.tabs li a {
    color: #ffffff;
    text-decoration:none;
    cursor:pointer;
    height:30px;    
    padding: 8px 40px;
}
ul.tabs li:hover {
	background: #6E8392;
    cursor:pointer;
    height:30px;
    width:86px;
}
ul.tabs li.selected {
	background: #F4F4F4;
	border: 1px solid #cccccc;
	border-bottom: none;
	color: #15364d;
	margin: -4px 0 0 7px;
	height: 30px;
	padding-top: 3px;
	width:150px;
    cursor: default;
}
ul.tabs li.notSelected {
     border-top-right-radius:4px;
     border-top-left-radius:4px;
     width:140px;
}
.tab_container {
	border: 1px solid #bfc4c8;
	border-top: none;
	clear: both;
	float: left;
	background: #f4f4f4;
	width: 298px;
}
.tab_content {
	padding: 0px;
	font-size: 11px;
	display: none;
	font-family: Arial, sans-serif;
	color: #666666;
}
.tab_container .tag-line {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #666666;
	padding: 10px 10px 0px 10px;
}
.tab_container .footer-line {
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #666666;
	padding: 6px 10px 0px 10px;
    font-weight:bold;
}
table {
	font-family: Arial, sans-serif;
	color: #666666;
	font-size: 11px;
    width:298px;
}
table td {
	border-bottom: 1px solid #bfc4c8;
	line-height: 32px;
}
table .row {
	background: #eeeeee;
}
table .header {
	color: #666666;
	font-size: 11px;
	padding: 0 0 0 10px;
}
table .lastweek {
	color: #000000;
	font-size: 11px;
	padding: 0 0 0 5px;
	text-align:center
}
table .loan-type {
	color: #183a52;
	font-size: 14px;
	padding: 0 0 0 10px;
    text-decoration: none;
}
table .rate-arrow-up {
	color: #669900;
	font-size: 11px;
	padding: 0 0 0 5px;
}
table .rate-flat {
	color: #666666;
	font-size: 11px;
	padding: 0 0 0 5px;
}
table .rate-arrow-down {
	color: #bb0100;
	font-size: 11px;
	padding: 0 0 0 5px;
}

table .arrow-up {
	width:15px;
	height:16px;
	background:url(../images/up-green.png) no-repeat center center;
		
}
table .flat {
	width:15px;
	height:16px;
	background:url(../images/same-arrow.png) no-repeat center center;
    
		
}
table .arrow-down {
	width:15px;
	height:16px;
	background:url(../images/down-red.png) no-repeat center center;
		
}
.tab_container input{margin:5px 8px 0 10px; float:left; color:#666666; font-size:11px; width:90px; border:1px solid #CCCCCC; height:17px}
.tab_container .button{margin:5px 0 7px 110px; width:76px; height:23px; background:url(../images/search.png) no-repeat center center;}