h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

body {
	margin-top: 0px;
	background-color: #1C3E5A;
	background-image: url(../images/gradientsplice.gif);
    background-repeat: repeat-x;

}

div, span, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

p {
    margin-top:0px;
    margin-bottom:12px;
    padding: 0px;
    line-height: 150%;
}

a:link, a:visited, a:active {
    color: #00A2E5;
    text-decoration: none;
}

 a:hover {
    text-decoration:underline;
    color: #00A2E5;
 }

form {
    margin: 0px;
    padding: 0px;
}

div.clear { 
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

.text, .whitetext, .whitetextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #80ACCC;
}
.whitetextbold {
    font-weight:bold;
}
.whitetext, .modtext, a.whitetext, a.whitetext:link, a.whitetext:visited, a.whitetextbold, a.whitetextbold:link, a.whitetextbold:visited {
    color: #ffffff;
}
.input-box {
	color: #80ACCC;
	background: #256282;
	border: 1px solid #1b3243;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 4px;
}

#subLogin .input-box {
	color: #ffffff;
	background: #999999;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 4px;
}

.subhead {
   font-weight: bold;
}
.statusGreen {
    background-color:green;
    width: 150px;
    height: 50px;
}
.statusYellow {
    background-color:yellow;
    width: 150px;
    height: 50px;
}
.statusRed {
    background-color:red;
    width: 150px;
    height: 50px;
}

#RouterConfigBody, #errorBody {
    background-image: none;
    background-color: #FFFFFF;
    margin: 0;
}

.RouterConfig {
/*    height: 627px; */
    width: 644px;
    background-color: #eeeeee;
}

.RouterConfigInner {
    width:610px;
    background-color: #ffffff;
}

.RouterConfigEdgeTopLeft {
    border-top: #9fddf9 solid 1px;
    border-left: #9fddf9 solid 1px;
}
.RouterConfigEdgeTop {
    border-top: #9fddf9 solid 1px;
}

.RouterConfigEdgeRight {
    border-right: #9fddf9 solid 1px;
}

.RouterConfigEdgeBottomRight {
    border-bottom: #9fddf9 solid 1px;
    border-right: #9fddf9 solid 1px;
}

.RouterConfigEdgeBottom {
    border-bottom: #9fddf9 solid 1px;
}

.RouterConfigEdgeBottomLeft {
    border-bottom: #9fddf9 solid 1px;
    border-left: #9fddf9 solid 1px;
}

.RouterConfigEdgeLeft {
    border-left: #9fddf9 solid 1px;
}

.RouterConfigAutoOn {
    border-top: #9fddf9 solid 1px;
    border-left: #9fddf9 solid 1px;
    font-weight: bold;
    font-size: 13px;
    height:35px;
    color: #000000;
}

.RouterConfigAutoOff {
    border-top: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    border-bottom: #9fddf9 solid 1px;
    font-weight: normal;
    font-size: 13px;
    color: #cccccc;

}

.RouterConfigManualOn {
    border-top: #9fddf9 solid 1px;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}

.RouterConfigManualOff {
    border-top: #cccccc solid 1px;
    border-bottom: #9fddf9 solid 1px;
    color: #cccccc;
    font-size: 13px;
    font-weight: normal;

}

.RouterModel {
    margin-top:15px;
    color: #00a2e5;
    font-weight: bold;
    font-size: 14px;
}

.RouterModelNumber {
    font-weight: bold;
    font-size: 10px;
}

.RouterLeftColumn {
    border-top: #9fddf9 solid 1px;
}

.RouterRightColumn {
    border-top: #9fddf9 solid 1px;
    border-left: #9fddf9 solid 1px;
}

.RouterLeftContent {
    margin:15px 15px 15px 0px;
    font-size: 11px;
}

.RouterRightContent {
    margin:15px 0px 15px 15px;
    font-size: 11px;
}

.RouterContent {
    margin:15px;
    font-size: 11px;
}

.RouterContentTopicHeader {
    background-color: #9fddf9;
    width: 100%;
    height: 30px;
    color: #666666;
    margin-bottom: 4px;
}

.RouterContentTopicTitle {
    margin-left: 15px;
    border-top: #9fddf9 solid 8px;
    font-weight: bold;
}

.RouterContentTitle {
    font-weight: bold;
    font-size: 13px;
}

.RouterLinks {
    font-style:italic;
    font-size:11px;
    color: #00a2e5;
    text-decoration: none;
}

/* styles from Ben Brewer */
div {
	margin: 0;
}

div#contentBackground {
	width: 910px;
	background: url(../images/content_back_tile.gif) 0% 0% repeat-y transparent;
}

div#contentMain {
	width: 910px;
	color: #fff;
	background: url(../images/1.0_Cornerslice.gif) 0% 0% no-repeat transparent;
}
div#contentRouter {
	width: 910px;
	color: #fff;
	background: url(../images/2.3-manual-corner.gif) 0% 0% no-repeat transparent;
}
div#contentRouterBtmtBG {
    width: 910px;
	background: url(../images/2.2_bottom_slice.gif);
}
div#contentSupportHome {
	width: 910px;
	background: url(../images/2.0-Supoport-Corner.gif) 0% 0% no-repeat transparent;
}
div#contentGlobal {
	width:100%;
    padding: 35px 150px 40px 72px;
}


