/*##### Blue Datamine #####*/

/*####### Wizard #######*/
.Wizard
{
	border: 1px solid #000000;
	background-color: #e4ecf7;
	width: 95%;
	height: 400px;
	margin-top: 0px;
	
}

.WizardTitle
{
	color: #FFFFFF;
	background-color: #0d5ac2;
	font-family:Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
}

.WizardBody
{
	background-color: #e4ecf7;
	height: 100%;
	vertical-align: top;
	/*width: 90%;
	margin-top: 0px;	*/
}

.WizardSideBar
{
	width: 200px;	
	background-color: #e4ecf7;
	background-image: url(../images/Wizard.jpg);
}

#WizardImage
{
	background-image: url(../images/WizardImage.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:200px;
	height:400px;
}

.StepTitle
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background-color: #e4ecf7;
}

.StepDescription
{
	font-size: 0.7em;
	padding: 5px;
	background-color: #e4ecf7;
}

.StepForm
{
	width: 100%;
	background-color:#e4ecf7;
}

.WizardFormBody
{
	border: 0px;
	margin-top: 0px;
}

.WizardMenuBar
{
	background-image: url(../images/MenuBar.jpg);
	border-top: solid 1px #000000;
	text-align: right;
	height: 22px;
}

.WizardButton
{
	background-color:transparent;
	font-size:10px;
	font-family:Arial;
	border:0px;
	height: 20px;
	margin-right: 0px;
	cursor:hand;
	border-right: solid 1px #E7E8E3;
	overflow: visible;
	padding-right:5px;
	color:#ffffff;
	cursor:pointer;
}

.WizardButtonCancel
{
	background-image:url(../images/ButtonImages/Cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	border-right:0;
}

.WizardButtonNext
{
	background-image:url(../images/ButtonImages/Next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.WizardButtonBack
{
	background-image:url(../images/ButtonImages/Back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	color:#ffffff;
}

/*####### DatePicker #######*/
.DatePicker_ClearDateText
{
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
}



/*####### Available SnapIns #######*/

.AvailableSnapInsDock
{
	padding:0px;
	margin:0px;
	background-color: #efefef;
	width: 100%;
	height: 100%;
	vertical-align: top;
}



/*####### Selected SnapIns Dock #######*/
.SelectedSnapInsDock
{
	margin:0px;
	width:203px;
	height: 100%;
	vertical-align: top;
}

.SelectedSnapInsDock tr
{
	vertical-align: top;
}



/*####### SnapIns #######*/
.SnapIn
{
	margin-bottom: 5px;	
}

.SnapIn_HeaderExpanded 
{
	background-image: url(../images/SnapInTitleBackground.jpg);
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #ffffff;
	width: 195px;
	height: 21px;
	font-family: Verdana;	
	font-weight: bold;
	font-size: 10px;
}

.SnapIn_HeaderExpanded tr
{
	vertical-align: middle;	
}

.SnapIn_HeaderCollapsed
{
	background-image: url(../images/SnapInTitleBackground.jpg);
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #ffffff;
	width: 195px;
	height: 21px;
	font-family: Verdana;	
	font-weight: bold;
	font-size: 10px;
}

.SnapIn_HeaderCollapsed tr
{
	vertical-align: middle;	
}

.SnapIn_Body
{
	background-color: #ffffff;
	border: solid 1px #000000;
	border-top: none;
	width: 195px;
}
#SnapIn_Min
{
	background-image: url(../images/SnapInMinbutton.gif);
}
#SnapIn_Max
{
	background-image: url(../images/SnapInMaxbutton.gif);
}

/*###### SnapIn Search ######*/
.Snapin_Search
{
	
}
.Snapin_Search_LabelRow
{
	
}
.Snapin_Search_TextBoxCell
{
	Padding-left:20px;
}
.Snapin_Search_TextBox
{
	font-size:0.6em;
	border:solid 1px #000000;	
}
.Snapin_Search_Label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 0.6em;
	padding-left:5px;
}
.Snapin_Search_Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.6em;
	padding-left:5px;
}

/*####### Directory Picker #######*/
.DirectoryPicker_Body
{ 
  border: #00A000 1px solid; 
  background-color:White;
  padding-top:2px;
  cursor: default; 
}

.DirectoryPicker_CloseButton
{
	font-size: 10px;
	text-align: left;
}

.DirectoryPicker_TreeView 
{ 
  border: #FFFFFF 0px solid; 
  background-color:White;
  padding-top:2px;
  cursor: default; 
  height:200px;
  width: 200px;
}

.DirectoryPicker_TreeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px;
  cursor: default; 
}

.DirectoryPicker_HoverTreeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color: #648bcb; 
  text-decoration: underline; 
  cursor: default; 
}

