/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body 	{
         margin-top: 0;
         background: #FFFFC6 url(http://www.rumseyauctions.com/images/papertile.gif);
         font-family: Arial, Helvetica, Verdana, SANS-SERIF;
         font-size: 12px;
         font-weight: bold;
         text-align: left;
         color: #000000;
        }

	a.1{text-decoration:none}
        a.2{text-decoration:underline}

p	{
         font-family: Arial, Helvetica, Verdana, SANS-SERIF;
         font-size: 12px;
         font-weight: bold;
         text-align: left;
         color: #000000;
        }

p.small	{
         font-family: Arial, Helvetica, Verdana, SANS-SERIF;
         font-size: 10px;
         font-weight: normal;
         text-align: left;
         color: #FF3300;
        }

p.blue	{
         font-family: Arial, Helvetica, Verdana, SANS-SERIF;
         font-size: 12px;
         font-weight: bold;
         text-align: left;
         color: #0000FF;
        }

p.extrasmall    { 
                color:black; 
		font-size:x-small; 
		text-align:justify;
		font-family:arial,sans-serif;
                }

p.medYellow     { 
                color:yellow; 
		font-size:medium; 
		text-align:center;
		font-family:arial,sans-serif;
                }

p.address	{
                color:black; 
		font-size:small; 
		text-align:justify;
		font-family:arial,sans-serif;
		font-weight:bold;
                }

p.black12pt		{
       		font-family: Arial, Helvetica, Verdana, SANS-SERIF;
        	font-size: 12px;
         	text-align: left;
         	color: #000000;
       		}
p.blue12pt		{
       		font-family: Arial, Helvetica, Verdana, SANS-SERIF;
        	font-size: 12px;
         	text-align: left;
         	color: blue;
       		}

p.smallRed		{
       		font-family: Arial, Helvetica, Verdana, SANS-SERIF;
        	font-size: 10px;
         	font-weight: bold;
         	text-align: left;
         	color: #FF0000;
       		}

p.error		{
       		font-family: Arial, Helvetica, Verdana, SANS-SERIF;
        	font-size: 14px;
         	font-weight: bold;
         	text-align: left;
         	color: #FF0000;
       		}

p.success       {
       		font-family: Arial, Helvetica, Verdana, SANS-SERIF;
        	font-size: 14px;
         	font-weight: bold;
         	text-align: left;
         	color: #006600;
       	        } 

a:link,a:visited,a:active 
               { 
                color:blue; 
                font-family:arial,sans-serif;
               }
	
h1            { 
                color:white; 
		font-size:18pt; 
		text-align:justify;
		font-family:arial,sans-serif;
              }
h3.info            { 
                color: blue; 
		font-size:14pt; 
		text-align:justify;
		font-family:arial,sans-serif;
              }

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: Arial, Helvetica, Verdana, SANS-SERIF;
  margin: 10;
  padding: 0;
  min-width: 600px;
  max-width: 600px;
  width: 600px;
  float: center; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width: 600px;
  float: center;
  }

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	font-family: Arial, Helvetica, Verdana, SANS-SERIF;
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
         font-size: 10px;
         font-weight: normal;
         text-align: left;
         color: #000000;
}

form .required{color: #FF3300;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