html>body div#contentGlobal {
width: auto;
}
/**********************/
/*  GameHub Styles    */
/**********************/
div#contentGamehub {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentGamehubBG {
	width: 100%;
	background: url(../images/gamehub-middle-slice.gif) 0% 0% repeat-y transparent;
}
div#contentTonyHawk {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentTonyHawkGallery {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentTonyHawkBG {
	width: 100%;
    background: url(../images/TonyHawkAmericanSkateLand/5.6-middle-slice.gif) 0% 0% repeat-y transparent;
}
div#contentTonyHawkBtmBG {
    width: auto;
    height: 21px;
    background: url(../images/TonyHawkAmericanSkateLand/5.6-bottom-slice.gif);
}
div#contentMarioKart {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentMarioKartGallery {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentMarioKartBG {
	width: 100%;
    background: url(../images/MarioKart/mario-kart-middle-slice.gif) 0% 0% repeat-y transparent;
}
div#contentMarioKartGallBG {
	width: 100%;
    background: url(../images/MarioKart/mk_gall_mid_slice.gif) 0% 0% repeat-y transparent;
}
div#contentMarioKartBtmBG {
    width: auto;
    height: 11px;
    background: url(../images/MarioKart/5.4-bottom-slice.gif);
}
div#contentMarioKartGallBtmBG {
    width: auto;
    height: 108px;
    background: url(../images/MarioKart/mk-gall-btm-slice.gif);
}

div#contentTetrisDS {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentTetrisDSGallery {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentTetrisDSBG {
	width: 100%;
    background: url(../images/TetrisDS/tetrisds-middle-slice.gif) 0% 0% repeat-y transparent;
}
div#contentTetrisDSGallBG {
	width: 100%;
    background: url(../images/TetrisDS/tet_gall_mid_slice.gif) 0% 0% repeat-y transparent;
}
div#contentTetrisDSBtmBG {
    width: auto;
    height: 11px;
    background: url(../images/TetrisDS/5.4-bottom-slice.gif);
}
div#contentTetrisDStGallBtmBG {
    width: auto;
    height: 108px;
    background: url(../images/TetrisDS/tet-gall-btm-slice.gif);
}

div#contentAnimalCrossing {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentAnimalCrossingBG {
	width: 100%;
	background: url(../images/AnimalCrossing/5.5-Animal-crossing-middle-slice.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding:0px;
    margin: 0px;
}
div#contentAnimalCrossingPromoBG {
	width: 100%;
	background: url(../images/AnimalCrossing/5.5_promoMidSlice.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding:0px;
    margin: 0px;
}
div#contentAnimalCrossingBtmBG {
    width: auto;
    height: 20px;
    background: url(../images/AnimalCrossing/5.5-bottom-slice.gif);
}
div#promoFooterMessage {
    width: auto;
    height: 31px;
    background: url(../images/AnimalCrossing/5.5_subHeadFooter.gif) 100% 100% no-repeat transparent;
}
div#contentAnimalCrossingPromoBtmBG {
    width: auto;
    height: 38px;
    background: url(../images/AnimalCrossing/5.5_promoBtmSlice.gif) 100% 100% no-repeat transparent;
}
div#contentMetroidHunters {
	width:100%;
    padding: 0px 6px 0px 0px;
}
div#contentMetroidHuntersBG {
	width: 100%;
    background: url(../images/MetroidHunters/5.7-middle-slice.gif) 0% 0% repeat-y transparent;
}
div#contentMetroidHuntersBtmBG {
    width: auto;
    height: 18px;
    background: url(../images/MetroidHunters/5.7-bottom-slice.gif);
}

