﻿.fill-horizontal 
{
	width:100%;
}
.fileUploadName
{
  font-family:'Courier New';
  font-size:8pt;
  color:Gray;
}
.fileUploadNameSel
{
	font-family:Calibri;
  font-size:8pt;
	color:Blue;
}
.fieldLabel
{
	font-family:Calibri;
	color:black;
  font-size:9pt;
}
.inputField
{
	font-family:Calibri;
	color:Blue;
  font-size:9pt;
}
.previewField
{
	font-family:Calibri;
	color:Black;
  font-size:9pt;
}
.inputFieldEmpty
{
	font-family:Calibri;
	color:gray;
  font-size:9pt;
}
.LogOut
{
	color:orange;
	font-size:8pt;
}
.ContextMenuItemLabel
{
	font-weight: bold;
	font-size: 12px;
	color:Red;
	/*
	padding: 5px 5px 5px 28px;
	cursor:default;
	*/
}
.SiteHeader
{
	font-family:Tahoma;
}
.SiteName
{
	font-weight:bold;
	color:White;
	font-size:12pt;
}
.SiteVersion
{
	color: #999999;
	letter-spacing: 0pt;
	font-size:smaller;
	font-weight:normal;
}
.SiteBeta
{
	font-style: italic;
	color: #C1A299;
	letter-spacing: 0pt;
	font-size: smaller;
	font-weight: normal;
}
.SiteWarning
{
	color:Red;
	background:yellow;
	padding-left:2pt;
	padding-right:2pt;
	border: 1pt solid red;
}
/*Chart*/
.ChartConfigHead
{
	font-weight: bold;
}
.ChartMessage
{
	/*color:blue;*/
	font-weight:bold;
	font-style:italic;
}
.Note
{
	color:Gray;
	font-family:Arial;
	font-size:8pt;
}
.ParentNode
{
	font-weight:bold;
	background:#F8F8F8;
}
.EXP_DETAILS
{
	font-weight:bold;
	color:Black;
	text-decoration:none;
}
a.EXP_DETAILS:hover
{
	text-decoration:underline;
}
.EXP_DETAILS_OFF
{
	display:none;
	visibility:hidden;
}
.EXP_DETAILS_ON
{
	display:block;
	visibility:visible;
}
.GroupCount
{
	color:blue;
	font-weight:normal;
}
#GroupCount0
{
	color:silver;
	font-weight:normal;
}
#GroupCountHidden0
{
	color:silver;
	font-weight:normal;
	visibility:hidden;
}
a.DownloadFileLink
{
	color:blue;
}
.GridObjectLinkClick
{ 
	text-decoration: none; 
	color: #004891;
}
.GridEmailLinkClick
{
	text-decoration: none;
	color: #000099;
}
.GridObjectLinkClick:hover
{
	text-decoration:underline; 
	cursor:pointer;
}
.GridEmailLinkClick:hover
{
	text-decoration:underline; 
	cursor:pointer;
}
.TreeNodeActive
{
	text-decoration:none;
	color:Black;
	font-weight:200;
	cursor:default;
}
.TreeNodeActive a
{
	text-decoration:none;
	color:Black;
	font-weight:100;
	cursor:pointer;
}
.TreeNodeActive a:hover
{
	text-decoration:underline;
}
.TreeNodeDisabled
{
	color:Gray;
	cursor:crosshair;
}