/*

Main control CSS class
*/
.igdd_Office2007BlackControl
{
}

.igdd_Office2007BlackControlArea
{
	border: 1px solid #898989;
	background-color: #E8E8E8;
	table-layout: fixed;
}

/*
 Main Control CSS class when it's disabled
*/
.igdd_Office2007BlackControlDisabled
{
	border: 1px solid #E8E8E8;
	background-color: #E8E8E8;
	table-layout: fixed;
}

/*
 Main control css class on hover
*/
.igdd_Office2007BlackControlHover
{
	background-color: #FFFFFF;
	table-layout: fixed;
}

/*

*/
.igdd_Office2007BlackControlFocus
{
	background-color: #FFFFFF;
	border: 1px solid #898989;
	table-layout: fixed;
}

/*
Loading message container
*/
.igdd_Office2007BlackLoadingItemsMessage
{
	background-color: #616A76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 1px 0px 0px 1px;
	padding: 3px;
	color: #FFFFFF;
}

/*
 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_Office2007BlackValueDisplayTable
{

}

/*
CSS class for the actual input field (<input type="text" />)
*/
.igdd_Office2007BlackValueDisplay
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: 0px;
	background-color: Transparent;
	z-index: 0;
}

/*

*/
.igdd_Office2007BlackValueDisplayHover
{
}

/*

*/
.igdd_Office2007BlackValueDisplayFocus
{

}

/*

*/
.igdd_Office2007BlackValueDisplayDisabled
{
	
}

/*

*/
.igdd_Office2007BlackValueDisplayReadOnly
{
	
}

/*

*/
.igdd_Office2007BlackDropDownList
{
	margin: 0px;
	padding: 1px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/*

*/
.igdd_Office2007BlackDropDownListHover
{
	
}

/*

*/
.igdd_Office2007BlackDropDownListDisabled
{
	
}

/*

*/
.igdd_Office2007BlackDropDownListFocus
{
	
}

/*

*/
.igdd_Office2007BlackDropDownListReadOnly
{
	
}

/*
	
*/
.igdd_Office2007BlackDropDownListContainer
{
	float: left;
	border: 1px solid #868686;
	background-color: #FFFFFF;
}

/*

*/
.igdd_Office2007BlackDropDownListContainerFocus
{
	
}

/*

*/
.igdd_Office2007BlackDropDownListContainerHover
{
}

/*

*/
.igdd_Office2007BlackDropDownButton
{
	width: 17px;
	z-index: 9999;
}

/*

*/
.igdd_Office2007BlackDropDownButtonHover
{
	
}

/*
	
*/
.igdd_Office2007BlackDropDownButtonFocus
{
	
}

/*

*/
.igdd_Office2007BlackDropDownButtonDisabled
{
	
}

/*
CSS class that controls the style of the LI items in the list
*/
.igdd_Office2007BlackListItem
{
	list-style-type: none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
	border: solid 1px transparent;
	cursor: pointer;
	width: auto;
	min-height: 15px;
	height: auto !important;
}

.igdd_Office2007BlackListItem a:link
{
	color: #000000;
	text-decoration: none;
}

.igdd_Office2007BlackListItem a:visited
{
	color: #000000;
	text-decoration: none;
}

/*

*/
.igdd_Office2007BlackListItemSelected
{
	list-style-type: none;
	background-color: #FFF5B8;
	color: #333333;
	border: 1px solid #fffbdd;
}

/*

*/
.igdd_Office2007BlackListItemActive
{
	list-style-type: none;
	background-color: #FFE7A2;
	color: #333333;
	border: 1px solid #FFBD69;
}

.igdd_Office2007BlackListItemActive a:link
{
	text-decoration: none;
	color: #000000;
}

/*

*/
.igdd_Office2007BlackListItemHover
{
	list-style-type: none;
	background-color: #ffe59c;
	background-image:url(images/igdd_ListItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #C0A776;
}

/*
Styling for anchor when hovered anywhere on ListItem
*/
.igdd_Office2007BlackListItemHover a:link
{
	text-decoration: none;
	color: #000000;
}



/*

*/
.igdd_Office2007BlackListItemDisabled
{
	list-style-type: none;
	width: auto;
	cursor: default;
}

/*
For Disabled=True of a DropDownItem
*/
.igdd_Office2007BlackListItemDisabled a:link
{
	color: #8D8D8D;
	cursor: default;
}

.igdd_Office2007BlackListItem a:link
{
}

.igdd_Office2007BlackListItem a:visited
{
}

.igdd_Office2007BlackListItem a:active
{
}

.igdd_Office2007BlackListItem a:hover
{
}

/*

*/
.igdd_Office2007BlackListItemFocus
{
	list-style-type: none;
	width: auto;
}



/*
Applied to the whole pager
*/
.igdd_Office2007BlackPager
{
	background-color: Transparent;
	border-top: 1px solid #868686;
	vertical-align: middle;
}

/*
Styles all page links in general 
*/
.igdd_Office2007BlackPageLink
{
	float: left;
	vertical-align: middle;
	cursor: pointer;
	margin: 5px 3px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C535C;
}

/*
Styles the current page link only
*/
.igdd_Office2007BlackPageCurrent
{
	float: left;
	vertical-align: middle;
	cursor: pointer;
	margin: 5px 3px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffbd69;
	text-decoration: underline;
}

/*
pseudo class used so Value Display input does not have focus
glow in some browsers like GoogleChrome or AppleSafari
*/
input:focus
{  
	outline: none;  
} 