﻿#savingspanel_c.yui-panel-container.shadow .underlay { background-color:#999; } 
#savingspanel.yui-panel { border:none; overflow:visible; background-color:transparent; } 
 
/* Apply styles to the close icon to anchor it to the left side of the header */ 
#savingspanel.yui-panel .container-close { top:3px; left:4px; height:18px; width:17px; background-image:url('../_images/_panel/aqua-hd-close.gif'); } 
#savingspanel.yui-panel .container-close:hover { background-image:url('../_images/_panel/aqua-hd-close-over.gif'); } 
 
/* Style the header and apply the rounded corners, center the text */ 
#savingspanel.yui-panel .hd {
	padding:0; 
	border:none; 
	background:transparent url('../_images/_panel/aqua-hd-bg.gif'); 
	height:22px; 
	margin-left:7px; 
	margin-right:7px; 
	text-align:left;
	text-indent:18px;
	overflow:visible; 
} 
#savingspanel.yui-panel .hd span { vertical-align:middle; line-height:22px; } 
#savingspanel.yui-panel .hd .tl { width:7px; height:22px; top:0; left:0; background:transparent url('../_images/_panel/aqua-hd-lt.gif'); position:absolute; } 
#savingspanel.yui-panel .hd .tr { width:7px; height:22px; top:0; right:0; background:transparent url('../_images/_panel/aqua-hd-rt.gif'); position:absolute; } 
 
/* Style the body and footer */ 
#savingspanel.yui-panel .bd { 
	overflow:hidden; 
	padding:4px; 
	background-color:white;
	border: 1px solid #A5C8DD;
	border-bottom:none;
	border-top:none;
} 
#savingspanel.yui-panel .ft { 
	font-size:75%; 
	color:black; 
	padding:4px; 
	overflow:hidden; 
	background-color:#BBD6E5;
	text-align:center; 
	border: 1px solid #A5C8DD;
	border-top:none;
} 

.savingstable {
	font-family: verdana;
	font-size: 14px;
	background:white;
	color:black;
}

.savingstable tr th {
	border-top: none;
	padding:4px;
	text-align:left;
	color:black;
	font-weight:bold;
}

.savingstable tr td {
	border-top: 1px solid #666666;
	padding:4px;
}

.savingstable tr td.save {
font-size:1.5em;
font-family:"Tw Cen MT";
color:red;
font-weight:bold;
border-top: 1px solid #666666;
padding:4px;
}
