body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2A293;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;

	scrollbar-track-color: #1A1511;
	scrollbar-base-color: #4D4135;
	scrollbar-arrow-color: #B2A293;
	scrollbar-3dlight-color: #5C5042;
	scrollbar-highlight-color: #4D4135;
	scrollbar-face-color: #4D4135;
	scrollbar-shadow-color:#4D4135;
	scrollbar-darkshadow-color:  #362C22;

	background-color: #382B22;
	background-image: url();
}

table.null{
	color: #B2A293;
}
table{
	font-size: 11px;
	color: #ffffff;
}
input.delPrice{
	font-size: 11px;
	color: #ffffff;
	/*font-weight: bold;*/
	background-color: #DD0000;
	width: 100px;
	border: 0px;
}

a.headerLink{
	text-decoration: none;	
}
a.headerLink:hover{
	font-weight: bold;
	text-decoration: underline;
}
.delEmphasis{
	font-weight: bold;
}
.backLinks{

}
.descTextArea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.invisibleItem{
	border: 1px solid #000000;
	filter:alpha(Opacity=70);
}
.invisibleItemText{
	font-size: 10px;
	text-decoration: bolder;
}
div.controlWindowItemsMove{
	font-size: 8px;
	padding-right: 2px;
	padding-left: 2px;
	float: right;
}
a.controlWindowItemsMove{
	font-size: 8px;
	color: #F4BD7B;
	text-decoration: underline;
}
a.controlWindowItemsMove:hover{
	font-size: 8px;
	color: #F4D8B6;
	text-decoration: none;
}
div.controlWindowItems{
	/*height: 16px;
	width: 80px;
	background-color: #666666; 
	layer-background-color: #666666; 
	border: 1px solid #000000;*/
	float: right;
}
a.controlWindowItems{
	font-size: 10px;
	text-decoration: none;
	color: #F4BD7B;
}
a.controlWindowItems:hover{
	text-decoration: underline;	
	font-size: 10px;
	color: #F4D8B6;
}
.catLink{
	text-decoration: underline;
	color: #ffffff;
	font-size: 11px;
}
div.controlWindowGroups{

}
a.controlWindowGroups{
	font-size: 10px;
	text-decoration: none;
	color: #F4BD7B;
}
a.controlWindowGroups:hover{
	text-decoration: underline;	
	font-size: 10px;
	color: #F4D8B6;
}
.errMessage{
	text-decoration: bolder;
	color: #500000;
	font-size: 11px;
}


input{
  border-top : 1px ;
  border-bottom : 1px ;
  border-left : 1px ;
  border-right : 1px ;
  border-style: solid;
  border-color: #B2A293;
  color : #B2A293;
  background : #4B3F33;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
}

textarea{
  border-top : 1px ;
  border-bottom : 1px ;
  border-left : 1px ;
  border-right : 1px ;
  border-style: solid;
  border-color: #B2A293;
  color : #B2A293;
  background : #4B3F33;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
}


select{
  border-top : 1px ;
  border-bottom : 1px ;
  border-left : 1px ;
  border-right : 1px ;
  border-style: solid;
  border-color: #B2A293;
  color : #B2A293;
  background : #4B3F33;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;

  	scrollbar-track-color: #1A1511;
	scrollbar-base-color: #4D4135;
	scrollbar-arrow-color: #B2A293;
	scrollbar-3dlight-color: #5C5042;
	scrollbar-highlight-color: #4D4135;
	scrollbar-face-color: #4D4135;
	scrollbar-shadow-color:#4D4135;
	scrollbar-darkshadow-color:  #362C22;
}

a:hover {  
color: #F4D8B6;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
}

a { 
color: #F4BD7B;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}