﻿/*G2AlertBox*/
.handle		{cursor: move;}
.moveme		{cursor: move;}
.msgoff  {position:absolute; TOP:20px; LEFT:350px; visibility:hidden}
.msgon   {position:absolute; TOP:20px; LEFT:350px; WIDTH:200px; border:1px solid black}
.msgbar  {font:bold 9pt Arial,sans-serif; color:#FFFFFF; cursor:hand}
.handle  {font:bold 9pt Arial,sans-serif; color:#FFFFFF}
.term    {color:#008000; cursor:hand;}


/*G2ComboBox Old Theme*/
.G2ComboBox_Frame_NoTheme{height:14px; border: solid 1px; border-right:0px; border-color: #404040 #D4D0C8 #D4D0C8 #404040; padding-right:4px; padding-left:4px;}
.G2ComboBox_NoTheme_Span{height:16px; border: solid 1px; border-right:0px; border-color: #808080 #FFFFFF #FFFFFF #808080;}
.FixedPosition{position:fixed;}

/*
From: TreeView.css - G2TreeView2 //TODO: this can be moved to the global styles css.
*/
.G2TreeView2 .NodeText
{
	cursor:default;
	padding:0px 4px 0px 2px;
	white-space:nowrap;
}

.G2TreeView2 .NodeText_MouseOver
{
	text-decoration:underline;
	color:navy;
}

.G2TreeView2 .NodeText_Selected
{
	background-color:#316ac5;
	color: white;
}

.G2TreeView2 .NodeText_Edit
{
	border:solid 1px #316ac5;
}