div#contentCastlevania {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentCastlevaniaBG {
	width: 100%;
	background: url(../images/Castlevania/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentCastlevaniaPromoBG {
	width: 100%;
	background: url(../images/Castlevania/bg_promo.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentCastlevaniaBtmBG {
    width: auto;
    height: auto;
    background: url(../images/Castlevania/bg_bottom.gif);
}

div#contentStarFoxCommand {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentStarFoxCommandBG {
	width: 100%;
	background: url("../images/StarFoxCommand/bg_main.gif") 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentStarFoxCommandBtmBG {
    width: auto;
    height: auto;
    background: url("../images/StarFoxCommand/bg_bottom.gif");
}

div#contentBombermanLand {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentBombermanLandBG {
	width: 100%;
	background: url(../images/BombermanLand/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentBombermanLandBtmBG {
    width: auto;
    height: auto;
    background: url(../images/BombermanLand/bg_bottom.gif);
}

div#contentContact {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentContactBG {
	width: 100%;
	background: url(../images/Contact/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentContactBtmBG {
    width: auto;
    height: auto;
    background: url(../images/Contact/bg_bottom.gif);
}

div#contentFinalFantasy3 {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentFinalFantasy3BG {
	width: 100%;
	background: url(../images/FinalFantasy3/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentFinalFantasy3BtmBG {
    width: auto;
    height: auto;
    background: url(../images/FinalFantasy3/bg_bottom.gif);
}

div#contentSpectrobes {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentSpectrobesBG {
	width: 100%;
	background: url(../images/Spectrobes/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentSpectrobesBtmBG {
    width: auto;
    height: auto;
    background: url(../images/Spectrobes/bg_bottom.gif);
}

div#contentClubhouseGames {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentClubhouseGamesBG {
	width: 100%;
	background: url(../images/ClubhouseGames/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentClubhouseGamesBtmBG {
    width: auto;
    height: auto;
    background: url(../images/ClubhouseGames/bg_bottom.gif);
}

div#contentMariovsDK2 {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentMariovsDK2BG {
	width: 100%;
	background: url(../images/MariovsDK2/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentMariovsDK2BtmBG {
    width: auto;
    height: auto;
    background: url(../images/MariovsDK2/bg_bottom.gif);
}

div#contentTenchu {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentTenchuBG {
	width: 100%;
	background: url(../images/TenchuDarkSecret/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentTenchuBtmBG {
    width: auto;
    height: auto;
    background: url(../images/TenchuDarkSecret/bg_bottom.gif);
}

div#contentOpenSeason {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentOpenSeasonBG {
	width: 100%;
	background: url(../images/OpenSeason/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentOpenSeasonBtmBG {
    width: auto;
    height: auto;
    background: url(../images/OpenSeason/bg_bottom.gif);
}

div#contentLostMagic {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentLostMagicBG {
	width: 100%;
	background: url(../images/LOSTMAGIC/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentLostMagicBtmBG {
    width: auto;
    height: auto;
    background: url(../images/LOSTMAGIC/bg_bottom.gif);
}

div#contentDKRacing {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentDKRacingBG {
	width: 100%;
	background: url(../images/DiddyKongRacing/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentDKRacingBtmBG {
    width: auto;
    height: auto;
    background: url(../images/DiddyKongRacing/bg_bottom.gif);
}

div#contentDSBrowser {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentDSBrowserBG {
	width: 100%;
	background: url(../images/DSBrowser/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentDSBrowserBtmBG {
    width: auto;
    height: auto;
    background: url(../images/DSBrowser/bg_bottom.gif);
}

div#contentWinningElevenPro {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentWinningElevenProBG {
	width: 100%;
	background: url(../images/WinningElevenPro/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentWinningElevenProBtmBG {
    width: auto;
    height: auto;
    background: url(../images/WinningElevenPro/bg_bottom.gif);
}

div#contentCustomRoboArena {
	width: 100%;
    padding: 0 6px 0 0;
}
div#contentCustomRoboArenaBG {
	width: 100%;
	background: url(../images/CustomRoboArena/bg_main.gif) 0 0 repeat-y transparent;
    vertical-align:top;
    padding: 0;
    margin: 0;
}
div#contentCustomRoboArenaBtmBG {
    width: auto;
    height: auto;
    background: url(../images/CustomRoboArena/bg_bottom.gif);
}

/*fix for non-IE browsers*/
html>body div#contentGamehub, div#contentGamehubBG, div#contentTonyHawk, div#contentTonyHawkBG, div#contentTonyHawkGallery, div#contentMarioKart, div#contentMarioKartGallery, div#contentMarioKartBG, div#contentTetrisDS, div#contentTetrisDSGallery, div#contentTetrisDSBG, div#contentAnimalCrossing, div#contentAnimalCrossingBG, div#contentMetroidHunters, div#contentMetroidHuntersBG, div#contentLostMagic, div#contentLostMagicGallery, div#contentLostMagicBG, div#contentCastlevania, div#contentCastlevaniaGallery, div#contentCastlevaniaBG, div#contentStarFoxCommand, div#contentStarFoxCommandBG, div#contentBombermanLand, div#contentBombermanLandBG, div#contentContact, div#contentContactBG, div#contentFinalFantasy3, div#contentFinalFantasy3BG, div#contentSpectrobes, div#contentSpectrobesBG, div#contentClubhouseGames, div#contentClubhouseGamesBG, div#contentMariovsDK2, div#contentMariovsDK2BG, div#contentTenchu, div#contentTenchuBG, div#contentOpenSeason, div#contentOpenSeasonBG, div#contentLostMagic, div#contentLostMagicBG, div#contentCustomRoboArena, div#contentCustomRoboArenaBG {
width: auto;
}

.nonSelectedLevel {
    background-color:#2D3451;
}
.selectedLevel {
    background-color:#486783;

}
.nonSelectedLevel, .selectedLevel {
    margin:2px;
    padding:4px;
}

/* end GameHub Styles*/

.contentPadL {
    padding-left: 23px;
}
div#contentRouterBG {
	width: 910px;
	background: url(../images/2.2_middle_slice.gif) 0% 0% repeat-y transparent;
}
div#contentSupportBG {
	width: 910px;
	background: url(../images/2.0-mid-slice.gif) 0% 0% repeat-y transparent;
}
div#contentSupporBtmtBG {
    width: 910px;
	background: url(../images/2.4-bottom-slice.gif);
}
div#contentGlobalBG {
	width: auto;
    background: url(../images/1.6-middle-slice.gif) 0% 0% repeat-y transparent;
}
div#contentSearchBG {
	width: 910px;
    background: url(../images/0.3-middle-slice.gif) 0% 0% repeat-y transparent;
}
.lftSrchCell {
    background-color:#80a0b2;
    padding: 5px 5px 5px 5px;
}
.rgtSrchCell {
    background-color:#6f8794;
    padding: 5px 5px 5px 5px;
}
div#contentGlobalBtmBG {
    width: auto;
	background: url(../images/1.6-bottom-slice.gif);
}
div#contentSearchBtmBG {
    width: auto;
	background: url(../images/0.3-bottom-slice.gif);
}
div#contentMainBottomBorder,div#contentMainTopBorder {
	width: 910px;
}
.titleImage {
    display: block;
    margin-bottom: 10px;
}
div#footer {
	margin: 25px 0px;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 0;
}
.lftBtmLogoBG {
  background: url(../images/1.0-Slice-Background-Left.gif) 0% 0% no-repeat transparent;
}
div#pageContent {
	width: 910px;
}
html>body div#pageContent {
width: auto;
max-width: 910px;
}

