/* CUSTOM */

.RedButton {
  height: 30px;
  background: url(/images/btn_red_30h_t1.png) no-repeat;
  display: inline-block;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 14px;
  *display: inline;
  *zoom: 1;
}

.RedButton span {
  height: 23px;
  background: url(/images/btn_red_30h_t2.png) no-repeat top right;
  margin: 0 0 0 4px;
  display: block;
  padding: 7px 12px 0 5px;
  color: White;
}

.RedButton:hover {
  background-position: 0 -30px;
  cursor: pointer;
  text-decoration: none;
}

.RedButton span:hover {
  background-position: right -30px;
  cursor: pointer;
}


.closeBtnCircle_35h:hover {
  background-position: 0 35px;
}

.closeBtnCircle_35h {
  width: 35px;
  height: 35px;
  background: url(/images/buttons/closeBtnCircle_35h.png);
}

.closeBtnCircle_20h:hover {
  background-position: 0 20px;
}

.closeBtnCircle_20h {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 395px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(/images/buttons/btn-x.png);
}

[role="button"] {
  cursor: pointer;
}

a[role="button"].disabled {
  cursor: default;
  color: grey;
  pointer-events: none;
}

.VibModalBack {
  z-index: 665;
  position: fixed;
  width: 100%;
  height: 100%;
  background: gray;
  opacity: .5;
  filter: alpha(opacity=50);
  background-repeat: repeat;
  top: 0;
  left: 0;
}

.VibModal {
  z-index: 666;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.VibModalBox {
  z-index: 667;
  width: 500px;
  margin: 7% auto;
  background: #FFF;
  border: 5px solid #6E99C9;
}

.VibModalContents {
  padding: 10px;
}

.VibModalHeader {
  width: 96%;
  padding: 1% 2%;
  font-size: 20px;
  font-weight: bold;
  background: #6E99C9;
  text-align: center;
  color: #FFF;
}

.VibModalClose {
  font-size: 25px;
  color: #F00;
  font-weight: bold;
  float: right;
  line-height: 17px;
  cursor: pointer;
}

.ContestShowcase {
  width: 90%;
  padding: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  margin: 2px auto;
  background: #d5dec2;
}

.ContestShowcase:hover {
  border: 2px solid #AAA;
}

#BadgesContainer .AccordionHeader,
#BadgesContainer .TopAccordionHeader,
#BadgesContainer .BottomAccordionHeader {
  background-color: #ccc;
  cursor: pointer;
  font-size: 1.4em;
  margin: 0 0 1px 0;
  padding: 5px;
  text-align: center;
}

#BadgesContainer .AccordionHeader,
#BadgesContainer .BottomAccordionHeader {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}

#BadgesContainer .TopAccordionHeader {
  border-bottom: solid 1px #000;
  border-top: none;
}

#BadgesContainer .AccordionHeader:hover,
#BadgesContainer .TopAccordionHeader:hover,
#BadgesContainer .BottomAccordionHeader:hover {
  background-color: #6e99c9;
  color: #fff;
}

#Registration h2 {
  background-color: #ccc;
  border-bottom: solid 1px #000;
  color: #333;
  font-size: x-large;
  margin: 0;
  text-align: center;
}

#Registration h3 {
  margin: 10px 0 0 0;
  text-align: center;
}

#Registration fieldset {
  font-size: 1.2em;
  margin: 15px 0 0 0;
}

#Registration .TextBox {
  vertical-align: middle;
  width: 150px;
}

#Registration .Label {
  vertical-align: middle;
}

#Registration #EnterUsername,
#Registration #EnterPassword,
#Registration #EnterEmail,
#Registration #EnterAgeGroup,
#Registration #EnterChatMode {
  margin: 0 auto;
  width: 60%;
}

#Registration .UsernameRow,
#Registration .PasswordRow,
#Registration .ConfirmPasswordRow,
#Registration .EmailRow {
  height: 5em;
  line-height: 5em;
  padding: 3px;
  text-align: right;
}

