body.prototype {
  background-color: #262626;   
  border-color: #262626; 
}

#prototype {
  margin: 0 auto;
  width: 768px;
  height: 1024px;
  padding: 0;
  veritcal-align: top;
  border: 0 none transparent;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0.5em 0.5em 0 0;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -webkit-border-radius: 0.5em 0.5em 0 0;    
}
#prototype.hidden {
  display: none;
}
#prototype .banner {
  display: block;
  position: relative;
  margin: 8px;
  padding: 0;
  width: 750px;
  height: 248px;
  border: 2px solid rgb(36,36,36);
  font-size: 10px;
  line-height: 248px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  color: #696969;
  background-color: rgb(43,43,43);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(43,43,43)),
      color-stop(0.75, rgb(41,41,41))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(43,43,43) 15%,
      rgb(41,41,41) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  box-shadow: 0 1px 5px #000000;
  -moz-box-shadow: 0 1px 5px #000000;
  -website-box-shadow: 0 1px 5px #000000;  
  overflow: hidden;
}
#prototype .banner .background,
#prototype .banner .foreground,
#prototype .banner .credits {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  font-size: 1px;
  line-height: 1px;
  background: transparent none scroll repeat-x center top;
  border: 0 none transparent;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;    
}
#prototype .banner .background {
  z-index: 10;
}
#prototype .banner .foreground {
  z-index: 20;
}
#prototype .banner .credits {
  z-index: 30;
}
#prototype .banner .title {
  display: none;
}
#prototype .banner .points {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 145px;
  height: 30px;
  border: 1px solid rgb(36,36,36);
  border-width: 0 0 1px 1px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 3px;
  text-align: right;
  text-transform: uppercase;
  padding: 0 5px;
  border-radius: 0 0 0 5em;
  -moz-border-radius: 0 0 0 5em;
  -webkit-border-radius: 0 0 0 5em;
  color: #EFEFEF;
  background-color: rgb(43,43,43);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(43,43,43)),
      color-stop(0.75, rgb(41,41,41))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(43,43,43) 15%,
      rgb(41,41,41) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  box-shadow: 0 1px 2px #191919;
  -moz-box-shadow: 0 1px 2px #191919;
  -website-box-shadow: 0 1px 2px #191919;  
  overflow: hidden;
  z-index: 30;
}
#prototype .banner .points .label {
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #DFDFDF;
}
#prototype .banner .points .amount {
  display: block;
  font-size: 9px;
  line-height: 12px;
  color: #CFCFCF;
}
#prototype .banner .points .amount .padding {
  color: #4F4F4F;
}
#prototype .banner .options {
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 75px;
  height: 17px;
  border: 1px solid rgb(36,36,36);
  border-width: 1px 0 0 1px;
  font-size: 6px;
  line-height: 12px;
  letter-spacing: 2px;
  text-align: right;
  text-transform: none;
  padding: 1px 6px 1px 16px;
  border-radius: 5em 0 0 0;
  -moz-border-radius: 5em 0 0 0;
  -webkit-border-radius: 5em 0 0 0;
  background-color: rgb(43,43,43);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(43,43,43)),
      color-stop(0.75, rgb(41,41,41))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(43,43,43) 15%,
      rgb(41,41,41) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  cursor: pointer;
  _cursor: hand;
  box-shadow: 0 1px 2px #191919;
  -moz-box-shadow: 0 1px 2px #191919;
  -website-box-shadow: 0 1px 2px #191919;  
  overflow: hidden;
  z-index: 30;
  text-decoration: none;
}
#prototype .banner .options .data,
#prototype .banner .options .reset,
#prototype .banner .options .pipe {
  display: block;
  float: left;
  font-size: 9px;
  font-weight: bold;
  color: #CACACA;
  cursor: pointer;
  _cursor: hand;  
  text-decoration: none;
}
#prototype .banner .options .data:hover,
#prototype .banner .options .reset:hover {

}
#prototype .banner .options .data,
#prototype .banner .options .reset,
#prototype .banner .options .data label,
#prototype .banner .options .reset label {
  cursor: pointer;
  _cursor: hand;
}
#prototype .banner .options .pipe {
  padding: 0 4px;
  font-size: 6px;
  font-weight: normal;
  color: #696969;
  cursor: cursor;
}

#prototype .banner .debug {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 75px;
  height: 30px;
  border: 1px solid rgb(36,36,36);
  border-width: 0 0 1px 1px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #EFEFEF;
  background-color: rgb(43,43,43);  
  z-index: 30;
  opacity: 0;
}


