  .mainbody
  {
    margin-top:0px;
    margin-left:0px;
    background: #FFDDBB; /* url('background.jpg'); */
  }
  
  .onespin
  {
    width: 164px;
    height: 500px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
  }
  .picturespin
  {
    position: relative;
    z-index: 0;
  }

/* _________________________Info block */
  .infowintable  /* UnActive */
  {
    border:0px;
    height:100%;
	width:100%;
  }
  
  .infoblocktable
  {
    border:0px;       
	padding:10px;
	height:100%;
	width:100%;
  }

  .infoirontable
  {
    border:0px;
	height:100%;
	width:100%;
    background:url(irontablebg.png);
  }

  .spintable
  {
    border:0px outset;       /* ridge; */
    background:#777777;
  }  
  
  /* UnUsable InfoCell */
  .InfoCell
  {
    text-align: center;
    background: url('infotable2.jpg');
    width: 163px;
    height: 44px;
  }  
  
  .infoblock
  {
    background:black;
    color:yellow;
    font-size:20px;
    font-weight:bolder; 
    width:134px;
    padding-top:3px;
    text-align:right;
  }
  
  .infoblock1
  {
    background:black;
    color:yellow; 
    font-size:20px;
    font-weight:bold;
    width:42px;
    text-align:right;
  }
  
  .infoblockgray
  {
    color:#000000; 
    font-size:18;
    font-weight:bolder;
    width:150px;
    text-align:right;
  }

  .infoblockgray1
  {
    color:#000000; 
    text-align:center;
  }  
  
  .infoblockgray2
  {
    color:#000000; 
    font-size:13;
    font-weight:bolder;
    text-align:left;
  }

  .infoblockrisk
  {
    color:#000000; 
    font-size:18;
    font-weight:bolder;
    text-align:center;
  }  
/* /InfoBlock */

  .nomargin
  {
    margin:0px;
    padding:0px;
  }
  
  .LoginWinObject
  {
     position: absolute;
     visibility: visible;
     z-index: 15;
     height:420px;
     width:420px;
  }

  .HelpWinObject
  {
     position: absolute;
     visibility: visible;
     z-index: 15;
     height:540px;
     width:880px;
  }
     
  .MessageWinObject
  {
     position: absolute;
     visibility: visible;
     z-index: 15;
     height:400px;
     width:400px;
  }
  
  .Link
  {
    color:1111FF;
    text-decoration: underline;
    cursor: pointer;
  }
  
  /* Picture Buttons */
  .ballcp
  {
    cursor: pointer;
  }
  
  .picbutton
  {
    cursor: pointer;
  }
  
  .loginpic
  {
    height:18px;
    width:86px;
    cursor: pointer;
  }
  
  .sPlayMode
  {
    height:44px;
    width:44px;
    cursor: pointer;
  }
   
/* ____________________________________Risk Form table */     
  .RiskForm
  {
    width:280px;
    height:200px;
    background: #AADDFF;
    border:12px #AADDFF outset;
  }
   
  
/* ____________________________________Spin Button */  
  
  .spinbutton
  {
    /* width:  64px;
    height: 50px;   64px */
    width:  66px;
    height: 51px;   
    cursor: pointer;
  }

/* ____________________________________Hidden Div */

.hiddendiv {
	visibility:hidden; 
	position:absolute;
	top: 1px;
	left: 1px;
}

/* ____________________________________View Lines */  

  .viewline
  {
    position:absolute;
    width: 550px;
    font-size: 3px;
    height: 3px;
    z-index:5;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
  }
  
  .linepos
  {
    position:relative;
    visibility: hidden;
    top: 37px;
    left: 0px;
  }
    
  .viewline1
  {
    background: #FFFF00;
    border: 1px outset #FFFF00;   /* border: 1px solid #CCAA55; */
    top: 284px;
    left: 0px;
  }
    
  .viewline2
  {
    background: #AADDFF;
    border: 1px outset #AADDFF;      /* border: 1px solid #5555FF; */
    top: 118px;
    left: 0px;
  }
  
  .viewline3
  {
    background: #99FF99;
    border: 1px outset #99FF99;                /* border: 1px solid #33AA33; */
    top: 450px;
    left: 0px;
  }
  
  .viewline4
  {
    	             /* background: #FFAACC;  */
	visibility: hidden;
	position: absolute;
    z-index: 4;
  }
  
  .viewline5
  {
    	             /* background: #CCAAFF;  */
	visibility: hidden;
	position: absolute;
    z-index: 4;
  }