.routerLftContainer {
    vertical-align: top;
    width: 226px;
    border: 1px solid #666666;
    background: url(../images/gradient_bg.jpg) 100% 100% repeat-x transparent;
    padding: 12px 12px 12px 12px;
    background-color: #CCCCCC;
}
.routerRgtTopContainer {
    width: 644px;
    border-top: 1px solid #8ED4F7;
    border-left: 1px solid #8ED4F7;
    background-color: #EEEEEE;
    padding: 10px 0px 0px 10px;
}
.routerRgtBtmContainer {
    width: 644px;
    border-bottom: 1px solid #8ED4F7;
    border-left: 1px solid #8ED4F7;
    border-right: 1px solid #8ED4F7;
    background-color: #EEEEEE;
    padding: 0px 10px 10px 10px;
}
.upperRightCnr {
    background-color: #EEEEEE;
}

.homeGameGraphicArea1 {
    width: 105px;
    height: 176px;
    margin-left:0px;
    background-repeat:no-repeat;
}
.homeGameGraphicArea {
    width: 105px;
    height: 176px;
    margin-left:15px;
    background-repeat:no-repeat;
}

.homeGameGraphicAreaText {
    color: #fff;
    font-size: 10px;
}

.homeGameGraphicAreaLinkText {
    color: #9ACB3B;
    font-size: 10px;
}

#headline {
    font-size:	13pt;
}
.text404 {
    font-size:	12px;
    font-weight: bold;
}
.supportLftContainer {
     width: 641px;
     padding: 12px 9px 12px 9px;
}
.errorLftContainer {
     margin: 90px 15px 50px 40px;
}
.techLftContainer {
     margin: 90px 10px 50px 30px;
}
.supportLftContent {
    width: 100%;
}
.supportRgtContainer {
    width: 227px;
    margin-right: 14px;
}
#solidLnVert {
	height: 2px;
	background-image: url(../images/2.0-gutter-line.gif);
	background-repeat: repeat-y;
}
#solidLnHorz {
    width: 577px;
    height: 1px;
	background-image: url(../images/2.0-horz-line.gif);
	background-repeat: repeat-x;
    margin: 10px 10px 10px 0px;
}
.rgtGutter {
    padding-right: 12px;
}
.ruleGutter {
    padding-right: 12px;
    padding-left: 12px;
}
.btmPad {
    padding-bottom: 12px;
}
.topPad {
    padding-top: 12px;
}
.hdrPad {
    padding: 10px 0px 12px 40px;
}
.hdrPad2 {
    padding-top: 10px;
}
.indentItem {
	text-indent: 9px;
    font-weight: bold;
}

#CheckItOut, #CheckItOut td {
    color: #fff;
    font-size: 11px;
}
li.supportLnks {
    list-style-image: url(../images/arrow-blue.gif);
    font-size: 11px;
    line-height: 150%;
    list-style-position: outside;
    margin-left: -20px;
}

li.supportSubLnks {
    list-style-image: url(../images/arrow-blue.gif);
    font-size: 10px;
    line-height: 150%;
    list-style-position: outside;
}

.drkGrayElement {
    background-color: #999999;
    border-left:  1px solid #666666;
    border-bottom:  1px solid #666666;
    border-right:  1px solid #666666;
    padding: 0px 0px 5px 10px;
    margin-bottom: 5px;
}
.drkGrayBox {
    width: 225px;
    margin-bottom: 5px;
    padding: 2px 0px 2px 0px;
    background-color: #999999;
    border-left:  1px solid #666666;
    border-bottom:  1px solid #666666;
    border-right:  1px solid #666666;
    border-top:  1px solid #666666;
}
.drkGrayBox a:link, .drkGrayBox a:hover, .drkGrayBox a:visited {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    text-decoration:none;
    margin-left: 5px;

}
.drkGrayBox a:hover {
    text-decoration:underline;
}

.supportGrnContainer {
    vertical-align: top;
    width: 227px;
    background: url(../images/2.0_greenslice-1.gif) 100% 100% repeat-x transparent;
    background-color: #9CCB3B;
    margin-bottom: 5px;

}
.greenBoxContent {
    padding: 5px 2px 5px 2px;
}
.greenBoxText {
    font-size: 10px;
}
.greenBoxText a:link {
    color: #FFFFFF;
}
.tenPxText {
    font-size: 10px;
}
.reqText {
    font-size: 9px;
    color: red;
    margin-left: 150px;
}
.sideBarMargin {
    margin-left: 10px;
    margin-right: 100px;
}
.indentContent {
    margin-left: 50px;
    width:537px;
}

.SystemStatusGreen, .SystemStatusYellow, .SystemStatusRed {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
}
.SystemStatusGreen {
    background-color:#A5E02C;
}
.SystemStatusYellow {
    background-color:yellow;
}

