/* ==============================================
    Default styles for Building Control Workbench
   ==============================================
*/   

Body
{
    background-color: white;
    color: #666666;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-align:left;
	/*margin: 4px 4px 4px 8px;*/
	padding: 0px 0px 0px 0px;
}

P
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-align:left;
	padding: 0px 0px 0px 0px;	
}

TD
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	padding: 0px 0px 0px 0px;
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* brought in from container 
.Head   { 
    color: #666666; 
    font-size: 10pt;
    font-weight: bold;
}*/
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size:8pt; /*9px; */
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    /*font-size: 11px;*/
    font-weight: bold
}
.NormalSmall
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size:9px; /*8pt;*/
    font-weight: normal; 
} 

/* text style used for error messages */
.NormalRed
{
    font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
    /*font-size: 12px;*/
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    /*font-size: 12px;*/
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    /*font-size: 10px;*/
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: #dcdcdc; /*  gainsboro;*/
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
  /* brought in from contrainers*/
  
grid-body
{
	background-color: white;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt; /*0.75em;*/
	word-spacing:	normal;
	letter-spacing:	normal;
	/*margin: 4px 4px 4px 8px;*/
	padding: 0px 0px 0px 0px;
	
}
H1, H2, H3, H4, H5, TD, TH, THEAD, TFOOT
{
    COLOR: #666666; /*#737272; /*#003366;*/
}

H1
{
	background-color: white;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:12pt; /*1.5em;*/
	font-weight: bold;
	text-align: left;	
	margin:4px 4px 0px 0px;
	padding: 0px 0px 0px 0px;

}

H2
{
	background-color: white;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:11pt; /*1.3em;*/
	font-weight: bold;
	margin:4px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF
}

H3
{
	background-color: white;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:10pt; /*1.1em;*/
	font-weight: bold;
	margin:4px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}
		
H4	{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:10pt;/*1.1em; */
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	9pt; /*1em;*/
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	8pt; /*.8em;*/
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

TFOOT, THEAD    {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size:  12px;
    font-weight:    bold;
    /*color: #003366;*/
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
/*
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}*/
/* brought in from container */
.Head   {  /* title of the containers */
    color: #666666; /*#FFFFFF;*/
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size: 10pt;
    font-weight: bold;
}

A:link	{	
	text-decoration:	none;
	color:	#D0A660;
	font-weight: bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#D0A660; /*#de0031;*/
	font-weight: bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#de0031;
	font-weight: bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#D0A660; /*#3333cc;*/
	font-weight: bold;
	}
	
ul  {
	/*color: #666666;
	background-color: white;*/
	word-spacing:	normal;
	letter-spacing:	normal;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	}
	
ui  {
	word-spacing:	normal;
	letter-spacing:	normal;
	/*color: #666666;
	background-color: white;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	}	
	
Blockquote {
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	}		
/* in default.css */
UL LI   {
	word-spacing:	normal;
	letter-spacing:	normal;
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	list-style-type:  square ;
}

UL LI LI    {
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	list-style-type:    disc;
}

UL LI LI LI {
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
    list-style-type:    circle;
}

OL LI   {
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
    list-style-type:    decimal;
}

OL OL LI    {
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
    list-style-type:    lower-roman;
}

HR {
	color: #D3D3D6;
	height: 3px;
	margin: 0 0 0 0;
	}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}
/* product info Tabs */
.TabsProducts
{
	background-color: #d6d7d6;
	/*color: Gray;*/
	font-size: 9pt;
	text-align:center;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.TabSeparator /*separator between the tabs */
{
	background-color: White;
	border: solid 0 white;
}

.TabsLblProdName
{
	background-color: Transparent;
	color: Gray;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}
.TabsLblProdName
{
	background-color: Transparent;
	color: Gray;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}

.SelectedTabsProduct
{
	color: White !important;
	background-color: #DE0031;
	font-size: 9pt;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}

A.SelectedTabsProduct:link	{	
	color:	White !important; 
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align:center;
	vertical-align:middle;
	text-decoration:	none;
}	
	
A.SelectedTabsProduct:Hover
{
	color:White;
	background-color: #DE0031; /* Honeywell Red! safe is cc3333 */
	font-size: 9pt;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}

A.SelectedTabsProduct:Active
{
	color:White !important;
	background-color: #DE0031;
	font-size: 9pt;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}

.TabsProductsLinks
{
	background-color: Transparent;
	color: Gray;
	font-size: 9pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}

A.TabsProductsLinks:link	{	
	/*color:	Gray; */
	color: #003366 !important; 
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align:center;
	vertical-align:middle;
	text-decoration:	none;
}	
	
A.TabsProductsLinks:Hover
{
	color:White !important;
	background-color: #DE0031;
	font-size: 9pt;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}

A.TabsProductsLinks:Active
{
	color:White;
	background-color: #DE0031;
	font-size: 9pt;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}

/* Tables */
.TableHeader
{
	color: #003366;
	background-color: white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 10pt;	/*font-size:0.9em;*/
	font-weight: bold;
	margin:4px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF
}
/*  Wizard Classes (old)*/
.WizardHead
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:	Bold;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:center;
}

.WizardTitle
{	
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:	Bold;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.WizardPrompt
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:	9pt;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:left;
}
.WizardAnswers
{
	font-size:	8pt;
	text-align:left;
}
.gvWizardAnswersAlternating
{
    font-size:	8pt;
	text-align:left;
    background-color:#E2E2E2;
}
.gvWizardsSelected
{
    color:white;
    background-color:#DE0031;
}   
/* Wizards/Browser */
.PanelSideOptions
{
z-index: 100;
float:left;
overflow:hidden;
position: relative;
background-color: #ffffcc;
border-right: solid 1px gray;
}
.WizardDiv
{
    background-color: #ffffcc;
    text-align: center;
    position: relative;
    left: 1px;
    top: 2px;
    width: 254px;
/*    height: 100%;*/
}
.WizardTable
{
 background-color: #FFFFFF;
 border: solid 1px Gray;  
}
.GridStd
{
    color: #666666;
    background-color: White;
 	font-size:	9pt;
 	font-weight:normal;
	text-align:left;
	border: solid 1px #666666;
}
.GridStdLink, A.GridStd:Link, A.GridStd:Visited,A.GridStdLink:Link, A.GridStdLink:Visited
{
    color: #666666;
 	font-size:	8pt;
 	font-weight:normal;
	text-align:left;
}


.GridStdSelected, A.GridStd:Hover, A.GridStd:Active, A.GridStdLink:Hover, A.GridStdLink:Active
{
    color:White !important;    
    background-color: #DE0031;
    text-decoration: none;
    font-weight:normal;
}

.GridStdAlternating
{
    background-color:#E2E2E2;
}
.GridStdPager
{
}

.GridStdHeader
{
    color:White !important;
    font-weight: bold;
    background-color:#1b3ca3; /*Blue;*/
    text-align:left;
}
.GridImage
{
    float:right;
}
.FavTitle
{	
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt; /*1.1em;*/
	font-weight:	Bold;
	background-color:#7c7c7c;
	color:#ffffff;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
/*****************************************************/
/*    MISC.
/*****************************************************/
.PageTitle
{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	12pt;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
.SmallTitle
{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	9pt;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}		
.ErrorNotification	
{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	9pt;
	color: Red;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}		

/*Tabs and Panels*/

.LinksTabs
{
	background-color: #d6d7d6;
    /*COLOR: #003366;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	/*width:auto;*/
}

.LinksTabsLinks
{
	background-color: Transparent; /*#d6d7d6; */
	color: #003366 !important;  
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif !important;
	font-weight:normal !important;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}

.LinksTabsSelected 
{
 	background-color: #DE0031; /*Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}

.LinksTabsSeparator
{
	background-color: White;
	border: solid 0 white;
}

A.LinksTabsLinks:link{	
	text-decoration:	none;
	color:	#003366 ; /*#D0A660;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}	
A.LinksTabsLinks: visited	{	
	text-decoration:	none;
	color:#003366 !important; /*#D0A660;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}		
A.LinksTabsLinks:Hover
{
	color:White !important;
	background-color: #DE0031;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}

A.LinksTabsLinks:Active
{
	color:White;
	background-color: #DE0031;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}
A.LinksTabsSelected:Link 
{
 	/*background-color: #DE0031; Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}
A.LinksTabsSelected:visited 
{
 	/*background-color: #DE0031; Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}
A.LinksTabsSelected:Hover
{
 	background-color: #DE0031; /*Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}
A.LinksTabsSelected:Active
{
 	background-color: #DE0031; /*Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}
/*******************************/
/*   Product Tree              */
/*******************************/
.ProductTree, A.ProductTree:Link, TreeNode, A.TreeNode:Link
    {
    color:#666666;
    font-size: 8pt;
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
    }
ProductTreeSelectedNode, A.ProductTreeSelectedNode:Link, A.ProductTree:Hover, A.ProductTree:Active, A.ProductTree:Selected
    {
    color: white;
    background-color: #DE0031;
    font-size: 8pt;
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
}        
A.TreeNode:Hover, A.TreeNode:Active
    {
    color: white;
    background-color:#DE0031;
    font-size: 8pt;
    font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
    }
    
/******************************************/
/*  Home page styles                      */
/******************************************/
    A.yellowLink, A.yellowLink:hover
    {
    color:#D0A660;
    font-weight: bold;
    }
    A.blueLink, A.blueLink:hover
    {
    color:#2E6099 !important;
    font-weight: bold;
    } 
    A.grayLink, A.grayLink:hover
    {
    color:#666666 !important;
    font-weight: bold;
    }
    A.lnkHelp, A.lnkHelp:hover
    {
    color:#D0A660; /*#718EAD !important;*/
    font-weight: bold;
    }
    A.yellowLink:hover, A.blueLink:hover, A.grayLink:hover, A.lnkHelp:hover
    {
    text-decoration: underline;
    }
    .dvMarketing, .dvSubmittal, .dvProjectDesign, .dvTraining, .dvHelp
    {
    font-size: 11pt;
    text-align:left;
    vertical-align:middle;
    height: 30px;
    color: white;
    font-weight: bold;
    padding-left: 5px;
    }
    .dvMarketing, .dvMarketingSquare
    {
    background-color: #2E6099;
    }  
    .dvSubmittal, .dvSubmittalSquare
    {     
    background-color: #2E6099;
    }  
    .dvProjectDesign, .dvDesignSquare
    {
    background-color: #2E6099; /*#D0A660;*/
    }
    .dvTraining, .dvTrainingSquare
    {
    background-color: #2E6099; /*#666666;*/
    }
    .dvHelp, .dvHelpSquare
    {
    background-color: #D0A660; /*#718EAD;*/
    }
    .dvTrainingSquare, .dvDesignSquare, .dvSubmittalSquare, .dvMarketingSquare, .dvHelpSquare
    {
    height: 8px !important;
    width: 8px !important;
    }
    /* Search and Advanced Search */
    .AdvSearchLink, .AdvSearchLink:Active
    {
    font-weight: bold;
    font-size: 9pt;
    color: #666666 !important;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    }
    .AdvSearchLink:hover
    {
    text-decoration: underline;
    }
    /********New Blue lines on the home page  *******/
        .HomePageQuestion
    {
    color: #2E6099;
    font-weight: bold;
    }
    .UnboldLink, A.UnblodLink:Link, A.UnboldLink:Visited
    {
    color: #666666 !important;   /*#D0A660; /*#718EAD !important;*/
    font-weight: normal  !important;
    text-decoration: none;
    }
    A.UnboldLink:hover
    {
    text-decoration: underline;    
    }
    .UnboldLinkGold
    {
    color:#D0A660; /*#718EAD !important;*/
    font-weight: normal !important;
    text-decoration: none;
    }
    A.UnboldLinkGold:hover
    {
    text-decoration: underline;    
    }
    
    /******** Search ********/
    .searchlink, a.searchlink:link, a.searchlink:active, a.searchlink:hover
{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*Tahoma, Arial, Helvetica;*/
    font-size:  11px;
    font-weight:    bold;
    color: #003366 !important ;
}
a.searchlink:hover
{
    text-decoration: underline;
}
/*** Search Results ******/
.SearchResultsTabs
{
    position:relative;
    top:1px;
    left:10px;
}
.SearchResultsTab, A.SearchResultsTab:link
{
	color: #003366 !important; 
   	background-color: #d6d7d6;
    border:solid 1px #7c7c7c;
    padding:2px 10px;
}
A.SearchResultsTab:hover
{
    color: white !important;
    background-color: #DE0031;
    text-decoration: none;
}
A.SearchResultsSelectedTab:Hover
{
    color:#003366 !important; 
}      
.SearchResultsSelectedTab, A.SearchResultsSelectedTab:link, A.SearchResultsSelectedTab:hover, A.SearchResultsSelectedTab:active
{
    color: #666666;
    font-weight: bold;
    background-color:white;
    border-bottom:solid 1px white;
}
.tabContents
{
    border:solid 1px #7c7c7c;
    padding:10px;
    background-color:white;
}
