.indexLeftCell {
	background-color: #FFCC00;
	border-right-color: #FF9900;
	border-right-width: 10px;
	border-right-style: solid;
	width: 160px;
}

.leftMenu {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13;
	font-weight: bolder;
	color: black;
	width: 168px;
}

.indexRightCell {
	background-color: #FFCC00;
}

.mainTheme {
	background-color: silver;
	margin-top: 5px;
}

.mainTable {
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: black;
	width: 98%;
}

.previewDiv {
	width: 100px;
	height: 100px;
	top: 0px;
	left: 0px;
	position: absolute;
}
.previewDivBase {
	border-style:solid;
	border-width:thin;
	width: 100px;
	height: 100px;
	position: absolute;
	background: #FDECA6;
}
.raceListTable {
	font-family: Verdana;
	font-size: 12;
	border: 4px;
	border-color: transparent;
	border-style: hidden;
	width: 100%;
}
.raceInfoTable {
	font-family: Verdana;
	font-size: small;
	border: 1px;
	border-color: transparent;
	border-style: hidden;
}
.raceStatTable {
	font-family: Verdana;
	font-size: 12;
	border: 4px;
	border-color: transparent;
	border-style: hidden;
}
.snailDesignTable {
	font-family: Verdana;
	font-size: 12;
	border: 4px;
	border-color: #FFCC00;
	border-style: double;
	background-color: white;
}
.snailDesignTableGreen {
	font-family: Verdana;
	font-size: 12;
	border: 4px;
	border-color: #B3D670;
	border-style: double;
	background-color: white;
}
.raceListTableRow {
	font-family: Verdana;
	font-size: small;
}
.menuItemInactive {
	font-family: Verdana;
	color: #FBE893;
}
.menuItemLink {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
.menuItemLink:visited {
	font-family: Verdana;
	color: #663300;
	text-decoration: none;
}
.menuItemLink:hover {
	font-family: Verdana;
	color: #FF3300;
	text-decoration: underline;
}
.menuItemLink:active {
	font-family: Verdana;
	color: #FF9900;
	text-decoration: none;
}
.footer {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: normal;
	color: black;
}
.snailText {
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: normal;
	color: black;
}
.loginTable {
	background-color:#FDECA6;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #FF9900;
	float: left;
	position: relative;
}
.contents {
	color: silver;
	background-color: silver;
	font-size: 1px;
}
.languageListTable {
	font-family: Verdana;
	font-size: 12;
	border: 0px;
	border-color: transparent;
	border-style: hidden;
	border-spacing: 2px;
}

.languageListTable TD {
	border: 1px;
	border-color: #FC0;
	border-style: solid;
}

.ladderBestOf {
	font-size: medium; 
	font-weight: bolder;
}

form {
	margin:0px;
	padding:0px;
}

.teamLadderButton
{
	font-size: 11px;
	font-family: verdana;
	text-align: center;
	border-color: black;
	background-color: transparent;
	padding: 0 .25em;
   	overflow:visible;
   	width: 100%
}


.teamLadderButton[class] { /*ie ignores [class]*/
    width: auto;
}