.SystemStatusRed {
    background-color:#FE0000
}

.StatusSeparatorIcon {
    width:10px;
	height:10px;
	margin-right:10px;
	margin-left:20px;
}

.SystemStatusCell {
    padding:20px 0 20px 0;
    border-bottom:#8ED4F7 solid 1px;
}
.ftrBrdrGray {
    border-left:  1px solid #333333;
    border-right:  1px solid #333333;
    border-top:  1px solid #333333;
    border-bottom:  1px solid #333333;
}
.ftrContent {
    border-left:  1px solid #ffffff;
    border-right:  1px solid #ffffff;
    border-top:  1px solid #ffffff;
    border-bottom:  1px solid #ffffff;
    background-color: #E1E1E1;
}
.ftrLinks a:link, .ftrLinks a:hover, .ftrLinks a:visited {
    color: #666666;
    font-size: 10px;
    font-style: normal;
    text-decoration:none;
    margin-left: 5px;
}
.ftrText {
    color: #666666;
    font-size: 10px;
    padding: 15px 0 7px 10px;
}
.prvcyLbl {
    padding-left: 240px;
}

.categorySideBar {
    background-color: #cccccc;
    border: #535353 solid 1px;
    width: 218px;
}
 .categorySideBar a:link, .categorySideBar a:hover, .categorySideBar a:visited
 {
     color:white;
     font-size:12px;
     font-weight: bold;
 }

.errorItem {
    color:red;
    font-weight: bold;
    font-size: 10px;
}
.subheadTerms {
    text-decoration:underline;
    font-weight: bold;
    font-size: 11px;

}
li.terms {
    line-height: 150%;
    list-style-position: outside;
    padding-bottom: 5px;
}
.rtHubMod {
    background-color: #272727;
    overflow: auto;
    text-align: left;
}
html>body #rtHubMod {    /*fix for non-IE browsers*/
width: auto;
}

.lightGryBg {
    background-color: #333333;
}
.hubRsidePad {
    padding: 0px 8px 0px 8px;
}
.rtModPad {
    margin: 0px 0px 8px 0px;
    padding: 8px 8px 8px 8px;
    background-color: #272727;
}
.modPadTRL {
    padding: 8px 8px 0px 8px;
}
.blancaPadTRL {
    padding: 4px 5px 4px 8px;
}
.modPadLR {
    padding: 0px 8px 0px 8px;
}
.modPadLRII {
    background-color:#4e8a6a;
    padding: 0px 8px 0px 8px;
 }
.modBigPadTRL {
    padding: 15px 10px 0px 15px;
}
.modPad {
    padding: 0px 8px 8px 0px;
}
.modTxtIndent {
    text-indent: 8px;
}
.modGrayTxt {
    color: #CCCCCC;
}
.modScrollbar1 {
    scrollbar-3dlight-color:#272727;
    scrollbar-arrow-color:#66EDFF;
    scrollbar-base-color:#272727;
    scrollbar-face-color:#6B6C6D;
    scrollbar-highlight-color:#66EDFF;
    scrollbar-shadow-color:#66EDFF;
    scrollbar-darkshadow-color:#272727;
    scrollbar-track-color:#CCCCCC;
}
.modScrollbar2 {
    scrollbar-3dlight-color:#7E96B6;
    scrollbar-arrow-color:#2c3452;
    scrollbar-base-color:#7E96B6;
    scrollbar-face-color:#6099b2;
    scrollbar-highlight-color:#2c3452;
    scrollbar-shadow-color:#2c3452;
    scrollbar-darkshadow-color:#7E96B6;
    scrollbar-track-color:#7E96B6;
}
.modScrollbar3 {
    scrollbar-3dlight-color:#E90189;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#E90189;
    scrollbar-face-color:#E90189;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-track-color:#E90189;
}
.modScrollbar4 {
    scrollbar-3dlight-color:#F98E00;
    scrollbar-arrow-color:#E06305;
    scrollbar-base-color:#F98E00;
    scrollbar-face-color:#F98E00;
    scrollbar-highlight-color:#E06305;
    scrollbar-shadow-color:#E06305;
    scrollbar-darkshadow-color:#E06305;
    scrollbar-track-color:#F98E00;
}
.modScrollbar5 {
    scrollbar-3dlight-color:#b0cdb1;
    scrollbar-arrow-color:#b0cdb1;
    scrollbar-base-color:#b0cdb1;
    scrollbar-face-color:#427054;
    scrollbar-highlight-color:#b0cdb1;
    scrollbar-shadow-color:#b0cdb1;
    scrollbar-darkshadow-color:#b0cdb1;
    scrollbar-track-color:#4e8a6a;
}
.modBottomNotch {

}
.modBackground1 {
    background-color: #95a5bc;
}
.modBackground2 {
    background-color: #93afd0;
}
.modNote {
    line-height:12px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 2px;
}
.modSepBar {
    margin:10px 0;
    width:100%;
    height:14px;
    background-color:#C3D0E9;
}
.modSepBarTrans {
    margin:10px 0 0 0;
    width:100%;
    background-color:transparent;
}
/**********************/
/*  1.x Styles    */
/**********************/
div#contentService {
    padding: 35px 150px 0px 0px;
}
div#contentGlobal {
    background: url(../images/1.6-privacy-corner.gif) 0% 0% no-repeat transparent;
}
div#contentGames {
    padding: 35px 150px 0px 0px;
}
div#contentNewsDetails {
    padding: 35px 150px 0px 0px;
}

