/* adjust background color
table.pic, table.text, table.bar
Banks: #DD F6 FD, (DD FE EE) 
Anthony: #FE EE D6
*/
a:link       { text-decoration: none; color: blue; font-weight: bold }
a:visited    { text-decoration: none; color: purple; font-weight: bold }
a:hover      { text-decoration: underline; color: red; font-weight: bold }
a:active     { text-decoration: underline; color: red; font-weight: bold }


.item		{ font-family: Arial; font-size: 12pt; font-weight: bold; color: #0000AA; }
.out		{ font-family: Arial; font-size: 12pt; font-weight: bold; color: #CC3333; }
.outi		{ font-family: Arial; font-size: 12pt; font-weight: bold; color: #CC3333; }	/* font-style: italic */

.outr		{ font-family: Arial; font-size: 12pt; font-weight: bold; color: #CC3333; }

.s_out		{ color: #CC3333; }
.s_outr		{ color: #009900; font-weight: bold; }

.ro			{ background-color: #EEEEEE; }

table.pic	{ border: 6px outset #EB8D3A; }
td.pic		{ padding: 10px; }

table.admin  { width: 750px; border-collapse: collapse; border: 2px solid #AAAAAA; }
.admin td 	{ background-color: #FEEED6; }

.sumbox 	{border-collapse: collapse; border: 1px solid #000000; }
.sumbox td	{ padding: 4px; font-family: Arial; font-size: 10pt; font-weight: normal; border: 1px solid #000000;
					background-color: #FEEED6; }
.sumbox .pic	{ background-color: #FFFFFF; }
.sumbox th	{ padding: 4px; font-family: Arial; font-size: 10pt; font-weight: bold; border: 1px solid #000000;
					background-color: #FEEED6; }
	
table.text	{ border: 4px outset #EB8D3A; }
td.text		{ padding: 4px; font-family: Arial; font-size: 11pt; font-weight: normal; background-color: #FEEED6; }

table.bar	{ border: 3px outset #EB8D3A; margin-bottom: 2px; }
td.bar		{ padding: 2px; background-color: #FEEED6; }

td.space 	{ font-family: Arial; font-size: 10pt;	font-weight: normal; padding-left: 5px;	padding-right: 5px; background-color: #FEEED6; }

.tag 	{ font-family: Arial; font-size: 12pt; font-weight: bold; }

/* bid status box */

.b_table {border-collapse: collapse; }
.b_error { background: #FBD6D6; padding: 3px 10px 3px 10px; border: 3px solid #FF0000; font-family: Arial; font-size: 10pt; }
.b_ok    { background: #D6FBD6; padding: 3px 10px 3px 10px; border: 3px solid #006600; font-family: Arial; font-size: 10pt; }

.b_error_c { background: #FBD6D6; padding: 3px 10px 3px 10px; border-width: 3px 3px 0px 3px; border-style: solid; border-color: #FF0000; 
			font-family: Arial; font-size: 12pt; }
.b_ok_c    { background: #D6FBD6; padding: 3px 10px 3px 10px; border-width: 3px 3px 0px 3px; border-style: solid; border-color: #006600; 
			font-family: Arial; font-size: 12pt; }
	
/* my bid status box */		
.sumbox .bb_error { background: #FBD6D6; }
.sumbox .bb_ok    { background: #D6FBD6; }
.sumbox .bb_lottery { background: #DDF6FD; }

/* banner box */
.ban_back	{background-color: #FEEED6; }
.ban_border	{border: 2px solid #000080; }
.banbtn {width: 120px; height: 30px; font-family: Arial; font-size: 14px; font-weight: bold; background: #BAB6AF; }
.banbtn_b {width: 150px; height: 30px; font-family: Arial; font-size: 14px; font-weight: bold; background: #BAB6AF; }
/* description highlighting */

span.high 	{ font-size: 11pt; font-weight: bold; color: #A0190B; }
span span.high 	{ font-size: 10pt; font-weight: bold; color: #A0190B; }

/* registration */

div#registerForm form {
	border: 1px solid #666666; clear: both;	padding: 10px 10px;	background-color: #FEEED6;	float: left;
}

.b_form {display: inline; }

/* for auction notices at the bottom of the pages */

.owner, .hosting {
	font-family: Arial; 
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0px;
}

.copyright {
	margin-top: 1ex;
	font-family: Arial; 
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
