/*referred to by aliens and some other qa apps*/

/** Color scheme - Mobsters
 *
 * Gritty, dark, gothic look, with highlights.
 * Use shades of gray throughout and accent with more saturated elements
 * (e.g. item pictures, links, highlighted tabs...)
 *
 * Primary highlight colors:
 *      rgb(165, 20, 20);   blood red
 *      rgb(113, 14, 14);   darker
 *
 *      rgb(77, 135, 216);  blue fabric (used for links)
 *      rgb(88, 155, 226);  lighter version for momentary highlights
 *
 *      #CD7F32             orange headers
 */


span.blueButton{
    background-color:#3b5998;
    margin: 0px 5px 0px 5px;
    padding: 5px 10px 5px 10px;

    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;

    border-right: solid 1px #505050;
    border-top: solid 1px #505050;
    border-right: solid 2px #808080;
    border-bottom: solid 2px #808080;
}
a.blueButton:link { color: white; text-decoration: none;}
a.blueButton:visited { color: white; text-decoration: none;}
a.blueButton:hover { color: white; text-decoration: none;}





span.bigBlueButton{
    background-color:#3b5998;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;

    color: white;
    font-size: 36px;
    font-weight: 800;
    text-align: center;

    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: gray;

    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: gray;
}
a.bigBlueButton:link { color: white; text-decoration: none;}
a.bigBlueButton:visited { color: white; text-decoration: none;}
a.bigBlueButton:hover { color: white; text-decoration: none;}







a.button {
  color: white;
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  height: 34px;
  padding-right: 16px;
  cursor: pointer;
  font-weight: bold;
}

a.button_blue {
    background: transparent url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_blue.png) no-repeat scroll top right;
}

a.button_gray {
    background: transparent url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_gray.png) no-repeat scroll top right;
}

a.button span {
  display: block;
  float: left;
  padding-left: 16px;
  padding-top: 7px;
  padding-bottom: 5px;
}

a.button_blue span {
    background: transparent url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_blue.png) no-repeat scroll top left;
}

a.button_gray span {
    background: transparent url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_gray.png) no-repeat scroll top left;    
}

a.button_blue:hover, a.button_blue:hover span
{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_blue_hover.png); }

a.button_blue:active, a.button_blue:active span
{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_blue_click.png); }

a.button_gray:hover, a.button_gray:hover span
{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_gray_hover.png); }

a.button_gray:active, a.button_gray:active span
{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/button/button_gray_click.png); }


a.button:active span { height: 26px; padding-top: 8px; }



div.zoomButton {
    border: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 19px;
    height: 19px;
    background-image: url(http://cdn1.slicezero.com/oyf/images/zoom_t.gif);
    background-position: center center;
    z-index: 100;
    cursor:pointer;
}

div.zoomButton:hover {
    background-image: url(http://cdn1.slicezero.com/oyf/images/zoom_f.gif);
    z-index: 101;
}

/*3-part button classes */

td.threeButtonTDL_blue{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blue_l.gif); }
td.threeButtonTDL_yellow{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellow_l.gif); }
td.threeButtonTDL_black{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_black_l.gif); }
td.threeButtonTDL_gray{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellow_l.gif); }

td.threeButtonTDT_blue{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blue_t.gif); }
td.threeButtonTDT_yellow{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellow_t.gif); }
td.threeButtonTDT_black{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_black_t.gif); }
td.threeButtonTDT_gray{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellow_t.gif); }

td.threeButtonTDR_blue{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blue_r.gif); }
td.threeButtonTDR_yellow{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellow_r.gif); }
td.threeButtonTDR_black{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_black_r.gif); }
td.threeButtonTDR_gray{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellow_r.gif); }

td.threeButtonTDL_blue_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blued_l.gif); }
td.threeButtonTDL_yellow_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowd_l.gif); }
td.threeButtonTDL_black_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blackd_l.gif); }
td.threeButtonTDL_gray_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowd_l.gif); }

td.threeButtonTDT_blue_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blued_t.gif); }
td.threeButtonTDT_yellow_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowd_t.gif); }
td.threeButtonTDT_black_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blackd_t.gif); }
td.threeButtonTDT_gray_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowd_t.gif); }

td.threeButtonTDR_blue_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blued_r.gif); }
td.threeButtonTDR_yellow_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowd_r.gif); }
td.threeButtonTDR_black_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blackd_r.gif); }
td.threeButtonTDR_gray_d{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowd_r.gif); }