#Registration .PasswordRow,
#Registration .ConfirmPasswordRow {
  height: 3em;
  line-height: 3em;
}

#Registration .AgeGroupRow,
#Registration .ChatModeRow {
  font-size: .9em;
  margin: 10px 0 10px 100px;
}

#Registration .Confirm {
  margin: 20px 0 20px 0;
  text-align: center;
}

#Registration .Validators {
  margin-left: 9px;
}

#Registration .Legend {
  color: Blue;
  margin-left: 9px;
}

#Registration .Suggestion {
  font: normal .8em/normal Verdana, sans-serif;
  padding-left: 9px;
}

#Registration label {
  margin-right: 5px
}

#Registration input {
  width: 9em;
}

#CatalogContainer {
  min-width: 0;
  position: relative;
}

#CatalogContainer h2 {
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 24px;
  padding: 0;
  font-size: 14px;
  margin-left: 10px;
}

#BrowseMode ul li h3 a {
  font-weight: normal;
  font-size: 14px;
}

#CatalogContainer ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding-left: 0;
}

#CatalogContainer ul li {
  margin: 5px 0 5px 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 20px;
  font-size: 14px;
}

#CatalogContainer .Selected {
  background: url('/images/gamesPage_filterArrow.png') no-repeat scroll 0 1px transparent;
}

.GameFilter {
  color: #555;
  margin-left: 10px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.GameFilter ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.GameFilter ul li {
  margin: 5px 0;
}

.GameFilter .SelectedFilter,
.GameFilter .SelectedGenre,
.GameFilter .SelectedSort {
  background: url(/images/gamesPage_filterArrow.png) no-repeat 0 1px;
  cursor: pointer;
  padding-left: 20px;
  font-weight: normal;
}

.GameFilter .GamesFilter,
.GameFilter .GamesGenre,
.GameFilter .GamesSort {
  padding-left: 20px;
  display: inline-block;
}

.GamesGenre h3 {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
}

.GameItem:hover {
  display: block;
  z-index: 99;
}

.GameItem .AlwaysShown {
  position: relative;
  width: 160px;
  height: 130px;
}

.GameItem:hover .AlwaysShown {
  z-index: 999;
}

.MessageContainer .MultilineTextBox {
  height: 250px;
  min-height: 250px;
}

.MessageContainer #AdsPane {
  border: solid 1px #000;
  float: left;
  width: 160px;
}

.MessageContainer #MessagePane {
  float: left;
  margin: 0 0 0 60px;
  width: 650px;
}

.MessageContainer h3 {
  text-align: left;
  width: 622px;
}

.MessageContainer #MessagePane .Buttons {
  width: 622px;
}

.MessageContainer #MessagePane .Buttons .Button {
  float: right;
  margin: 10px 0 0 10px;
}

.MessageContainer .Label {
  font-weight: bold;
  padding: 6px 0 3px 0;
}

.MessageContainer .MessageReaderContainer {
  border: solid 1px #000;
  padding: 10px;
  width: 600px;
}

.MessageReaderContainer #Message {
  text-align: left;
}

#Message #DateSent {
  text-align: left;
}

#Message #Author {
  margin: 5px 0 0 0;
  text-align: left;
}

#Message #Subject {
  font-weight: bold;
  margin: 5px 0 0 0;
  text-align: left;
  max-width: 100px;
}

#Message .Body {
  text-align: left;
  vertical-align: top;
}

#MessageEditorContainer {
  border: solid 1px #000;
  padding: 10px;
  width: 600px;
}

.MessageEditor {
  text-align: left;
}

.MessageEditor #From {
  text-align: left;
  width: 39%;
}

.MessageEditor #To {
  margin: 5px 0 0 0;
  text-align: left;
  width: 39%;
}

.MessageEditor .CannedResponsesPanel {
  background-color: #eee;
  border: solid 1px #000;
  margin: 30px 0;
  width: 200px;
}

.MessageEditor .CannedResponsesPanel h4 {
  background-color: #ccc;
  border-bottom: solid 1px #000;
  font-size: 1.3em;
  margin: 0;
  text-align: center;
}

