/* Style sheet for gamekeeper.htm */
body {
		font-size:10pt;
		font-family:arial, verdana, sans-serif;
		background-color:#ffffff;
		color:#000000;
	}
p	{
		background-color:#ffffff;
		color:#000000;
	}
p.banner	{
				font-size:30pt;
			}
p.PreOrderFooter	{
						font-style:italic;
						text-align:center;
					}
table.events {
				width: 125px;
				font-size:10pt;
				empty-cells:show;
			}
table.totalcon {
				font-size:10pt;
				empty-cells:show;
			}			
table.DominionStandings	{
							font-size:10pt;
						}
table.StoreHours	{
					font-size:9pt;
				}
table.WhatsNew	{
					font-size:8pt;
				}
table.Auction	{
					width: 150px;
					height: 200px;
					font-size:8pt;
				}				
td 	{
	}
h2.SpecialHeader {
					text-align:center;
				}
#tabs 	{
			border-bottom: 20px solid #004812;
			margin: 0px;
			padding: 0px;
		}
#tabs li	{ 
			display:inline; 
			border-top:   1px solid #004812;
			border-left:  1px solid #004812;
			border-right: 1px solid #004812;
		}
#tabs li a {
			text-decoration: none;
			padding: 0px 5px;
			color: #000;
		} 

#page1 #tabs li#tab1 a, #page2 #tabs li#tab2 a, #page3 #tabs li#tab3 a, #page4 #tab4 a, #page5 #tab5 a{
		padding: 0px 1px;
		background-color: #03c;
		color: #fff;
	}

/*Example CSS for the two demo scrollers*/

#pscroller1{
				width: 160px;
				height: 250px;
				padding: 10px;
				background-color: #D4F7D4;
			}

.someclass	{ //class to apply to your scroller(s) if desired
			}



	