#prototype .header {
  display: block;
  float: left;
  height: 45px;
  width: 750px;  
  margin: 0 0 3px 0;
  veritcal-align: top;
  border: 2px solid rgb(55,55,55);
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  color: #FFFFFF;
  background-color: rgb(45,45,45);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(45,45,45)),
      color-stop(0.75, rgb(51,51,51))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(45,45,45) 15%,
      rgb(51,51,51) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  box-shadow: 0 1px 5px #000000;
  -moz-box-shadow: 0 1px 5px #000000;
  -website-box-shadow: 0 1px 5px #000000;
}
#prototype .option {
  display: block;
  float: left;
  height: 65px;
  width: 748px;  
  margin: 0 0 3px 0;
  veritcal-align: top;
  border: 2px solid rgb(55,55,55);
  font-size: 10px;
  line-height: 65px;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  padding: 0;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  cursor: pointer;
  _cursor: hand;  
  color: #FFFFFF;
  background-position: center top;
  background-color: rgb(65,65,65);  
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.15, rgb(65,65,65)),
      color-stop(0.75, rgb(71,71,71))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(65,65,65) 15%,
      rgb(71,71,71) 75%
  ); 
  text-shadow: 1px 1px 4px #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;    
  box-shadow: 0 1px 5px #000000;
  -moz-box-shadow: 0 1px 5px #000000;
  -website-box-shadow: 0 1px 5px #000000;
}
#prototype .option:hover {
  color: #FFFFFF;  
}
#prototype .option_complete,
#prototype .option_disabled {
  border-color: #494949;
  background-color: #595959;
  background-image: none;
  color: #CACACA;  
}
#prototype .option_complete:hover,
#prototype .option_disabled:hover {
  background-color: #595959;
  background-image: none;
  color: #CACACA;
}
#prototype .option_complete {
  opacity: 0.4;
}
#prototype .option_disabled {
  opacity: 0.2;
  cursor: default;

}

#prototype .option_back {
  height: 38px;
  line-height: 38px;
  border-color: #363636;
  background-color: #2A2A2A;
  background-image: none;
  color: #CACACA; 
  position: absolute;
  bottom: 0;
  left: 0;
}
#prototype .option_back:hover {
  background-color: #2B2B2B; 
}
#prototype .option label {
  padding: 15px 50px;
  background-color: #2A2A2A;
  box-shadow: inset 0 0 10px #202020;
  -moz-box-shadow: inset 0 0 10px #202020;
  -webkit-box-shadow: inset 0 0 10px #202020;
  border: 2px solid #373737;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em; 
  cursor: pointer;
  _cursor: hand;
  position: relative;
}
#prototype .option:hover label,
#prototype .option label:hover {
  background-color: #2D2D2D;
}
#prototype .menu {
  overflow: hidden;
  padding: 0 8px;
}
#prototype .menu_hide {
  display: none;
}
#prototype .block_2,
#prototype .block_4,
#prototype .block_6,
#prototype .block_8,
#prototype .block_10 {
  /*
  margin-right: 0;
  width: 371px;
  */
}

#prototype .option_this-player-select {
  background-image: url(../images/menus/menu-options_this-player-select.gif) !important;
}
#prototype .option_this-battle-select {
  background-image: url(../images/menus/menu-options_this-battle-select.gif) !important;
}
#prototype .option_this-robot-select {
  background-image: url(../images/menus/menu-options_this-robot-select.gif) !important;
}
#prototype .option_this-team-select {
  background-image: url(../images/menus/menu-options_this-team-select.gif) !important;
}

#prototype .option_this-light-player-select {
  background-image: url(../images/menus/menu-options_this-light-player-select.gif) !important;
}
#prototype .option_this-light-battle-select {
  background-image: url(../images/menus/menu-options_this-light-battle-select.gif) !important;
}
#prototype .option_this-light-robot-select {
  background-image: url(../images/menus/menu-options_this-light-robot-select.gif) !important;
}
#prototype .option_this-light-team-select {
  background-image: url(../images/menus/menu-options_this-light-team-select.gif) !important;
}

#prototype .option_this-wily-player-select {
  background-image: url(../images/menus/menu-options_this-wily-player-select.gif) !important;
}
#prototype .option_this-wily-battle-select {
  background-image: url(../images/menus/menu-options_this-wily-battle-select.gif) !important;
}
#prototype .option_this-wily-robot-select {
  background-image: url(../images/menus/menu-options_this-wily-robot-select.gif) !important;
}
#prototype .option_this-wily-team-select {
  background-image: url(../images/menus/menu-options_this-wily-team-select.gif) !important;
}

#prototype .option_1x1,
#prototype .option_1x2,
#prototype .option_1x3,
#prototype .option_1x4 {
  height: 73px;
  line-height: 73px;
  margin-right: 3px;
}
#prototype .option_1x1 {
  width: 181px;
}
#prototype .option_1x2 {
  width: 369px; 
}
#prototype .option_1x3 {
  width: 557px;
}
#prototype .option_1x4 {
  
}

