/* CSS Document */
body { 
margin: 0;
padding: 0;
background-image: 
url('/images/sonicbackground.jpg');
background-repeat: repeat }
a:link {color: #00B500; text-decoration: none;} 
a:visited {color: #00B500; text-decoration: none;} 
a:hover {color: #00B500; text-decoration: underline;} 
a:active {color: #00B500; text-decoration: none;}
}

.cellTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00B500;
}


.topMenuText {
	font-size: 11px;
	color: #00B500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.catMenuText {
	font-size: 14px;
	color: #00B500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.topMenuText:link {color: #00B500; text-decoration: none;}
a.topMenuText:visited {color: #00B500; text-decoration: none;}
a.topMenuText:hover {color: #00B500; text-decoration: underline;}
a.topMenuText:active {color: #00B500n; text-decoration: none;}

.subCategoryList {
	font-size: 11px;
	color: #00B500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.subCategoryList:link {color: #00B500; text-decoration: none;}
a.subCategoryList:visited {color: #00B500; text-decoration: none;}
a.subCategoryList:hover {color: #00B500; text-decoration: underline;}
a.subCategoryList:active {color: #00B500; text-decoration: none;}


.gameBreadcrumb {
	font-size: 11px;
	color: #00B500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.gameBreadcrumb:link {color: #00B500; text-decoration: none;}
a.gameBreadcrumb:visited {color: #00B500; text-decoration: none;}
a.gameBreadcrumb:hover {color: #00B500; text-decoration: underline;}
a.gameBreadcrumb:active {color: #00B500; text-decoration: none;}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00B500;
}
.defaultText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00B500;
}
.listSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00B500;
}
.tablinks8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00B500;    
}

a.tablinks8:link {color: #00B500; text-decoration: none;}
a.tablinks8:visited {color: #00B500; text-decoration: none;}
a.tablinks8:hover {color: #00B500; text-decoration: none;}
a.tablinks8:active {color: #00B500; text-decoration: none;}

.mainSmallGameText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00B500;
}
.pageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00B500;
}

.displaygamebottomtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00B500;
}
.bottomgametext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.privatemessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sendmessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.messagecellheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.messagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.messagefrom {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.messagesummary {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.messagedate {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.privatemessagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.privatemessageprofileinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.privatemessageprofileusername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.privatemessagedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.privatemessagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.memberlistboxtitles {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
}
.memberlistabc {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistusers {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistpages {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a.PoweredBy:link {color: green; text-decoration: none;}
a.PoweredBy:visited {color: green; text-decoration: none;}
a.PoweredBy:hover {color: green; text-decoration: underline;}
a.PoweredBy:active {color: green; text-decoration: none;}


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://www.wootcade.com/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www.wootcade.com/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid white;

margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
font: 12px Arial;
}

@media print {
.tabcontent {
display:block!important;
}
}

/* BEGIN Related Games Mod by ArcadeShake*/
.listSmallText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.listSmallText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*END Related Games Mod by ArcadeShake*/


-->