.MessageEditor #CannedResponses {
  margin: 0;
  padding: 5px 0;
  width: 200px;
}

.MessageEditor .CannedResponse {
  margin: 0;
  padding: 7px 5px;
  text-align: center;
  width: 190px;
}

.MessageEditor #CannedResponses .Button {
  padding: 3px 5px;
}

.MessageEditor .Body {
  text-align: left;
  vertical-align: top;
}

.MessageContainer #Confirmation h3 {
  text-align: left;
  width: 422px;
}

.MessageContainer #Confirmation .Buttons {
  width: 422px;
}

.MessageContainer #Confirmation #Message {
  border: solid 1px #000;
  padding: 10px;
  width: 400px;
}

#InvitationContainer #AdsPane {
  border: solid 1px #000;
  float: left;
  width: 160px;
}

#InvitationContainer #InvitationPane {
  float: left;
  margin: 0 0 0 60px;
  width: 650px;
}

#InvitationContainer h3 {
  text-align: left;
  width: 622px;
}

#InvitationContainer .Buttons {
  width: 622px;
}

#InvitationContainer .Button {
  float: right;
  font-family: Verdana, Sans-Serif;
  margin: 10px 0 0 10px;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}

#InvitationContainer .TextBox {
  border-color: Gray;
  border-style: dashed;
  padding: 5px;
  width: 98%;
}

#InvitationContainer .Label {
  font-weight: bold;
}

#InvitationContainer .MessageReaderContainer {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  padding: 10px;
  width: 600px;
}

.MessageReaderContainer #Message {
  float: left;
  text-align: left;
}

#InvitationContainer #MessageEditorContainer {
  margin: 10px;
}

#InvitationContainer #MessageEditorContainer .MessageEditor .CannedResponsesPanel {
  display: none;
}

#InvitationContainer #Confirmation h3 {
  text-align: left;
  width: 422px;
}

#InvitationContainer #Confirmation .Buttons {
  width: 422px;
}

#InvitationContainer #Confirmation #Message {
  border: solid 1px #000;
  margin: 10px;
  padding: 10px;
  width: 400px;
}

.btn-buynow {
  cursor: pointer;
  padding-top: 10px;
  margin-left: 135px;
  width: 117px;
  height: 40px;
  background: url(/images/buttons/btn-buynow.png);
}

.btn-buynow:hover {
  background-position: 0 50px;
}

.btn-continueshopping {
  cursor: pointer;
  padding-top: 10px;
  width: 213px;
  height: 40px;
  background: url(/images/buttons/btn-continue_shopping.png);
}

.btn-continueshopping:hover {
  background-position: 0 50px;
}

.GamesType {
  float: left;
}

.GameItem .hidden-by-default {
  display: none;
}

.GameItem:hover .hidden-by-default {
  display: block;
}

a.disabled {
  pointer-events: none;
}


#AdminContent {
  padding: 2px;
  font-family: Verdana;
  font-size: 12px;
}

#AdminContent p {
  margin: 0;
}

#AdminContent a {
  color: red;
}

#AdminContent hr {
  background-color: #848484;
  border: 0;
  color: #848484;
  height: 1px;
}

#AdminContent #RightSideGreen {
  text-align: right;
}

#AdminContent #RightSideGreen a {
  color: green;
  margin-right: 10px;
}

.VisitButton {
  float: left;
}

.VisitRow {}

.VisitDivText {
  float: right;
  width: 490px;
  text-align: left;
}

.VisitDivSpacer {
  clear: both;
  height: 10px;
}

.options-wrap {
	position: relative;
	display: inline-block;
	float: right;
}

.options-tab {
	position: relative;
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 0;
	cursor: pointer;
	z-index: 3;
}

.options-panel {
	position: absolute;
	top: 100%;
	right: 0;
	width: 160px;
	border: 1px solid #aaa;
	z-index: 2;
}

.options-disabled {
  
	padding: 4px 7px;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}