.tclink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #026338;
	text-decoration: none;
}
.tclink:hover
{
	text-decoration: underline;
}
.relnk
{
	color: #026338;
	text-decoration: none;
}
.relnk:hover
{
	text-decoration: underline;
}
td
{
	font-size: 11px;
	color: #666666;
}
td.header
{
	font-size: 20px;
	font-weight: bold;
	color: #AAAAAA;
}
td.subheader
{
	font-size: 14px;
	font-weight: bold;
	color: #AAAAAA;
}
td.subhead
{
	font-size: 16px;
	font-style: italic;
	color: #888888;
}
td.txt
{
	font-size: 12px;
	color: #666666;
}
td.vspacer
{
	border-top: 1px dotted #333333;
}
td.error
{
	border: 1px dotted #777777;
	background-color: #FFFF33;
	padding: 10px 15px 10px 15px;
}
td.ferr
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #CC0033;
}
td.payment
{
	border: 1px solid #777777;
	background-color: #F4FFF4;
	padding: 5px 15px 5px 15px;
}

/* Transactions */

td.page
{
	font: Georgia, Times, serif;
	font-size: 12px;
}
td.trns
{
	font-size: 10px;
	color: #222222;
}
a.pl
{
	text-decoration: none;
}
a.pl:hover
{
	text-decoration: underline;
}
.soup	/* Ascending */
{
	background-image: url(../images/sort_up.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.sodn	/* Descending */
{
	background-image: url(../images/sort_dn.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* Account */

.youraccount h4
{
	margin-top: 1px;	/* Needed for the box wrap */
	margin-bottom: 5px;
  font-weight: bold;
  color: #336;
}
.youraccount table
{
	padding-left: 15px;
	padding-bottom: 15px;
}
.youraccount .footer
{
	border: 1px #999 solid;
	background-color: #EFEFEF;
	border-top: none;
	padding: 15px 20px 0px 20px;
}

/* Resellers */

.resellers h4
{
	margin-top: 1px;	/* Needed for the box wrap */
	margin-bottom: 5px;
  font-weight: bold;
	font-size: 12px;
  color: #336;
}
.resellers table
{
	padding-left: 15px;
	padding-bottom: 15px;
}
.resellers .footer
{
	border: 1px #999 solid;
	background-color: #EFEFEF;
	border-top: none;
	padding: 15px 20px 0px 20px;
}
/*
 The boxhead creates the rounded bars at the top of the boxes.
 Within the <div>s that paint the bar and corners, a <h2> tag
 wraps plain text (replaced using a CSS image-replacement
 technique).
*/
.boxhead
{
	background: #ccc url(../images/box/head_mid.gif) repeat-x;
	position: relative;
	height: 24px;
}
.boxhead div
{
	background: url(../images/box/head_right.gif) 100% 0 no-repeat;
	height: 24px;
}
.boxhead div div
{
	background: url(../images/box/head_left.gif) 0 0 no-repeat;
	height: 24px;
}
.boxhead h2
{
	margin: 0; padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	padding: 4px 15px 2px 15px;
}
.box
{
	border: 1px #999 solid;
	border-top: none;
	margin-top: -1px;		/* Removes the stray single line above the box */
	padding: 20px 20px 10px 20px;
}
