/*
--------- ListView --------------------------------------------------------------------
*/

.ListView {
	border-color: #BFBFBF;
}



/*
--------- Headers & SubHeaders --------------------------------------------------------------------
*/

.ListView .Header, .ListView .Header TH, .ListView .Header TD {
	color: #626262;
	background-color: #fefefe;
	background-image: url("/_Images/Default/ListView_Header.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	border-color: #BFBFBF;
}
.ListView .Header A:Link, .ListView .Header A:Visited, .ListView .Header A:Active {
	color: #626262;
}
.ListView .Header A:Hover {
	color: #2998e7;
}
.ListView .Header A.Current, .ListView .Header A.Current:Link, .ListView .Header A.Current:Visited, .ListView .Header A.Current:Active {
	color: #2998e7;
}
.ListView .Header A.Current:Hover {
	color: #115599;
}
.ListView .SubHeaderTop, .ListView .SubHeaderBottom {
	color: #999999;
	background-color: #FFFFFF;
}
.ListView .SubHeaderTop, .ListView .SubHeaderBottom {
	border-color: #BFBFBF;
}

.ListView .InfoHeader {
	background-color: #E9E9E9;
	border-bottom-color: #BFBFBF;
	color: #555555;
}



/*
--------- Rows, Labels & Values --------------------------------------------------------------------
*/

.ListView .Row {
}
.ListView .Row .Label {
	color: #115599;
}
.ListView .Row .Value {
	color: #000000;
}
.ListView .Row .Value LABEL {
	color: #115599;
}




/*
--------- Items --------------------------------------------------------------------
*/

.ListView .Highlight {
	background-color: #fff56f;
}

.ListView .Item, .ListView .AltItem {
	color: #626262;
}
.ListView .Item A:Link, .ListView .Item A:Visited, .ListView .Item A:Active,
.ListView .Item A:Link IMG, .ListView .Item A:Visited IMG, .ListView .Item A:Active IMG
{
	border-color: #414141;
	color: #414141;
}
.ListView .Item A:Hover,
.ListView .Item A:Hover IMG
{
	border-color: #2998e7;
	color: #2998e7;
}

.ListView .Item .Description {
	color: #2A2A2A;
}

.ListView .Item TD, .ListView .AltItem TD {
	border-color: #BFBFBF;
}

.ListView .Enhanced TD.Top {
	background-color: #FFFFFF;
	background-image: url("/_Images/Default/ListView_EnhancedTop.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListView .Enhanced TD.Bottom {
	background-color: #dbdbdb;
	background-image: url("/_Images/Default/ListView_EnhancedBottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.ListView .Premium TD.Top {
	background-color: #FFFFFF;
	background-image: url("/_Images/Default/ListView_PremiumTop.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListView .Premium TD.Bottom {
	background-color: #ace0fc;
	background-image: url("/_Images/Default/ListView_PremiumBottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}


.ListView .Premium A:Link, .ListView .Premium A:Visited, .ListView .Premium A:Active {
	color: #000000;
}
.ListView .Premium A:Hover {
	color: #2998e7;
}

.ListView .Item H4 {
	color: #000000;
}
.ListView .Item H4 A:Link, .ListView .Item H4 A:Visited, .ListView .Item H4 A:Active {
	color: #115599;
}
.ListView .Item H4 A:Hover {
	color: #2998e7;
}

/* orange, yellow, green*/

/*
--------- Featured Items --------------------------------------------------------------------
*/


.ListView .FeaturedRed TD.Top {
	background-color: #FFFFFF;
	background-image: url("/_Images/Global//ListView/FeaturedRed_Top.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListView .FeaturedRed TD.Bottom {
	background-color: #fdafb1;
	background-image: url("/_Images/Global//ListView/FeaturedRed_Bottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.ListView .FeaturedOrange TD.Top {
	background-color: #FFFFFF;
	background-image: url("/_Images/Global//ListView/FeaturedOrange_Top.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListView .FeaturedOrange TD.Bottom {
	background-color: #fed1b3;
	background-image: url("/_Images/Global//ListView/FeaturedOrange_Bottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.ListView .FeaturedYellow TD.Top {
	background-color: #FFFFFF;
	background-image: url("/_Images/Global//ListView/FeaturedYellow_Top.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListView .FeaturedYellow TD.Bottom {
	background-color: #fff0b2;
	background-image: url("/_Images/Global//ListView/FeaturedYellow_Bottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.ListView .FeaturedGreen TD.Top {
	background-color: #FFFFFF;
	background-image: url("/_Images/Global//ListView/FeaturedGreen_Top.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListView .FeaturedGreen TD.Bottom {
	background-color: #bdfdaf;
	background-image: url("/_Images/Global//ListView/FeaturedGreen_Bottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.ListView .FeaturedBlue TD.Top {
	background-color: #FFFFFF;
	background-image: url("/_Images/Global//ListView/FeaturedBlue_Top.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListView .FeaturedBlue TD.Bottom {
	background-color: #afd1fd;
	background-image: url("/_Images/Global//ListView/FeaturedBlue_Bottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}


/*
--------- Pager --------------------------------------------------------------------
*/
.ListView .Pager {
	color: #FFFFFF;
	background-color: #fefefe;
	background-image: url("/_Images/Default/ListView_Header.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	border-color: #BFBFBF;
}
.ListView .Pager .Page A, .ListView .Pager .Page A:Link, .ListView .Pager .Page A:Active, .ListView .Pager .Page A:Visited {
	color: #626262;
}
.ListView .Pager .Page A:Hover {
	color: #2998e7;
}
.ListView .Pager .Disabled {
	color: #999999;
}
.ListView .Pager .Current {
	color: #2998e7;
}




/*
--------- Inside of Containers --------------------------------------------------------------------
*/

/*
.Container .ListView A:Link IMG, .Container .ListView A:Visited IMG, .Container .ListView A:Active IMG {
	border-color: #858585 !important;
}
.Container .ListView A:Hover IMG {
	border-color: #333333 !important;
}
*/