/*
Gravy: 384463
Happy Peach: FD9B49
Lush Peach: FD7300
Grey Sky Morning: DAD9DE
Happy Blue: 003399;
*/


a {
	font-size: 12px;
	font-weight: bold;
	color: #FD9B49;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FD7300;
	text-decoration: none;
}

a:link.orange, a:visited.orange
{
  color: #FD7300;
}

body {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font : normal 12px Verdana, Arial, Helvetica, sans-serif;
	/* 	color: 384463; */
	color: #000000;
	text-align: left;
	background-color: EEEEEE;
}

body.front {
	padding-left: 110px;
	padding-bottom: 0px;
	padding-top: 0px;
	font : normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #003366;
	}
	
	body.front td {
	background-color: #EEEEEE;
}

h1{
	background-color: transparent;
	color: white;
	text-align: left;
	font-size : 24px;
	font : "Arial Narrow", Arial, Helvetica, sans-serif;
}

h3 {
	color: #FD7300;
	font-weight : bold;
	font-size: 15px;
}

h3 a, h3 a:hover, h3 a:visited {
	font-weight : bold;
	font-size: 15px;
}

hr {
	color: #EEEEEE;
}

bigfontorange {
	color: #FD7300;
	font-weight : bold;
	font-size: 15px;
}

.bigfont {
	font-size: 15px;
	font-weight: bold;
}

 .bigfont a:link, .bigfont a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #FD7300;
}

.bigfont a:hover  {
	font-size: 15px;
	font-weight: bold;
	color: #FD7300;
	text-decoration: underline;
}

.medfont {
	font-size: 15px;
}

.smallfont a, .smallfont a:hover {
	font-size: 10px;
}

table,td, tr{
	font-size: 12px;
	border: 0px none transparent;
	padding: 0px;
	vertical-align: top;
}

table.MainContent {
	width: 617px;
}

table.players {
	width: 100%;
}


table.players, .players td, .players td a, .players td a:hover {
	font-size: 10px;
}

table.listCards {
	width: 100%;
	font-size: 10px;
	border: 1px solid;
}

table.listCards td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

.HeaderCell, .HeaderCell td, .HeaderCell table{
	font-family: arial, verdana;
	background-color: #003399;
	font-size: 11px;
	font-weight: bold;
	color: white;
	
}

table.gridcards 
{
	border: 1px solid black;
}

.gridCards td
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.gridcards a 
{
  color: Fuchsia;
}

.cell1 {
	font-family: verdana;
	font-weight: bold;
	background-color: #E7E7E7;
 /* orig bg color was #FD9B49 */
	font-size: 11px;
	color: #003399;
}

.cell1 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration : underline;
}

.cell2 {
	font-family: verdana;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #FD7300;
}

.cell2 a:link, .cell2 a:visited 
{
  color: #FD7300;
}

.cell2 a:hover 
{
  color: #FD7300;
	font-size: 12px;
	font-weight: bold;
	text-decoration : underline;
}

.alphamenu
{
  border-right: #fd7300 1px solid;
  padding-right: 3px;
  border-top: #fd7300 1px solid;
  padding-left: 3px;
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 3px;
  border-left: #fd7300 1px solid;
  width: 250px;
  color: #003399;
  padding-top: 3px;
  border-bottom: #fd7300 1px solid;
  font-family: verdana;
  background-color: #efeeeb;
  text-align: center;
}

.input {
	color: #003399;
	background-color: #CCCCCC;
	border: 1px solid #003399;
}

td.blue {
	width:100%;
	height:45px;
	border: 2px solid DAD9DE;
	padding: 0px;
	background-color: 003399;
	color: white;
}

td.orange {
	background-color: #FD9B49;
}

td.blue a, td.blue a:hover {
	font-size: 16px;
	font-weight: normal;
	color: linen;
}


table.nb {
	border: 0px none;
	font: 9px;
}

td.maininfo {
	width:100%;
	border:2px solid FD7300;
	padding:0px;
	background-color:FFFFFF;
	font : bold 13px Arial, Helvetica, sans-serif;
}

td.header {
	background-color: transparent;
	color: white;
	text-align: left;
	vertical-align: bottom;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size : 24px;
	font :  "Arial Black", "Arial Narrow", Arial, Helvetica, sans-serif;
	background-image : url(images/bg_header.gif);
	background-repeat : no-repeat;
	height: 61px;
}

td.mainint {
	color: #000000;
	font-size: 13px;
	border-top : 1px none #FD9B49;
	border-bottom: 1px solid #FD9B49;
	border-left : 1px solid #FD9B49;
	border-right : 1px solid #FD9B49;
	vertical-align: top;
	text-align: left;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: white;
	/* width: 600px */
}

td.mainint a {
	color: #003399;
	text-decoration: underline;
}

td.mainint a:hover {
	color: #FF6600;
	text-decoration: none;
}

td.menu {
	background-image : url(images/bg_menu.gif);
	background-repeat : no-repeat;
	background-position : top;
}

.freecards {
	padding-left: 20px;
	padding-top: 150px;
}

td.toplinks {
	vertical-align: bottom;
	font-size: 9px;
}

td.copyright {
	padding: 3px;
	vertical-align: bottom;
	text-align: center;
	font: 9px;
	color: EEEEEE;
	background-color: #003399;
	border-bottom : 1px groove #FE7F00;
	border-left : 1px groove #FE7F00;
	border-right : 1px groove #FE7F00;
}

td.grey {
	background-color: DAD9DE;
	vertical-align: top;
	color: 003399;
}

td.blueback {
	background-color: 003399;
	vertical-align: top;
	color: white;
}

td.ar {
	text-align: right;
}

td.spacertop {
	width: 200px;
}

td.spacer {
	width:50px;
}

td.slideshow {
	width: 824px;
	height: 99px;
	background-color: #DAD9DE;
}

td.contentcell {
		padding-top: 10px;
		padding-left: 15px;
		background-color: #DAD9DE;
}

td.mainblurb {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	color: white;
	background-color: 003399;
}

.powersellerdoc {
	background-image : url(images/powerseller_document.jpg);
	background-repeat : no-repeat;
}

.playerindex {
	border: 1px solid 
	border-color: 666666;
	background-color: CCCCCC;
}

.copyright {
	font-size: 10px;
}

.copyright a, .copyright a:hover {
font-size: 10px;
}

#iDee {
	font: verdana;
}

.padbit {
	margin-left: 20px;
}

/* for 09/04 edits */

.tagline
{
	font-weight: bold;
	font-size: 18px;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=20, OffY=5, Color= 'gray' , Positive= 'true' );
	color: #fd9b49;
}