/*

Main control CSS class
*/
.igdd_ClaymationControl
{
}

.igdd_ClaymationControlArea
{
	border: 1px solid #C5C7CB;
	table-layout:fixed;
}

/*
 Main Control CSS class when it's disabled
*/
.igdd_ClaymationControlDisabled
{
}

/*
 Main control css class on hover
*/
.igdd_ClaymationControlHover
{
	background-color: #FAFAFA;
}

/*
Loading message container
*/
.igdd_ClaymationLoadingItemsMessage
{
	background-color: #00BFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 1px 0px 0px 1px;
	padding: 3px;
	color: #FFFFFF;
}

/*

*/
.igdd_ClaymationControlFocus
{
	border: 1px solid #999999;
	background-color: #FAFAFA;
	table-layout:fixed;
}

/*
 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_ClaymationValueDisplayTable
{

}

/*
CSS class for the actual input field (<input type="text" />)
*/
.igdd_ClaymationValueDisplay
{
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: solid 1px #636466;
	outline-color: #636466	;
	background-color: #ffffff;
	z-index: 0;
}

/*

*/
.igdd_ClaymationValueDisplayHover
{
}

/*

*/
.igdd_ClaymationValueDisplayFocus
{
	
}

/*

*/
.igdd_ClaymationValueDisplayDisabled
{
    width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: groove 1px #ffffff;
	
	outline-color: #636466	;
	background-color: #ffffff;
	z-index: 0;
	
}

/*

*/
.igdd_ClaymationValueDisplayReadOnly
{
	
}

/*

*/
.igdd_ClaymationDropDownList
{
	margin: 0px;
	padding: 1px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/*

*/
.igdd_ClaymationDropDownListHover
{
	
}

/*

*/
.igdd_ClaymationDropDownListDisabled
{
    margin: 0px;
	padding: 1px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	
}

/*

*/
.igdd_ClaymationDropDownListFocus
{
	
}

/*

*/
.igdd_ClaymationDropDownListReadOnly
{
	
}

/*
	
*/
.igdd_ClaymationDropDownListContainer
{
	float: left;
	border: 1px solid #C5C7CB;
	background-color: #ffffff;
}

/*

*/
.igdd_ClaymationDropDownListContainerFocus
{
	
}

/*

*/
.igdd_ClaymationDropDownListContainerHover
{
}

/*

*/
.igdd_ClaymationDropDownButton
{
	width: 17px;
	z-index: 9999;
	
}

/*

*/
.igdd_ClaymationDropDownButtonHover
{
	
}

/*
	
*/
.igdd_ClaymationDropDownButtonFocus
{
	
}

/*

*/
.igdd_ClaymationDropDownButtonDisabled
{
	
}

/*
CSS class that controls the style of the LI items in the list
*/
.igdd_ClaymationListItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: none;
	padding: 3px 5px 3px 5px;
	border:solid 1px Transparent;
	cursor: pointer;
	width: auto;
	min-height: 15px;
	height: auto !important;

}

.igdd_ClaymationListItem a:link
{
	color: #333333;
	text-decoration: none;
}

.igdd_ClaymationListItem a:visited
{
	color: #333333;
	text-decoration: none;
}

/*

*/
.igdd_ClaymationListItemSelected
{
	list-style-type: none;
	background-color: #DDDDDD;
	
}

/*

*/
.igdd_ClaymationListItemActive
{
	list-style-type: none;
	background-color: #AAAAAA;
	border: 1px solid #00BFFF;
}

.igdd_ClaymationListItemActive a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

/*

*/
.igdd_ClaymationListItemHover
{
	list-style-type: none;
	background-color: #A29B8C;
}

/*
Styling for anchor when hovered anywhere on ListItem
*/
.igdd_ClaymationListItemHover a:link
{
	text-decoration: none;
	color: #FFFFFF;
}



/*

*/
.igdd_ClaymationListItemDisabled
{
	list-style-type: none;
	width: auto;
	cursor: default;
}

/*
For Disabled=True of a DropDownItem
*/
.igdd_ClaymationListItemDisabled a:link
{
	color: #CCCCCC;
	cursor: default;
}

.igdd_ClaymationListItem a:link
{
}

.igdd_ClaymationListItem a:visited
{
}

.igdd_ClaymationListItem a:active
{
}

.igdd_ClaymationListItem a:hover
{
}

/*

*/
.igdd_ClaymationListItemFocus
{
	list-style-type: none;
	width: auto;
}



/*
Applied to the whole pager
*/
.igdd_ClaymationPager
{
	background-color: #F5F5F5;
	border-top: 1px solid #C5C7CB;
	vertical-align: middle;
}

/*
Styles all page links in general 
*/
.igdd_ClaymationPageLink
{
	float: left;
	vertical-align: middle;
	cursor: pointer;
	margin: 5px 3px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/*
Styles the current page link only
*/
.igdd_ClaymationPageCurrent
{
	float: left;
	vertical-align: middle;
	cursor: pointer;
	margin: 5px 3px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00BFFF;
	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;  
} 