﻿a.ACCOUNTMENU
{
	color: #000000;
}

td.BODYCONTENTHEADER
{
	color: #A6186E;
	font-weight: bold;
}

div.myaccountwrapper
{
	float: left;
	margin-left: 20px;
}

div.myaccountwrapper h1.pageheader
{
	margin: 0;
	padding: 0;
}

div.myaccountwrapper table
{
	width: 100%;
}

div.myaccountwrapper table tr td
{
	width: 15%;
	height: 18px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-bottom: solid 10px #ffffff;
}

div.myaccountwrapper table tr td.explanation
{
	width: 85%;
	height: 18px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding-left: 10px;
	border-bottom: solid 10px #ffffff;
}

div.myaccountwrapper table tr td div.buttonstyle
{
	width: 185px;
	height: 16px;
	
	
	margin: 0;
	padding: 0;
	border: solid 1px #8E8E8E;
	
	background-color: #C6C6C6;
	background-image: url('../../Elsa_Images/ArrowMyAccount.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

div.myaccountwrapper table tr td div.buttonstyle:hover
{
	width: 185px;
	height: 16px;
	
	margin: 0;
	padding: 0;
	border: solid 1px #8E8E8E;
	
	background-color: #8E8E8E;
	background-image: url('../../Elsa_Images/ArrowHoverMyAccount.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

div.myaccountwrapper table tr td a.ACCOUNTMENU
{	
	height: 17px;
	display: block;
	font-size: 11px;
	
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	
	color: #ffffff;
	padding-left: 5px;
	padding-top: 1px;
	margin: 0;
}

div.myaccountwrapper table tr td p
{
	padding: 0;
	margin: 0;
}