td.threeButtonTDL_blue_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blueo_l.gif); }
td.threeButtonTDL_yellow_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowo_l.gif); }
td.threeButtonTDL_black_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blacko_l.gif); }
td.threeButtonTDL_gray_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowo_l.gif); }

td.threeButtonTDT_blue_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blueo_t.gif); }
td.threeButtonTDT_yellow_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowo_t.gif); }
td.threeButtonTDT_black_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blacko_t.gif); }
td.threeButtonTDT_gray_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowo_t.gif); }

td.threeButtonTDR_blue_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blueo_r.gif); }
td.threeButtonTDR_yellow_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowo_r.gif); }
td.threeButtonTDR_black_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_blacko_r.gif); }
td.threeButtonTDR_gray_o{ background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/3button/3button_yellowo_r.gif); }


table.threeButtonTable{
    margin: 0px;
    padding: 0px;
    border: none;
    cursor:pointer;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-collapse: collapse;
}

tbody.threeButtonTBody{ height: 32px; margin: 0px; padding: 0px; border: none}

td.threeButtonTDMiddle{ margin: 0px; padding: 0px; border: none ; background-repeat: repeat-x}

td.threeButtonTDSide{ width: 11px; margin: 0px; padding: 0px; border: none ; background-repeat: no-repeat}

/* Nitrous Boost Styles, too complex for addCSSRule */

#mobNameStatus.statCell, .mobNameCell {
    color : #FFA500;
    font-size : 12px;
    font-weight : bold;
}

#mobNameStatus .statsBarReloadTimer {
    font-size: 15px;
    width: 80px;
}

.nitro_refill_label {
    font-size: 15px;
}

.nitro_refill_counter {
    font-size: 30px;
}
/* end nitrous boost styles */

td.xpromoText {  color: #565656; font-family: verdana; font-weight: bold; text-align: center; text-decoration: none; font-size: 10px;}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    line-height: 0;
    height: 0;

}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.avatarItemHighlight {
    border-style:solid;
    border-width:2px;
    border-color:#776600
}

.bold {
	font-weight: bold;
}

.privacySettingsText {
	color: white;
	text-align: left;
}

.commentsCommentUnblock {
	color: white;
	cursor: pointer;
}

.pokerDiv{
    width: 785px;
    height: 405px;
    background: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/bg_texture.jpg) repeat-x;
    margin: 7px auto 0 auto;
}

.pokerDivBorder{
    width: 800px;
    height: 415px;
    border: 1px solid #646464;
    margin-left: 20px;
}

.pokerDivPopup{
    padding: 10px;
    background: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/bg_texture.jpg) no-repeat;
    height: 265px;
}

.pokerDivPopupCardContainer{
    height: 106px;
    margin: 0 0 0 140px;
    width: 60px;
}

.pokerDivPopupCardDiv{
    margin-top: 15px;
}

.pokerDivPopupButtonContainer{
    height: 40px;
    margin-top: 10px;
}

.pokerDivWidthPadding{
    margin: 0 40px;
}

.pokerDivTop{
    padding-top: 10px;
}

.pokerDivTopLeftTextDiv{
    width: 300px;
}

.pokerDivTopRightTextDiv{
    width: 250px;
    margin-right: 80px;
    text-align: center;
}

.pokerDivMiddleLeftDiv{
    width: 250px;
}

.pokerDivMiddleBorderDiv{
    border-left: 1px solid #666666;
    height: 230px;
    margin-top: 10px;
    margin-left: 20px;
}

.pokerDivMiddleBorderDivLarge{
    border-left: 1px solid #666666;
    height: 295px;
    margin-top: 10px;
}

.pokerDivMiddleRightDiv{
    width: 400px;
}

.pokerDivCardOfDay{
    width: 100%;
    height: 175px;
    margin-top: 20px;
}

.pokerDivCardOfDayCard{
    margin: 0 auto;
    padding-top: 10px;
    width: 60px;
    height: 79px;
}

.pokerDivCardOfDayText{
    text-align: center;
    margin-top: 33px;
    width: 100%;
}

.pokerDivCardTomorrow{
    width: 100%;
    height: 25px;
    color: #D30E06;
    font-size: 18px;
    background: #111111;
    border: 1px solid #000000;
    text-align: center;
    margin-top: 15px;
}

.pokerDivHandAnytime{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
    font-size: 18px;
}

.pokerDivText{
    width: 100%;
    text-align: center;
}

.pokerDivDoneButton{
    margin-left: 260px;
}

