/**************************** VERTICAL (Default / No suffixes) *************************************************/
.igdm_FormularyControlVertical 
{
	background-color: #005DA2;
	cursor: default;
	float:left;
	/*border: solid 1px;*/
	white-space: nowrap; /* do not get text wrapped within the menu item*/
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	background-repeat: repeat-x;	
	background-position:bottom;
	border: 0px none;
	overflow: hidden;
	color: #FFFFFF;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_FormularyControlVerticalDisabled
{
	
}

/*
 Main Control CSS class when it's active 
*/
.igdm_FormularyControlVerticalActive
{

}

/******************************** ROOT ELEMENTS ***************************************************/
.igdm_FormularyMenuGroupVerticalRoot
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: Transparent; /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 2px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	/* position: relative; */ /* makes the menu blocks be positioned relative to their parent menu item                                       the lack of offset makes these appear normal, but it will make a difference                                       to the absolutely positioned child blocks */
	
}

.igdm_FormularyMenuItemVerticalRoot
{
	font-size: 10px;
	color: #FFFFFF;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
	padding-right:30px;
}

.igdm_FormularyMenuItemVerticalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

 
.igdm_FormularyMenuItemVerticalRootLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #FFFFFF;
	font-weight: bold;
}

.igdm_FormularyMenuItemVerticalRootSelected
{
	text-decoration: underline;
	color: #00FFFF;
	border: 1px solid #4189CB;
}

.igdm_FormularyMenuItemVerticalRootSelected > a
{
	color: #FFFFFF;
}

.igdm_FormularyMenuItemVerticalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3d75d8;
	border: 1px solid #4189CB;
}

.igdm_FormularyMenuItemVerticalRootActive > a
{
	color: #FFFFFF;
}

.igdm_FormularyMenuItemVerticalRootHover
{
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #4189CB;
	color: #00FFFF;
	text-decoration:underline;
}

.igdm_FormularyMenuItemVerticalRootHover > a
{
	color: #00FFFF;
}

.igdm_FormularyMenuItemVerticalRootDisabled > a
{
	color: #999999;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_FormularyMenuGroupVertical
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #FFFFFF; 
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	border: 1px solid #CCCCCC;
	color:Black;
}

/**************************** END Menu Group Elemnts ********************************************/

/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_FormularyMenuItemVertical
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #333; /* sets the default font colour to white */
	background: #FFFFFF none repeat scroll 0 0;
	padding: 5px;
	border: 1px solid transparent;
	padding-right:5px;
	text-align:left;
}

.igdm_FormularyMenuItemVerticalLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

/*ListItem that is parent of menu items not in Root*/
.igdm_FormularyMenuItemVertical.igdm_FormularyMenuItemVerticalParent
{
	background-image: url(images/igwdm_SubMenuIndicator.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

/* List Item (Li) that is a parent of a menu which will appear on the bottom */
.igdm_FormularyMenuItemVerticalParent
{
}

.igdm_FormularyMenuItemVerticalParentLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

/* List Item (Li) */
.igdm_FormularyMenuItemVerticalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #333; /* sets the default font colour to white */
	background: #FFFFFF none repeat scroll 0 0;
	padding: 5px;
	border: 1px solid transparent;
	padding-right:5px;
	text-align:left;
}

.igdm_FormularyMenuItemVerticalSelected > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_FormularyMenuItemVerticalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_FormularyMenuItemVerticalActive > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_FormularyMenuItemVerticalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_FormularyMenuItemVerticalHover > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_FormularyMenuItemVerticalDisabled > a
{
	color: #AAAAAA;
}

/* List Item (LI) no inner content */
.igdm_FormularyMenuItemVerticalSeparator
{
	display: block;
	height: 1px !important;
	height: 1px;
	width: 100%;
	border: 0px none;
	padding: 0px;
	margin: 0px auto;
	background-color: #CCCCCC;
	position: absolute;
	clear: both;
}

/************************************************************************************************\
|********************** Horizontal / Suffixed with "Horizontal" *********************************|
\************************************************************************************************/
.igdm_FormularyControlHorizontal
{
	background-color: white;
	cursor: default;
	float:left;
	/*border: solid 1px;*/
	white-space: nowrap; /* do not get text wrapped within the menu item*/
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	background-image: url(images/igdm_ControlBackground.png);
	background-repeat: repeat-x;	
	background-position: top;
	background-color: #c6e6f2;
	border: 0px none;
	overflow: hidden;
}

/*
 Main Control CSS class when it's disabled
*/
.igdm_FormularyControlHorizontalDisabled
{
	
}

.igdm_FormularyControlHorizontalActive
{

}

/************** End Main Control Definitions ********************/

/******************************** ROOT ELEMENTS - Group and Item ***************************************/
/** Definitions for Root elements should be always before definitions of subElements **/
.igdm_FormularyMenuGroupHorizontalRoot
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #8aa; /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	/* position: relative; */ /* makes the menu blocks be positioned relative to their parent menu item                                       the lack of offset makes these appear normal, but it will make a difference                                       to the absolutely positioned child blocks */
	color: #000; /* sets the default font colour to black */
}