#prototype .option_1x1 div,
#prototype .option_1x2 div,
#prototype .option_1x3 div,
#prototype .option_1x4 div {
  display: block;
  margin: 10px;
  padding: 0;
  background-color: #2A2A2A;
  border: 1px solid #373737;
  border-radius: 0.75em 0.75em 0.75em 0.75em;
  box-shadow: 0 0 10px #202020 inset;
  cursor: pointer;  
  height: 48px;
  line-height: 48px;  
}
#prototype .option_1x1 div label,
#prototype .option_1x2 div label,
#prototype .option_1x3 div label,
#prototype .option_1x4 div label,
#prototype .option_1x1:hover div label,
#prototype .option_1x2:hover div label,
#prototype .option_1x3:hover div label,
#prototype .option_1x4:hover div label,
#prototype .option_1x1 div:hover label,
#prototype .option_1x2 div:hover label,
#prototype .option_1x3 div:hover label,
#prototype .option_1x4 div:hover label,
#prototype .option_1x1 div label:hover,
#prototype .option_1x2 div label:hover,
#prototype .option_1x3 div label:hover,
#prototype .option_1x4 div label:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;  
  display: block;
  height: 13px;
  line-height: 13px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 106px;
  height: 44px;
  line-height: 44px;
}
#prototype .option_1x1 div label.has_image,
#prototype .option_1x2 div label.has_image,
#prototype .option_1x3 div label.has_image,
#prototype .option_1x4 div label.has_image {
  text-align: left;
  padding-left: 45px;
}

#prototype .option_1x1:hover .sprite_40x40_base,
#prototype .option_1x1 div:hover .sprite_40x40_base,
#prototype .option_1x1 div label:hover .sprite_40x40_base,
#prototype .option_1x2:hover .sprite_40x40_base,
#prototype .option_1x2 div:hover .sprite_40x40_base,
#prototype .option_1x2 div label:hover .sprite_40x40_base,
#prototype .option_1x3:hover .sprite_40x40_base,
#prototype .option_1x3 div:hover .sprite_40x40_base,
#prototype .option_1x3 div label:hover .sprite_40x40_base,
#prototype .option_1x4:hover .sprite_40x40_base,
#prototype .option_1x4 div:hover .sprite_40x40_base,
#prototype .option_1x4 div label:hover .sprite_40x40_base {
  background-position: -40px 0;
}

#prototype .option_1x1 div label .multi,
#prototype .option_1x2 div label .multi,
#prototype .option_1x3 div label .multi,
#prototype .option_1x4 div label .multi {
  display: block;
  line-height: 11px;
  text-align: left;
  top: 1px;
}
#prototype .option_1x1 div label .maintext,
#prototype .option_1x2 div label .maintext,
#prototype .option_1x3 div label .maintext,
#prototype .option_1x4 div label .maintext {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;  
  top: 3px;
}
#prototype .option_1x1 div label .subtext,
#prototype .option_1x2 div label .subtext,
#prototype .option_1x3 div label .subtext,
#prototype .option_1x4 div label .subtext,
#prototype .option_1x1 div label .subtext2,
#prototype .option_1x2 div label .subtext2,
#prototype .option_1x3 div label .subtext2,
#prototype .option_1x4 div label .subtext2 {
  display: block;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
  font-size: 9px;
  line-height: 11px;
  opacity: 0.8;
  top: 16px;
}
#prototype .option_1x1 div label .subtext2,
#prototype .option_1x2 div label .subtext2,
#prototype .option_1x3 div label .subtext2,
#prototype .option_1x4 div label .subtext2 {
  top: 28px;
}

#prototype .option_1x1 div label .arrow,
#prototype .option_1x2 div label .arrow,
#prototype .option_1x3 div label .arrow,
#prototype .option_1x4 div label .arrow {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#prototype .option_this-team-select .count {
  text-transform: uppercase;
}

/* WINDOW SIZE STYLES */

body.windowFlag_landscapeMode #prototype {
  width: 1024px;  
}
body.windowFlag_landscapeMode #prototype .banner {
  width: 1004px;
}
body.windowFlag_landscapeMode #prototype .header,
body.windowFlag_landscapeMode #prototype .option {
  width: 1004px;
}
body.windowFlag_landscapeMode #prototype .option_1x1,
body.windowFlag_landscapeMode #prototype .option_1x2,
body.windowFlag_landscapeMode #prototype .option_1x3,
body.windowFlag_landscapeMode #prototype .option_1x4 {
  height: 73px;
  line-height: 73px;
}
body.windowFlag_landscapeMode #prototype .option_1x1 {
  width: 245px;
}
body.windowFlag_landscapeMode #prototype .option_1x2 {
  width: 497px;
}
body.windowFlag_landscapeMode #prototype .option_1x3 {
  width: 741px;
}
body.windowFlag_landscapeMode #prototype .option_1x4 {
  
}

body.windowFlag_landscapeMode #prototype .option_1x1 div,
body.windowFlag_landscapeMode #prototype .option_1x2 div,
body.windowFlag_landscapeMode #prototype .option_1x3 div,
body.windowFlag_landscapeMode #prototype .option_1x4 div {
  height: 48px;
  line-height: 48px;
}
body.windowFlag_landscapeMode #prototype .option_1x1 div label,
body.windowFlag_landscapeMode #prototype .option_1x2 div label,
body.windowFlag_landscapeMode #prototype .option_1x3 div label,
body.windowFlag_landscapeMode #prototype .option_1x4 div label {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;  
}
body.windowFlag_landscapeMode #prototype .block_2, 
body.windowFlag_landscapeMode #prototype .block_4, 
body.windowFlag_landscapeMode #prototype .block_6, 
body.windowFlag_landscapeMode #prototype .block_8, 
body.windowFlag_landscapeMode #prototype .block_10 {
  /*width: 499px;*/
}