.pokerDivDrawButtonContainer{
    width: 100%;
    margin-top: 5px;
}

.pokerDivDrawButton{
    margin-left: 125px;
    width: 125px;
}

.pokerDivRewardsLink{
	color: rgb( 77, 135, 216 );
	text-decoration: underline;
    font-size: 18px;
    margin: 18px 10px 0 0;
    cursor: pointer;
}

.pokerDivRewardsLinkAlt{
    color: rgb( 77, 135, 216 );
    text-decoration: underline;
    font-size: 14px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.pokerDivCardsBackgroundLarge{
    width: 410px;
    height: 310px;
    margin: 10px auto 0 auto;
    background: no-repeat;
}

.pokerDivCardsBackgroundLarge[class] {
    background: url(http://cdn0.mobwarsapp.com/rpg_images/facebook/mobsters_v2/poker/new/hand_l.png) no-repeat;
}

.pokerDivCardsBackgroundSmall{
    width: 405px;
    height: 255px;
    margin: 10px 0 0 0;
    background: no-repeat;
}

.pokerDivCardsBackgroundSmall[class] {
    background: url(http://cdn0.mobwarsapp.com/rpg_images/facebook/mobsters_v2/poker/new/hand_s.png) no-repeat;
}

.pokerDivTopRowCards{
    width: 365px;
    height: 79px;
    padding: 25px 0 0 37px;
}

.pokerDivBottomRowCards{
    width: 330px;
    height: 79px;
    padding: 17px 0 0 70px;
}

.pokerDivTopRowDrawnCards{
    width: 209px;
    height: 79px;
    padding: 25px 0 0 37px;
}

.pokerDivBottomRowDrawnCards{
    width: 209px;
    height: 79px;
    padding: 25px 0 0 37px;
}

.pokerDivTopRowCardsCheckbox{
    width: 385px;
    height: 105px;
    padding: 25px 0 0 37px;
}

.pokerDivBottomRowCardsCheckbox{
    width: 350px;
    height: 105px;
    padding: 7px 0 0 70px;
}

.pokerDivCardDiv{
    width: 60px;
    height: 79px;
    margin-right:20px;
}

.pokerDivCheckboxCardDiv{
    width: 60px;
    height: 79px;
    margin-right:20px;
}

.pokerDivDayDivContainer{
    width: 100%;
}

.pokerDivDayDiv {
    width: 44px;
    height: 40px;
    background: no-repeat;
    margin-right: 3px;
}

.pokerDivDayDivOverlay{
    width: 44px;
    height: 40px;
}

.pokerDivDayDivText{
    margin: 12px 0 0 5px;
    width: 35px;
}

.pokerDivHelpText{
    text-align: center;
    color: #E27A21;
    font-size: 14px;
}

.pokerDivBottomDiv{
    margin-top: 20px;
}

.pokerDivBottomDivPreDraw{
    margin-top: 10px;
}

.pokerDivBottomDivPostDraw{
    margin-top: 20px;
    margin-left: -30px;
}

.pokerDivBottomDivLeft{
    margin-left: 15px;
}

.pokerDivDrawText{
    color: #ffffff;
    font-size: 15px;
    margin: 8px 25px 0 0;

}

.pokerDivDrawCheckboxText{
    color: #ffffff;
    font-size: 12px;
    margin-top: 3px;
}

.pokerDivDrawnCardsText{
    margin: 30px 0 0 5px;
    width: 100%;
    text-align: left;
}

.pokerDivRewardDescriptionDiv{
    color: #000000;
    font-size: 14px;
    margin: 10px 15px;
    text-align:left;
    font-weight:normal;
}

.pokerDivRewardRelative{
    position: relative;
    left: 30px;
}

.pokerDivRewardDescriptionBorder{
    border: 3px solid #424242;
    background: #B4B4B4;
    width: 200px;
    position: absolute;
}

.pokerTextYourRewardForToday{
    color: #E27A21;
    font-size: 19px;
}

.pokerDivBottomTextDiv{
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.pokerDivButtonsSectionDiv{
    width: 100%;
    margin: 20px 0 60px 0;
}

.pokerDivButtonsSectionTable{
    width: 100%;
}

.pokerDivButtonsSectionThreeButtonTd{
    width: 217px;
}

.pokerTextWhite{
    color: #ffffff;
    font-size: 18px;
}

.pokerTextColor{
    color: #E27A21;
    font-size: 18px;
}

.pokerTextPrize{
    color: #FF7F00;
    font-size: 18px;
}

.pokerTextRed{
    color: #D30E06;
    font-size: 18px;
}

.pokerTextPreviousHand{
    color: #adadad;
    font-size: 16px;
}

.pokerTextWhiteSmall{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.pokerTextCurrentHand{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.pokerTextCurrentHandColor{
    color: #E27A21;
    font-size: 16px;
    font-weight: bold;
}

.pokerTextColorSmall{
    color: #E27A21;
    font-size: 13px;
    font-weight: bold;
}

.pokerTextRewardName{
    color: #E27A21;
    font-size: 14px;
    font-weight: bold;
}

.pokerTextReplaceCardsText{
    color: #E27A21;
    font-size: 16px;
    font-weight: bold;
}

.pokerTextWhiteSmallest{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.pokerTextColorSmallest{
    color: #E27A21;
    font-size: 12px;
    font-weight: bold;
}

.pokerTextWhiteBig{
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.pokerTextColorBig{
    color: #E27A21;
    font-size: 22px;
    font-weight: bold;
}

.pokerTextDrawHandName{
    color: #E27A21;
    font-size: 24px;
}

.pokerDivRewardContainer{
    margin-top: 10px;
}

.pokerDivRewardDiv{
    margin-left: 10px;
}

.pokerDivRewardText{
    margin-left: 3px;
}

.pokerDivRewardsInnerPadding{
    margin: 10px 20px;
}

.pokerDivRewardsHeader{
    margin-top: 15px;
    margin-left: 10px;
}

.pokerDivRewards{
    border: 1px solid #646464;
    width: 800px;
    margin-left: 10px;
}

.pokerDivRewardHalfLeft{
    width: 260px;
}

.pokerDivRewardHalfRight{
    width: 400px;
}

.pokerDivRewardHand{
    width: 138px;
    height: 37px;
    background: no-repeat;
}

.pokerDivTooltipIcon{
    background: url(http://cdn0.mobwarsapp.com/rpg_images/facebook/mobsters_v2/poker/new/rewards/rewards.gif) no-repeat;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.pokerDivFirstCardDiv{
    margin: 0 9px 0 0;
    width: 75px;
}

.pokerDivAdditionalCardDiv{
    width: 69px;
}

.pokerDivAdditionalNotChangedCardDiv{
    width: 69px;
    margin-top: 36px;
}

.pokerDivAdditionalChangedCardDiv{
    width: 69px;
    margin-top: 20px;
}

.pokerDivCardInnerDiv{
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 79px;
    background-repeat: no-repeat;
}

.pokerDivCardBorder{
    width: 60px;
    height: 79px;
}

.pokerDivRewardsButton{
    margin-right: 20px;
}

.pokerDivAcceptButton{
    margin-right: 35px;
}

.pokerDivAcceptChangedButton{
    margin-left: 39px;
}

.pokerDivRewardsTextSection{
    width: 100%;
    margin-top: 10px;
}

.pokerDivRewardsButtonsSectionDiv{
    width: 100%;
    margin: 60px 0 10px 0;
}

.pokerDivCardsButton{
    margin: 0 30px 20px 0;
}

.pokerDivRewardsTextBoxLeft{
    width: 260px;
}

.pokerDivRewardsTextBoxRight{
    width: 340px;
}

.pokerDivCheckboxDiv{
    text-align: center;
}

.pokerDivBottomRewardsDiv{
    width: 100%;
    margin: 30px 0 10px 0;
}

.pokerDivBottomRewardsLeftDiv{
    text-align: center;
    margin-left: 20px;
    width: 150px;
}

.pokerDivBottomRewardsRightDiv{
    text-align: center;
    margin-left: 80px;
    width: 200px;
}

.pokerDivBottomRewardsCardsChangedDiv{
    text-align: center;
    margin-left: 230px;
    width: 200px;
}

.pokerDivMissingFavorPointsHeader{
    width: 274px;
    margin: 20px auto 20px auto;
    color: #FF7F00;
    font-weight:bold;
    font-size: 18px;
    text-align: center;
}

.pokerDivAcceptedHandHeader{
    width: 274px;
    margin: 20px 0 20px 15px;
    color: #FF7F00;
    font-weight:bold;
    font-size: 18px;
    text-align: left;
}

.pokerDivGodfatherButton{
    margin-right: 30px;
}

.pokerDivMissingFavorPointsBottomDiv{
    margin: 15px 0 30px 10px;
    width: 100%;
    text-align: left;
}

.attackDefenseDiv{
    font-size: 16px;
    color: #FFFFFF;
}

.pokerDivHoverRelative{
    position: relative;
}

.pokerDivHover{
    position: absolute;
    width: 225px;
    border: 1px solid #434343;
    background-color: #131313;
}

.equipmentItemImage{
    width: 75px;
    height: 50px;
}

.pokerErrorText{
    text-align: center;
}

.pokerTextWinningDiv{
    margin-top: 150px
}

a.insufficient_stamina1:hover {
  background-position:bottom right;
  background-repeat:no-repeat;
}


a.insufficient_stamina1
{ 
  background-image: url(http://cdn0.mobwarsapp.com/rpg_images/facebook/sororitywars/ui/buttons/refillStaminaButton1.gif);
  background-position:top right;
  background-repeat:no-repeat;
  height:45px;
  width:250px;
  float:right;
  cursor:pointer;
}

a.insufficient_stamina2:hover {
  background-position:bottom right;
  background-repeat:no-repeat;
}

a.insufficient_stamina2
{ 
  height:45px;
  width:250px;
  float:right;
  cursor:pointer;
  background-image: url(http://cdn0.mobwarsapp.com/rpg_images/facebook/sororitywars/ui/buttons/refillStaminaButton2.gif);
  background-position:top right;
  background-repeat:no-repeat;
}

.insufficient_stamina_text {
	float: left;
	width: 330px;
}

.newLine{
    clear: both;
}


/* some convenience css */
.margin_auto{margin: 0px auto;}
.margin10{margin: 10px;}
.margin_10_lr{margin-left: 10px; margin-right: 10px;}
.margin_10_tb{margin-top: 10px; margin-bottom: 10px;}
.margin_20_tb{margin-top: 20px; margin-bottom: 20px;}
.margin5{margin:5px;}
.margin_5_lr{margin: 0px 5px;}
.margin_5_tb{margin-top: 5px; margin-bottom: 5px;}

.padding5{padding: 5px;}
.padding_5_tb{padding-top: 5px; padding-bottom: 5px;}
.padding_10_lr{padding-left: 10px; padding-right: 10px;}
.padding10{padding: 10px;}

.white{color: #ffffff;}

.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}

.vAlign_top{vertical-align: top;}

.font16{font-size: 16px;}
.font14{font-size: 14px;}
.font12{font-size: 12px;}
.font10{font-size: 10px;}

.relative{position:relative;}
.absolute{position:absolute;}

.normal_text{font-weight: normal;}

.click{cursor: pointer;}
/* end convenience css */

/* mob rackets css */

.racketsStatsHeader {width: 738px;}

.activeRacketsBackground{
	width: 738px;
	height: 390px;
	background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/rackets/ActiveRackets_bg.jpg);
	background-repeat: repeat-x;
}
.activeRacketsContainer{
	padding-top: 55px;
	padding-left: 50px;
	*height: 390px;
	*padding-top: 85px;
	*padding-left: 70px;
}
.activeRacketTable { width: 640px;}
.racketsGrid{width: 690px;}
.activeRacketTD{
	width: 200px;
	height: 162px; 
}

.racketsTD{width: 200px;}

.featuredRacketItem, .racketItem{ width: 205px; }
.featuredRacketItem{
	height: 291px;
	background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/rackets/racket_Featured.png);
}

.racketItem{
	height: 288px;
	background-image: url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/rackets/racket_Available.png);
}

.racketsTitleBar{width:736px; height:26px; background-image:url(http://cdn0.mobwarsapp.com/rpg_images/opensocial/mob/ui/rackets/redBar.png);}

.racketsControls{bottom: 10px; width: 100%;}
.racketsControls table, .racketActivateTD, .racketActiveDiv{width: 100%;}
.racketActiveDiv{bottom: 45px;}
.racketActivateTD{padding: 1px 0px;}
.activeRacketInfo{ width: 170px; top: -20px;}
.activeRacketImage, .racketImage{width: 150px; height: 75px;}
.activeRacketImageContainer{width: 170px; height: 100px; background-color: #ffffff;}
.activeRacketTextBorder{border: solid 1px #ff0000;}
.activeRacketTextContainer{background-color: #000000; top:85px; left: -15px; z-index: 20; width: 200px;}
.activeRacketShutDownBtnContainer{width: 90px; height: 35px; padding: 2px 5px; z-index:25; top: 125px; left: 39px;}
/* end mob rackets css*/
