/* basic styles */

A:HOVER {
	text-decoration : none;
}

TABLE.textbox {
	border : thin dashed Black;
	padding-left : 25px;
	font-size : 10pt;
	font-family : "Times New Roman", Times, serif;
}


/* home page styles */

TABLE#homegame {
	background-image : url(/sc/images/home/gameicon.jpg);
	background-position : bottom left;
	background-repeat : no-repeat;
	margin-top : 20px;
}

TABLE#homerace {
	background-image : url(/sc/images/home/raceicon.jpg);
	background-position : bottom left;
	background-repeat : no-repeat;
	margin-top : 20px;
}

TABLE#homecommunity {
	background-image : url(/sc/images/home/communityicon.jpg);
	background-position : left;
	background-repeat : no-repeat;
	margin-top : 20px;
}

TD.homebigmenu {
	color : Red;
	font-size : 18pt;
	font-family : "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	background-color : Black;
	padding-left : 5px;
}

TD.homemenu {
	padding-left : 20px;
}

/* homemenu style also used on innerpage menus */
A.homemenu {
	color : Red;
	font-size : 12pt;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
}

A:HOVER.homemenu {
	text-decoration : underline;
}

TD#homemessage {
	padding-top : 20px;
}

/* inner page styles */

TD#topmenu {
	background-color : Black;
	color : Yellow;
	font-size : 12pt;
	font-family : "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

A.topmenu {
	color : Red;
	font-size : 12pt;
	font-family : "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:HOVER.topmenu {
	color : #99FF00;
}

TD#sidemenu {
	padding-top : 20px;
	padding-bottom : 10px;
}

TD.topsidemenu {
	padding-left : 10px;
}

TD.sidemenu {
	padding-left : 25px;
	background-image : url(../images/sitewide/caution.gif);
	background-position : left top;
	background-repeat : no-repeat;
}

A.sidemenu {
	color : Red;
	font-size : 12pt;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	padding-left : 25px;
}

A:HOVER.sidemenu {
	background-image : url(../images/sitewide/start.gif);
	background-position : left top;
	background-repeat : no-repeat;
	color : Black;
}

TD#mainbody {
	padding-top : 30px;
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 10px;
	font-family : "Times New Roman", Times, serif;
}

TABLE#bigcontainer {
	border-bottom : 1px dashed Black;
}

