/* CSS Document */

* { Margin: 0; Border: 0; Padding: 0; }

.italicized { Font-Style: italic; }
.makeBold { Font-Weight: bold; }
.Red { Color: #ff0000; }
.Black { Color: #000000; }
.clearAll { Clear: both; }

p .highlightLegend { 
	Background-Color: #ffffaa;
	Color: #ff3333; }
p .centeredImage { Text-Align: center;
	Margin-Left: auto;
	Margin-Right: auto; }



table.details {
	Width: 350px;
	Font-Size: 90%;
	Margin-Left: 28px; }

table.details td.detailsLeft { 
	Text-Align: right;
	Padding-Right: 10px;
	Width: 98px; }
table.details td.detailsRight { 
	Text-Align: left;
	Padding-Left: 10px;
	Width: 250px; }
			
table.highlights {
	Padding: 0;
	Margin: 3px 10px; }

td.detailed p.details { Line-Height: 1.5;
	Font-Size: 110%;
	Letter-Spacing: 0.02em; }
	
.coinimg { 
	Position: relative;
	Float: left;
	Background-Color: #eeeeee;
	Width: 250px;
	Height: 250px;	
	Margin: 8px 15px; }
		
.coinimg_frame {
	Background: url(../coins/borders/coin.png) no-repeat;
	Position: absolute;
	Overflow: hidden;
	Top: 0px;
	Left: 0px;
	Width: 250px;
	Height: 250px; }	

.coinimg img { Width: 250px; 
	Height: 250px; }

.slabimg { 
	Position: relative;
	Background-Color: #eeeeee;
	Width: 250px;
	Height: 356px;	
	Margin: 8px 15px; }
		
.slabimg_frame {
	Background: url(../coins/borders/slab.png) no-repeat;
	Position: absolute;
	Overflow: hidden;
	Top: 0px;
	Left: 0px;
	Width: 250px;
	Height: 356px; }	


  

#invTable {
	Margin-Left: auto;
	Margin-Right: auto;
	Width: 100%;
	Font-Size: 80%;
}

#invTable tr {
	Color: #aa0033;
	Line-Height: 1.5 !important; 
	Text-Indent: 0em !important;
	Left: 0px !important; }

#invTable tr.FirstRow {
	Border: 1px;
	Font-Weight: bold !important;
	Background-Color: #ffffff; }
#invTable tr.RowType1 { Background-Color: #ffffff;  }
#invTable tr.RowType2 { Background-Color: #ffffff;  }
#invTable tr.RowType3 {  }
#invTable td.highlight { Background-Color: #ffffaa; }
#invTable td a:link, #invTable td a:visited { Color: #ff3333; }


#invTable td { Margin: 0; 
	Text-Align: center;
	Empty-Cells: show; 
	Border-Right: 1px solid #cccccc;
	Border-Bottom: 1px solid #cccccc;
/*	Border-Left: 1px solid #cccccc;
	Border-Top: 1px solid #cccccc; */
	}

#invTable td.column1 { 
	Width: 44px; 
	Font-Size: 100%; }
#invTable td.column2 {
	Width: 36px; 
	Font-Size: 90%; }
#invTable td.column3 {
	Font-Size: 100%;
	Width: 52px; }
#invTable td.column4 {
	Font-Size: 90%; }
#invTable td.column5 {
	Font-Size: 90%;
	Width: 48px; }
#invTable td.column6 {
	Font-Size: 90%;
	Width: 44px; }
#invTable td.column7 {
	Font-Size: 90%;
	Width: 52px; }
#invTable td.column8 {
	Font-Size: 100%;
	Width: 56px; }
#invTable td.columnALL {
	Width: 100%;
	Font-Size: 125%;
	Font-Weight: bold; }

			
