/* =============================================== */
/* Main Chrome Customizations
/* =============================================== */


/* =============================================== */
/* Points Details Styles
/* =============================================== */
.MainBodyWrapper .MainBodyContentWrapper .PointsDetailsPanelWrapper .LoadingOverlay {
    position: absolute;
    z-index: 1000;
    min-height: 364px;
    width: 1000px;         
    margin: 0px auto 0px auto;
    background: url('../Images/Backgrounds/BlackTransparency.png');
    color: #fff;
    border-bottom: 1px solid #000;
}

.MainBodyWrapper .MainBodyContentWrapper .PointsDetailsPanelWrapper.HistoryTab .LoadingOverlay {
    min-height: 488px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointsDetailsPanelWrapper .AvatarContainer {
    position: relative;
    width: 1002px;
    height: 240px;
    overflow: visible; 
}

.MainBodyWrapper .MainBodyContentWrapper .PointsDetailsPanelWrapper .AvatarContainer .PointsAvatar
{
    position: absolute;
    top:22px;
    left: 440px;
    overflow: hidden;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel {
    background: url('../Images/Backgrounds/PointDetails.png') no-repeat;
    min-height: 240px;
    width: 1002px;
    overflow: visible;
    height: 240px;
    position: absolute;
    z-index: 1000;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails {
    width: 400px;
    float: left;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetailsDCINumber {
    width: 380px;
    height: 47px;
    color: #000000;
    font-size: .9em;
    font-weight: bold;
    line-height: 33px;
    padding: 2px 0px 0px 30px;
    float: left;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetailsDCINumber .DCINumber {
    float: left;
    height: 15px;
    line-height: 15px;
    font-size: 1em;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetailsDCINumber .UserName {
    clear: both;
    height: 15px;
    line-height: 15px;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetailsDCINumber .EnterPassword {
    float: left;
    padding: 11px 0px 0px 0px;
    margin: 0px 0px 0px 15px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetailsDCINumber .Locked {
    float: left;
    background: url('../Images/Icons/Lock.png') no-repeat;
    width: 14px;
    height: 16px;
    margin: 13px 0px 0px 15px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetailsDCINumber .EnterPassword a img {
    display: block;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetailsDCINumber .EnterPassword span {
    float: inherit;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsAvatarSpacer {
    float: left;
    width: 333px;
    height: 240px;
    margin: 10px 0px 0px 0px; 
    text-align: right;   
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsAvatar {
    float: left;
    width: 333px;
    height: 240px;
    margin: 10px 0px 0px 0px; 
    text-align: right;   
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsAvatar img {
    display: block;
    float: right;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel {
    float: left;
    width: 260px;
    height: 240px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelName {
    width: 238px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    margin: 15px auto 0px auto;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelName span {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelNumber {
    width: 175px;
    height: 25px;
    margin: 15px auto 0px auto;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelNumber .PointLevelLabel {
    color: #ca3209;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
    float: left;
    width: 85px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    /*text-shadow: 1px 2px 2px #482459;*/
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelNumber .PointLevel {
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: bold;
    float: left;
    width: 80px;
    height: 25px;
    line-height: 25px;
    /*text-shadow: 2px 2px 2px #000;*/
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelNumber .PointLevel.Loading {
    line-height: 16px;
    background-position: 6px 4px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelNumber .PointLevelLabel {
    font-size: 1.2em;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress {
    clear: both;
    margin: 10px 0px 10px 0px;
    background: url('../Images/Backgrounds/ProgressBar.png') no-repeat;
    height: 62px;
    background-position: 17px 17px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Levels {
    height: 15px;
    color: #999999;
    font-size: .75em;
    font-weight: bold;
    width: 200px;
    margin: 0px 0px 0px 30px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Levels .LevelLeft {
    float: left;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Levels .LevelRight {
    float: right;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .ProgressBars {
    width: 224px;
    margin: 4px 0px 0px 20px;
    height: 20px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .ProgressBars .Right {

    background: rgb(219,152,37); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(219,152,37,1) 0%, rgba(237,48,0,1) 48%, rgba(191,44,11,1) 50%, rgba(202,50,9,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,152,37,1)), color-stop(48%,rgba(237,48,0,1)), color-stop(50%,rgba(191,44,11,1)), color-stop(100%,rgba(202,50,9,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,152,37,1) 0%,rgba(237,48,0,1) 48%,rgba(191,44,11,1) 50%,rgba(202,50,9,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,152,37,1) 0%,rgba(237,48,0,1) 48%,rgba(191,44,11,1) 50%,rgba(202,50,9,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,152,37,1) 0%,rgba(237,48,0,1) 48%,rgba(191,44,11,1) 50%,rgba(202,50,9,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(219,152,37,1) 0%,rgba(237,48,0,1) 48%,rgba(191,44,11,1) 50%,rgba(202,50,9,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9825', endColorstr='#ed3000',GradientType=0 ); /* IE6-9 */

    width: 0px;
    height: 16px;
    float: left;
    position: absolute;
    margin: 2px 0px 0px 2px;

    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

body.IE9 .MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .ProgressBars .Right {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiOTgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VkMzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JmMmMwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTMyMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .ProgressBars .Full {
    margin-left: 2px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .ProgressBars .Shiny {
    background: url('../Images/Backgrounds/Shiny.png') no-repeat;
    position: absolute;
    width: 20px;
    height: 18px;
    margin: 1px 0px 0px 0px;
    display: none;
    z-index: 1;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Tooltip {
    position: absolute;
    margin: 0px 0px 0px 20px;
    width: 120px;
    color: #fff;
    font-size: .7em;
    display: none;
    z-index: 1000;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Tooltip.Display {
    display:block;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Tooltip .RoundedContentContainer.BlackOrange .RoundedContentTopMiddle, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Tooltip .RoundedContentContainer.BlackOrange .RoundedContentBottomMiddle {
    width: 104px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Tooltip .RoundedContentContainer.Black .RoundedContentTopMiddle, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .PointLevelProgress .Tooltip .RoundedContentContainer.Black .RoundedContentBottomMiddle {
    width: 108px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .FacebookSelector {
    background:url('../Images/Icons/SocialSelectorsReverse.png');
    margin:39px 10px 10px 7px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .SocialIcons {
    overflow:hidden;
    line-height:normal;
    width:100px;
    margin:0px 0px 0px 165px;
    padding:0px 0px 0px 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointsLevel .SocialIcons a {
    margin:0px 10px 10px 0px;
    padding:0px;
    float:left;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals {
    clear: both;
    width: 380px;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .LifetimePoints {
    width: 370px;
    padding-left: 15px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .LifetimePoints .LifetimePointsLabel {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #ca3209;
    margin: 18px 50px 0px 0px;
    width: auto;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .LifetimePoints .LifetimePointsValue {
    float: left;
    color: #000000;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 18px;
    margin: 15px 0px 0px 0px;
    height: 25px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .LifetimePoints .LifetimePointsValue div {
    height: 25px;
    line-height: 25px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .LifetimePoints .LifetimePointsValue .Loading {
    background-position: 15px center;
    width: 50px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints {
    margin: 14px 0px 0px 0px;
    width: 375px;
    overflow: hidden;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentContainer.Grey .RoundedContentCenter .RoundedContentCenterRight {
    margin: 0px 0px 0px 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentContainer.Grey .RoundedContentTopMiddle, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentContainer.Grey .RoundedContentBottomMiddle {
    width: 370px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentTop, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentBottom {
    height: 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentTopLeft,
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentTopMiddle, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentTopRight,
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentCenter, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentCenterRight, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentBottomLeft, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentBottomMiddle,
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentBottomRight, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentTop, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentBottom,
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentContent {
    background: none;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals {
    height: 110px;
    margin: 0px 0px 0px 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .RoundedContentContent {
    margin-right: 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsLabel {
    font-size: .8em;
    font-weight: bold;
    color: #B21416;
    margin: 0px 0px 0px 0px;
    text-shadow: 1px 2px 2px #000;
    line-height:.9em;
}


.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup {
    width: 375px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup .Left {
    width: 210px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .Loading {
    width: 370px;
    margin: 0px 0px 0px 0px;
    height: 100px;
    background-position: center center;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .FacebookSharingArea {
    background:url('../Images/Backgrounds/SocialGradientsReverse.png') repeat-x;
    background-position:center -350px;
    border-top:1px solid #999;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges.Loading {
    background-position: 110px 16px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges {
    width: 240px;
    height: 45px;
    margin: 0px 0px 0px 14px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge {
    width: 45px;
    height: 45px;
    float: left;
    margin: 2px 3px 0px 0px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .AchievementBadgeLink {
    width: 45px;
    height: 45px;
    display: block;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .AchievementTooltip {
    position: absolute;
    z-index: 1000;
    width: 150px;
    color: #fff;
    font-size: .7em;
    text-align: center;
    margin: 0px 0px 0px -47px;
    display: none;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .AchievementTooltip .RoundedContentContainer.BlackOrange .RoundedContentTopMiddle, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .AchievementTooltip .RoundedContentContainer.BlackOrange .RoundedContentBottomMiddle {
    width: 134px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .AchievementTooltip .RoundedContentContainer.Black .RoundedContentTopMiddle, 
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .AchievementTooltip .RoundedContentContainer.Black .RoundedContentBottomMiddle {
    width: 138px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge img {
    width: 45px;
    height: 45px;
    display: block;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .EarnedCount {
    position: absolute;
    margin: -50px 0px 0px 27px;    
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .Badges .Badge .EarnedCount img {
    width: 20px;
    height: 16px;
}

.HistoryPanel {
    clear: both;
}

.HistoryPanel .HistoryPanelHeader {
    height: 48px;
    background: #333333; 
    overflow: hidden;
    width: 100%;
}

.HistoryPanel .HistoryPanelHeader .HistoryFilterWrapper {
    float: right;
} 

.HistoryPanel .HistoryPanelHeader .HistoryFilterControls 
{
    float: right;
    height: 24px;
    line-height: 27px;
    margin: 0 5px 0 0;
    padding-top: 5px;
}

.HistoryPanel .HistoryPanelHeader .HistoryFilterControls.Label {
    float: left;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    font-size: .75em;
    padding: 0 10px;
}

.HistoryPanel .HistoryPanelHeader .HistoryFilterControls.Label a {
    color: #B21416;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader {
    height: 27px;
    color: #fff;
    margin: 0px 0px 0px 20px;
    line-height: 27px;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader span {
    font-size: .9em;
    font-weight: bold;
    float: left;
    text-shadow: 1px 1px 1px #000000
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewLinks {
    width: 250px;
    float: right;
    text-align: right;
    font-size: .7em;
    padding: 0px 10px 0px 0px;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewLinks .ViewLinksLabel {
    float: left;
    width: 50px;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewLinks .ViewLinksContainer {
    margin: 0px 0px 0px 10px;
    display: inline;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewLinks .ViewLinksContainer a {
    color: #ca3209;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    text-shadow: 1px 1px 1px #000000;
}
.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewLinks .ViewLinksContainer {
    margin: 0px 0px 0px 10px;
    display: inline;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewAllLinks a
{
    color: #FFFFFF;
    margin: 0px 0px 0px 20px;
    font-size: .6em;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewLinksContainer a.Selected,
.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderHeader .ViewAllLinks a.Selected {
    text-decoration: underline;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns {
    height: 21px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    font-size: .7em;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns a {
    color: #FFFFFF;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .HistoryPanelHeaderLabel {
    float: left;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .ExpandAll {
    width: 29px;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .ExpandButtonBg {
    height: 15px;
    width: 15px;
    display: block;
    margin: -5px auto 0px 15px;
    border-radius: 50%;
    border: solid 1px rgb(194,66,46);
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .ExpandButton {
    height: 17px;
    width: 17px;
    background: url('../Images/Icons/ExpandCollapse.png') no-repeat;
    background-position: left top;
    display: block;
    margin: -17px auto 0px 15px;
    position: absolute;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .CollapseButton {
    background: url('../Images/Icons/ExpandCollapse.png') no-repeat;
    background-position: left -17px;
    height: 17px;
    width: 17px;
    display: block;
    margin: -17px auto 0px 15px;
    position: absolute;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Date {
    width: 90px;
    font-size: .8em;
    float: left;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .Date {
    width: 127px;
    margin: 0px 0px 0px 21px;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .Description {
    width: 309px;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .Location {
    width: 179px;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .LifetimePoints {
    width: 184px;
    text-align: right;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .ProPoints {
    width: 115px;
    text-align: right;
}

.HistoryPanel .HistoryPanelHeader .HistoryPanelHeaderColumns .Summary.Date {
    width: 127px;
    margin: 0px 0px 0px 51px;
}


.HistoryPanel .HistoryPanelRows {
    background-color: #e5e5e5;
    float: left;
    width: 100%;
    min-height: 40px;
}

.HistoryTab .HistoryPanel .HistoryPanelRows {
    min-height: 439px;
}

.HistoryPanel .HistoryPanelRows .History {
    min-height: 439px;    
}

.HistoryPanel .HistoryPanelRows .Loading {
    background: url('../Images/Icons/LoadingLarge.gif') no-repeat;
    background-position: center center;
    height: 75px;
    width: 1000px;
}

.HistoryPanel .HistoryPanelRows .Border {
    clear: both;
    height: 1px;
    background-color: #000000;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow {
    clear: both;
    min-height: 40px;
    line-height: 40px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow a {
    color: #B21416;
}


.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading {
    clear: both;
    width: 810px;
    margin: 0px 0px 0px 170px;
    background: url('../Images/Icons/LoadingLarge.gif') no-repeat;
    background-position: center 7px;
    min-height: 75px;
    height: auto;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary {
    padding: 0px 0px 20px 0px;
    line-height: normal;
    font-size: .75em;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .RoundedContentContainer.White .RoundedContentTopMiddle, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .RoundedContentContainer.White .RoundedContentBottomMiddle {
    width: 794px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .RoundedContentContainer.White .RoundedContentCenterRight {
    width: 810px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .RoundedContentContainer.White .RoundedContentContent {
    width: 784px;
    padding: 3px 5px 3px 5px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails {
    width: 250px;
    float: left;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals {
    float: left;
    overflow: hidden;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory {
    float: left;
    width: 310px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable {
    float: left;
    width: 310px;
    margin-bottom: 5px;

}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow {
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .TeammatesTitle, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTitle {
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    clear: both;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .TeammatesTitle {
    margin: 5px 0px 5px 0px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchPlace {
    padding: 0px 4px 0px 4px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchResult {
    padding: 0px 4px 0px 4px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchPoints {
    padding: 0px 4px 0px 4px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchOpponent {
    padding: 0px 4px 0px 4px;
    text-align: left;
    vertical-align: top;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchOpponent .MatchOpponentTeamExpand {
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchOpponent .MatchOpponentTeamExpand .MatchOpponentTeamLabel {
    font-weight: bold;
    overflow: hidden;
    line-height: 13px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchOpponent .MatchOpponentTeamExpand .ExpandSmall {
    float: left;
    width: 12px;
    height: 13px;
    background: url('../Images/Icons/ExpandCollapseSmall.png') no-repeat;
    margin: 0px 3px 0px 0px;
    display: block;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchOpponent .MatchOpponentTeamExpand .CollapseSmall {
    float: left;
    width: 12px;
    height: 13px;
    background: url('../Images/Icons/ExpandCollapseSmall.png') no-repeat;
    background-position: left -13px;
    margin: 0px 3px 0px 0px;
    display: block;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTable .MatchHistoryRow .MatchOpponent .MatchOpponentTeam {
    margin: 3px 0px 3px 17px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchTotals {
    width: 195px;
    float: left;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchTotals .Border {
    height: 1px;
    background-color: #999999;
    margin: 3px 0px 3px 0px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchTotals .MatchTotalTitle {
    font-weight: bold;
    margin: 0px 0px 3px 0px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchLinks {
    clear: both;
    float: right;
    text-align: right;
    margin: -50px 0px 0px 0px; /* Take it up 50px so that it doesn't make the EventDetails box bigger, but add 20px of padding so that */
    padding: 20px 0px 0px 0px; /* it doesn't run into any content above it in the case of long match results. */
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails div {
    width: 242px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .Border {
    height: 1px;
    background-color: #999999;
    margin: 5px 0px 5px 0px;
    width: 242px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .Border.Last {
    margin-bottom: 0px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventName {
    font-weight: bold;
    color: #a56b07;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchTotals .MatchTotalTitle, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .MatchHistoryTitle, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .MatchHistoryAndTotals .MatchHistory .TeammatesTitle, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventPlace b, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventSanctionNumber b, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventLocation b, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventFormat b, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventParticipationPoints b, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventPlayers b, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventMultiplier b, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventType b {
    color: #af8636;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventParticipationPoints, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .EventDetails .EventMultiplier {
    padding: 0px 0px 0px 11px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .EventSummary .ManualPointsList {
    margin: 0px 0px 0px 16px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary {
    overflow: visible;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt {
    float: left;
    height: 120px;
    overflow: visible;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .AchievementThumbnail {
    float: left;
    width: 160px;
    height: 120px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges {
    float: left;
    margin: 0px 0px 0px 12px;
    overflow: visible;
    width: 32px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .AchievementTooltipOnBadgesOnAchievements {
    width: 150px;
    margin-top: -15px;
    margin-left: -54px;
    position: absolute;
    z-index: 1;
    display: none;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .RoundedContentTopMiddle,
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .RoundedContentBottomMiddle{
    width: 134px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .RoundedContentCenterRight {
    width: 150px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .RoundedContentContent {
    width: 134px;
    color: white;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .Badge {
    width: 32px;
    height: 32px;
    margin: 0px 0px 12px 0px;
    float: none;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .Badge img {
    display: block;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .Badge .Opacity {
    display: none;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementArt .Badges .Badge.NotAchieved .Opacity {
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementText {
    float: left;
    margin: 0px 0px 0px 15px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementText .AchievementDescription {
    min-height: 105px;
    width: 560px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Loading .AchievementSummary .AchievementText .AchievementArtistCredit {
    background: url('../Images/Icons/PaintbrushBlackSmall.png') no-repeat;
    padding: 0px 0px 0px 55px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Locked {
    background: url('../Images/Icons/Lock.png') no-repeat;
    width: 50px;
    height: 40px;
    background-position: center center;
    float: left;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .ExpandPlaceholder, 
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .UnLocked {
    width: 50px;
    height: 40px;
    float: left;
    position: relative;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .UnLocked .ExpandButton {
    height: 15px;
    width: 15px;
    display: block;
    margin: 12px auto 0px auto;
    border-radius: 50%;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .UnLocked .Expand,
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .UnLocked .Collapse {
    margin: 0px auto 0px auto;
    position: absolute;
    left: 16px;
    top: 11px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .UnLocked .Expand {
    background: url('../Images/Icons/ExpandCollapse.png') no-repeat;
    background-position: left top;
    display: block;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .UnLocked .Collapse {
    background: url('../Images/Icons/ExpandCollapse.png') no-repeat;
    background-position: left -17px;
    display: block;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Date {
    width: 90px;
    font-size: .8em;
    float: left;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Location {
    width: 278px;
    font-weight: bold;
    font-size: .8em;
    float: left;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Description {
    width: 309px;
    font-size: .8em;
    float: left;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Badge {
    width:32px;
    height:32px;
    float: left;
    margin:4px 5px 0px 0px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .Badge img {
    width:32px;
    height:32px;
    color: black;
    font-size: .5em;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .ProPoints,
.HistoryPanel .HistoryPanelRows .HistoryPanelRow .LifetimePoints {
    font-size: .8em;
    width: 75px;
    text-align: right;
    float: left;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .ProPoints {
    width: 115px;  
}

.PointsLevel .PointsShare .SocialIcons {
    width:80px;
    float:left;
    text-align:right;
    line-height:normal;
    padding:0px 0px 0px 100px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .SocialIcons {
    width:20px;
    float:right;
    line-height: normal;
    margin: 11px 17px 0px 0px;
}

.PointsLevel .PointsShare .SocialIcons a {
    display:block;
    float:left;
    margin:12px 0px 0px 10px;
    outline:none;
    width:36px;
    height:36px;
}

.HistoryPanel .HistoryPanelRows .HistoryPanelRow .SocialIcons a {
    outline:none;
    width:16px;
    height:16px;
    float: right;
}

.PointsLevel .PointsShare .SocialIcons a.Facebook {
    background:url('../Images/Icons/Facebook.png') no-repeat;
}

.MarketingBlurbWrapper {
    overflow: hidden;
    background-color: #E5E5E5;
    border-top: 1px solid #999;
    width: 100%;    
}

.MarketingBlurbWrapper .HistoryPanelBlurb {
    padding: 19px 0px 19px 0px;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer {
    width: 960px;
    margin: 0px auto 0px auto;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer.WhitePlain .RoundedContentTopMiddle, 
.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer.WhitePlain .RoundedContentBottomMiddle {
    width: 948px;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt {
    padding: 5px 0px 0px 40px;
    background: url('../Images/Icons/Unlock.png') no-repeat;
    background-position: 5px 5px;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptInfo {
    float: left;
    width: 225px;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptInfo .DCINumberPromptQuestion {
    color: #666666;
    font-size: .75em;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptInfo .DCINumberEnterPassword {
    font-size: .9em;
    color: #666666;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptInfo .DCINumberEnterPassword span a, 
.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptInfo .DCINumberEnterPassword span {
    color: #ca3209;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptInfo ul {
    font-size: .9em;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 30px;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptInfo li {
    margin: 5px 0px 0px 0px;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptPictures {
    float: left;
}

.MarketingBlurbWrapper .HistoryPanelBlurb .RoundedContentContainer .DCINumberPrompt .DCINumberPromptPictures img {
    margin: 0px 12px 0px 12px;
    border: 1px solid #666666;
    display: block;
    float: left;
}

.EventDetailsExpired {
    padding: 10px 0px 10px 0px;
}

/* =============================================== */
/* Vertical Tab and Sharing Modal Styles
/* =============================================== */
.VerticalTabs .ProfileScorecardShare {
    margin: 0px 0px 0px 0px;
}

.VerticalTabs .ProfileScorecardShare.Facebook {
    margin: 0px 0px 20px 0px;
}

/* =============================================== */
/* Competitive Points Styles
/* =============================================== */
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues {
    /*overflow-x: hidden;
    white-space: nowrap;*/
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup {
    float: left;
    color: #000000;
    margin: 5px 5px 0px 7px;
    cursor: pointer;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup .Left {
    float: left;
    width: 200px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup .Left .SeasonPointsValuesLabel {
    float: left;
}
.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup .Left .SeasonPointsValuesLabel span {
    font-size: .9em;
    font-weight: bold;
    color: #ca3209;
    /*text-shadow: 1px 2px 2px #000;*/
    line-height:.9em;
    text-decoration: underline;        
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup .Left .SeasonPointsValuesValue {
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    line-height:1.1em;
    margin: 0px 5px 0px 20px;
}

.MainBodyWrapper .MainBodyContentWrapper .PointDetailsPanel .PointDetails .PointDetailsPointTotals .SeasonPoints .SeasonPointTotals .SeasonPointsValues .SeasonPointsValuesGroup .SeasonRange {
    float: left;
    font-size: .65em;
    color: #999999;
    width: 155px;
    margin: 2px 0px 0px 10px;
}

.CompetitivePointsHistory {
    padding: 18px;
}

.CompetitivePointsHistory .PointsHistoryTabs {
    background: url("../Images/Backgrounds/SubNavigationHeaderGradient.png");
    background-position: left;
    width: 424px;
    height: 30px;
    float: left;
    clear: both;
}

.CompetitivePointsHistory .PointsHistoryTabs .CompetitiveHistoryTab {
    line-height: 29px;
    width: 211px;
    float: left;
}

.CompetitivePointsHistory .PointsHistoryTabs .CompetitiveHistoryTab a {
    color: #FFFFFF;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px 1px 1px #000000;
}

.CompetitivePointsHistory .PointsHistoryTabs .CompetitiveHistoryTab.Selected {
    background: none repeat scroll 0 0 #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.CompetitivePointsHistory .PointsHistoryTabs .CompetitiveHistoryTab.Selected a {
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF;
    height: 31px;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValues {
    background: none repeat scroll 0 0 #e5e5e5;
    width: 424px;
    height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValue.Selected {
    display: block;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValue.Unselected {
    display: none;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow {
    width: 100%;
    font-size: .8em;
    padding: 10px 0 10px 0;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow.Header {
    clear: both;
    padding: 25px 0 25px 0;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow .SeasonRange, 
.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow .DateRangeLabel
{
    float: left;
    text-align: left;
    padding-left: 20px;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow .DateRangeLabel
{
    font-weight: bold;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow .PointsValue,
.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow .PointsLabel 
{
    float: right;
    text-align: right;
    padding-right: 40px;
}

.CompetitivePointsHistory .CompetitivePointsHistoryValues .CompetitivePointsRow .PointsLabel 
{
    font-weight: bold;
}

.MyStatsContainer {
    width: 100%;
    font-size:0.75em;
}

.MyStatsPanelHeader {
    background: url("../Images/Backgrounds/HistoryHeaderGradient.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 48px;
    overflow: hidden;
    width: 100%;    
}

.MyStatsPanelHeaderHeader {
    color: #FFFFFF;
    height: 27px;
    line-height: 27px;
    margin: 0 0 0 20px;    
}

.MyStatsPanelHeaderHeader span {
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000; 
}

.MyStatsContainer .StatColumnContainer1 {
    width: 280px;
    padding: 10px 0 10px 20px;
    float: left;
}

.MyStatsContainer .StatColumnContainer2 {
    width: 280px;
    padding: 10px 0 10px 10px;
    float: left;
}

.MyStatsContainer .StatColumnContainer3 {
    width: 380px;
    padding: 10px 0 10px 10px;
    float: left;
}

.MyStatsContainer .ColumnContainer1,
.MyStatsContainer .ColumnContainer2,
.MyStatsContainer .ColumnContainer3 {
    width: 280px;
    line-height: 20px;
    display: table;
    border-bottom: 1px solid #482459;
}

.MyStatsContainer .ColumnContainer3 {
    width: 380px;
}

.MyStatsContainer .StatColumnContainer1 .ColumnContainer1:nth-child(odd),
.MyStatsContainer .StatColumnContainer2 .ColumnContainer2:nth-child(odd),
.MyStatsContainer .StatColumnContainer3 .ColumnContainer3:nth-child(odd) {
    background-color:#ffffff;
}

.MyStatsContainer .StatColumnContainer1 .ColumnContainer1:first-child,
.MyStatsContainer .StatColumnContainer2 .ColumnContainer2:first-child,
.MyStatsContainer .StatColumnContainer3 .ColumnContainer3:first-child {
    border-top: 1px solid #482459;
}

.MyStatsContainer .MyStatsCaptionText {
    font-weight: bold;
    display: inline-block;
}

.MyStatsContainer .MyStatsCaptionText:hover {
    cursor: pointer;
}

.MyStatsContainer .Value {
    text-align: right;
}

.MyStatsContainer .Row1,
.MyStatsContainer .Row2,
.MyStatsContainer .Row3,
.MyStatsContainer .Row4,
.MyStatsContainer .Row5 {
    min-height: 20px;
    padding: 0 5px 0 5px;
}

.MyStatsContainer .Column1,
.MyStatsContainer .Column2,
.MyStatsContainer .Column3,
.MyStatsContainer .Column4,
.MyStatsContainer .Column5,
.MyStatsContainer .Column6,
.MyStatsContainer .Column7,
.MyStatsContainer .Column8,
.MyStatsContainer .Column9 {
    float: left;
    overflow: hidden;
}

.MyStatsContainer .Column1 {
    width: 120px;
}

.MyStatsContainer .Column3{
    width: 60px;
}

.MyStatsContainer .Column4 {
    width: 150px;
}

.MyStatsContainer .Column5{
    width: 30px;
}

.MyStatsContainer .Column8{
    width: 160px;
}

.MyStatsContainer .Column9{
    width: 120px;
}

.MyStatsContainer .Column2,
.MyStatsContainer .Column6,
.MyStatsContainer .Column7{
    width: 100px;
}

.MyStatsTooltipContainer {
    display: none;
    position: absolute;
}

.MyStatsTooltipContainer,
.MyStatsTooltipContainer .MyStatsTooltip,
.MyStatsTooltip .RoundedContentContainer.BlackOrange {
    min-width: 200px;
    max-width: 400px;
    min-height: 50px;
}

.MyStatsTooltip .RoundedContentContainer.BlackOrange .RoundedContentTop .RoundedContentTopMiddle,
.MyStatsTooltip .RoundedContentContainer.BlackOrange .RoundedContentBottom .RoundedContentBottomMiddle {
    width: 180px;
}

.MyStatsTooltip .RoundedContentContainer.BlackOrange .RoundedContentCenter .RoundedContentCenterRight .RoundedContentContent {
    width: 180px;
    padding: 0 4px 0 4px;
    color: #FFFFFF;
    font-size: 0.7em;
}

.MyStatsTooltip .RoundedContentContainer.BlackOrange .RoundedContentCenter .RoundedContentCenterRight,
.MyStatsTooltip .RoundedContentContainer.BlackOrange .RoundedContentCenter .RoundedContentCenterRight .RoundedContentContent {
    min-height: 20px;
    margin: 0 4px 0px 2px
}

.MyStatsPanel .MyStatsPanelRows {
    background-color: #e5e5e5;
    float: left;
    width: 100%;
    min-height: 40px;
}

.MyStatsPanel .MyStatsPanelRows .Loading {
    background: url('../Images/Icons/LoadingLarge.gif') no-repeat;
    background-position: center center;
    height: 75px;
    width: 1000px;
}

.MyStatsPanel .MyStatsPanelRows .Border {
    clear: both;
    height: 1px;
    background-color: #cccccc;
}