.DirectoryPicker_SelectedTreeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #a0a0a0; 
  cursor: default; 
}

.DirectoryPicker_NodeEdit 
{
  border:1px silver solid;
  font-family: tahoma; 
  font-size: 11px;
}


.DirectoryPicker_ShowPickerButton
{
	background: url(../../../images/folderSelect.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px;
	width: 15px;
	height: 16px;
}


/*####### Misc #######*/
.GenericText
{
	font-size: 12px;
	font-family: Tahoma;
}

.DropDownList
{
	font-family: Arial;
	font-size: 10px;
}

.RadioButtonList
{
	font-family: Arial;
	font-size: 11px;
}

/*####### HelmTextBox #######*/
.HelmTextBox
{
	border: solid 1 #787B6C;
	background-color: #ffffff;
	font-family: Arial;	
	font-size: 11px;
	color:#000000;
}

/*####### HelmTable #######*/
.HelmTable
{
	padding: 3px;
}

.HelmTable th
{
	padding : 3px;
	font-family: Arial;	
	font-size: 12px;
	color:#000000;
	white-space: nowrap;
}

.HelmTable tr
{
	font-family: Arial;	
	font-size: 10px;
	color:#000000;
	white-space: nowrap;
}

/*####### Generic #######*/
.GreenEnvyMenuBar
{
	background-color: #EEEEEE;
	border-bottom: solid 1px #00A000;	
}

/*####### File Manager #######*/
.FileManagerLayOut /* fileMananger Main layout */
{ 
  width:100%;
  height:100%;
}
.FileManager_Files
{
	width:100%;
	background-color:#ffffff;
}

.FileManagerGrid 
{ 
  cursor: default;
  width: 100%;
}

.HeadingCell 
{ 
  background-color: #FFFFFF; 
  background-image: url(../../../../../Common/Images/FileManager/header_bg.gif);   
  padding: 3px;
  padding-bottom: 4px;
  width:200px;
  font-family: MS Sans Serif; 
  font-size: 10px;
}

.HeadingCellHover 
{ 
  background-image: url(../../../../../Common/Images/FileManager/header_hoverBg.gif);   
  padding: 3px;
  padding-bottom: 4px;
  padding-right: 1px;
}

.HeadingCellActive
{ 
  background-image: url(../../../../../Common/Images/FileManager/header_activeBg.gif);   
  padding: 3px;
  padding-bottom: 4px;
  border-right: 1px solid #808099; 
  padding-right: 0px;
}

.HeadingCellText
{
  cursor: default;
  font-family: MS Sans Serif; 
  font-size: 10px; 
  padding-right: 5px;
}

.Row 
{ 
  background-color: #FFFFFF; 
}

.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  font-family: MS Sans Serif; 
  font-size: 10px; 
  cursor: default;
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  cursor: default;
  background-color: #efefef; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: MS Sans Serif; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.FileManager_FolderTree
{
	Width: 200px;
}

.FileManager_TreeView 
{ 
  background-color:white;
  padding-top:1px; 
  padding-left:1px; 
  cursor:default; 
  width: 200px;
  height:460px;
  border-right: 1px solid  #B5B6C8;	
}

.FileManager_TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.FileManager_GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.FileManager_HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.FileManager_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: default; 
}

.FileManager_NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}
.FileManagerBody
{
	border: 1px solid #0000A0;
	background-color: #ffffff;
	width:90%;
	margin-top: 0px;
}

.FileManagerMenuBar
{
	background-image: url(../images/MenuBar.jpg);
	border-bottom: solid 1px #0000A0;
	width:750px;	
}

.FileManagerButton
{
	background-color:transparent;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica;
	border:0px;
	height: 20px;
	margin: 2px;
	margin-right: 0px;
	cursor:hand;
	border-right: solid 1px #c5c5c5;
	overflow: visible;
	padding-left: 20px;
	padding-right:5px;
	color:#ffffff;
}

