
      .outer-box{
      background:#fff;
      padding-left:6px;
      padding-right:6px;
      padding-top:6px;
      padding-bottom:6px;
      margin:0px 0;
      margin-top:4px;
      margin-bottom:4px;
      z-index:0;
      border-radius:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px
      }
      html #channel-body .outer-box { 
		background-color: rgba(205,205,255,0.40); 
	}
      #channel-body .outer-box { background-color: transparent; }
	html #channel-body .outer-box { filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#66cdcdff, endColorstr=#66cdcdff); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr=#66cdcdff, endColorstr=#66cdcdff)"; }

      .inner-box{
      background:#fff;
      padding-left:17px;
      padding-right:17px;
      padding-top:7px;
      padding-bottom:7px;
      margin:0px 0;
      z-index:0;
      border-radius:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px
      }
      html #channel-body .inner-box { background-color: rgba(255,255,255,0.70); }
	#channel-body .inner-box { background-color: transparent; }
	html #channel-body .inner-box { filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#b0ffffff, endColorstr=#b0ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr=#b0ffffff, endColorstr=#B0ffffff)"; }

      .orange-box{
      background:#f60;
      padding-left:17px;
      padding-right:17px;
      padding-top: 1px;
      padding-bottom: 1px;
      margin:0px 0;
      z-index:0;
      border-radius:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px
      }
      html #channel-body .orange-box { background-color: rgba(255,127,0,1); }

      #channel-body { 
      background-image: url(pics/x-bg.jpg);
      background-color: #ffffff;
      background-repeat: no-repeat;
      padding:10px;
      }

      body {
      font-family: sans-serif;
      font-size: 0.9em;
      }
      h2 {
	  color: #58a094;
	  color: #7c7c7c;
	  margin: 0px;
	  margin-top: 0.8em;
	  margin-bottom: 0.5em;
      }
      h3 {
	  font-size: 1.2em;
	  color: #FF6600;
	  margin: 0px;
	  margin-top: 0.8em;
	  margin-bottom: 0.5em;
      } 
      a {
      font-weight: bold;
      font-size: 0.8em;
      }
      p {
	  margin: 0px;
	  margin-top: 0.5em;
	  margin-bottom: 0.5em;
      }
      a:link#live { font-weight:bold; color:#ff0000; text-decoration:blink; }
      a:visited#live { font-weight:bold; color:#ff0000; text-decoration:blink; }
      a:focus#live { font-weight:bold; color:#ff0000; text-decoration:underline; }
      a:hover#live { font-weight:bold; color:#ff0000; text-decoration:underline; }
      a:active#live { font-weight:bold; color:#ff0000; text-decoration:underline; }

      a:link { font-weight:bold; color:#089fd1; text-decoration:none; }
      a:visited { font-weight:bold; color:#089fd1; text-decoration:none; }
      a:focus { font-weight:bold; color:#089fd1; text-decoration:underline; }
      a:hover { font-weight:bold; color:#089fd1; text-decoration:underline; }
      a:active { font-weight:bold; color:#7c7c7c; text-decoration:underline; }
      
      div.item {
        clear: both;
        font-size: 14px;
        padding: 10px 0 3px 0;
        border-bottom: 1px #AAAAAA dotted;
      }
      div.i_img {
        float: left;
        width: 51px;
        margin-right: 10px;
      }
      div.i_img img {
        padding: 1px;
        border: 1px #AAAAAA solid;
      }
      div.i_con {
        float: left;
        width: 285px;
      }
      #playername {
        color: #FF6600;
        font-weight:bold;
      }
      #motto {
        font-style:italic;
        font-size: 0.8em;
      }
      #location {
        font-size: 0.8em;
        color: #666666;
      }
     #keyword {
        font-weight:bold;
      }
