/* TABLE CONTENT */
.TableContentContainer {
    border: 1px solid #5F4D41;
    position: relative;
    margin-right: 4px;
    height: 100%;
    background-color: #d4c0a1;
    padding: 0px;
  }
  .TableContent {
    width: 100%;
    border-collapse: collapse;
  }
  .TableContent td {
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
  }
  /* INNERLYOUT 1 */
  .TableContainer .Table1 {
    width: 100%;
    background-color: #d4c0a1;
    border: 2px solid #55636c;
  }
  .TableContainer .Table1 .InnerTableContainer {
    padding: 5px;
  }
  /* INNERLYOUT 2 */
  .TableContainer .Table2 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
  }
  .TableContainer .Table2 td {
    padding: 0px;
    margin: 0px;
  }
  .TableContainer .Table2 .InnerTableContainer {
    margin-top: 1px;
  }
  .TableContainer .Table2 .InnerTableContainer table {
    border-collapse: collapse;
  }
  .TableContainer .Table2 .InnerTableContainer td {
    padding-top: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    border: 1px solid #faf0d7;
  }
  /* INNERLYOUT 3 */
  .TableContainer .Table3 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
  }
  .TableContainer .Table3 .InnerTableContainer {
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-left: 3px;
  }
  .TableContainer .Table3 .TableContentAndRightShadow td {
    border: 1px solid #faf0d7;
  }
  /* INNERLYOUT 4 */
  .TableContainer .Table4 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
    padding-left: 3px;
  }
  .TableContainer .Table4 .InnerTableContainer {
    width: 100%;
    position: relative;
    margin-top: 3px;
  }
  .TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .TableContainer .RowInnerTableDataBorders td {
    border: 1px solid #faf0d7;
  }
  /* INNERLYOUT 5 */
  .TableContainer .Table5 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
  }
  .TableContainer .Table5 .InnerTableContainer {
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-left: 3px;
  }
  .TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  /* SHADOWS */
  .TableShadowContainerRightTop {
    position: relative;
    top: 0px;
    right: 3px;
    margin-right: 0px;
    font-size: 1px;
    float: right;
    z-index: 98;
  }
  .TableShadowRightTop {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 4px;
    height: 5px;
    z-index: 98;
  }
  .TableContentAndRightShadow {
    position: relative;
    background-repeat: repeat-y;
    background-position: top right;
    margin-right: 3px;
    font-size: 1px;
  }
  .TableShadowContainer {
    position: relative;
    margin-right: 5px;
  }
  .TableBottomShadow {
    position: relative;
    font-size: 1px;
    height: 5px;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .TableBottomLeftShadow {
    position: relative;
    height: 5px;
    width: 4px;
    float: left;
    padding: 0px;
    margin: 0px;
  }
  .TableBottomRightShadow {
    position: relative;
    float: right;
    right: -2px;
    top: 0px;
    height: 5px;
    width: 4px;
  }
  /* INNER TABLE TABS */
  .InnerTableTab {
    position: relative;
    float: left;
    top: 5px;
    margin-left: 1px;
    margin-right: 0px;
    cursor: pointer;
    vertical-align: middle;
    width: 105px;
    height: 45px;
  }
  .InnerTableTab .RibbonNewProduct {
    position: absolute;
    top: 2px;
    left: -1px;
    height: 39px;
    width: 39px;
    z-index: 199;
  }
  .ActiveInnerTableTab .RibbonNewProduct {
    top: -2px;
  }
  .InnerTableTab .RibbonLastChance {
    position: absolute;
    top: 2px;
    left: 65px;
    height: 39px;
    width: 39px;
    z-index: 199;
  }
  .ActiveInnerTableTab .RibbonLastChance {
    top: -2px;
    left: 64px;
  }
  .InnerTableTab a {
    border: 0px;
    color: #5A2800;
    font-weight: normal;
  }
  .InnerTableTab a img {
    border: 0px;
    width: 105px;
    height: 45px;
    position: absolute;
    top: 0px;
  }
  .InnerTableTabLabel {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 86px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
  }
  .InnerTableTab a:hover {
    border: 0px;
    color: #5A2800;
  /*  font-weight: normal;*/
    text-decoration: none;
  }
  .ActiveInnerTableTab {
    z-index: 99;
    top: 6px;
  }
  .ActiveInnerTableTab a {
    font-weight: bold;
  }
  .ActiveInnerTableTab .InnerTableTabLabel {
    top: 6px;
    padding-top: 1px;
  }
  .ProductCategoryHelperDiv {
    position: relative;
    float:right;
    top: 35px;
    right: 5px;
  }
  .TableTabInnerArea {
    padding: 10px !important;
  }
  /* TOGGLE BUTTON */
  .BigToggleButton {
    text-align: center;
    cursor: pointer;
    font-weight: normal;
  }
  .BigToggleButton:hover {
    font-weight: bold;
  }
  /* HEADLESS CONTENT TABLE */
  .HeadlessTable {
    border: 0px;
    border-style: solid;
    border-color: #656565;
    border-top-width: 1px;
    border-top-color: white;
    border-left-width: 1px;
    border-left-color: white;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-right-color: #656565;
    margin-left: 15px;
  }
  /* LABELS */
  .LabelV {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
  }
  .LabelV120 {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 120px;
  }
  .LabelV150 {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 150px;
  }
  .LabelV200 {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 200px;
  }
  .LabelH {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    background-color: #d5c0a1;
  
  }
  .LabelH td {
    background-color: #d5c0a1;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
  }
  
  /* BUTTONS */
  .InnerTableButtonRow {
    width: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 4px;
    border: 0px;
  }
  .InnerTableButtonRow td {
    padding-right: 4px;
  }
  .MediumButtonText {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 37px;
    width: 150px;
    z-index: 20;
  }
  .MediumButtonBackground {
    position: relative;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 37px;
    z-index: 10;
  }
  .MediumButtonOver {
    position: relative;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 37px;
    visibility: hidden;
    z-index: 15;
  }
  .MediumButtonForm {
    margin: 0px;
    padding: 0px;
  }
  .BigButton {
    position: relative;
    width: 135px;
    height: 25px;
    z-index: 10;
  }
  .BigButtonOver {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 135px;
    height: 25px;
    visibility: hidden;
    z-index: 15;
  }
  .ButtonText {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 135px;
    z-index: 20;
  }
  .TopButtonContainer {
    position: relative;
    right: 4px;
    top: 4px;
    z-index: 60;
  }
  .TopButtonContainerInnerTable {
    position: absolute;
    right: 4px;
    top: 2px;
    z-index: 60;
  }
  * html .TopButtonContainer {
    right: 27px;
  }
  .TopButtonContainer .TopButton {
    position: absolute;
    right: 0px;
    z-index: 55;
  }
  #world_list_tr td {
    text-align: left;
  }
  .OptionContainer {
    text-align: center;
  }
  label {
    cursor: pointer;
  }
  .InputIndicator {
    position: relative;
    top: 5px;
    left: 218px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
  }
  
  *
    payment system
  */
  .GameCode {
    text-transform: uppercase;
    width: 60px;
  }
  .Saving {
    background-color: blue;
    color: white;
    padding: 1px 8px;
    border: 2px solid;
    border-radius: 10px;
    font-size: 10px;
  }
  #LastSaving {
    background-color: red;
  }
  .BGRed {
    background-color: #EF0000;
  }
  .BGOrange {
    background-color: #FF9712;;
  }
  .BGGreen {
    background-color: #00BF00; 
  }
  .Content .BoxContent .Disabled td {
    color: grey;
  }
  .PlaySpanContainer {
    position: relative;
    text-align: center;
  }
  .ServiceID_Icon_Container {
    position: relative;
    width: 156px;
    height: 156px;
    float: left;
    margin: 3px;
  }
  .ServiceID_Icon_Container_Background {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 3px;
    left: 3px;
  }
  .ServiceID_Icon_Container label {
    font-size: 8pt;
  }
  .ServiceID_Icon {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
  }
  
  .ServiceID_Icon img.ShopExtras {
    text-align:center;
    margin-top:60px;
    width:50px;
  }
  
  .ServiceID_Icon img.ShopOutfits {
    position: absolute;
  }
  
  .ServiceID_Icon img.left {
    top: 30%;
    left: 15%;
  }
  
  .ServiceID_Icon img.right {
    top: 30%;
    right: 15%;
  }
  
  .ServiceID_Icon_New {
    position: absolute;
    left: 10px;
    top: 48px;
    height: 64px;
    width: 128px;
  }
  .ServiceID_Icon .ServiceID_Deactivated {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 99;
  }
  .ServiceID_Icon .ServiceID_Icon_Selected {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 98;
  }
  .ServiceID_Icon .ServiceIDLabelContainer {
    position: absolute;
    left: 0px;
    display: table;
    top: 6px;
    height: 35px; 
    width: 130px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 99;
  }
  .ServiceID_Icon .ServiceIDLabel {
    display: table-cell;
    vertical-align: middle;
  }
  .ServiceID_Icon .ServiceIDPriceContainer {
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 99;
  }
  .ServiceID_Icon .ServiceIDSpecialOffer {
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 100;
  }
  .ServiceID_Icon .ServiceID_Icon_Over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 97;
  }
  .ServiceID_Icon .ServiceID_HelperDiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 399;
  }
  .ServiceID_Icon .RibbonNewProduct {
    position: absolute;
    top: -4px;
    left: -4px;
    height: 58px;
    width: 58px;
    z-index: 199;
  }
  .ServiceID_Icon .RibbonLastChance {
    position: absolute;
    top: -4px;
    left: 96px;
    height: 58px;
    width: 58px;
    z-index: 199;
  }
  .ServiceID_Icon .ServiceID_Icon_Animation_1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    height: 150px;
    display: none;
    z-index: 95;
  }
  
  .ServiceID_Icon .ServiceID_Icon_New_Animation_1 {
    position: absolute;
    top: 48px;
    right: 12px;
    width: 128px;
    height: 64px;
    display: none;
    z-index: 95;
  }
  
  .PMCID_Icon_Container {
    position: relative;
    width: 156px;
    height: 106px;
    float: left;
    margin: 3px;
  }
  .PMCID_Icon_Container label {
    font-size: 8pt;
  }
  .PMCID_Icon {
    position: relative;
    float: left;
    top: 3px;
    left: 3px;
    width: 150px;
    height: 100px;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
  }
  .PMCID_Icon .PMCID_CP_Icon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .PMCID_Icon .PMCID_CP_Label {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 18px;
    z-index: 99;
  }
  .PMCID_Icon .PMCID_Icon_Selected {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100px;
    z-index: 98;
  }
  .PMCID_Icon .PMCID_Deactivated {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100px;
    z-index: 99;
  }
  .PMCID_Icon .PMCID_Icon_Over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100px;
  }
  
  .PermanentDeactivated {
    position: absolute;
    left: 0px;
    z-index: 400;
  }
  .PermanentDeactivated .PMCID_Deactivated {
    position: relative;
    left: 0px;
    width: 150px;
  }
  
  .PermanentDeactivated .ServiceID_Deactivated {
    position: relative;
    left: 0px;
    width: 150px;
  }
  
  /* button row */
  .SubmitButtonRow {
    position: relative;
    height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center
  }
  .SubmitButtonRow .LeftButton {
    float: left;
    margin-left: 50px;
  }
  .SubmitButtonRow .CenterButton {
    margin-left: auto;
    margin-right: auto;
    width: 135px;
  }
  .SubmitButtonRow .RightButton {
    float: right;
    margin-right: 50px;
  }
  
  .textWarning {
      font-weight:bold;
      color:#cc3333;
  }
  
  .totalCoins{
      font-weight:bold;
      color:black;
  }