/* // v0.7.11.22.1230
 */

/**
 * CSS Stylesheet
 * Summary Widget
 */

#SummaryWidget {
	position:absolute;
	left:10px;
	top:169px;
	width:328px;
	height:130px; /*255px;*/
	z-index:4;
	border:1px solid #7479B9;
}
#Summary {
}
#SummaryBG {
	position:absolute;
	bottom:0px;
	right:0px;
	height:130px;
	width:328px;
	background-color:#DEEEED;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	z-index:5;
}

#Summary .larr {
	position:absolute;
	top:5px;
	left:5px;
	width:16px;
	height:16px;
	background: #DEEEED url('../images/larr.gif') no-repeat;
	cursor:hand;
	z-index:6px;
}
#Summary .rarr {
	position:absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	background: #DEEEED url('../images/rarr.gif') no-repeat;
	cursor:hand;
	z-index:6px;
}
#Summary .green {
	color: #006F00;
}
#Summary .red {
	color: #6F0000;
}
#Summary .blue {
	color: #00006F;
}
