/*  This style sheet is used for Sand Canyon Pueblo archaeological report tables. 
It was developed October 2007. It will be used in the future for all tables appearing in research reports
in order to standardize tables across reports.  */

body	{
	color: black;
	background-color: #586d61;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;	
	}
	
a:link {
	color:#924932;
	text-decoration:none;
	}

a:visited {
	color:#586d61;	
	text-decoration:none;
	}

a:hover {
	color:#3f5648;
	text-decoration:underline;
	}

a:active {
	color:#3f5648;
	text-decoration:none;
	font-weight:normal;
	}				
			
table, td {
	background-color: #ffffff;
	border: 1px solid black;
	border-collapse: collapse;
	empty-cells: show;	
	padding: 3px;
	vertical-align: top;
	text-align: left;                /* Keep this or IE centers all text in table */
	}
	
#title	{				/* Use for the table title */
	text-align: center;
	color: #000000;			
	}					

.notes	{
	font-size: 10px;	
	}
	
.subtotal	{
	text-indent: 1em;
	color: #000000;                	/* Use for the word "subtotal." */	
	}	
	
.total	{
	text-indent: 1em;
	color: #000000;                	/* Use for the word "total" when no subtotal lines
						exist on the table. */	
	}
	
.total2	{
	text-indent: 2em;
	color: #000000;                	/* Use for the word "total" when subtotal lines
						exist on the table. */	
	}		
					
.center	{
	text-align: center;             /* This overrides the text-align left in table, td style;
						 use for header row and any other rows, 
						 columns, or cells where you want centered text */	
	}	
	
.right	{
	text-align: right;              /* This overrides the text-align left in table, td style;
						 use for cells where you want right-aligned or
						 decimal-aligned text */	
	}
	
.plot	{				/* Use for stem-and-leaf plots. Be sure to include the													
	font-family: Courier; 			blank rows above and below the plot */
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	vertical-align:top;
	border-style: none; none; none; none;
	}					