.contentGlobal1xBG {
	width: auto;
    background: url(../images/1.1_metallic_gradient.jpg) 0% 0% repeat-x transparent;
    background-color: #356283;
}
.contentGames1xBG {
	width: auto;
    background: url(../images/1.2_Games_gradient.gif) 0% 0% repeat-x transparent;
    background-color: #356283;
}
.lftGradientBrdrGames {
	width: auto;
    background: url(../images/1.2_left-border.gif) 0% 0% no-repeat transparent;
    background-color: #132C44;
}
.rgtGradientBrdrGames {
	width: auto;
    background: url(../images/1.2_Right-border.gif) 0% 0% no-repeat transparent;
    background-color: #6688A1;
}
.lftNewsGamesBG {
    background: url(../images/1.2_gray-slice.gif) 0% 0% repeat-y transparent;
    padding: 10px 0px 20px 20px;
    overflow:auto;
}
.lftNewsGamesGryBG {
	width: auto;
    background: url(../images/1.2-gray-background.gif) 0% 0% repeat-y transparent;
}
.contentGlobal1xBtm {
	width: auto;
    background: url(../images/1.1-bottom_slice.gif) 0% 0% no-repeat transparent;
    background-color: #BAC9D5;
}
.contentGlobal1x5Btm {
	width: auto;
    background: url(../images/1.5-bottom.gif) 0% 0% no-repeat transparent;

}
.rgtGradientBrdrNews {
	width: auto;
    background: url(../images/1.5-right-border.gif) 0% 0% no-repeat transparent;
    background-color: #6688A1;
}
.lftGradientBrdrNews {
	width: auto;
    background: url(../images/1.5-left-border.gif) 0% 0% no-repeat transparent;
    background-color: #132C44;
}
.contentGlobal1x3Btm {
	width: auto;
    background: url(../images/1.3-bottom-blue-slice.gif) 0% 0% no-repeat transparent;

}
.rgtGradientBrdrDS {
	width: auto;
    background: url(../images/1.3_right-metallic-border.gif) 0% 0% no-repeat transparent;
    background-color: #6688A1;
}
.lftGradientBrdrDS {
	width: auto;
    background: url(../images/1.3_left_metallic-border.gif) 0% 0% no-repeat transparent;
    background-color: #132C44;
}
.lftGradientBrdr {
	width: auto;
    background: url(../images/1.1-left_edge.jpg) 0% 0% no-repeat transparent;
    background-color: #132C44;
}
.rgtGradientBrdr {
	width: auto;
    background: url(../images/1.1-right_edge.jpg) 0% 0% no-repeat transparent;
    background-color: #6688A1;
}
.innerDrkBGimg {
    background: url(../images/1.1-inside_gradient.gif) 0% 0% repeat-x transparent;
    background-color: #172A38;
}
.lftDrkBGimg {
    background: url(../images/1.1-left_gradient.gif) 0% 0% no-repeat transparent;
    background-color: #172A38;
}
.rgtDrkBGimg {
    background: url(../images/1.1-right_gradient.gif) 0% 0% no-repeat transparent;
    background-color: #172A38;

}
.lftDrkBGimgDS {
    background: url(../images/1.3-left-dark-blue-border.gif) 0% 0% no-repeat transparent;
}
.rgtDrkBGimgDS {
    background: url(../images/1.3_right-dark-blue-border.gif) 0% 0% no-repeat transparent;

}
.serviceMod {
    background: url(../images/1.1-box_gradients.jpg) 100% 100% repeat-x transparent;
    background-color: #356283;
    height: 175px;
    border-left:  1px solid #67EDFF;
    border-right:  1px solid #67EDFF;
    border-bottom:  1px solid #67EDFF;
    vertical-align: top;
    padding: 0px 12px 12px 12px
}
div#serviceTable {
    margin-top: 95px;
    vertical-align: top;
}
div#gameTable {
    margin-top: 197px;
    vertical-align: top;
}
div#newsTable {
    margin-top: 74px;
    vertical-align: top;
    background: url(../images/1.5-metallic-gradient.gif) 0% 0% repeat-x transparent;
    background-color: #356283;
}
.newsBtmModBG {
    vertical-align: top;
    background: url(../images/1.5-btmModHorz-slice.gif) 0% 0% repeat-y transparent;
}
.newsTopModBG {
    vertical-align: top;
    background: url(../images/1.5-upperModHorz-slice.gif) 0% 0% repeat-y transparent;
}
div#DSTable {
    width: 910px;
    margin-top: 168px;
    vertical-align: top;
    background: url(../images/1.3_DS_WiFi_gradient.gif) 0% 0% repeat-x transparent;
    background-color: #356283;
}
.lftColBgDS {
    width: auto;
    background: url(../images/1.3-left-column-slice.gif) 0% 0% repeat-y transparent;
}
.lftColTopBgDS {
    width: 266px;
    height: 31px;
    background: url(../images/1.3_DSWiFi_blue-corner.gif) 0% 0% no-repeat transparent;
    padding-top: 13px;
}
.rgtColBgDS {
    width: auto;
    background: url(../images/1.3_middle-dark-blue-slice.gif) 0% 0% repeat-x transparent;
    background-color: #172A38;
}
.colBgDtls {
    width: auto;
    background: url(../images/1.5.1-blue-gradient-slice.gif) 0% 0% repeat-y transparent;
}
.colTopBgDtls {
    width: 362px;
    height: 13px;
    background: url(../images/1.5.1-top-corner-slice.gif) 0% 0% no-repeat transparent;
}
.colDtlScrll {
    height: 275px;
    overflow:auto;
}
.subHead1x {
    font-size: 13px;
    font-weight: bold;
    color: #fff
}
.smllHead1x {
    font-size: 12px;
    font-weight: bold;
    color: #fff
}
.subHead1x2 {
    font-size: 15px;
    font-weight: bold;
    color: #fff
}
.subHead1x3 {
    font-size: 13px;
    font-weight: bold;
}
.copyCell1x {
    vertical-align: top;
    padding: 0px 20px 20px 12px
}
.gameIntroTxt {
	position:absolute;
	left:200px;
	top:320px;
    width: 467px;
}
.DSIntroTxt {
	position:absolute;
	left:150px;
	top:250px;
    width: 685px;
}
div#newsTable2 {
    padding-top: 15px;
}
.newsInclTble {
    height: 460px;
    overflow:auto
}
.newsBtmCellScrll {
    overflow: auto;
}
div#contentRegisterUIDGrid {
	width: 475px;
	background: url(../images/dark-blue-top-slice.gif) 0% 0% no-repeat transparent;
    padding:10px 10px 0px 10px;
}
div#contentRegisterUIDGridBG {
	width: 475px;
	background: url(../images/dark-blue-middle-slice.gif) 0% 0% repeat-y transparent;
}
.darkButton {
    padding:5px;
    border:#000000 solid 1px;
    background-color: #1C3449;
    color: #8ED4F7;

}

