.DetailedListing
{
	border-width: 1px 0px 0px 1px;
    width: 100%;
}

.DetailedListing th, .DetailedListing td
{
	text-align: left;
}

.DetailedListing th
{
	border-width: 0px 1px 1px 0px;

	font-size: 8pt;
	font-weight: bold;

	padding: 3px 5px 3px 5px;

	cursor: pointer;
}

.DetailedListing th a
{
	color: #333;

	display: block;

	font-weight: bold;

	padding: 3px 5px 3px 5px;
}

.DetailedListing td
{
	border-width: 0px 1px 1px 0px;

	font-size: 8pt;

	padding: 5px;
}

.DetailedListing a
{
	font-size: 8pt;
}

.IconListing
{
	border-width: 1px 0px 0px 1px;

    width: 100%;
}

.IconListing td
{
	border-width: 0px 1px 1px 0px;

	font-size: 8pt;

	padding: 5px;

	vertical-align: top;
}

.IconListing td.IconHolder
{
	height:  144px;
    margin:  0px;
	padding: 0px;

	text-align:     center;
	vertical-align: middle;
}

.IconListing td.Heading
{
	font-weight: bold;
}

.IconListing td.Data
{
	width: 144px;
}

.IconListing a
{
	font-size: 8pt;
}

.PagerTableHolder
{
    width: 100%;
    margin-bottom: 5px;
}

#PaginatorLeftCell span.PaginatorCurrentPage
{
	font-size: 8pt;
	font-weight: bold;
	border: solid 1px black;
	color: black;
	background-color: #ddd;
	padding: 2px;
	cursor: text;
}

.PaginatorShaded a
{
    color: white;
}

.PaginatorShaded
{
	font-size: 8pt;
	font-weight: bold;
	border: solid 1px black;
	color: white;
	background-color: #777;
	padding: 2px;
}

#PaginatorLeftCell
{
	text-align: left;
	vertical-align: middle;
	width: 40%;
	padding: 4px 0px 4px 0px;

	font-size: 8pt;
}

#PaginatorLeftCell span
{
	cursor: pointer;
	color: blue;
}

#PaginatorLeftCell img
{
	vertical-align: middle;
	cursor: pointer;
}

#PaginatorMiddleCell
{
	text-align: center;
	vertical-align: middle;
	width: 20%;

	font: 8pt Verdana, Helvetica, sans-serif;
}

#PaginatorRightCell
{
    text-align: right;
    vertical-align: middle;
    width: 40%;

    font: 8pt Verdana, Helvetica, sans-serif;
}

#PaginatorRightCell b
{
    font-size: 8pt;
    font-weight: bold;
}

.NothingToList
{
	font-size: 10pt;
	font-weight: bold;

	border-width: 1px;

	background-color: #ddd;

	padding: 5px;

	text-align: center;
}

#PagerBackstage
{
	display: none;
}

#PagerLoadingMessage
{
	border-width: 1px;
	text-align: center;
	font-size: 10pt;
	padding: 5px 0px 5px 0px;
}

.PaginatorSkipControl
{
	width: 11px;
	height: 10px;
}

.PaginatorPageControl
{
	width: 6px;
	height: 10px;
}

#PaginatorRightCellDisabled
{
    text-align: right;
    vertical-align: middle;
    width: 40%;
    font: 8pt Verdana, Helvetica, sans-serif;
	opacity: .4;
}
