#canvas
{
  width: 295px;
}

#shadowbox
{
	
  width: 295px;
  /*height: 567px;*/
	background: #000;
	
}


#content
{
	top: 100px;
	left: 30px;
  /*border: DarkGreen 1px solid;*/
  width: 295px;
  height: 400px;
  /*margin: 9px;*/	
}


#topmenu
{
	top: 40px;
	width: 537px;
	left: 9px;
	position: relative;
	text-align:right;
}

#scroll 
{
	margin: 0px 0px 0px 9px;
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
  position: relative; 
  width: 265px;
  height: 200px; 
  background-color: #ffffff;
  overflow: auto;
  border: 1px solid #d0d0d0;
  -moz-border-radius: 9px;
  
}


.item
{
  margin-bottom: 6px
}



#picker
{
	position: absolute;
	display: none;
  z-index: 100;
}

#sampleText
{
	left: 30px;
	font-weight: bold;
	font-size: 12px;

}

.helpBox {
	background:white; 
	width:130px;
    
}


#inputzone
{
	
	position: relative;
	width: 275px;
	
	margin: 5px 0px 0px 9px;
}

input.chatBox 
{
	font-family:  Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
  border: #c2c2c2 1px solid;	
  font-size: 11px;
  padding: 4px;
}


#messageBox 
{
	margin:5px 0 5px 0px;
	width: 265px;
	
}

#colorPicker
{
	margin:5px 0 5px 9px;
	width: 275px;
}

#onlineList
{
	margin:10px 0 5px 0px;
	width: 295px;
}

#swatchBoxId
{
	margin:10px 0 5px 9px;
	width: 275px;
}



#button
{
	margin-left:5px;
	background-color: gold;
	color: #000;
}


#selector
{
	font-weight: normal;
	width: 175px;
	font-size: 12pt;
	padding: 2px;
}



#gridTable  {
    
    width:300px;
    height:120px;
    
}
#swatch  {
    
    width:20px;
    height:15px;
    border:1px solid #585858;
    background: #000000;
    
    margin-top:2px;
}

.click  {
    cursor: crosshair;
    width: 20px;
    height: 9px;
    border-bottom:1px solid black;
    border-right:1px solid black;

}
.top {
   border-top:1px solid black;
}
.left {
   border-left:1px solid black;
}



#ChatBtn A:link, #ChatBtn A:visited {
    text-decoration: none;
    color: #000;
    font-size: 11px;
    padding: 4px 5px;
    border: 1px solid #ceb70d;
    background: url('/gather/img/_btn_gold_0.png') top left repeat-x;
}
#ChatBtn A:hover, #ChatBtn A:active {
    background: url('/gather/img/_btn_gold_1.png') top left repeat-x;
}
            
            
            
            
a.fontBtn
{
		background: url('/gather/img/_btn_font_color.png') 0 0 no-repeat;
		width: 22px;
		height: 20px;
} 

a:hover.fontBtn {
		background-position: -22px 0;
}