.CastlevaniaIconFrame {
    height: 81px;
    width: 81px;
    padding-top: 8px;
}
.CustomRoboArenaIconFrame {
    height: 81px;
    width: 81px;
    padding-top: 8px;
}
.MarioKartIconFrame {
    height: 81px;
    width: 81px;
    padding-top: 8px;
}
.TetrisDSIconFrame {
    height: 81px;
    width: 81px;
    padding-top: 8px;
}
.LostMagicIconFrame {
    height: 81px;
    width: 81px;
    padding-top: 8px;
}
.CustomIconCell {
    width:100%;
    width:auto;
    padding:5px;
    border:#000000 solid 1px;
}
.viewRslts {
    vertical-align: top;
    padding: 12px 5px 12px 5px;
    border-top: #999999 solid 1px;
    border-left: #999999 solid 1px;
}
.shwRslts {
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    border-top: #999999 solid 1px;
    border-left: #999999 solid 1px;
}
.noRslts {
    text-align: center;
    font-weight: bold;
    padding: 12px 0px 12px 0px;
}
.redBldTxt {
    color: red;
    font-weight: bold;
}
.rsltsLink {
    color: #6f8794;
}
.viewRsltsHead {
    font-weight: bold;
    font-size: 16px;
    color: #80a0b2;
    padding-bottom: 15px;
}
#progress, #connectionDiv {
    font-size:11px;
}
.legalText {
    font-size: 9px;
}


