#TableDisplay_ColumnDefinition
{
	text-align: right;
	float: left;
	width: 175px;
}

div.TableDisplay_ColumnContent
{
	border-width: 0px;
	border-left-width: 1px;
	float: left;
	width: 100px;
}

#TableDisplay_GeoLevel1
{
	margin-left: auto;
	margin-right: 0px;
	margin-top: 75px;
	width: 100px;
	height: 75px;
}

#TableDisplay_GeoLevel2
{
	padding-top: 35px;
	height: 20px;
	width: 100%;
}

#TableDisplay_SortUnits
{
	height: 18px;
}

div.TableDisplay_ItemIcons
{
	float: left;
	clear: left;
	width: 70px;
	height: 20px;
	vertical-align: middle;
	overflow:hidden;
}

img.TableDisplay_ItemImage
{
	width: 16px;
	height: 16px;
	margin: 2px 2px 2px 2px;
	border: 0px;
}

div.TableDisplay_ElementDefinition
{
	margin-left: auto;
	margin-right: 0px;
	float: left;
	width: 105px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}

div.TableDisplay_ElementDefinition div
{
	text-align: right;
	width: 100%;
	height: 100%;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style:none;
}

div.TableDisplay_Heading
{
	width: 100px;
	height: 75px;
	overflow: hidden;
}

div.TableDisplay_Heading div
{
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	margin-top: 3px;
	margin-left: 3px;
	height: 100%;
	width: 95%;
}

span.TableDisplay_HeadingLabel
{
	line-height: 14px;
}

div.TableDisplay_BasicStats
{
	width: 100px;
	border-width: 0px;
	border-top-width: 1px;
	vertical-align: middle;
	height: 50px;
	overflow: hidden;
}

div.TableDisplay_BasicStats div
{
	width: 100%;
	height: 100%;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	padding-left: 2px;
	white-space: nowrap;
}

div.TableDisplay_BasicStats div div
{
	height: 1em;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

div.TableDisplay_Sorting
{
	width: 100px;
	height: 25px;
}

div.TableDisplay_Sorting div
{
	width: 100%;
	height: 100%;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

img.TableDisplay_SortingImage
{
	height: 7px;
	width: 10px;
	margin: 3px 3px 3px 3px;
}

div.TableDisplay_ElementValue
{
	width: 100px;
	height: 20px;
	overflow: hidden;
}

div.TableDisplay_ElementValue div
{
	padding-top: 1px;
	text-align: right;
	width: 100%;
	height: 100%;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/*                                    */
/* The style of the popup filter box. */
/*                                    */

div#TableDisplay_FilterBox
{
	visibility: hidden;
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
}

div#TableDisplay_FilterBox div
{
	margin: 2px;
}

div#TableDisplay_FilterBoxTitle
{
	width: 124px;
	float: left;
}

div#TableDisplay_FilterBoxClose
{
	float:right;
	width: 10px;
}

img#TableDisplay_FilterBoxX
{
	width: 10px;
}

div#TableDisplay_FilterBoxLabel
{
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.TableDisplay_FilterBoxInputLabel
{
	width: 45px;
	float: left;
	text-align: right;
}

input.TableDisplay_FilterBoxInputValue
{
	width: 75px;
}

div.TableDisplay_FilterBoxButtons
{
	width: 100%;
}

div.TableDisplay_FilterBoxButtons div
{
	text-align: center;
}
