body {
	/*margin: 20px auto;*/
	/*width: 500px;*/
	background: #FFF;
}

body, input, select {
	font-family: Arial, verdana;
	font-size: 11px;
	color: #333;
}

input {
	padding: 1px 0 1px 3px;
	border: 1px solid #84a3c1;
}

table {
	width: 100%;
}
	table td {
		padding: 2px;
		vertical-align: top;
	}
	
td.middle
{
vertical-align: middle;
} 
table.RadWWrapperModal td {
	padding: 0 !important; 
}


#interest_head {
	background: url('../images/calc_head_back.gif') repeat-x;
	
	
}
	#interest_head .left {
		height: 65px;
		background: left top url('../images/calc_head_left.gif') no-repeat;
	}
	#interest_head A {
		float: right;
		display: block;
		
		width: 180px;
		height: 65px;
		
		text-indent: -9999px;
		outline: none;
		
		background: url('../images/calc_interest_logo.jpg') no-repeat #000;
	}

.interest_calc {
}
	.interest_calc .title {
		border: 0px solid #ececec;
		border-bottom: 0;
		
		background: url('./calc_title_back.gif') repeat-x;
	}
		.interest_calc .title h1 {
			margin: 0;
			padding: 9px 15px;
			
			float: left;
			
			font-size: 11px;
			color: #053764;
			
			/*
			background: left top url('../images/calc_title_left.gif') no-repeat;
			*/
			
			border-left: 1px solid #ececec;
		}
		.interest_calc .title .right {
			height: 31px;
			
			overflow: hidden;
			
			border-right: 1px solid #ececec;
			
			/*
			background: right top url('../images/calc_title_right.gif') no-repeat;
			*/
		}
			
			.interest_calc .title .right ul {
				margin: 0;
				padding: 0 1px 0 0;
				
				float: right;
				height: 30px;
				overflow: hidden;
				
				list-style: none;
			}
				.interest_calc .title .right ul li {
					margin: 0;
					padding: 0;
					
					display: block;
					float: left;
					
					border-left: 1px solid #d3d6dd;
				}
					.interest_calc .title .right ul li A {
						display: block;
						
						width: auto;
						
						margin: 1px 1px 0 0;
						padding: 9px 10px 15px 10px;
						
						border-left: 1px solid #FFF;
						
						font-family: tahoma;
						font-size: 9px;
						color: #053f73;
						text-decoration: none;
					}
					.interest_calc .title .right ul li.selected A,
					.interest_calc .title .right ul li A.selected,
					.interest_calc .title .right ul li A:hover {
						font-weight: bold;
						padding: 9px 7px 15px 7px;
						background: 0 1px url('../images/calc_title_selected.gif') repeat-x;
					}					
			
	.interest_calc .content {
		padding: 10px;
		
		border: 1px solid #e7e7e7;
		border-top: 0;
		
		background: 0 1px url('../images/calc_content_back.gif') repeat-x #FFF;
	}

		.interest_calc .content .button {
			position: static !important;
			position: relative;
			
			padding: 0px;
			
			height: 32px;
			
			text-align: right;
			
			background: -1px 13px url('../images/calc_foot_left.gif') no-repeat;
		}
			.interest_calc .content .button input {

			
			padding: 6px 0;
			border: 0;
			
			color: #4d7090;
			font-size: 9px;
			text-align: center;
			
			background: center url('takki.gif') no-repeat;
			}
			.interest_calc .content .button input:hover {
				color: #333;
			}
	
	.button_single {
		margin: 10px 0;
		text-align: center;
	}
		.button_single input {
			width: 104px;
			
			padding: 6px 0;
			border: 0;
			
			color: #4d7090;
			font-size: 9px;
			text-align: center;
			
			background: center url('../images/submit_single.gif') no-repeat;
			
		}
		
		table.gray {
		border: 1px solid #999;
	}
		table.gray th {
			background: #CCC !important;
		}
	a.ShowAllLines {
		margin: -2px -3px;
		padding: 3px 0;
		display: block;
		border: 1px solid #999;
	}

.error {
	padding: 20px 25px 25px 75px;
	margin: 10px 0;
	background: 15px center url('../images/Information.png') no-repeat #F5F5F5;
	
	border: 1px solid #CCC;
}

	

