/* UPICKEM STYLESHEET CHANGES
   2010-02-16 - Added Link styles to UPE-PageHeaderText and UPE-PageSubHeaderText
   2010-02-17 - Added cursor:pointer; to button styles
   2010-02-17 - For UPE-CondensedLoginText, text-align:right; has been changed to text-align:left;
   2010-02-22 - UPE-InCart added
*/

/* Element styles are not used so we do not conflict with an outside stylesheet*/

/*General Common styles */
a:link.UPE-Link { font-family:Arial; font-size:12px; color:#19334D; font-weight:normal; text-decoration:underline;  white-space:normal; display:inline;}
a:visited.UPE-Link { font-family:Arial; font-size:12px; color:#19334D; font-weight:normal;text-decoration:underline; white-space:normal; display:inline; }
a:hover.UPE-Link { font-family:Arial; font-size:12px; font-weight:normal; text-decoration:underline; white-space:normal; display:inline; }
a:active.UPE-Link { font-family:Arial; font-size:12px; font-weight:normal;text-decoration:underline; white-space:normal; display:inline;}

A.UPE-LinkPermanent, A:link.UPE-LinkPermanent, A:visited.UPE-LinkPermanent, A:hover.UPE-LinkPermanent, A:active.UPE-LinkPermanent{font-family: Arial; color: #19334d; font-size: 12px; font-weight: normal; white-space:normal; display:inline; }
SPAN.UPE-LinkImmitate {font-family: Arial; color: #19334D; font-size:12px; font-weight:normal; text-decoration:underline; cursor:pointer; cursor:hand;}
SPAN.UPE-LinkImmitateBold {font-family: Arial; color: #19334D; font-size:12px; font-weight:bold; text-decoration:underline; cursor:pointer; cursor:hand;}

DIV.UPE-CondensedLoginBox {border:solid 1px #e3e3e3; background-color:#F8F8F8;padding:5px;}
.UPE-CondensedLoginLabel {font-family:Arial; font-size:12px; font-weight:bold; color:#000000; text-align:right;white-space:nowrap;}
.UPE-CondensedLoginText {font-family:Arial; font-size:12px; font-weight:normal; color:#000000; text-align:left;white-space:nowrap;}
a:link.UPE-CondensedLoginLink,  a:visited.UPE-CondensedLoginLink{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold;color:#a0a0a0;text-decoration:none; display:inline;}
a:hover.UPE-CondensedLoginLink, a:active.UPE-CondensedLoginLink {FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold;color:#a0a0a0;text-decoration:underline; display:inline;}

TABLE.UPE-ApplicationTable{ width:100%;}
.UPE-Text { font-family:Arial; font-size:12px; color:#19334D; font-weight:normal;text-align:left; white-space:normal;}
.UPE-TextGrey { font-family:Arial; font-size:12px; color:#808080;font-weight:normal;text-align:left; white-space:normal;}
.UPE-LabelText { font-family:Arial; font-size:12px; font-weight:bold; color:#19334D; text-align:right;white-space:nowrap;}
.UPE-LabelTextMiddle { font-family:Arial; font-size:12px; font-weight:bold; color:#19334D; text-align:right;white-space:nowrap;vertical-align:middle;}
.UPE-BoldText { font-family:Arial; font-size:12px; font-weight:bold; color:#19334D;}
.UPE-LargeBoldText { font-family:Arial; font-size:16px; font-weight:bold; color:#000000;}
.UPE-LargeLabelText { font-family:Arial; font-size:16px; font-weight:bold; text-align:right; color:#000000;}
.UPE-LargeText { font-family:Arial; font-size:16px; font-weight:normal; color:#000000;}
.UPE-CardLabelText { font-family:Arial; font-size:16px; font-weight:bold; text-align:right; color:#000000;white-space:nowrap;vertical-align:top;}
.UPE-CardText { font-family:Arial; font-size:16px; font-weight:normal; color:#000000;vertical-align:top;}
.UPE-LabelTextWrap { font-family:Arial; font-size:12px; font-weight:bold; color:#19334D; text-align:right;}
.UPE-LabelTextGrey { font-family:Arial; font-size:12px; font-weight:bold; color:#808080; text-align:right;white-space:nowrap;}
.UPE-TextGreyLight { font-family:Arial; font-size:12px; font-weight:normal; color:#d3d3d3;white-space:nowrap;text-align:left; white-space:normal;}
.UPE-LabelTextSmallGrey { font-family:Arial; font-size:10px; font-weight:bold; color:#808080;vertical-align:top; text-align: right; }
.UPE-TextSmallGrey { font-family:Arial; font-size:10px; font-weight:normal; color:#808080; vertical-align:top;}
.UPE-LabelTextSmall { font-family:Arial; font-size:10px; font-weight:bold; color:#19334D; text-align:right;white-space:nowrap;}
.UPE-TextSmall { font-family:Arial; font-size:10px; font-weight:normal; color:#19334D; text-align:right;text-align:left;}

.UPE-LargeInputText { font-family:Arial; FONT-SIZE: 14px; color:#5377A6;font-weight:bold;
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;
    }
.UPE-InputText { font-family:Arial; font-size:12px; color:black; 
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;
    }
.UPE-InputTextSmall { font-family:Arial; font-size:10px; border:solid 1px #afafaf; color:black; 
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;
    }
.UPE-InputTextQuantitySmall { font-family:Arial; font-size:10px; border:solid 1px #afafaf; color:black; text-align:center;
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;
    }
.UPE-InputTextDisabled { font-family:Arial; font-size:12px; color:black; background-color:#d3d3d3; 
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;
    }
.UPE-InputTextWinner { font-family:Arial; font-size:12px; color:black; background-color:#E5FFEC; 
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;  
    }
.UPE-ButtonText { font-family:Arial; font-size:12px; color:black;border: solid 1px #A2B5CD;  line-height:14px; padding-left:3px; padding-right:3px; width: auto; overflow: visible; background-color: #efefef;  
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; cursor:pointer;}
.UPE-StandoutButtonText { font-family:Arial; font-size:12px; border: solid 1px #808080; background-color:#3F74AA; line-height:14px; padding-left:3px; padding-right:3px; width: auto; overflow: visible;  color:#ffffff; 
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; cursor:pointer;}
.UPE-ButtonTextSmall { font-family:Arial; font-size:10px; color:black;border: solid 1px #A2B5CD;  line-height:12px; padding-left:2px; padding-right:2px;  width: auto; overflow: visible; background-color: #efefef;  
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; cursor:pointer;}
.UPE-StandoutButtonTextSmall { font-family:Arial; font-size:10px; border: solid 1px #808080; background-color:#3F74AA; line-height:12px; padding-left:2px; padding-right:2px; width: auto; overflow: visible; color:#ffffff; 
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; cursor:pointer;}
    
.UPE-ErrorText { font-family:Arial; font-size:12px; color:red; font-weight:bold; white-space:normal;}
.UPE-SuccessfulText { font-family:Arial; font-size:12px; color:#336699; font-weight:bold;text-align:left; white-space:normal;}
a:link.UPE-SuccessfulText,  a:visited.UPE-SuccessfulText, a:hover.UPE-SuccessfulText, a:active.UPE-SuccessfulText  { font-family:Arial; font-size:12px; color:#336699; font-weight:bold;text-align:left; white-space:normal; display:inline;}
.UPE-UnsuccessfulText { font-family:Arial; font-size:12px; color:red; font-weight:bold;text-align:left; white-space:normal;}
a:link.UPE-UnsuccessfulText,  a:visited.UPE-UnsuccessfulText, a:hover.UPE-UnsuccessfulText, a:active.UPE-UnsuccessfulText { font-family:Arial; font-size:12px; color:red; font-weight:bold;text-align:left; white-space:normal; display:inline;}
.UPE-StandoutText { font-family:Arial; font-size:12px; color:#0032C7; font-weight:bold;text-align:left; white-space:normal; }
a:link.UPE-StandoutText,  a:visited.UPE-StandoutText, a:hover.UPE-StandoutText, a:active.UPE-StandoutText { font-family:Arial; font-size:12px; color:#336699; font-weight:bold;text-align:left; white-space:normal; display:inline; }
.UPE-RequiredStarText { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#B32D00;font-weight:bold;}
.UPE-HorizontialLine { width:100%; color:#dddddd; background-color:#dddddd; line-height:1px; height:1px; border:0px;}
.UPE-TextMediaDisplay {padding:3px 3px 3px 3px;border: solid 1px #808080;text-align:left;}
.UPE-PageHeaderText {   FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#2A4F7F;font-weight:bold;text-align:left; white-space:normal;}
a:link.UPE-PageHeaderText,  a:visited.UPE-PageHeaderText, a:hover.UPE-PageHeaderText, a:active.UPE-PageHeaderText {FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#2A4F7F;font-weight:bold; white-space:normal;text-align:left;}
.UPE-PageSubHeaderText {   FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#5377A6;font-weight:bold;text-align:left; white-space:normal;}
a:link.UPE-PageSubHeaderText,  a:visited.UPE-PageSubHeaderText, a:hover.UPE-PageSubHeaderText, a:active.UPE-PageSubHeaderText {FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#5377A6;font-weight:bold; white-space:normal;text-align:left;}
.UPE-PageSubSubHeaderText {FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#6789B7;font-weight:bold; white-space:normal;text-align:left;}
a:link.UPE-PageSubSubHeaderText,  a:visited.UPE-PageSubSubHeaderText, a:hover.UPE-PageSubSubHeaderText, a:active.UPE-PageSubSubHeaderText {FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#6789B7;font-weight:bold; white-space:normal;text-align:left;}
.UPE-PageSubSubHeaderTextWithBackground { FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#6789B7;font-weight:bold; white-space:normal;text-align:left; background-color:#efefef;padding:3px 3px 3px 3px;border: solid 1px #C0CDDE; }
.UPE-PageSubSubSubHeaderText {FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#769ACA;font-weight:bold; white-space:normal;text-align:left;}

TABLE.UPE-StandardTable td {  padding:5px 5px 5px 5px; }
TABLE.UPE-StandardTableSmaller td {  padding:3px 3px 3px 3px; }
TABLE.UPE-StandardTableSmallest td {  padding:1px 1px 1px 1px; }
TABLE.UPE-StandardTableNoPadding td {  padding:0px 0px 0px 0px;  }

TD.UPE-TopLeftBoxCell {vertical-align:top;height:100%;}
TD.UPE-TopMiddleCell {text-align:center;vertical-align:top;width:90%;}
TD.UPE-TopRightBoxCell {text-align:right;vertical-align:top;height:100%;}

/*For photo contests - expanded view link under matchup*/
.UPE-ExpandedView {font-family:Arial;font-size:11px;color:#808080;}
a:link.UPE-ExpandedView,  a:visited.UPE-ExpandedView, a:hover.UPE-ExpandedView, a:active.UPE-ExpandedView {font-family:Arial;font-size:11px;color:#808080; display:inline;}

/*For photo and reality contests - used on the cell that with winner and my pick text*/
.UPE-Winner { font-family:Arial; font-size:12px; color:white; background-color:#33cc66; font-weight:bold; white-space:normal;}
.UPE-MyPick { font-family:Arial; font-size:12px; color:white; background-color:#6699cc; font-weight:bold; white-space:normal;}
.UPE-Eliminated { font-family:Arial; font-size:12px; color:white; background-color:#ff6633; font-weight:bold; white-space:normal;}

/*For photo contests - so you can set the background color of missing images*/
.UPE-MissingImage { font-family:Arial; font-size:12px; color:white; background-color:#efefef; white-space:normal;}
.UPE-QuestionText {   FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#6789B7;font-weight:bold; white-space:normal;}
.UPE-BigQuestionText {  FONT-FAMILY: Arial; FONT-SIZE: 16px; color:#2A4F7F;font-weight:bold;text-align:left; white-space:normal;}
.UPE-BigQuestionLabelText {  FONT-FAMILY: Arial; FONT-SIZE: 16px; color:#000000;font-weight:bold;text-align:left; white-space:normal;}

/*Trash Task Date and Delete*/
.UPE-TrashTalkDate{FONT-FAMILY: Arial; FONT-SIZE: 10px; font-weight:normal;color:#b0b0b0;text-decoration:none;}
a:link.UPE-TrashTalkDelete,  a:visited.UPE-TrashTalkDelete, a:hover.UPE-TrashTalkDelete, a:active.UPE-TrashTalkDelete {FONT-FAMILY: Arial; FONT-SIZE: 10px; font-weight:normal;color:#b0b0b0;text-decoration:underline; display:inline;}

/*Used for each sub menu items on pages*/
TD.UPE-SubMenuOn{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold; border: solid 1px #A2B5CD;background-color:#6699cc;color:#ffffff;line-height:14px;padding:5px 5px 5px 5px;
    -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px; -khtml-border-radius-bottomleft: 5px; -khtml-border-radius-topright: 5px; -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px;
    }
DIV.UPE-SubMenuOn{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold; border: solid 1px #A2B5CD;background-color:#6699cc;color:#ffffff;line-height:14px;padding:5px 5px 5px 5px;
    -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px; -khtml-border-radius-bottomleft: 5px; -khtml-border-radius-topright: 5px; -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px;
    }
a:link.UPE-SubMenuOnLink,  a:visited.UPE-SubMenuOnLink{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold; color:#ffffff;text-decoration:none; display:inline;}
a:hover.UPE-SubMenuOnLink, a:active.UPE-SubMenuOnLink {FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold; color:#ffffff;text-decoration:underline; display:inline;}
a.UPE-SubMenuOnLink { color:#ffffff; }
DIV.UPE-SubMenuOff{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; border: solid 1px #A2B5CD;background-color:#f7f7f7;color:#19334D;line-height:14px;padding:5px 5px 5px 5px;
    -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px; -khtml-border-radius-bottomleft: 5px; -khtml-border-radius-topright: 5px; -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px;
   }
TD.UPE-SubMenuOff{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; border: solid 1px #A2B5CD;background-color:#f7f7f7;color:#19334D;line-height:14px;padding:5px 5px 5px 5px;
    -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px; -khtml-border-radius-bottomleft: 5px; -khtml-border-radius-topright: 5px; -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px;
   }
a:link.UPE-SubMenuOffLink,  a:visited.UPE-SubMenuOffLink{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; color:#19334D;text-decoration:none; display:inline;}
a:hover.UPE-SubMenuOffLink, a:active.UPE-SubMenuOffLink {FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; color:#19334D;text-decoration:underline; display:inline;}
a.UPE-SubMenuOffLink { color:#19334D; }

/*For copyright text at the bottom of the page*/
.UPE-CopyrightText { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:black;font-weight:normal;text-align:center; white-space:normal;}
a:link.UPE-CopyrightText,  a:visited.UPE-CopyrightText, a:hover.UPE-CopyrightText, a:active.UPE-CopyrightText { font-family:Arial; font-size:12px; color:#19334D; white-space:normal; display:inline; }

/*For Grouping data in a grey box*/
TABLE.UPE-BoxTable { font-family:Arial; font-size:12px;  border:solid 1px #A2B5CD; text-align:center;background-color:#ffffff;border-collapse:separate;}
TABLE.UPE-BoxTableLight { font-family:Arial; font-size:10px;  border:solid 1px #d3d3d3; text-align:center;background-color:#f7f7f7;border-collapse:separate; }
DIV.UPE-BoxTable { font-family:Arial; font-size:12px;  border:solid 1px #A2B5CD; text-align:center;background-color:#ffffff;border-collapse:separate;}
DIV.UPE-BoxTableLight { font-family:Arial; font-size:10px;  border:solid 1px #d3d3d3; text-align:center;background-color:#f7f7f7;border-collapse:separate; }
TD.UPE-BoxTableHeader { font-family:Arial; font-size:12px; height:16px; background-color:#efefef;color:#000000; text-align:center; font-weight:bold; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-BoxTableBody { font-family:Arial; font-size:12px; color:#19334D; font-weight:normal;text-align:center; white-space:normal;padding:5px 5px 5px 5px;}

/*Used for spacing in-between rows*/
.UPE-Space3 {line-height:100%;font-size:3px;}
.UPE-Space7 {line-height:100%;font-size:7px;}
.UPE-Space14 {line-height:100%;font-size:14px;}

/*Not Logged In Row*/
.UPE-MessageBox {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#5377A6;font-weight:bold;background-color:#f7f7f7;border:solid 1px #A2B5CD; white-space:normal; padding: 7px 7px 7px 7px; vertical-align:middle;text-align:center; 
    -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px; -khtml-border-radius-bottomleft: 5px; -khtml-border-radius-topright: 5px; -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px;
   }
a:link.UPE-MessageBoxLink,  a:visited.UPE-MessageBoxLink, a:hover.UPE-MessageBoxLink, a:active.UPE-MessageBoxLink { font-family:Arial; font-size:12px; color:#5377A6; white-space:normal; display:inline; text-decoration:underline; }
    
/*Team*/
a:link.UPE-TeamName,  a:visited.UPE-TeamName{FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; color:#19334D;text-decoration:none; display:inline;}
a:hover.UPE-TeamName, a:active.UPE-TeamName {FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; color:#19334D;text-decoration:underline; display:inline;}

/*Data displayed in table format*/
TABLE.UPE-ListRowTable {background-color:#A2B5CD; border-collapse:separate; border-spacing:1px; }
TD.UPE-ListRowHeader { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#e5e5ff;padding:3px 3px 3px 3px;text-align:left;}
a:link.UPE-ListRowHeader,  a:visited.UPE-ListRowHeader, a:hover.UPE-ListRowHeader, a:active.UPE-ListRowHeader {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;padding:3px 3px 3px 3px; display:inline;}

TD.UPE-ListRowHeaderCenter { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#e5e5ff;text-align:center; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowHeaderNumeric { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#e5e5ff;text-align:right; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRow { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top;text-align:left; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowSelected { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#eff0f6;  border: solid 1px #9B9FC2;vertical-align:top;}
TD.UPE-ListRowCenter { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top;text-align:center; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowNumeric { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top; text-align:right; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowWinner { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#D7FEE2;vertical-align:top;text-align:left; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowWinnerCenter { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#D7FEE2;vertical-align:top;text-align:center; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowNotQualified { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#efefef;vertical-align:top;text-align:left; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowNotQualifiedCenter { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#efefef;vertical-align:top;text-align:center; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowPick { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#efefef;vertical-align:top;text-align:left; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowPickCenter { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#efefef;vertical-align:top;text-align:center; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowHover { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#eff0f6;vertical-align:top;text-align:left; white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowHoverCenter { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#eff0f6;vertical-align:top;text-align:center; white-space:normal;padding:3px 3px 3px 3px;}

TABLE.UPE-ListRowTableError {background-color:#D4ACA9; border-collapse:separate; border-spacing:1px;text-align:left; border-spacing:1px; }
TD.UPE-ListRowHeaderError { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#F0D7D5;text-align:left;white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowError { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top;text-align:left;white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowHeaderCenterError { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#F0D7D5;text-align:center;white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowCenterError  { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top;text-align:center;white-space:normal;padding:3px 3px 3px 3px;}

TABLE.UPE-ListRowTableSuccess {background-color:#83C0A1; border-collapse:separate; border-spacing:1px;text-align:left; border-spacing:1px;  }
TD.UPE-ListRowHeaderSuccess { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#CCEFDE;text-align:left;white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowSuccess { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top;text-align:left;white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowHeaderCenterSuccess { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#CCEFDE;text-align:center;white-space:normal;padding:3px 3px 3px 3px;}
TD.UPE-ListRowCenterSuccess  { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top;text-align:center;white-space:normal;padding:3px 3px 3px 3px;}

/*Status Headers For*/
.UPE-PreOpen {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#a0a0a0; white-space:normal; text-align:center;}
.UPE-Closed {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#AB81AB; white-space:normal; text-align:center;}
.UPE-Tie {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#cc66cc; white-space:normal; text-align:center;}
.UPE-Open {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#33cc66; white-space:normal; text-align:center;}
.UPE-NotPicked { font-family:Arial; font-size:12px; color:#dfdfdf;border:solid 1px #d3d3d3; background-color:#f7f7f7;white-space:normal; text-align:center; }
.UPE-Picked { font-family:Arial; font-size:12px; color:#3A7FC5;border:solid 1px #d3d3d3; background-color:#f7f7f7;white-space:normal; text-align:center; }
.UPE-Finished {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#3A7FC5; white-space:normal; text-align:center;}
.UPE-InCart {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#3A7FC5; white-space:normal; text-align:center;}
.UPE-Ineligible {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#a0a0a0; white-space:normal; text-align:center;}
.UPE-Right {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#3A7FC5; white-space:normal; text-align:center;}
.UPE-Wrong {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#ff6633; white-space:normal; text-align:center;}
.UPE-Eliminated {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#75271F; white-space:normal; text-align:center;}
.UPE-Advanced {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#5377A6; white-space:normal; text-align:center;}
.UPE-OrderIncomplete {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#CC6600; white-space:normal; text-align:center;}
.UPE-OrderPaid {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#009966; white-space:normal; text-align:center;}
.UPE-OrderShipped {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#0066CC; white-space:normal; text-align:center;}
.UPE-OrderCancelled {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#CC6600; white-space:normal; text-align:center;}
.UPE-OrderChargeBack {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#CC0000; white-space:normal; text-align:center;}
.UPE-New {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#a0a0a0; white-space:normal; text-align:center;}
.UPE-Approved {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#3A7FC5; white-space:normal; text-align:center;}
.UPE-Rejected {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#ff6633; white-space:normal; text-align:center;}
.UPE-Failed {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#FF9900; white-space:normal; text-align:center;}
.UPE-Active {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#33cc66; white-space:normal; text-align:center;}
.UPE-Test {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#FFCC00; white-space:normal; text-align:center;}
.UPE-InActive {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#999999; white-space:normal; text-align:center;}
.UPE-Archived{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#a0a0a0; white-space:normal; text-align:center;}
.UPE-Drafted{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#a0a0a0; white-space:normal; text-align:center;}
.UPE-Scheduled{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#3A7FC5; white-space:normal; text-align:center;}
.UPE-InProgress{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#33cc66; white-space:normal; text-align:center;}
.UPE-OnHold{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#D2D200; white-space:normal; text-align:center;}
.UPE-Cancelled{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#FF6633; white-space:normal; text-align:center;}
.UPE-Sent{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#AB81AB; white-space:normal; text-align:center;}
.UPE-Expired{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#a0a0a0; white-space:normal; text-align:center;}
.UPE-RequiresApproval {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#CC6600; white-space:normal; text-align:center;}
.UPE-ScrapeError{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#D2D200; white-space:normal; text-align:center;}
.UPE-Completed{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#3A7FC5; white-space:normal; text-align:center;}
.UPE-Current{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#33cc66; white-space:normal; text-align:center;}
.UPE-Future{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#000000;font-weight:bold;background-color:#ffffff; white-space:normal; text-align:center;}
.UPE-Valid{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#3A7FC5; white-space:normal; text-align:center;}
.UPE-CheckingValidity{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#CC6600; white-space:normal; text-align:center;}
.UPE-InValid{FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#ff6633; white-space:normal; text-align:center;}
.UPE-ByUpickem {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#33cc66; white-space:normal; text-align:center;}
.UPE-ByAffiliate {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#FFCC00; white-space:normal; text-align:center;}
.UPE-NotLoggedIn {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#ff6633; white-space:normal; text-align:center;}

TABLE.UPE-TabTable {width:100%;border-collapse:separate;}

/*Top Tabs*/
TD.UPE-Tab {background-image: url('/shared/images/ButtonOn.gif');FONT-FAMILY: Arial; FONT-SIZE: 12px; border-top: solid 1px #A2B5CD; border-right: solid 1px #A2B5CD; white-space:nowrap; text-align:center;line-height:35px;width:13%;}
TD.UPE-TabFirst {background-image: url('/shared/images/ButtonOn.gif');FONT-FAMILY: Arial; FONT-SIZE: 12px; border-top: solid 1px #A2B5CD;border-right: solid 1px #A2B5CD; border-left: solid 1px #A2B5CD; white-space:nowrap;text-align:center;line-height:35px;width:13%;}
TD.UPE-TabOff {background-image: url('/shared/images/ButtonOff.gif');FONT-FAMILY: Arial; FONT-SIZE: 12px; border-top: solid 1px #CBD5E1; border-right: solid 1px #CBD5E1;  border-bottom: solid 1px #A2B5CD;  white-space:nowrap;background-color:#f7f7f7;text-align:center;line-height:35px;width:13%;}
TD.UPE-TabOffFirst {background-image: url('/shared/images/ButtonOff.gif');FONT-FAMILY: Arial; FONT-SIZE: 12px; border-top: solid 1px #CBD5E1; border-right: solid 1px #CBD5E1; border-left: solid 1px #CBD5E1;  border-bottom: solid 1px #A2B5CD; white-space:nowrap;background-color:#f7f7f7;text-align:center;line-height:35px;width:13%;}

TD.UPE-BottomNoTabs {FONT-FAMILY: Arial; FONT-SIZE: 1px; border-bottom: solid 1px #A2B5CD; border-left: solid 1px #A2B5CD;border-right: solid 1px #A2B5CD; line-height:1px;}

/*Bottom Tabs*/
TD.UPE-BottomTab {background-image: url('/shared/images/ButtonBottomOn.gif'); FONT-FAMILY: Arial; FONT-SIZE: 12px; border-bottom: solid 1px #A2B5CD; border-right: solid 1px #A2B5CD; white-space:nowrap; text-align:center;line-height:35px;}
TD.UPE-BottomTabFirst {background-image: url('/shared/images/ButtonBottomOn.gif');FONT-FAMILY: Arial; FONT-SIZE: 12px; border-bottom: solid 1px #A2B5CD;border-right: solid 1px #A2B5CD;border-left: solid 1px #A2B5CD; white-space:nowrap;text-align:center;line-height:35px;}
TD.UPE-BottomTabOff {background-image: url('/shared/images/ButtonBottomOff.gif');FONT-FAMILY: Arial; FONT-SIZE: 12px; border-top: solid 1px #A2B5CD; border-right: solid 1px #CBD5E1;  border-bottom: solid 1px #CBD5E1; white-space:nowrap;background-color:#f7f7f7;text-align:center;line-height:35px;}
TD.UPE-BottomTabOffFirst {background-image: url('/shared/images/ButtonBottomOff.gif');FONT-FAMILY: Arial; FONT-SIZE: 12px; border-top: solid 1px #A2B5CD; border-right: solid 1px #CBD5E1; border-left: solid 1px #CBD5E1;  border-bottom: solid 1px #CBD5E1; white-space:nowrap;background-color:#f7f7f7;text-align:center;line-height:35px;}

/*Inactive Tab*/
.UPE-InactiveTab {color:#808080;FONT-FAMILY: Arial; FONT-SIZE: 11px;}

/*Tab Links*/
a:link.UPE-TabOnLink,  a:visited.UPE-TabOnLink{FONT-FAMILY: Arial; FONT-SIZE: 11px; font-weight:bold;color:#19334D;text-decoration:none; display:inline;}
a:hover.UPE-TabOnLink, a:active.UPE-TabOnLink {FONT-FAMILY: Arial; FONT-SIZE: 11px; font-weight:bold;color:#19334D;text-decoration:underline; display:inline;}
a:link.UPE-TabOffLink,  a:visited.UPE-TabOffLink{FONT-FAMILY: Arial; FONT-SIZE: 11px; font-weight:normal;color:#19334D;text-decoration:none; display:inline;}
a:hover.UPE-TabOffLink, a:active.UPE-TabOffLink {FONT-FAMILY: Arial; FONT-SIZE: 11px; font-weight:normal;color:#19334D;text-decoration:underline; display:inline;}

a:link.UPE-BoxOnLink,  a:visited.UPE-BoxOnLink{color:#ffffff;text-decoration:none;FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold; border: solid 1px #A2B5CD;background-color:#6699cc;color:#ffffff;line-height:14px;padding:3px 3px 3px 3px;
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; line-height:26px;}
a:hover.UPE-BoxOnLink, a:active.UPE-BoxOnLink {color:#ffffff;text-decoration:underline;FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:bold; border: solid 1px #A2B5CD;background-color:#6699cc;color:#ffffff;line-height:14px;padding:3px 3px 3px 3px;
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; line-height:26px;}
a:link.UPE-BoxOffLink,  a:visited.UPE-BoxOffLink{color:#19334D;text-decoration:none;FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; border: solid 1px #A2B5CD;background-color:#f7f7f7;color:#19334D;line-height:14px;padding:3px 3px 3px 3px;
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; line-height:26px;
   }
a:hover.UPE-BoxOffLink, a:active.UPE-BoxOffLink {color:#19334D;text-decoration:underline;FONT-FAMILY: Arial; FONT-SIZE: 12px; font-weight:normal; border: solid 1px #A2B5CD;background-color:#f7f7f7;color:#19334D;line-height:14px;padding:3px 3px 3px 3px;
    -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; line-height:26px;
   }

/*Area in-between the top and bottom tabs*/
TD.UPE-ApplicationTableCell {FONT-FAMILY: Arial; FONT-SIZE: 12px; border-left: solid 1px #A2B5CD;border-right: solid 1px #A2B5CD; white-space:nowrap; background-color:#ffffff;padding:10px 10px 10px 10px;}
TD.UPE-ApplicationTableCellTop {FONT-FAMILY: Arial; FONT-SIZE: 12px; border-top: solid 1px #A2B5CD; border-left: solid 1px #A2B5CD;border-right: solid 1px #A2B5CD; white-space:nowrap; background-color:#ffffff;padding:10px 10px 10px 10px;}
TD.UPE-ApplicationTableCellBottom {FONT-FAMILY: Arial; FONT-SIZE: 12px; border-bottom: solid 1px #A2B5CD; border-left: solid 1px #A2B5CD;border-right: solid 1px #A2B5CD; white-space:nowrap; background-color:#ffffff;padding:10px 10px 10px 10px;}
TD.UPE-ApplicationTableCellBoth {FONT-FAMILY: Arial; FONT-SIZE: 12px; border: solid 1px #A2B5CD; white-space:nowrap; background-color:#ffffff;padding:10px 10px 10px 10px;}

/*Photo Borders*/
IMG.UPE-FanGallerySmallPhotoBorder { padding:7px;border:solid 1px #d3d3d3;background-color:#FFFFFF;}
IMG.UPE-FanGallerySmallPhotoBorderOn { padding:7px;border:solid 1px #AAAAAA;background-color:#FFFFFF;}
IMG.UPE-FanGalleryTinyPhotoBorder { padding:3px;border:solid 1px #d3d3d3;background-color:#FFFFFF;}
IMG.UPE-FanGalleryTinyPhotoBorderOn { padding:3px;border:solid 1px #AAAAAA;background-color:#FFFFFF;}
IMG.UPE-FanGalleryLargePhotoBorder { padding:15px;border:solid 1px #d3d3d3;background-color:FFFFFF;}
IMG.UPE-FanGalleryLargePhotoBorderOn { padding:15px;border:solid 1px #AAAAAA;background-color:#FFFFFF;}

/*Widget Styles*/
.UPE-WidgetErrorText { font-family:Arial; font-size:12px; color:red; font-weight:bold; white-space:normal;}
TABLE.UPE-WidgetListRowTable {background-color:#A2B5CD; border-collapse:separate; border-spacing:1px;}
TD.UPE-WidgetListRowHeader { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:bold;background-color:#e5e5ff;padding:3px 3px 3px 3px;text-align:left;}
TD.UPE-WidgetListRow { FONT-FAMILY: Arial; FONT-SIZE: 12px; color:#19334D;font-weight:normal;background-color:#ffffff;vertical-align:top;text-align:left; white-space:normal;padding:3px 3px 3px 3px;}
TABLE.UPE-WidgetBoxTableLight { font-family:Arial; font-size:10px;  border:solid 1px #d3d3d3; text-align:center;background-color:#f7f7f7;}
.UPE-WidgetPageSubHeaderText {   FONT-FAMILY: Arial; FONT-SIZE: 14px; color:#5377A6;font-weight:bold;text-align:left; white-space:normal;}
.UPE-WidgetText { font-family:Arial; font-size:12px; color:#19334D; font-weight:normal;text-align:left; white-space:normal;}
.UPE-WidgetButtonText { font-family:Arial; font-size:12px; color:black;border: solid 1px #A2B5CD; padding:2px 4px 2px 4px; padding-bottom:1px; cursor:pointer; }
.UPE-WidgetQuestionText {   FONT-FAMILY: Arial; FONT-SIZE: 13px; color:black;font-weight:bold; white-space:normal;text-align:left;}
.UPE-WidgetSpace7 {line-height:7px;font-size:7px;COLOR:#ffffff;}
.UPE-WidgetSpace3 {line-height:3px;font-size:3px;COLOR:#ffffff;}
.UPE-WidgetTextGreyLight { font-family:Arial; font-size:12px; font-weight:normal; color:#d3d3d3;white-space:nowrap;text-align:left; white-space:normal;}
TABLE.UPE-WidgetMainTable {width:300px;}
TABLE.UPE-WidgetSingleGameMainTable {width:200px;border:solid 1px #d3d3d3;background-color:#ffffff;padding:7px 7px 7px 7px;}
.UPE-WidgetPreOpen {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#a0a0a0; white-space:normal;}
.UPE-WidgetClosed {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#cc66cc; white-space:normal;}
.UPE-WidgetTie {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#cc66cc; white-space:normal;}
.UPE-WidgetOpen {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#33cc66; white-space:normal;}
.UPE-WidgetFinished {FONT-FAMILY: Arial; FONT-SIZE: 12px; color:white;font-weight:bold;background-color:#6699cc; white-space:normal;}
.UPE-WidgetLabelText { font-family:Arial; font-size:12px; font-weight:bold; color:#19334D; text-align:right;white-space:nowrap;}

.UPE-CurveAll3px
{-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px;
    -khtml-border-radius-bottomright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px;
    }
.UPE-CurveAll5px
{-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px; -khtml-border-radius-bottomleft: 5px; -khtml-border-radius-topright: 5px; -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px;
    }
    
.UPE-CurveTopLeft5px {-webkit-border-top-left-radius: 5px; -khtml-border-radius-topleft: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;     }
.UPE-CurveTopRight5px {-webkit-border-top-right-radius: 5px; -khtml-border-radius-topright: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px;     }
.UPE-CurveBottomLeft5px {-webkit-border-bottom-left-radius: 5px; -khtml-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;     }
.UPE-CurveBottomRight5px {-webkit-border-bottom-right-radius: 5px; -khtml-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px;     }

.UPE-CurveTopLeft3px {-webkit-border-top-left-radius: 3px; -khtml-border-radius-topleft: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px;     }
.UPE-CurveTopRight3px {-webkit-border-top-right-radius: 3px; -khtml-border-radius-topright: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px;     }
.UPE-CurveBottomLeft3px {-webkit-border-bottom-left-radius: 3px; -khtml-border-radius-bottomleft: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px;     }
.UPE-CurveBottomRight3px {-webkit-border-bottom-right-radius: 3px; -khtml-border-radius-bottomright: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px;     }