.igdm_FormularyMenuItemHorizontalRoot
{
	float: left; /* Required to implement horizontal orientation of menu */
	font-size: 10px;
	color: #fff;
	padding: 6px;
	padding-left: 12px;
	border: 1px solid transparent;
}

.igdm_FormularyMenuItemHorizontalIcon
{
	clear: none;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
	border: 0px none;
}

.igdm_FormularyMenuItemHorizontalRootLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333333;
}

.igdm_FormularyMenuItemHorizontalRootSelected
{
	background-color: #85D9F7;
	border: 1px solid #4189CB;
}

.igdm_FormularyMenuItemHorizontalRootSelected > a
{
	color: #FFFFFF;
}

.igdm_FormularyMenuItemHorizontalRootActive
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3d75d8;
	border: 1px solid #4189CB;
}

.igdm_FormularyMenuItemHorizontalRootActive > a
{
	color: #FFFFFF;
}

.igdm_FormularyMenuItemHorizontalRootHover
{
	background-image: url(images/igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3d75d8;
	border: 1px solid #4189CB;
}

.igdm_FormularyMenuItemHorizontalRootHover > a
{
	color: #FFFFFF;
}



.igdm_FormularyMenuItemHorizontalRootDisabled
{
	float: left; /* Required to implement horizontal orientation of menu */
}

.igdm_FormularyMenuItemHorizontalRootDisabled > a
{
	color: #999999;
}

/********************************** END ROOT ELEMENTS *********************************************/

/****************************** MenuGroup (UL) ELEMENTS (SubMenu) *********************************/
/* UL (List) */
.igdm_FormularyMenuGroupHorizontal
{
	/*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #FFFFFF; 
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	border: 1px solid #CCCCCC;
	color:Black;
}

/**************************** END Menu Group Elemnts ********************************************/

/************ MenuItem elements (single menu item - LI (base element) has > a > span) ***********/
/* List Item (Li) */
.igdm_FormularyMenuItemHorizontal
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #333; /* sets the default font colour to white */
	background: #FFFFFF none repeat scroll 0 0;
	padding: 5px;
	border: 1px solid transparent;
	padding-right: 30px;
}

.igdm_FormularyMenuItemHorizontalLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

/*ListItem that is parent of menu items not in Root*/
.igdm_FormularyMenuItemHorizontal.igdm_FormularyMenuItemHorizontalParent
{
	background-image: url(images/igwdm_SubMenuIndicator.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

/* List Item (Li) that is a parent of a menu which will appear on the bottom */
.igdm_FormularyMenuItemHorizontalParent
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	font-weight: normal;
}

.igdm_FormularyMenuItemHorizontalParentLink
{
	display: block;
	text-decoration: none;
	font-family:Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;	
	font-size: 12px;
	cursor: default; 
	color: #333;
}

/* List Item (Li) */
.igdm_FormularyMenuItemHorizontalSelected
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_FormularyMenuItemHorizontalSelected > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_FormularyMenuItemHorizontalActive
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_FormularyMenuItemHorizontalActive > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_FormularyMenuItemHorizontalHover
{
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	background-color: #79C8F2;
	border: 1px solid #4189CB;
	font-weight: normal;
}

.igdm_FormularyMenuItemHorizontalHover > a
{
	color: #FFFFFF;
}

/* List Item (Li) */
.igdm_FormularyMenuItemHorizontalDisabled > a
{
	color: #AAAAAA;
}

/* List Item (LI) no inner content */
.igdm_FormularyMenuItemHorizontalSeparator
{
	display: block;
	width: 1px !important;
	width: 1px;
	height: 100%;
	border: 0px none;
	padding: 0px;
	margin: 0px auto;
	background-color: #CCCCCC;
}

/* Scrolling container - DIV */
.igdm_FormularyMenuScrollContainerHorizontal
{
}

/* Left scrolling element for root level items Horizontal orientation - DIV */
.igdm_FormularyMenuScrollerRootLeft
{
}

/* Right scrolling element for root level items Horizontal orientation - DIV */
.igdm_FormularyMenuScrollerRootRight
{
}

/* Left scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_FormularyMenuScrollerLeft
{
}

/* Right scrolling element for non-root level items Horizontal orientation - DIV */
.igdm_FormularyMenuScrollerRight
{
}