﻿
/*------------------------------ GAMES-PLAY --------------------------------------*/
.Games-Play #stage {background-color: #000;}
#game {text-align: left; margin: 0 auto;}
#game.neave {width: 500px;}
#game.intellivision {width: 640px;}
#game .hd {margin: 0 0 5px;}
#game .hd h3 {font: bold 132% georgia; color: #cecece;float: left;}
#game .hd cite {font: bold 122% georgia; color: #676767; float: right;}


/*------------------------------ GAMES-PLAY --------------------------------------*/



/*------------------------------ HTML CONTROLS --------------------------------------*/
input
{
	
	color:#666666;
}


/*------------------------------ LAYOUT --------------------------------------*/
.main
{
	width:980px;
	
	vertical-align:top;
	/*background-color:#ebebeb;*/
	background-color:#ffffff;
}
.headerZn{
	background-color:#ffffff;
}
.gutterLeft
{
	background-color:#1fb2ff;
	background-image:url('/Skins/Default/img/txGutter.png');
	background-repeat:repeat-x;
	background-position:left top;
}
.gutterRight
{
	background-color:#1fb2ff;
	background-image:url('/Skins/Default/img/txGutter.png');
	background-repeat:repeat-x;
	background-position:left top;
}

.gutterShadeLeft
{
	background-image:url('/Skins/Default/img/shadeGutterLeft.png');
	background-repeat:repeat-y;
	background-position:right top;
	border-right:solid 1px #000000;
}
.gutterShadeRight
{
	background-image:url('/Skins/Default/img/shadeGutterRight.png');
	background-repeat:repeat-y;
	background-position:left top;
	border-left:solid 1px #000000;
}

/*------------------------------ HEADER --------------------------------------*/
.brandHeader
{
	background-image:url('/inc/img/brand/header_home.png');
	background-position:center top;
	background-repeat:no-repeat;
	height:60px;
}

.searchBoxBG
{
	background-image:url('/inc/img/common/searchboxBG.png');
	background-position:center top;
	background-repeat:no-repeat;
	height:30px;
	padding-left:30px;
	padding-right:10px;
	vertical-align:middle;
	text-align:center;
	padding-bottom:2px;
}

.searchBox
{
	width:175px;
	border:none;
}

.headerAd
{
	background-color:#a0a0a0;
	color:#666666;
	width:728px;
	vertical-align:middle;
	text-align:center;
	
}
	

/*------------------------------ FOOTER --------------------------------------*/
.gb-footer .footerBG
{
	background-color:#595959;
	border-top:solid 1px #FFFFFF;
	color:#b2b2b2;
}

.gb-footer .brandFooter
{
	background-image:url('/inc/img/brand/footer.png');
	background-position:center top;
	background-repeat:no-repeat;
	width:110px;
	padding:0px 5px 0px 5px;
}

.gb-footer a.footerLink:link, a.footer:visited
{
	color:#b2b2b2;
	text-decoration:none;
}
.gb-footer a.footerLink:hover
{
	text-decoration:underline;
}

.gb-footer .more-bg-main{
	background-color:#CCCCCC;
}

.gb-footer .more-bg-sub{
	vertical-align:top;
	background-color:#9b9b9b;
}


.gb-footer .more-title{
	font-family:"Cooper Black";
	color:#FFFFFF;
}
.gb-footer ul{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:16px;
}

.gb-footer li{
	color:#FFFFFF;
}

/*
.gb-footer a:link, a:visited{
	color:#FFFFFF;
	font-weight:bold;
}
*/

/*--------------------- LEFT NAV ----------------------------*/

.leftnav a.leftNavLink:link, a.leftNavLink:visited
{
	color:#666666;
	text-transform:uppercase;
	padding:0px 3px 0px 3px;
	font-weight:bold;
}

.leftnav a.leftNavLink:hover
{
	color:#FFFFFF;
	background-color:#3f3f3f;
}

.leftnav .leftNavTab_T
{
	background-image:url('/Skins/Default/img/navtab/T.png');
	background-repeat:no-repeat;
	background-position:right top;

	height:9px;
	font-size:1px;
}
.leftnav .leftNavTab_M
{
	background-image:url('/Skins/Default/img/navtab/M.png');
	background-repeat:repeat-y;
	background-position:right top;
	padding-left:8px;
	padding-right:9px;

}
.leftnav .leftNavTab_B
{
	background-image:url('/Skins/Default/img/navtab/B.png');
	background-repeat:no-repeat;
	background-position:right top;

	height:9px;
	font-size:1px;
}