.FileManagerButtonBack
{
	background-image:url(../images/ButtonImages/PageBack.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	border:0px;
	color:#000000;
}
.FileManagerButtonDelete
{
	background-image:url(../images/FileManagerButtonImages/Delete.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonMove
{
	background-image:url(../images/FileManagerButtonImages/Move.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonCopy
{
	background-image:url(../images/FileManagerButtonImages/Copy.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonRename
{
	background-image:url(../images/FileManagerButtonImages/Rename.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonNewFile
{
	background-image:url(../images/FileManagerButtonImages/NewFile.gif);
	background-repeat:no-repeat;	
}
.FileManagerButtonNewFolder
{
	background-image:url(../images/FileManagerButtonImages/NewFolder.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonProperties
{
	background-image:url(../images/FileManagerButtonImages/Properties.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonView
{
	background-image:url(../images/FileManagerButtonImages/View.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonZip
{
	background-image:url(../images/FileManagerButtonImages/Zip.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonUnzip
{
	background-image:url(../images/FileManagerButtonImages/Unzip.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonUpload
{
	background-image:url(../images/FileManagerButtonImages/Upload.gif);
	background-repeat:no-repeat;
		
}
.FileManagerButtonDownload
{
	background-image:url(../images/FileManagerButtonImages/Download.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonAdd
{
	background-image:url(../images/FileManagerButtonImages/Add.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonEdit
{
	background-image:url(../images/FileManagerButtonImages/Edit.gif);
	background-repeat:no-repeat;
	
}
.FileManagerButtonRefresh
{
	background-image:url(../images/FileManagerButtonImages/Refresh.gif);
	background-repeat:no-repeat;	
}



/*####### Custom Links #######*/
.CustomLinkIFrame
{
	width: 100%;
	height: 95%;	
}



/*####### Notes #######*/
.Notes
{
	padding-left: 3px;
	background-color: #ffffff;
	width: 193px;
	font-size: 10px;
	padding-top: 5px;
}

.Notes a
{
	text-decoration: none;	
	color: #555555;
}

.Notes a:hover
{
	text-decoration: none;	
	color: #000000;
}

.NotesDock
{
	padding:0px;
	margin:0px;
	/**background-color: #5EC55F;**/
	width: 190px;
}

.NotesDock_Row
{
	padding-bottom: 30px;	
	vertical-align: top;
	height:30px;
	margin: 0px;
	padding-top: 5px;
}

.note
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.noteHeaderCollapsed
{
	width:182px;
	font-size: 10px;
	padding-left:10;
	height: 28px;
}

.noteHeaderCollapsed td
{
	vertical-align: middle;
}

.noteHeaderExpanded
{
	width:182px;
	font-size: 10px;
	height: 28px;
	background-image: url(../../../images/Note/NoteBackgroundTop.gif);
	background-repeat: no-repeat;
	border-left:solid 2 #FDBE03;
	border-top:solid 1 #FDBE03;
	border-right:solid 1 #FDBE03;
}

.noteHeaderExpanded td
{
	vertical-align: middle;
}

#NoteHeaderText
{
	height: 13px;
	overflow:hidden;
}

.noteBody
{
	background-image: url(../../../images/Note/NoteBackgroundBottom.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	width:182px;
	height:142px;
	margin:0px;
	padding:0px;
	border-left:solid 2 #FDBE03;
	border-right:solid 1 #FDBE03;
	border-bottom:solid 2 #FDBE03;
}

.noteMessage_Else
{
	padding: 10px;
	height: 115px;	
	text-align: left;
	overflow:auto;
	scrollbar-base-color:#DBC863;
	scrollbar-darkshadow-color:#DBC863;
}

.noteMessage_Netscape
{
	padding: 10px;
	padding-bottom: 0px;
	height: 105px;	
	text-align: left;
	overflow:auto;
	scrollbar-base-color:#DBC863;
	scrollbar-darkshadow-color:#DBC863;
}

.noteButtons
{
	margin: 0px;
	padding:0px;
}

.noteButtons a
{
	color: #555555;	
	text-decoration: none;	
}

.noteButtons a:hover
{
	color: #ffffff;
}




/*####### Navigation Buttons / Nav Area #######*/
.NavArea
{
	width:90%;	
}

.NavigationButton_Image
{
	
	border: 0px;	
}

.NavigationButton_Label a
{
	
	font-size:12px;	
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	padding-top:20;
}

.navButton  /* <-- GreenEnvy only */
{
	/*margin: 10px;*/
	width:110px;
	margin-bottom: 20px;
}



/*####### Login Page #######*/

.loginBG
{
	background-image: url(../images/LoginImages/LoginBG.gif);
}
#loginImage1
{
	background-image: url(../images/LoginImages/LoginImage1.jpg);	
	height: 95;
	width: 245;
}
#loginImage2
{
	background-image: url(../images/LoginImages/LoginImage2.jpg);	
	height: 95;
	width: 413;
}
#loginImage3
{
	background-image: url(../images/LoginImages/LoginImage3.jpg);	
	height: 195;
	width: 245;
}
.loginImage4
{
	background-image: url(../images/LoginImages/LoginImage4.jpg);	
	background-repeat: no-repeat;
}
#loginImage5
{
	background-image: url(../images/LoginImages/LoginImage5.jpg);	
	height: 45;
	width: 245;
}
#loginImage6
{
	background-image: url(../images/LoginImages/LoginImage6.jpg);	
	height: 45;
	width: 413;
}
#loginImage7
{
	background-image: url(../images/LoginImages/LoginImage7.jpg);	
	height: 40;
	width: 245;
}
.loginImage8
{
	background-image: url(../images/LoginImages/LoginImage8.jpg);	
	background-repeat:no-repeat;
	color: #ffffff;
	font-size:12;
	font-family:Arial;
	padding-right:45;
	
}
#loginImage9
{
	background-image: url(../images/LoginImages/LoginImage9.jpg);	
	height: 35;
	width: 245;
}
#loginImage10
{
	background-image: url(../images/LoginImages/LoginImage10.jpg);	
	height: 35;
	width: 413;
}
.loginLabel
{
	color: #ffffff;
	font-size: 14;
	font-family: Tahoma;
}

#loginPage
{
	background-color: #ffffff;	
	background-image: none;
}

.loginMainImage
{
	background-image: url(../images/Login_Main.jpg);
	height: 487px;
	width: 344px;	
}

.loginSideBar
{
	background-image: url(../images/Sidebar_Shadow.gif);
	background-repeat: repeat-y;
	background-position: 344px;
	background-color: #03A104;
	width:348px;
}

.loginSideBarBottom
{
	background-image: url(../images/Sidebar_Shadow.gif);
	background-repeat: repeat-y;
	background-position: 344px;
	background-color: #03A104;
	width:348px;
	color: #ffffff;
	font-size: 11px;
	padding-bottom: 10px;	
	text-align: center;
}

.loginInputs
{
	font-size: 11px;
	padding-left: 20px;	
}

.loginTitle
{
	font-size: 24px;
	color: #ffffff;	
}
.loginDescription
{
	color:#ffffff;
	font-size:12px;
}
.loginError
{	
	font-size:12;
	color:#ff0000;
	background-color:#cccccc;
	border-right:solid 3 #000000;
}
.LoginTable
{
	padding-right:45;
}
.LoginMessage
{
	color:#ff3300;
	font-size:12;
	font-weight:bold;
}


/*####### Forgot Password #######*/

.ForgotPasswordButton
{
}

.passwordReset
{	
	border-right:3 solid #000000;
}

/*####### Tab Strip #######*/
.TopGroup
{
  z-index:99;
  position:relative;
  width:100%;
  border:0;
  padding-top:5px;
  vertical-align:bottom;
}

.DefaultTab 
{
  color:black; 
  background-image: url(../images/TabImages/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(../images/TabImages/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(../images/TabImages/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
  background-color:#e4ecf7;
  border-right: 1px solid #000000;
  width:100%;
  position:relative;
  top:-3px;
  left:1px;
  z-index:98;
}
.PageView
{
}



/*#######  Drop Down Context Menu #######*/
.DataGridRowContextMenuGroup
{
  background-image: url(../images/ContextMenu/ContextBG_R.gif);
  border:solid 1px Gray;
  width: 150;
  padding-left:20;
}

.DataGridRowContextMenuItem
{
  color:#ffffff; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;  
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
  margin-right:10px;
   
}

.DataGridRowContextMenuItemHover 
{
  color:black;
  background-image: url(../images/ContextMenu/ContextBG.gif);
  background-position:-20;
  color:#000000; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
  padding-top:5px;
  padding-bottom:5px;
  margin-right:10px;
  
}

.DataGridRowContextMenuBreak
{
  background-color: #CCCCCC; 
  height:1px;
  width:98%;
  
  
}

.DataGridRowContextMenu
{
	background-color: #ffffff;	
}


/*####### Button Navigation #######

.IconBG
	{
		width: 48;
		height:48;
		background-image: url(../images/images/IconNavigation/DefaultFile.jpg);
		background-repeat:no-repeat;
	}*/


/*####### Page Base #######*/
.PageTitle
{
	color: #000000;
	padding-left: 5px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight:bold;
	padding-bottom: 5px;
	padding-top:10px;
	margin-bottom: 0px;
}

.PageDescription
{
	font-size: 10px;
	font-family:Arial;	
	text-align:justify;
	width:90%;
	padding-left: 5px;
	padding-top:5px;
	color: #000000;
}

body
{
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#e4ecf7;
	scrollbar-arrow-color:#0c479c;
	scrollbar-highlight-color:#e4ecf7b;
	scrollbar-3dlight-color:#0c479c;
	scrollbar-shadow-color:#0c479c;
	scrollbar-darkshadow-color:#e4ecf7;
}

#bodyContent
{
	background-color: White;
	color: Black;
	font-size: 0.7em;
	font-family: Tahoma;
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	width:100%;
	height:100%;
}

#bodyContent h1
{
	font-size: 21px;
	font-family: Tahoma;
	font-weight:bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.noPadding
{
	padding: 0px;
	margin: 0px;
}

.PageBackButton
{
	background-image:url(../images/ButtonImages/PageBack.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	border:0px;
	background-color: #ffffff;
	margin-right: 50px;
	cursor: hand;
	font-size:10px;
	height:20px;
}

.PageBackButtonRow
{
	text-align: right;	
}



/*####### MasterPage #######*/

	/*##### GreyDatamine #####*/
	
	.ShowHelm
	{
		color:#ffffff;
		font-size:50px;	
		font-family: Verdana, Arial;
	}
	.ShowVersion
	{
		color:#2657b5;
		font-size:15px;
		font-weight:bold;
		margin-right:20px;		
		font-family:Tahoma,Arial, Helvetica;
	}
	
	#rightnav_top
	{
		background-image: url(../images/rightNav_top.jpg);
		height: 23px;
		width: 244px;
	}
	.rightnav_searchArea
	{
		background-image: url(../images/rightNav_searchArea.jpg);
		background-repeat:no-repeat;
		font-family:Arial;
		font-size:12;
		font-weight:bold;
		color:#ffffff;
		border:0;
	}
	.rightnav_searchArea_text
	{
		
		font-family:Arial;
		font-size:12;
		font-weight:bold;
		color:#ffffff;
	}
	.rightnav_searchArea a
	{
		font-family:Arial;
		font-size:11;
		font-weight:bold;
		color:#ffffff;
		border:0;
		text-decoration:none;
	}
	.rightnav_searchArea a:hover
	{
		font-family:Arial;
		font-size:11;
		font-weight:bold;
		color:#ffffff;
		text-decoration:underline;
	}
	.rightnav_breadcrumb
	{
		background-image: url(../images/rightNav_breadcrumb.jpg);
		background-repeat:no-repeat;		
		height:22;
	}
	.rightnav_content
	{
		background-image: url(../images/rightNav_content.jpg);
	}
	.rightnav_footer
	{
		background-image: url(../images/rightNav_footer.jpg);
		background-repeat:no-repeat;
	}
	.HeaderLogoImg
	{
		background-image: url(../images/logo.jpg);
		border:0;
		height: 116px;
		width: 754px;
	}	

	#spacerBreadCrumb
	{
		background-image: url(../images/spacer.gif);
		height: 22px;
		width: 1px;
	}
	#headerSpacer16
	{
		background-image: url(../images/spacer.gif);
		height: 16px;
		width: 1px;
	}
	
	#headerSpacer20
	{
		background-image: url(../images/spacer.gif);
		height: 20px;
		width: 1px;
	}		
	.breadcrumbBG
	{
		background-image: url(../images/Breadcrumb_bg.jpg);
		color:#ffffff;
		font-family: Arial;
		font-size:10;
		height:22;
	}
	.breadcrumbBG a
	{
		color:#ffffff;
		text-decoration:none;
	}
	
	.breadcrumbBG a:hover
	{
		color:#ffffff;
		text-decoration:underline;
	}
	
	.footerBG
	{
		background-image: url(../images/footer_bg.jpg);
	}
	.statusText
	{
		color:#ffffff;
		font-family:arial;
		font-size:10;
	}
	.statusTextTitle
	{
		color:#ffffff;
		font-family:arial;
		font-size:11;
		font-weight:bold;
	}
	
	/*##### end of GreyDatamine #####*/
	
.Header
{
	background-image: url(../images/HeaderTop.jpg);
	background-repeat:no-repeat;
	background-color: #41C241;
	margin: 0px;
	padding: 0px;
	color: White;
}

#HeaderLogo
{
	background-image: url(../images/HelmLogo.gif);
	height: 59px;
	width: 232px;
}

.BreadCrumbsBar
{
	background-image: url(../images/HeaderTop_MenuBar.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height:26px;
	vertical-align:middle;
}

#BreadcrumbsRight
{
	background-image: url(../images/HeaderTop_MenuBar_End.jpg);
	background-repeat:no-repeat;
	background-color: #41C241;	
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-family:Tahoma;
	height:26px;
	line-height:26px;
}

#BreadcrumbsRight a
{
	color: #FFFFFF;
	text-decoration: none;		
}

#BreadcrumbsDiv
{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	font-size: 9px;
	font-family:Tahoma;
	height:26px;
	float:left;
	line-height:26px;
}

#BreadcrumbsDiv a
{
	color: #FFFFFF;
	text-decoration: none;		
}

.menu
{
	background-image:  url(../images/SideBar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #00A000;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: Black;
	border-right: solid #27BA27 1px;
	width: 207px;
	height:100%;
}

.QuickSearch
{
	height:82px;
	margin-bottom:15px;
	margin-left: 5px;
}

.QuickSearch td
{
	padding:0px;
	margin:0px;	
}

.QuickSearchTitle
{
	color: #D0FFCF;
	font-family:Tahoma;
	font-size:10px;	
	font-weight:bold;
}

.QuickSearchText
{
	font-size: 10px;	
}

.QuickSearchButton
{
	font-family:Tahoma;
	font-size:10px;		
}

.Info
{
	background-color: #00A000;
	color:#FFFFFF;
	font-size:10px;
	padding-bottom:5px;
	padding-left: 20px;
	border-right: solid #27BA27 1px;
}



/*####### HelmTreeNav #######*/
.HelmTreeNav
{
	padding:10px;
	width:193px;
	overflow-x: auto;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 19 : 4);
}

.TreeNode 
{ 
  font-family: arial; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  margin-right: 3px;
  margin-top: 3px;
  cursor: default; 
}
.HoverTreeNode 
{
  font-family: arial; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  margin-right: 3px;
  margin-top: 3px;
  cursor: default;
  text-decoration:underline;
}
.SelectedTreeNode
{
  font-family: arial; 
  font-size: 11px;
  font-weight:bold; 
  padding:1px;
  padding-left: 3px; 
  margin-right: 3px;
  margin-top: 3px;
  cursor: default; 
}


/*.buttonNormal
{
	background-image: url(../images/Login-Button.gif);
	background-color: empty;
	border:none;
	color: #ffffff;	
	font-weight:bold;
	width:141px;
	height:43px;
}

.login
{
	background-image: url(../images/login-background.gif);
	background-repeat:no-repeat;
	width:329px;
	height:362px;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
}*/



/*####### Item Selector #######*/
.ItemSelector
{
	font-size:10px;
}

.ItemSelector_Label
{
	font-size:12px;
	text-align:center;
}



/*####### Success Summary #######*/
.SuccessSummaryTable
{
	width:95%;
	border: solid 1px #0c479c;
	background-color: #e4ecf7;
}

.SuccessHeader
{
	color: #ffffff;
	font-family:Tahoma;
	font-weight:bold;
	font-size: 15px;
	height:26px;
	vertical-align:middle;
	padding-left:5px;
}

.SuccessMessages
{
	padding-top:10px;
	padding-bottom:10px;	
}

.SuccessMessage
{
	color: #000000;
	font-size:12px;
	font-family:Tahoma;
	text-decoration: none;
	text-align:center;
	padding:2px;
}


/*####### Warning #######*/
.WarningTable
{
	width: 100%;
}

.WarningHeader
{
	font-size:11px;
	font-weight: bold;
	padding-left: 0px;
}

.Warning
{
	font-size:11px;
	color: ff0000;
	text-align: left;
	background-image: url(../../../images/warning.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}

.WarningAdvancedError
{
	font-size:10px;
	text-align: left;
	padding-left: 15px;
}

.WarningException
{
	padding-left: 15px;	
}

/*####### Exception Viewer #######*/
.Exception
{
	
}

.Exception td
{
	font-size: 9px;
}

.ExceptionType
{
	font-weight: bold;	
}

.ExceptionMessageLabel
{
	font-weight: bold;
}

.ExceptionStackTraceLabel
{
	font-weight: bold;
	white-space: nowrap;
}

.ExceptionInnerExceptionLabel
{
	font-weight: bold;
	white-space: nowrap;
}



/*####### Error Summary #######*/
.ErrorSummaryTable
{
	width:95%;
	border: solid 1px #0c479c;
	background-color: #e4ecf7;
}

.Errors
{
	padding-top:10px;
	padding-bottom:10px;	
}

.ErrorMessage
{
	color: #ff0000;
	font-size:12px;
	font-family:Tahoma;
	text-decoration: none;
	text-align:center;
	padding:2px;
}



/*####### ConfirmControl #######*/
.ConfirmTable
{
	border: solid 2px #0c479c;
	background-color: #e4ecf7;
	width: 50%;
	margin-top: 0px;
}

.ConfirmMessage
{
	color: #0c479c;
	background-color: #e4ecf7;
	font-family:Tahoma;
	font-weight: bold;
	font-size: 12px;
	margin:0px;
	padding:0px 3px 0px 3px;
}

.ConfirmArea
{
	padding-top: 30px;	
	padding-bottom: 30px;	
}

.ConfirmMenuBar
{
	
	background-image: url(../images/MenuBar.jpg);
	border-bottom:1 solid #0c479c;
	padding:2 3 2 5;
}

.ConfirmControlItem
{
	font-family: Tahoma;
	font-size: 12px;
	text-align:center;
}

.ConfirmControlButton
{
	background-color:transparent;
	font-size:10px;
	font-family:Tahoma;
	border:0px;
	height: 22px;
	margin: 2px;
	cursor:pointer;
}

.Confirm
{
	background-image:url(../images/ButtonImages/Ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 17px;
	border:0px;
	background-color: transparent;
	color:#ffffff;
}

.Cancel
{
	background-image:url(../images/ButtonImages/Cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 17px;
	border:0px;
	background-color: transparent;
	color:#ffffff;
}



/*####### DataGrid #######*/
.DataGridTitleTable
{
	width:100%;	
}

.DataGridTitle
{
	color: #000000;
	background-color: #FFFFFF;
	font-family:Tahoma;
	font-weight: bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

.DataGridBody
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #e4ecf7;
	width: 100%;
	margin-top: 0px;
}

.DataGridMenuBar
{
	background-image: url(../images/MenuBar.jpg);
	border-bottom: solid 1px #000000;
	
}
.DataGridMenuBarPadding /* use to control the export icon */
{
	background-image: url(../images/MenuBar.jpg);
	border-bottom: solid 1px #000000;
	padding-top:4px;
	padding-right: 15px;	
}

.DataGridFormAreaTable
{
	border-bottom: solid 1px #00A000;	
	width:100%;
}

.DataGridFormAreaLabelColumn
{
	text-align: right;
	font-size: 11px;
	font-family: Tahoma;
	text-align:left;
	white-space:nowrap;
	padding-left:5px;
}

.DataGridFormItemControlColumn
{
	
	text-align: right;
	font-size: 11px;
	font-family: Tahoma;
	text-align:left;
	white-space:nowrap;
	padding-left:5px;
}

.DataGridFormAreaControl
{
	font-size: 11px;	
}

.DataGrid_Totals_Label
{
	background-color: #e4ecf7;
	font-weight: bold;
	cursor: default;
}

.DataGrid_Totals_Value
{
	cursor: auto;	
}

.DataGridButton
{
	background-color:transparent;
	font-size:10px;
	font-family:Arial;
	border:0px;
	height: 21px;	
	margin-left:4px;
	margin-right:0px;
	cursor:hand;
	border-right:solid 1 #E7E8E3;
	overflow: visible;
	padding-right:5px;
	color:#ffffff;
	cursor:pointer;
}

.DataGridButtonPurchase
{
	background-image:url(../images/ButtonImages/Add.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonAdd
{
	background-image:url(../images/ButtonImages/Add.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonBack
{
	background-image:url(../images/ButtonImages/PageBack.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:22px;
	border:0px;
	color:#000000;
}

.DataGridButtonDelete
{
	background-image:url(../images/ButtonImages/Delete.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonRefresh
{
	background-image:url(../images/ButtonImages/Refresh.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonCancel
{
	background-image:url(../images/ButtonImages/Cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonOk
{
	background-image:url(../images/ButtonImages/Ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonSave
{
	background-image:url(../images/ButtonImages/Save.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonSearch
{
	background-image:url(../images/ButtonImages/Search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.DataGridButtonSend
{
	background-image:url(../images/ButtonImages/Send.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}
.DataGridButtonReOrder
{
	background-image:url(../images/ButtonImages/ReOrder.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.helm_DataGrid_Header
{
	/*background-image: url(../images/TableFieldTitleBackground.gif);*/
	background-color:#4674b7;
	color: #ffffff;
	font-weight: bold;
	font-family:Arial;
	font-size:11;
	height:18px;	
}

.helm_DataGrid_Header a
{
	text-decoration: none;
	color: #ffffff;	
	cursor: hand;
}

.helm_DataGrid_Header a:hover
{
	text-decoration: underline;
	color: #ffffff;	
	cursor: hand;
	text-decoration:underline;
}

.helm_DataGrid_Header td
{
	padding-left: 5px;
	padding-right: 5px;	
}

.helm_DataGrid_Item
{
	background-color: #e4ecf7;	
	font-size: 11px;
}

.helm_DataGrid_Item a
{
	text-decoration: underline;	
	color: #000000;	
}

.helm_DataGrid_Item td
{
	padding: 5px;
}

.helm_DataGrid_ItemHover
{
	background-color: #b0ccf5;	
	font-size: 11px;
}

.helm_DataGrid_ItemHover a
{
	text-decoration: underline;	
	color: #000000;
	cursor:hand;
}

.helm_DataGrid_ItemHover td
{
	padding: 5px;
}

.helm_DataGrid_AlternatingItem
{
	background-color: #e4ecf7;	
	font-size: 11px;
}

.helm_DataGrid_AlternatingItem a
{
	text-decoration: underline;	
	color: #000000;	
}

.helm_DataGrid_AlternatingItem td
{
	padding: 5px;
}

.helm_DataGrid_AlternatingItemHover
{
	background-color: #b0ccf5;	
	font-size: 11px;
}

.helm_DataGrid_AlternatingItemHover a
{
	text-decoration: underline;	
	color: #000000;	
	cursor:hand;
}

.helm_DataGrid_AlternatingItemHover td
{
	padding: 5px;
}

.helm_DataGrid_Pager
{
	background-color:#4674b7;	
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma;
	white-space: nowrap;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}


.helm_DataGrid
{
	margin: 0px;
	padding: 0px;
	border: none 0px #FFFFFF;
	border-collapse: separate;
	width:100%;
	font-size:12px;
}



/*####### Graph #######*/
.YAxisLabel
{
	Font-Size: 8px;
}

.GraphTitleTable
{
	width:90%;	
}

.GraphTitle
{
	color: #0000A0;
	background-color: #ffffff;
	font-family:Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

.GraphBody
{
	border: 2px solid #0000A0;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 10px;
	text-align: center;
}

/*####### Graph #######*/
.YAxisLabel
{
	Font-Size: 8px;
}

.GraphTitleTable
{
	width:90%;	
}

.GraphTitle
{
	color: #0000A0;
	background-color: #FFFFFF;
	font-family:Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

.GraphBody
{
	border: 2px solid #0000A0;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 10px;
	text-align: center;
}


/*####### Form #######*/
.FormTitle
{
	color: #000000;
	background-color: #FFFFFF;
	font-family:Tahoma;
	font-weight: bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

.FormMenuBar
{
	background-image: url(../images/MenuBar.jpg);
	border-bottom: solid 1px #000000;
}

.TabArea
{
	background-color: #ff0000;
}

.FormBody
{
	border: 1px solid #000000;
	width:100%;
	margin-top: 0px;
	background-color: #e4ecf7;
}

.FormTitleTable
{
	width:100%;	
}

.FormItems
{
	background-color: #e4ecf7;
	font-size:10px;
	width:100%;
}

.FormItemLabel
{
	text-align: right;
	font-size: 11px;
	font-family: arial;
	white-space:nowrap;
	height: 20px;
	padding-left: 30px;
}

.FormHeader
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	white-space:nowrap;
	height: 20px;
	padding-left: 10px;
}

.FormSpacer
{
	height:7px;
}

.FormItemControl
{
	width:100%;	
}

.FormCategoryFieldSet
{
	background-color: #e4ecf7;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.FormCategoryLegend
{
	color: #000000;	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.FormButton
{
	background-color:transparent;
	font-size:10px;
	font-family:Arial;
	border:0px;
	height: 20px;
	margin-right: 0px;
	cursor:hand;
	border-right: solid 1px #E7E8E3;
	overflow: visible;
	padding-right:5px;
	color:#ffffff;
	cursor:pointer;
}

.FormButtonGeneric
{
	background-image:url(../images/ButtonImages/ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonSave
{
	background-image:url(../images/ButtonImages/save.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonBack
{
	background-image:url(../images/ButtonImages/PageBack.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	border:0px;
	color:#000000;
}

.FormButtonAdd
{
	background-image:url(../images/ButtonImages/Add.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonCancel
{
	background-image:url(../images/ButtonImages/Cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonDelete
{
	background-image:url(../images/ButtonImages/Delete.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonOk
{
	background-image:url(../images/ButtonImages/Ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonRefresh
{
	background-image:url(../images/ButtonImages/Refresh.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonSearch
{
	background-image:url(../images/ButtonImages/Search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonNext
{
	background-image:url(../images/ButtonImages/Next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonPrevious
{
	background-image:url(../images/ButtonImages/Previous.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.FormButtonSend
{
	background-image:url(../images/ButtonImages/Send.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

/* Password Strenght box */
.PasswordCheckTb 
{
	font-family:Tahoma,sans-serif;
	font-weight:bold; 
	width:450px;
	height:15px; 
	background-color: Transparent;
	border:solid 1 #6c8fc1;
}
	
.PasswordCheckTb span 
{
	font-size:70%;
}

/* password strenght Java effect */
.PasswordCheckCon0 
{
	background-color: Transparent;
	text-align:center;}
.PasswordCheckCon1 
{
	background-image:url(../images/PS_lowest.jpg);
	background-color:#FF4545; 
	border-right:solid 1px #BB2B2B; 
	text-align:center;
}
.PasswordCheckCon2 
{
	background-image:url(../images/PS_medium.jpg);
	background-color:#FFD35E; 
	border-right:solid 1px #E9AE10;
	text-align:center;
}
.PasswordCheckCon3 
{
	background-image:url(../images/PS_highest.jpg);
	background-color:#3ABB1C; 
	border-right:solid 1px #267A12; 
	text-align:center;
}
.PasswordCheckCon4 
{
	background-image:url(../images/PS_strong.jpg);
	background-color:#3ABB1C; 
	border-right:solid 1px #267A12; 
	text-align:center;}