/***************** TreeView*****************/
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:pointer; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor:pointer; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:pointer;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: pointer; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: pointer; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}

input
{
  
}

/***************** ComboBox*****************/
.comboBox 
{ 
  border: 1px solid #A6A7AA; 
  background-color: white; 
}

.comboBoxHover
{ 
  border: 1px solid #555555; 
  background-color: white; 
}

.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  cursor: default;
}

.comboTextBox
{
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

.comboItem
{
  font-family: Verdana; 
  font-size: 11px; 
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.comboItemHover
{
  background-color: #B2B4BF; 
  background-image: url(images/comboItemBg.gif);
  font-family: Verdana; 
  font-size: 11px; 
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/***************** Menu *****************/
.Group
{
	font-family:Tahoma;
	font-size:8pt;
	display:block;
	text-align:left;
  border:solid 1px #e1e1e1;
  /*background-color:white;  background-color:white;border:solid 1px white; gray  background-color:silver; */
  
}

.Item
{
  background-color:#F7F7DE;
  height:20px;
  font-family:Tahoma; 
  font-size:8pt;
  cursor:pointer;
  display:block;
}

.ItemH
{
  height:20px;
  background-color:black;
  color:white; 
  font-family:Tahoma; 
  font-size:8pt; 
  font-weight:bold;
  border:solid 1px gray; 
  cursor:pointer;
  display:block;
}

.ItemExp
{
  height:20px;
  background-color:silver;
  color:black; 
  font-family:Tahoma; 
  font-size:8pt; 
  border:solid 1px white;  
  cursor:pointer;
  display:block;
}

/**************Rotator*****************/
.Rotator 
{
	/*
  border:solid 1px black;  border:solid 1px white;   border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
*/
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrame 
{
 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{

  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
  height:20px;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
  height:20px;
}

/**************Wrokshop_Notice*******  font-weight:bold; **********/
.Wrokshop_Notice
{
  line-height:25px;
  cursor:default; 
}

.Title
{
  font-family:Arial,Verdana; 
  font-weight:bold; 
  font-size: 8pt; 
  color: #FF9201;
}

.Content
{
  font-family: Arial, Verdana; 
  font-size: 8pt; 
  color: gray;
  white-space:nowrap;
}



