﻿/* MyAccount \ Default.aspx styles*/
.headerCell
{
	background: no-repeat;
	width: 100%;
}
.innerContent
{
	width: 100%;
	border-collapse: collapse;
}
.loginControlLeft
{
	background: url(images/silver_bar_left.jpg) no-repeat;
	width: 6px;
	height: 29px;
	text-align : left;
	vertical-align : top;
}
.loginControlRight
{
	background: url(images/silver_bar_right.jpg) no-repeat;
	width: 6px;
	height: 29px;
	text-align : left;
	vertical-align : top;
}
.loginControlTile
{
	background: url(images/silver_bar_tile.jpg) repeat-x;
	height: 29px;
	width: 766px;
	text-align : right;
	vertical-align : middle;
}
.dottedContainer
{
	width: 100%;
	border-collapse: collapse;
	background: url(images/dot_tile.gif) repeat-x;
}
.loading
{
	position: absolute;
	font: 11px Verdana;
	color: #003399;
	width: 100%;
	text-align: right;
	padding: 0px 5px 0px 0px;
	vertical-align: baseline;
}

