/*

Main control CSS class
*/
.igdd_EnterpriseControl
{
}


/*
 Main Control CSS class when it's disabled
*/
.igdd_EnterpriseControlDisabled
{
	background-color:#E8E8E8;
	border:solid 1px #E8E8E8;
	table-layout: fixed;
}


/*
 Main control css class on hover
*/
.igdd_EnterpriseControlHover
{
	background-color:White;
	table-layout: fixed;
}


/*

*/
.igdd_EnterpriseControlFocus
{
	background-color:White;
	border:solid 1px #898989;
	table-layout: fixed;
}


.igdd_EnterpriseControlArea
{
	background-color:#E8E8E8;
	border:solid 1px #898989;
	table-layout: fixed;
}


/*
CSS class for the actual input field (<input type="text" />)
*/
.igdd_EnterpriseValueDisplay
{
	background-color:Transparent;
	font-weight:normal;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width:0px;
	width: 100%;
	z-index: 0;
}


/*

*/
.igdd_EnterpriseValueDisplayHover
{
}


/*

*/
.igdd_EnterpriseValueDisplayFocus
{
}


/*

*/
.igdd_EnterpriseValueDisplayDisabled
{
	background-color:Transparent;
	font-weight:normal;
	font-size:10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-width:0px;
	width: 100%;
	z-index: 0;
}


/*

*/
.igdd_EnterpriseValueDisplayReadOnly
{
}


/*

*/
.igdd_EnterpriseDropDownList
{
	background-color:White;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:1px;
}


/*

*/
.igdd_EnterpriseDropDownListHover
{
}


/*

*/
.igdd_EnterpriseDropDownListReadOnly
{
}


/*
	
*/
.igdd_EnterpriseDropDownListContainer
{
	background-color:White;
	border:solid 1px #868686;
	float: left;
}


/*

*/
.igdd_EnterpriseDropDownListContainerHover
{
}


/*

*/
.igdd_EnterpriseDropDownButton
{
	width: 17px;
	z-index: 9999;
}


/*

*/
.igdd_EnterpriseDropDownButtonHover
{
}


/*
CSS class that controls the style of the LI items in the list
*/
.igdd_EnterpriseListItem
{
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px Transparent;
	padding:3px 5px 3px 5px;
	list-style-type: none;
	width: auto;
	min-height: 15px;
	height: auto !important;
	cursor:pointer;
}


/*

*/
.igdd_EnterpriseListItemActive
{
	background-color:#FFE7A2;
	border:solid 1px #FFBD69;
	list-style-type: none;
	color:#333333;
}


/*

*/
.igdd_EnterpriseListItemHover
{
	background-color:#FFE59C;
	background-repeat:repeat-x;
	background-position:top ;
	background-image: url(images/igdd_listitemhover.png);
	border:solid 1px #C0A776;
	list-style-type: none;
}


/*

*/
.igdd_EnterpriseListItemSelected
{
	background-color:#FFF5B8;
	border:solid 1px #FFFBDD;
	list-style-type: none;
	color:#333333;
}


/*

*/
.igdd_EnterpriseListItemDisabled
{
	list-style-type: none;
	width: auto;
	cursor:default;
}


/*
Applied to the whole pager
*/
.igdd_EnterprisePager
{
	background-color:Transparent;
	border-top:solid 1px #868686;
	vertical-align:middle;
}


/*
Loading message container
*/
.igdd_EnterpriseLoadingItemsMessage
{
	background-color:#616A76;
	font-weight:bold;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:1px 0px 0px 1px;
	padding:3px;
	color:White;
}


/*
Styles the current page link only
*/
.igdd_EnterprisePageCurrent
{
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-right:3px;
	float: left;
	cursor:pointer;
	color:#FFBD69;
	text-decoration:underline;
	vertical-align:middle;
}


/*
Styles all page links in general 
*/
.igdd_EnterprisePageLink
{
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-right:3px;
	float: left;
	cursor:pointer;
	color:#4C535C;
	vertical-align:middle;
}


.igdd_EnterpriseNullText
{
}


.igdd_EnterpriseListItem a:link
{
	color:Black;
	text-decoration:none;
}


/*
	
*/
.igdd_EnterpriseDropDownButtonFocus
{
}


.igdd_EnterpriseListItem a:active
{
}


/*
Styling for anchor when hovered anywhere on ListItem
*/
.igdd_EnterpriseListItemHover a:link
{
	color:Black;
	text-decoration:none;
}


/*

*/
.igdd_EnterpriseDropDownListDisabled
{
}


.igdd_EnterpriseListItem a:visited
{
	color:Black;
	text-decoration:none;
}


/*

*/
.igdd_EnterpriseDropDownListContainerFocus
{
}


/* IE 6 fix */
.ie6 .igdd_EnterpriseListItemHover
{
	border:solid 1px White;
}


/*

*/
.igdd_EnterpriseDropDownButtonDisabled
{
}


.igdd_EnterpriseDropDownButton img
{
	display: block;
}


.igdd_EnterpriseListItem a:hover
{
}


/* IE 6 fix */
.ie6 .igdd_EnterpriseListItem
{
	border:solid 1px White;
}


/*
pseudo class used so Value Display input does not have focus
glow in some browsers like GoogleChrome or AppleSafari
*/
input:focus
{
	outline: none;
}


/*

*/
.igdd_EnterpriseListItemFocus
{
	list-style-type: none;
	width: auto;
}


/*

*/
.igdd_EnterpriseDropDownListFocus
{
}


.igdd_EnterpriseListItemActive a:link
{
	color:Black;
	text-decoration:none;
}


/*
 CSS class for the table that accomodates the value display and the drop down button, and which is a 
 child of the main control (div)
*/
.igdd_EnterpriseValueDisplayTable
{
}


/*
For Disabled=True of a DropDownItem
*/
.igdd_EnterpriseListItemDisabled a:link
{
	cursor:default;
	color:#8D8D8D;
}



