.titem {
	font-size:11px;
	font-family:Arial;
	clear:both;
	height:20px;
	width:400px;
	overflow:hidden;
	white-space:nowrap;
}

.tswitch {
	background-position: -1px 0px;
  background-image:url("images/plusminus.gif");
  background-repeat:no-repeat;

  float:left;
	width:16px;
	height:20px;
	cursor:pointer;
	cursor:hand;
}

.timage {
	width:17px;
	height:16px;
  float:left;
	cursor:pointer;
	cursor:hand;
  background-image:url("images/bullet.gif");
  background-repeat:no-repeat;
}

a.tname {
	color:#000;
	background-color:transparent;
	text-decoration:none;
	padding:1px;
	padding-left:3px;
	padding-right:3px;
	display:inline-block;
	float:left;
	overflow:hidden;
	white-space:nowrap;
}

a.tname:hover {
	color:#000;
	text-decoration:none;
	background-color:#efefef;
	border:1px solid #999;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
}

a.selected, a.selected:hover {
	background-color:#e3ecfe;
	border:1px solid #7da5fa;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
}

.tbranch {
  background:url("images/subdots.gif");
	font-size:11px;
	font-family:Arial;
	padding-left:17px;
	background-color:transparent;
	display:none;
	clear:both;
}

.guipopupmenu {
	padding:2px;
	position:absolute;
	top:-1000px;
	left:-1000px;
	display:none;
	background:url("images/popleft.gif") #fff;
	border:1px solid #999;
	font-size:11px;
	font-family:Verdana,Arial;
	color:#222;
}

.guipopupmenu a {
	padding:3px;
	clear:both;
	display:block;
	padding-left:25px;
	color:#222;
	text-decoration:none;
	cursor:hand;
	white-space:nowrap;
}

.guipopupmenu a:hover {
	padding:2px;
	padding-left:24px;
	background-color:#efefef;
  border:1px solid #aaa;
	text-decoration:none;
	color:#222;
}

a.guiseparator {
	padding:0px;
	border-bottom:1px solid #9c9ab7;
	margin-left:23px;
	margin-bottom:1px;
	font-size:1px;
	cursor:normal;
}

a.guiseparator:hover {
	padding:0px;
	border:0px;
	background-color:transparent;
	border-bottom:1px solid #9c9ab7;
	font-size:1px;
	cursor:normal;
	cursor:default;
}

.guiwindow {
	border:2px outset #eee;
	background-color:#e7e7f3;
	top:-1000px;
	left:-1000px;
	position:absolute;
	display:none;
	width:50px;
	height:50px;
	font-family:Verdana,Tahoma;
	font-size:11px;
}

.guiwindow .header
{
	background-color: #eaf4fa;
	background:url("images/optline.gif");
	color:#1f3149;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	display:block;
	cursor:move;

	height:16px;
	padding:4px;
	padding-left:25px;
	border-bottom:1px outset #aacce6;
}        

.guiwindow .content{
	padding:5px;
	margin:0px;
	clear:both;
	color:#1f3149;
}        

.guiwindow .button{
	padding:1px;
	margin:2px;
	font-family:Verdana,Tahoma;
	font-size:11px;
}        

.button
{
	background-color:#eef3f0;
	background:url('images/button.gif');
	border:1px solid #aaa;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
	padding:4px;
	color:#333;
}

.text
{
	font-family:Verdana;
	font-size:12px;
	width:99%;
	color:#444;
	border:1px solid #777;
	padding-top:2px;
	padding-bottom:2px;
}

.matte
{
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.selectedrow {
	background-color:#c0e6a4;
}

.selectedrow td.selected {
	background-color:#cce6b9;
}
