﻿/* Styles from AccountSummary.aspx*/

.leftSide
{
	background: url(images/sideline_left.gif) no-repeat;
	width: 5px;
	height: 275px;
	padding: 0px 0px 0px 5px;
}
.gradientTile
{
	background: url(images/gradient.gif) repeat-x;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

.infoCell
{
	background: repeat-x;
	padding: 0px 0px 0px 25px;
}
.infoMain
{
	width: 100%;
	border-collapse: collapse;
}
.cellHeight
{
	height: 20px;
	white-space: nowrap;
}
.rightSide
{
	background: url(images/sideline_right.gif) no-repeat;
	width: 5px;
	height: 275px;
	padding: 0px 0px 0px 0px;
}

