body {
	color: #666666;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

a {
	color:#003399;
}

a:hover {
	color:#666666;
}

#wrapper {
	width:960px;
	margin: auto;
}

#content {
 	width:100%;
	border: 1px solid #CACACA;
	overflow: hidden;
	padding: 10px;
	background-color: #EDEFF4;
	
}

#tabPane #tab1 {
	font-size: 12px;
}

#calculator {
	float:left;
	width: 250px;
	padding: 10px 20px;
	/* border-right: 1px solid #CACACA; */
}

#calculator form fieldset {
	border:0;
	margin: 0;
	padding: 0;
}

#calculator form fieldset div {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid whitesmoke;
}

#calculator form fieldset span {
	margin-left: 10px;
	color: #666666;
}

#calculator form fieldset div label {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	font-weight: bold;
}

#calculator form fieldset div.fixed label{
	width:54%;
	float:left;
	margin-top: 4px;
}

#calculator form fieldset div.fixed img{
	vertical-align: middle;
}

#presentation {
	float: left;
	width: 640px;
	margin-left:20px;
	
}

#tabPane .tab {
	border:1px solid #CCCCCC; 
	height:380px
}

#amortizationTable {
	width:100%;
	height:380px
}
	
#amortizationTable tbody {
	width:100%;
	height:380px;
	overflow:auto;
	display:block;
	border-collapse:collapse;
	padding:4px;
	padding-top:0px;
}

#amortizationTable thead tr th {
	border:1px solid silver;
	padding:3px;
}

#amortizationTable thead {
	width:100%;
	overflow:auto;
	display:block;
	border-collapse:collapse;
	padding:4px;
	padding-bottom: 0px;
}

#amortizationTable thead tr {
	display:block;
	position:relative
}

#amortizationTable tbody td {
	width:120px;
	border:1px solid silver;
	padding:3px;
	text-align:right;
}

#amortizationTable tbody tr td:first-child {
	width:100px;
	border:1px solid silver;
	padding:3px;
	text-align:left;
}

#header {
	height: 60px;
}

.summaryTable {
	width:90%;
	margin-left:25px;
	border-collapse:collapse;
	padding-bottom:3px;
}

.summaryTable thead tr td {
	border-bottom:1px dotted silver
}

.summaryTable thead tr td strong {
	color:#3B5998;
	font-size:1.1em
}

.summaryTable tbody tr.total td {
	border:0;
	border-top: 1px solid black;
} 

.summaryTable tbody tr.total td.tablePlus {
	background:none;
} 



.summaryTable tbody tr td {
	border-bottom:1px dotted silver;
	padding:3px;
}

.summaryTable tbody tr td.tableDesc {
	width:50%;
}

.summaryTable tbody tr td.tablePlus {
	text-align:right;
	background-image: url(../../public/images/list-add.png);
	background-position: 65% 0;
	background-repeat:no-repeat;
	width:400px;
	padding-left: 50px;

}

.summaryTable tbody tr td.tableDate {
	background-image:url(../../public/images/calendar.png) !important;
	background-position: 65% 4px;
} 

#amortizationBody {
	overflow:auto;
	height:380px;
	padding:1px;
}

#data_table {
	border-collapse:collapse;
	width:100%;
	overflow:auto;
}

#data_table tr td, th {
	border:1px solid silver;
	padding:2px;
}

#data_table tr td {
	text-align: right;
}

#data_table tr td:first-child {
	text-align: left;
}

/* WIDGET CSS */

#designer_box {
	margin:30px;
	padding:0;
	width:30%;
	float:left;
	border-right: 1px solid silver;
}

#sortable {
	list-style-type: none;
	margin:0;
	float:left;
	padding:0;
}

#sortable img {
	border:0;
	vertical-align:middle;
}

#sortable li {
	margin: 5px;
	padding: 5px;
	width: 268px;
	height: 28px;
	background: url(../../public/images/bar.png);
	background-repeat: no-repeat;
	cursor: move;
}

#sortable li strong {
	float:left;
	padding-top:8px;
	padding-left:8px
}

#sortable li div {
	width:50%;
	float:right;
	padding-top:5px;
	text-align: right;
	padding-right: 8px;
}

#sortable li div input {
	border: 1px solid gray;
	text-align:left !important;
	font-family: Tahoma;
}

#sortable img {
	margin-bottom: 4px;
}

.fadeIn {
	display:none;
}

#source {
	width:100%;
	height:100px;
	float:left;
	margin-bottom: 20px;
}


iframe {
	width: 100%;
	height:350px;
	float:left;
	border:1px solid silver;
}
	
#footer {
	padding-top: 10px;
}

#header ul {
	list-style-type:none; display:inline; float:right; width:auto;
}

#header ul li {
	display:inline;
	text-align:right;
	
}

#header ul li a {
	background-position: top center !important;
	background-repeat:no-repeat !important;
	display:block;
	float:left;
	padding-top: 34px;
	text-align:center;
	margin-left: 20px;
	text-decoration:none;
	font-weight: bold;
	color:#333333;
	font-family:Arial
}

#header ul li a:hover {
	text-decoration: underline;
}

#header ul li a.home {
	background:url('../../public/images/home.png');
}

#header ul li a.widget {
	background:url('../../public/images/widget.png');
}

