/* Styles Used By: account.pl, accounthelp.pl */

#accountcontent { position: relative;
	top: 0px;
	height: 100%;
	width: 800px;
	padding-bottom: 15px;
	background-color: white;
	margin-left: auto;
	margin-right: auto; }

#footer { width: 780px;
	height: 30px;
	background-color: rgb(185, 185, 185);
	margin-left: auto;
	margin-right: auto;
	color: white;
	position: relative;
	top: 0px;
	vertical-align: middle;
	text-align: left;
	padding-top: 8px;
	padding-left: 20px;
}

#accounttbl { margin: 0px; 
	position: relative;
	top: 2px;
	left: 0px;
	padding: 0px;
	width: 795px; 
	border-collapse: collapse;
	text-align: left }

td { margin: 0px; 
	padding: 0px; }

#ctl { vertical-align: bottom;
	text-align: right; }
#ctl img { display: block; }
#ct { background-image: url("../images/content-t.jpg");
	background-position: bottom;
	background-repeat: repeat-x }
#ctr { vertical-align: bottom;
	text-align: right; }
#ctr img { display: block; }
#cr { background-image: url("../images/content-r.jpg");
	background-position: right;
	background-repeat: repeat-y }
#cb { background-image: url("../images/content-b.jpg");
	background-position: top;
	background-repeat: repeat-x }
#cl { background-image: url("../images/content-l.jpg");
	background-position: right;
	background-repeat: repeat-y }
#cc { width: 100%;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Times New Roman;
	font-size: 12pt }

#logintbl { width: 702px;
	position: relative;
	top: 0px;
	color: black;
	font-family: 'Times New Roman';
	font-size: 12pt; }
#loginleftcol { border-right: 1px solid black;
	width: 30%;
	padding-right: 20px }
#loginrightcol { width: 70%;
	text-align: left;
	padding-left: 25px }
#loginbutton { padding-left: 93px;
	padding-top: 8px }
#loginkeep { padding-top: 5px; }

#logintitlesect { position: relative; }
#logintitle {color: white;
	position: relative;
	top: -26px;
	left: 10px;
	font-family: Arial;
	font-size: 11pt;
	text-align: left }

#accountInfoSection { padding-left: 0px;
	width: 700px; }
#accountInfoTitle { color: white;
	position: relative;
	top: -27px;
	left: 10px;
	font-family: Arial;
	font-size: 11pt; }
#accountInfoTableDiv { border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 700px;
	position: relative; }
#accountInfoTable { position: relative;
	top: -24px;
	left: 0px;
	width: 700px;
	border-collapse: collapse; }
#accountInfoTable td { border: 1px solid rgb(150,150,150);
	padding: 2px;
	border-top: none;
	padding-top: 10px; }

#accountWatchSection { padding-left: 0px;
	width: 700px;
	position: relative; }
#accountWatchTitle { color: white;
	position: relative;
	top: -27px;
	left: 10px;	
	font-family: Arial;
	font-size: 11pt }
#accountWatchProgress {	position: relative;
	top: -27px;
	left: 390px;
	font-family: Arial;
	font-size: 11pt;
	color: white;
	font-weight: bold }
#accountWatchTableDiv { border-collapse: collapse;
	padding: 0px; 
	margin: 0px;
	width: 700px;
	position: relative }
#accountWatchTable { position: relative;
	top: -24px;
	left: 0px;
	width: 700px;
	border-collapse: collapse }
#accountWatchTable td { border: 1px solid rgb(150,150,150);
	padding: 2px; }
	

#accountSellSection { padding-left: 0px }
#accountSellTitle { color: white;
	position: relative;
	top: -27px;
	left: 10px;
	font-family: Arial;
	font-size: 11pt; 
	text-align: left }
#accountSellTableDiv { border-collapse: collapse;
	padding: 0px; 
	margin: 0px;
	width: 700px;
	position: relative; }
#accountSellTable { position: relative;
	top: -24px;
	left: 0px;
	width: 700px;
	border-collapse: collapse }
#accountSellTable td { border: 1px solid rgb(150,150,150);
	padding: 2px; }
.sellTDDate { background-color: rgb(150, 150, 150); 
	color: white;
	font-weight: bold;
	width: 80px; }
.sellTDTitle { background-color: rgb(150, 150, 150);
	color: white;
	font-weight: bold;
	width: 250px; }
.sellTDISBN10 { background-color: rgb(150, 150, 150);
	color: white;
	font-weight: bold;
	width: 100px; }
.sellTDISBN13 { background-color: rgb(150, 150, 150);
	color: white;
	font-weight: bold;
	width: 130px; }
.sellTDPrice { background-color: rgb(150, 150, 150);
	color: white;
	font-weight: bold; }
.sellTDEdit { background-color: rgb(150, 150, 150);
	color: white;
	font-weight: bold; }
.sellTDDelete { background-color: rgb(150, 150, 150);
	color: white;
	font-weight: bold; }
.sellTDFoot { background-color: rgb(150, 150, 150);
	color: white;
	font-weight: bold; }