.StarFoxCommandModBg{
    background-color:#4e8a6a;
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.StarFoxCommandModBgII {
    padding-bottom:4px;
    width:100%;
    height:100%;
}
.CastlevaniaModBg {
    background-color: #4f1f3c;
    width: 100%;
    height: 100%;
    padding-bottom: 4px;
}
.CastlevaniaModBgII {
    width: 100%;
    height: 100%;
    padding-bottom: 4px;
}
.animalCrossingModBg{
    background-color:#4e8a6a;
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.animalCrossingModBgII {
    padding-bottom:4px;
    width:100%;
    height:100%;
}
.marioKartModBg{
    background-color: #FF8600;
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.tetrisDSModBg{
    background-color: #FF8600;
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.LostMagicModBg{
    background-color: #FF8600;
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.tonyHawkModBg{
    background:url(../images/TonyHawkAmericanSkateLand/5.6-light-pink-gradient.gif) 100% 100% repeat-x #E90189;
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.marioKartModBgII{
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.tetrisDSModBgII{
    width:100%;
    height:100%;
    padding-bottom:4px;
}
.LostMagicModBgII{
    width:100%;
    height:100%;
    padding-bottom:4px;
}
#mkTireSmoke{
    background: url(../images/MarioKart/mkg_smoke.gif) no-repeat transparent;
    position:absolute;
	left:590px;
	top:332px;
    width: 125px;
    height: 57px;
}
#acCloud{
    background: url(../images/AnimalCrossing/5.5-cloud.gif) no-repeat transparent;
    position:absolute;
	left:590px;
	top:338px;
    width: 124px;
    height: 48px;
}
#thPinkBlocks{
    background: url(../images/TonyHawkAmericanSkateLand/thg_blocks.gif) no-repeat transparent;
    position:absolute;
	left:590px;
	top:340px;
    width: 125px;
    height: 35px;
}
.guyDSPosition {
    background: url(../images/1.1_guy_ds.jpg) no-repeat transparent;
    position:absolute;
	left:589px;
	top:241px;
    width: 292px;
    height: 300px;
}
.backtostats {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
    font-style:italic;
    text-decoration: none;
	padding-left: 41px;
    padding-top: 15px;
}
.backtostatsTH {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    font-style:italic;
    text-decoration: none;
	padding-left: 30px;
    padding-top: 12px;
}
.backtostatsAC {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
    font-style:italic;
    text-decoration: none;
	padding-left: 25px;
    padding-top: 12px;
}
#breadcrumbBar {
    margin:0px;
    width:100%;
    height:13px;
    max-height:13px;
    color:#ffffff;
    font-weight:bold;
    padding:0px 0px 0px 20px;
}
.animalCrossingBreadcrumb {
    background-color: #427054;
}
.tonyhawkBreadcrumb {
    background-color: #E90189;
}
.mariokartBreadcrumb {
    background-color: #F68A00;
}
.metroidprimeBreadcrumb {
    background-color: #848484;
}
.tetrisdsBreadcrumb {
    background-color: #1F4F6B;
}
.CastlevaniaBreadcrumb {
    background-color: #4f1f3c;
}
.StarFoxCommandBreadcrumb {
    background-color: #31B6D5;
}
.BombermanLandBreadcrumb {
    background-color: #36393a;
}
.ContactBreadcrumb {
    background-color: #366c93;
}
.FinalFantasy3Breadcrumb {
    background-color: #0085b8;
}
.SpectrobesBreadcrumb {
    background-color: #0066cc;
}
.ClubhouseGamesBreadcrumb {
    background-color: #00361d;
}
.MariovsDK2Breadcrumb {
    background-color: #5b265c;
}
.TenchuBreadcrumb {
    background-color: #133a65;
}
.OpenSeasonBreadcrumb {
    background-color: #5d2a1b;
}
.LostMagicBreadcrumb {
    background-color: #5b473d;
}
.DKRacingBreadcrumb {
    background-color: #3168b2;
}
.DSBrowserBreadcrumb {
    background-color: #01326A;
}
.WinningElevenProBreadcrumb {
    background-color: #FF3300;
}
.CustomRoboArenaBreadcrumb {
    background-color: #0088dc;
}

.onlineNowBoxMario {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #F68A00;
}
.onlineNowBoxAnimalCrossing {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #427054;
}
.onlineNowBoxTonyHawk {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #E90189;
}
.onlineNowBoxMetriod {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #848484;
}
.onlineNowBoxTetrisDS {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #4EB9F1;
}
.onlineNowBoxLostMagicDS {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #6C3517;
}
.onlineNowBoxLostMagicDS {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #3168B2;
}
.onlineNowBoxCastlevania {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #4f1f3c;
}
.onlineNowBoxStarFoxCommand {
	width:10px;
	height:10px;
	margin-right:10px;
    border:#535353 solid 1px;
    background-color: #285AC5;
}
.onlineNowBoxBombermanLand {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #005a9a;
}
.onlineNowBoxContact {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #669ec1;
}
.onlineNowBoxFinalFantasy3 {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #3fe7e7;
}
.onlineNowBoxSpectrobes {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #0066cc;
}
.onlineNowBoxClubhouseGames {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #008d32;
}
.onlineNowBoxMariovsDK2 {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #5b265c;
}
.onlineNowBoxTenchu {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #133a65;
}
.onlineNowBoxOpenSeason {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #5d2a1b;
}
.onlineNowBoxLostMagic {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #5b473d;
}
.onlineNowBoxCustomRoboArena {
	width: 10px;
	height: 10px;
	margin-right: 10px;
    border: #535353 solid 1px;
    background-color: #6C3517;
}

.cloudtext {
    margin: 10px 0 0 10px;
    background: url(../images/AnimalCrossing/5.5-cloud.gif) 0 0 no-repeat;
    display: block;
}
.cloudtext a {
    padding-top: 12px;
    display: block;
    height:100%;
    width:100%;
    text-align:center;
    font-style:italic;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
    color:#000000;
}
.animalBubble {
    margin: 0 0 0 25px;
    background: url(../images/AnimalCrossing/animalBubble.gif) 0 0 no-repeat;
}
#animalBubbleTitle {
    padding: 10px 0 0 100px;
    font-weight:bold;
    font-size:10px;
    text-decoration:none;
    color:#000000;
}
#animalBubbleContent {
    padding: 0 0 0 100px;
    font-weight:bold;
    font-size:10px;
    text-decoration:none;
    color:#000000;
    height:65px;
    vertical-align:middle;
}

.animalEnvelope {
    margin: 10px 0 0 5px;
    background: url(../images/AnimalCrossing/animal_envelope.gif) 0 0 no-repeat;
    display: block;
}
.animalEnvelope  p {
    padding: 20px 0 0 10px;
    display: block;
    height:100%;
    width:100%;
    font-weight:bold;
    font-size:10px;
    text-decoration:none;
    color:#000000;
}
.whtPxlBdr {
    border: 1px solid #cccccc;
    padding: 5px 5px 0px 5px;
}
.blancaPxlBdr {
    border: 1px solid #666666;
    /*padding: 5px 10px 10px 10px;*/
}
.blancaListPxlBdr {
    border: 1px solid #666666;
}
.emblemNames {
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    line-height: 100%;
    padding-top:3px;
}
.blanca_drop_down {
    background-color: #427054;
    color: #ffffff;
}

