
.divAccountBody
{
	display: inline-block;
	width: 370px;
	text-align: center;
}

.divAccountSubA
{
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

.divAccountSubB
{
	padding: 5px;
}

.divAccountAddressBody
{
	width: 80%;
	padding-top: 20px;
	padding-left: 10%;
}

.inputAccount
{
	width: 90%;
	height: 29px;
	padding: 3px 7px;
	line-height: normal;
	border: 1px solid #a6a6a6;
	border-top-color: #949494;
	border-radius: 3px;
	outline: 0;
	box-shadow: 0 1px 0 rgb(255 255 255 / 50%), 0 1px 0 rgb(0 0 0 / 7%) inset;
}

.accountButton
{
	width: 297px;
}

.divAccountAddressBox
{
	/*display: inline-block;*/
	border-radius: 5px;
	padding: 10px;
	/*width: 30%;*/
}

.divAccountAddressAdd
{
	border: 1px dashed rgba(0, 0, 0, .5);
}

.divAccountAddressAdd:hover
{
	cursor: pointer;
	background-color: rgba(0, 0, 0, .05);
}

.divAccountAddressDisplay
{
	position: relative;
	border: 1px solid rgba(0, 0, 0, .7);
}

.AccountAddressParent
{
	display: table;
	width: 100%;
	min-height: 170px;
}

.AccountAddressChildFormat
{
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
}

.AccountAddressChildFormat a
{
	text-decoration: none;
	padding: 5px;
}

.AccountAddressChildFormat a:hover
{
	color: black;
	background-color: grey;
	border-radius: 5px;
}

.AccountAddressChildButton
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}

.divAccountAddressControls
{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	text-align: right;
}

.aaColorHeader
{
	color: rgba(0, 0, 255, .9);
}

.aaColorControl
{
	color: rgba(0, 200, 0, .8);
}
.aaColorNote
{
	color: rgba(255, 0, 0, .9);
}

.divAccountAddressAction input[type=text]
{
	width: 100%;
}

.divAccountAddressAction td
{
	padding: 2px 6px;
}

.AccountAddressSelect
{
	padding: 2px;
}

.AddressActionButton
{
	width: 100%;
	padding: 15px 2px;
}

.LimitPageWidth
{ 
	width: 36px;
}

.ohTableList td
{
	padding: 2px;
	font-size: .8em;
}

.ohTableHeader
{
	font-size: .8em;
	background-color: rgba(100, 100, 255, 0.1);
}

.adminAccountTableCell
{
	padding: 5px;
	border-radius: 10px;
}

.adminColorA
{
	background-color: rgba(100, 255, 100, .05);
}

.adminColorB
{
	background-color: rgba(100, 100, 255, .05);
}

.adminColorC
{
	background-color: rgba(255, 100, 100, .05);
}

.AccountTableCell
{
	padding: 5px;
}

.apcEye
{
	display: inline-block;
	position: absolute;
	font-size: 20px;
}