.leftnav .leftNavSet
{
	font-family:Cooper Black, Cooper Std Black;
	font-size:14px;
	color:#666666;
}

.leftnav .line-break{
	border-top:1px #C0C0C0 dotted;
	padding-top:5px;
	padding-bottom:5px;
}

.leftnav .leftNavExpand
{
	width:14px;
	vertical-align:middle;
	text-align: center;
	cursor:pointer;
	background-image:url('/Skins/Default/img/arrDown.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.leftnav .leftNavExpand_over
{
	width:14px;
	vertical-align:middle;
	text-align: center;
	cursor:pointer;
	background-image:url('/Skins/Default/img/arrDown_over.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.leftnav .leftNavCollapse
{
	width:14px;
	vertical-align:middle;
	text-align: center;
	cursor:pointer;
	background-image:url('/Skins/Default/img/arrUp.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.leftnav .leftNavCollapse_over
{
	width:14px;
	vertical-align:middle;
	text-align: center;
	cursor:pointer;
	background-image:url('/Skins/Default/img/arrUp_over.png');
	background-position:center center;
	background-repeat:no-repeat;
}
.leftnav .leftNavNodeList
{
	padding-left:0px;
}

.leftnav .cover-art{
	text-align:center;
	width:147px;
}

/*--------------------- Billboard ----------------------------*/
.row0 {
    background-color: #ffffff;
}

.row1 {
    background-color: #f0f0f0;
}

#calContainer 
{
    display: none;
    position:relative;
    left: 10px;
    top: 10px;
    z-index: 1;
}


﻿.gb-module{
}

.gb-module .serifBody{
    color:#666666;
    text-align:justify;
}

.gb-module .sans-serifBody{
    color:#666666;
    text-align:justify;
}


.gb-module .narrow{
    width:204px;
}

.gb-module .wide{
    width:448px;
}



.gb-module h1{
    font-family:"Cooper Black";
    color:#5e5e5e;
    line-height:22px;
    margin:0px;
    padding:1px;
}

.gb-module h2{
    font-family:"Cooper Black";
    color:#5e5e5e;
    line-height:17px;
    margin:0px;
    padding:1px;
}

.gb-module h3{
    font-family:"Cooper Black";
    color:#5e5e5e;
    line-height:14px;
    margin:0px;
    padding:1px;
}


.gb-module .credit-author{
    font-family:"Cooper Black";
    line-height:11px;
    color:#666666;
}

.gb-module .credit-title{
    line-height:10px;
    color:#b0b0b0;
}

.gb-module .credit-class{
    color:#666666;
}

.gb-module .credit-date{
    color:#b0b0b0;
}


.gb-module .bg-wide-round{
    background-image:url('/Skins/Default/img/module_wide_bg.png');
    background-position:center bottom;
    background-repeat:no-repeat;
    width:470px;
    padding:4px;
}

.gb-module .bg-wide-colored{
    background-color:#dadada;
    width:470px;
    border-bottom:1px #949494 dotted;
    padding:4px;
}


.gb-module .bg-wide{
    width:470px;
    border-bottom:1px #949494 dotted;
    padding:4px;
}

.gb-module .bg-narrow-colored{
    background-color:#dadada;
    width:206px;
    border-bottom:1px #949494 dotted;
    padding:5px 11px 5px 11px;
}

.gb-module .bg-narrow{
    width:226px;
    border-bottom:1px #949494 dotted;
    padding:5px 11px 5px 11px;
}

.gb-module .title-bar-wide{
    background-image:url('/Skins/Default/img/WideBar.png');
    background-position:center center;
    background-repeat:no-repeat;
    width:450px;
    height:23px;

}

.gb-module .title-bar-narrow{
    background-image:url('/Skins/Default/img/NarrowBar.png');
    background-position:center center;
    background-repeat:no-repeat;
    width:206px;
    height:23px;
    text-align:center;
    vertical-align:middle;
    font-family:"Cooper Black";
    color:#5e5e5e;
    padding-top: 3px;
}


.gb-module .bt-checkout-static{
    width:88px;
    height:18px;
    background-image:url('/Skins/Default/img/checkThisOut_up.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    border:none;
}

.gb-module .bt-checkout-over{
    width:88px;
    height:18px;
    background-image:url('/Skins/Default/img/checkThisOut_over.png');
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    border:none;
}

.gb-module .hb-t{
    background-image:url('/Skins/Default/img/halfBubble/t.png');
    background-position:center bottom;
    background-repeat:no-repeat;
    height:8px;
    width:205px;
}

.gb-module .hb-m{
    background-image:url('/Skins/Default/img/halfBubble/m.png');
    background-position:center top;
    background-repeat:repeat-y;
    width:205px;
    color:#ffffff;
    text-align:justify;
    padding:0px 8px 0px 8px;
}

.gb-module .hb-b{
    background-image:url('/Skins/Default/img/halfBubble/b.png');
    background-position:center top;
    background-repeat:no-repeat;
    height:13px;
    width:205px;
}

.gb-module .clear{
clear:both; float:none;
}

.gb-module .bio-left-column{
margin-left:2px;
float:left;
text-align:justify;
width:47%;

}
.gb-module .bio-right-column{
margin-right:2px;
float:right;
text-align:justify;
width:47%;
}
.gb-module .bio-starting-letter{
float:left;
}

.gb-module .cb-t{
    background-image:url('/Skins/Default/img/clearBubble/t.png');
    background-position:center bottom;
    background-repeat:no-repeat;
    height:9px;
    width:214px;
}

.gb-module .cb-m{
    background-image:url('/Skins/Default/img/clearBubble/m.png');
    background-position:center top;
    background-repeat:repeat-y;
    width:205px;
    color:#ffffff;
    text-align:justify;
    padding:0px 8px 0px 8px;
}

.gb-module .cb-b{
    background-image:url('/Skins/Default/img/clearBubble/b.png');
    background-position:center top;
    background-repeat:no-repeat;
    height:9px;
    width:214px;
}﻿.slcBlack .TL{
    background-image:url('/Skins/Default/img/slcBlack/TL.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcBlack .TR{
    background-image:url('/Skins/Default/img/slcBlack/TR.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcBlack .T{
    background-image:url('/Skins/Default/img/slcBlack/T.png');
    background-repeat:repeat-x;
    background-position:left top;
    font-size:1px;
    height:24px;
}

.slcBlack .BL{
    background-image:url('/Skins/Default/img/slcBlack/BL.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcBlack .BR{
    background-image:url('/Skins/Default/img/slcBlack/BR.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcBlack .B{
    background-image:url('/Skins/Default/img/slcBlack/B.png');
    background-repeat:repeat-x;
    background-position:left top;
    font-size:1px;
    height:24px;
}

.slcBlack .L{
    background-image:url('/Skins/Default/img/slcBlack/L.png');
    background-repeat:repeat-y;
    background-position:right top;
    font-size:1px;
    width:24px;
}

.slcBlack .R{
    background-image:url('/Skins/Default/img/slcBlack/R.png');
    background-repeat:repeat-y;
    background-position:right top;
    font-size:1px;
    width:24px;
}

.slcBlack .M{
    background-image:url('/Skins/Default/img/slcBlack/M.png');
}﻿.slcOffset .TL{
    background-image:url('/Skins/Default/img/slcOffset/TL.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcOffset .TR{
    background-image:url('/Skins/Default/img/slcOffset/TR.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcOffset .T{
    background-image:url('/Skins/Default/img/slcOffset/T.png');
    background-repeat:repeat-x;
    background-position:left top;
    font-size:1px;
    height:24px;
}

.slcOffset .BL{
    background-image:url('/Skins/Default/img/slcOffset/BL.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcOffset .BR{
    background-image:url('/Skins/Default/img/slcOffset/BR.png');
    background-repeat:no-repeat;
    background-position:right top;
    font-size:1px;
    width:24px;
    height:24px;
}

.slcOffset .B{
    background-image:url('/Skins/Default/img/slcOffset/B.png');
    background-repeat:repeat-x;
    background-position:left top;
    font-size:1px;
    height:24px;
}

.slcOffset .L{
    background-image:url('/Skins/Default/img/slcOffset/L.png');
    background-repeat:repeat-y;
    background-position:right top;
    font-size:1px;
    width:24px;
}

.slcOffset .R{
    background-image:url('/Skins/Default/img/slcOffset/R.png');
    background-repeat:repeat-y;
    background-position:right top;
    font-size:1px;
    width:24px;
}

.slcOffset .M{
    background-image:url('/Skins/Default/img/slcOffset/M.png');
}