/*** FACEBOOK GENERALISH... KINDA JUST THE MOST IMPORTANT STUFF ****/

form {
  margin: 0;
  padding: 0;
}

a:link {
  color: #0A3155;
  text-decoration: underline;
}

a:visited {
  color: #0A3155;
  text-decoration: underline;
}

a:hover {
  color: #27639C;
  text-decoration: none;
}

a:active {
  color: #0A3155;
  text-decoration: none;
}

.inputtext {
  border: 1px solid #56A200;
  padding: 4px;
  font-size: 8pt;
  background-color: #f6f6f6;
}

.inputtext-small {
  border: 1px solid #56A200;
  padding: 2px;
  font-size: 7pt;
  background-color: #f6f6f6;
}

.inputsubmit-epw {
  border-width: 1px;
  border-color: #6CC00C #1D3600 #1D3600 #6CC00C;
  background-color: #3B6F00;
  font-size: 9pt;
  padding: 0.2em 0.4em;
  color: #fff;
}

.inputsubmit-epw-large {
  border-width: 2px;
  border-color: #6CC00C #1D3600 #1D3600 #6CC00C;
  background-color: #3B6F00;
  font-size: 10pt;
  font-weight: bold;
  padding: 0.4em 0.6em;
  color: #fff;
}

.inputsubmit-epw-small {
  border-width: 1px;
  border-color: #6CC00C #1D3600 #1D3600 #6CC00C;
  background-color: #3B6F00;
  padding: 0.2em 0.4em;
  color: #fff;
}

.inputsubmit-gray {
  border-color: #E0E0E0 #1D3600 #1D3600 #E0E0E0;
  background-color: #575757;
}

.input-bordercolor {
  color: #386802;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.inline {
  display: inline;
}

.padded-mild {
  padding: 5px;
}

.padded-medium {
  padding: 10px;
}

.padded-high {
  padding: 20px;
}

.margin-bottom-mild {
  margin-bottom: 5px;
}

.margin-bottom-medium {
  margin-bottom: 10px;
}

.margin-bottom-high {
  margin-bottom: 20px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}


#facebook-main-container {
  width: 740px;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
/*  background: #eee url(http://image.epicpetwars.com/epw/epicpetwars_background.png); */
}

#facebook-main-container a:link {
  color: #1E680C;
  text-decoration: underline;
}

#facebook-main-container a:visited {
  color: #1E680C;
  text-decoration: underline;
}

#facebook-main-container a:hover {
  color: #1E680C;
  text-decoration: none;
}

#facebook-main-container a:active {
  color: #1E680C;
  text-decoration: none;
}

#other-options-container {
  float: left;
  width: 150px;
  font-size: 10pt;
  padding-top: 20px;
  padding-left: 40px;
}

#top-players-link {
  color: #AA3109;
  font-weight: bold;
}

#logo-container {
  float: right;
  width: 450px;
}

#menu-standalone {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 9pt;
  text-align: right;
  overflow: hidden;
  background: #f6f6f6 url(http://image.epicpetwars.com/epw/gradients/stats_fieldset_gradient.png) scroll repeat-x bottom left;
}

#facebook-menu-container {
  font-size: 10pt;
}

#facebook-main-menu {
  width: 760px;
  margin: 0 auto;
}

#facebook-main-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 28px;
  width: 730px;
}

#facebook-main-menu ul a {
  background: transparent url(http://image.epicpetwars.com/epw/menu_main_link_bg.png) no-repeat scroll center right;
  padding: 0px 15px;
  display: block;
  line-height: 28px;
  font-size: 12px;
}

#facebook-main-menu li {
  background: #fff url(http://image.epicpetwars.com/epw/menu_main_bg.png) repeat-x scroll top left;
  float: left;
}

.unselected-menu-tab {
  background: #fff url(http://image.epicpetwars.com/epw/menu_main_bg.png) repeat-x scroll top left;
  float: left;
  cursor: pointer;
}

.unselected-menu-tab a:link {
  color: #FFFFFF !important; 
  text-decoration: none !important;
}

.unselected-menu-tab a:visited {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.unselected-menu-tab a:hover {
  color: #9DDD73 !important;
  text-decoration: none !important;
}

.unselected-menu-tab a:active {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.selected-menu-tab {
  background: transparent url(http://image.epicpetwars.com/epw/menu_main_selected_bg.png) repeat-x scroll top left !important;
  border-left: 1px solid #2c5a0e;
  font-weight: normal;
  float: left;
}

.selected-menu-tab a:link {  
  color: #153500 !important;
  text-decoration: none !important;
}

.selected-menu-tab a:visited {  
  color: #153500 !important;
  text-decoration: none !important;
}

.selected-menu-tab a:hover {  
  color: #3D9700 !important;
  text-decoration: none !important;
}

.selected-menu-tab a:active {  
  color: #368800 !important;
  text-decoration: none !important;
}

#facebook-sub-menu {
  background-color: #F0FFE7;
  border-left: 1px solid #9DDD73;
  border-bottom: 3px solid #8FDA5D;
  border-right: 1px solid #9DDD73;
  padding: 4px;
  font-size: 8pt;
  font-weight: bold;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

#facebook-sub-menu a:link {
  color: #111;
  text-decoration: none;
}

#facebook-sub-menu a:visited {
  color: #111;
  text-decoration: none;
}

#facebook-sub-menu a:hover {
  color: #555;
  text-decoration: none;
}

#facebook-sub-menu a:active {
  color: #111;
  text-decoration: none;
}

/*** BATTLE MASTER ITEM OFFERS WIDGET ***/

.battle-master-item-offers-header {
  font-size: 14pt;
  color: #441100;
  font-weight: bold;
  margin-bottom: 2px;
  padding-left: 10px;
}
.battle-master-item-offers-container {
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #000;
  background-color: #444;
  color: #f0f0f0;
}
.battle-master-item-cell {
  float: left;
  width: 226px;
  padding-right: 15px;
}
.battle-master-item-image {
  float: left;
  width: 75px;
  padding-right: 10px;
  text-align: center;
}
.battle-master-item-info {
  float: left;
  width: 131px;
  font-size: 9pt;
  text-align: center;
}
.battle-master-item-details {
  padding: 10px;
  font-size: 8pt;
  color: #e0e0e0;
  text-align: center;
}
  
/*** STATS BOX CONTAINERS ***/

.plus-stat {
  color: #338000;
}

.minus-stat {
  color: #9B1F00;
}


.subnote {
  color: #333;
  font-size: 10pt;
}

.tinynote {
  color: #333;
  font-size: 8pt;
}

.padding-mild {
  padding: 10px;
}

.padding-medium {
  padding: 20px;
}

.padding-high {
  padding: 30px;
}

.pading-mild-vertical {
  padding: 10px 0px;
}

.padding-medium-vertical {
  padding: 20px 0px;
}

.subnote strong {
  font-size: 12pt;
}


/*** FACEBOOK HOME ***/

#home-pet-box {
  float:left;
  text-align:center;
  width:490px;
  height:300px;
}

.home-action-box {
  float: left;
  width: 140px;
  padding: 5px;
  margin-right: 8px;
  border: 1px solid #aaa;
  background: #f0f0f0 url(http://image.epicpetwars.com/epw/gradients/home_action_box_gradient.png) scroll repeat-x bottom left;
  height: 60px;
  text-align: center;
  color: #333;
  font-size: 10pt;
}

.home-action-box input {
  border-width: 1px;
  background-color: #2169B6;
  border-color: #4B8ACE #07376B #07376B #4B8ACE;
  font-weight: bold;
  color: #fff;
  font-size: 10pt;
  padding: 3px;
  width: 130px;
  margin-bottom: 5px;
}

.profile-info-box {
  float: left;
  width: 150px;
  text-align: left;
  margin: 20px 20px 20px 20px;
  padding: 10px;
  font-size: 8pt;
  line-height: 1.5em;
  border: 3px solid #aaa;
  background-color: #f0f0f0;
  font-weight: bold;
}

.profile-info-box em {
  font-style: normal;
  font-weight: normal;
  color: #666;
}

#profile-left-info-box {
  float: left;
}

#profile-right-info-box {
  float: right;
  margin-top: 50px;
}

#equipment-info-box {
  float: right;
  border: 0;
  padding: 0;
  width: 170px;
  background-color: transparent;
  font-weight: normal;
}

#profile-animal-box {
  float: left;
  width: 250px;
  padding: 10px;
  margin-top: 30px;
  text-align: center;  
}


.achievement-row {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.achievement-image {
  float: left;
  width: 75px;
  padding-right: 15px;
}

.achievement-name {
  float: left;
  padding-top: 15px;
  padding-right: 15px;
  width: 350px;
  font-size: 14pt;
  font-weight: bold;
}

.achievement-details {
  margin-top: 5px;
  margin-left: 5px;
  color: #666;
  font-size: 11pt;
}

.achievement-date {
  float: right;
  width: 235px;
  padding-top: 30px;
  text-align: right;
  font-style: italic;
  color: #aaa;
}

.toplist-number {
  float: left;
  text-align: right;
  width: 50px;
  padding-top: 20px;
  padding-right: 15px;
  font-size: 36pt;
  color: #999;
}

.toplist-image {
  float: left;
  width: 75px;
  padding-right: 15px;
  text-align: center;
}

.toplist-view-profile {
  float: right;
  font-size: 8pt;
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.toplist-leaderboards-container {
  margin: 20px 0px;
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
}

.toplist-leaderboards-list {
  margin: 0px auto;
  width: 400px;
  font-size: 12pt;
  padding: 10px;
  border-top: 1px solid #aaa;
}

#other-options-title {
  font-size: 14pt;
  color: #666;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.posse-row {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 9pt;
  line-height: 1.2em;
}

.posse-image {
  float: left;
  width: 75px;
  padding-right: 15px;
  text-align: center;
}

.posse-info-column {
  float: left;
  width: 100px;
  padding-right: 15px;
}

.posse-view-profile {
  font-size: 8pt;
  font-weight: bold;
  float: right;
  width: 130px;
  text-align: center;
}

.bank-header {
  font-weight: bold;
  color: #444;
  font-size:13pt;
}

.bank-input {
  margin:10px 0px;
}

.bank-footer {
  font-style: italic;
  color: #000;
}

.column-of-keys {
  font-weight: bold;
  color: #444;
  padding-right: 5px;
}

.column-of-values {
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}

#faq {
  padding: 10px;
}

.faq-question {
  margin-left: 20px;
  color: #114D00;
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 5px;
}

.faq-answer {
  text-align: right;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  padding: 10px;
}

/*** FACEBOOK PROFILE ***/

.profile-column-container { 
  width: 225px;
  padding: 0px 5px 5px 5px;
  margin-right: 5px;
  overflow:auto;
  float:right;
}

.comment-single {
  font-weight: bold;
  font-size: 8pt;
  line-height: 1.2em;
  border-bottom: 1px solid #aaa;
  margin-bottom: 5px;
}

.battle-commenter-container {
  width: 265px;
  margin: 10px auto;
  padding: 5px;
  border: 2px solid #669FD8;
  background: #E7F3FF url(http://image.epicpetwars.com/epw/action_result_normal_bg.png) repeat-x scroll bottom left;  
}

#battle-done-comment-header {
  font-size: 11pt;
  text-align: center;
  font-weight: bold;  
  color: #003163;
}

.commenter-container {
  font-size: 8pt;
  font-weight: bold;
  margin-top: 20px;
}

.commenter-image {
  float: left;
  width: 50px;
  padding: 0px 6px;
  padding-top: 3px;
}

.commenter-box {
  float: left;
  width: 150px;
}

.comment-time {
  color: #777;
  font-size: 7pt;
}

.comment-content {
  font-weight: normal;
  font-size: 8pt;
  line-height: 1.4em;
  padding: 10px;
}

.comment-pic {
  float: right;
  width: 75px;
  margin: 3px;
}

.comment-pic-image {
  padding: 1px;
  /* border: 1px solid #d6d6d6; */
}

.achievement-single {
  float: left;
  width: 75px;
  margin: 0px 20px 20px 0px;
}

/*** FACEBOOK BATTLE ***/

.challenger-row {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.challenger-image {
  float: left;
  width: 75px;
  text-align: center;
  font-size: 9pt;
  padding-right: 15px;
  font-weight: bold;
}

.challenger-info-column {
  float: left;
  width: 75px;
  padding-right: 15px;
}

.challenger-info-values-column {
  float: left;
  width: 50px;
  padding-right: 15px;
}

.challenger-equipment-column {
  float: left;
  width: 340px;
  font-size: 8pt;
  font-weight: bold;
}

.challenger-fight {
  float: right;
  margin-top: 20px;
  margin-right:10px;
}

.challenger-requires-energy {
  padding-top: 10px;
}

.battle-log-player-name {
  font-weight: bold;
  color: #003B94;
}

.battle-log-challenger-name {
  color: #5A5A5A;
  font-style: italic;
}

.battle-log-damage {
  font-weight: bold;
  color: #C00000;
}

.battle-log-entry {
  font-size: 10pt;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #bbb;
}

.useable-item-container {
  float: left;
  padding: 10px;
  width: 280px;
  height: 70px;
  border: 1px solid #bbb;
  background: #f6f6f6 url(http://image.epicpetwars.com/epw/gradients/stats_fieldset_gradient.png) scroll repeat-x bottom left;
  margin: 5px;  
  text-align: left;
  font-size: 9pt;
  font-weight: bold;
  overflow: hidden;
}

.useable-item-image {
  float: left;
  width: 50px;
  padding-right: 10px;
}

.useable-item-name {
  float: left;
  width: 200px;
  line-height: 1.2em;
  text-align: center;
}

#log {
  height: 200px;
  overflow: auto;
  padding: 20px;
  background-color: #f6f6f6;
  line-height: 1.2em;
  margin-top: 20px;
  border: 5px solid #ddd;
}
  

/*** FACEBOOK SHOP ***/
.shop-row {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.shop-type {
  float: left;
  width: 50px;
  padding-right: 15px;
}

.shop-image {
  float: left;
  width: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.shop-name {
  float: left;
  width: 280px;
  padding-right: 15px;
}

.shop-details {
  padding: 5px;
  font-size: 9pt;
  font-weight: bold;
  color: #666;
}

.shop-owned {
  float: left;
  width: 205px;
  padding-right: 15px;
  font-size: 9pt;
  font-weight: bold;
  color: #666;
}

.shop-buy {
  float: left;
  width: 140px;
  text-align: center;
}

.shop-buy-unavailable {
  border: 1px solid #aaa;
  background-color: #f6f6f6;
  color: #666;
  padding: 20px;
  font-size: 12pt;
}

.requires-level {
  font-size: 8pt;
  font-weight: bold;
}

#equipment-container {
  border: 1px solid #999;
  background-color: #f6f6f6;
  padding: 5px 10px;
  /* -moz-border-radius: 5px; */
  margin-bottom: 10px;
}
#stats-detail-container {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #999;
}
.stats-detail-key {
  margin-right: 7px;
  font-weight: bold;
}
.stats-detail-value {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #999;
}
.equipped-item-container {
  float: left;
  width: 165px;
  padding: 5px;
}
.equipped-item-image {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.equipped-item-details {
  float: right;
  font-size: 8pt;
  width: 95px;
  overflow: hidden;
}
.no-item-equipped-container {
  float: left;
  width: 165px;
  padding: 5px;
  font-size: 8pt;
  font-weight: bold;
  color: #750000;
}
.no-item-equipped-container-icon {
  border: 1px solid #999;
  padding: 5px;
  background-color: #fff;
  float: left;
  margin-right: 10px;
  /* -moz-border-radius: 5px; */
}

/*** FACEBOOK INVENTORY ***/

.inventory-image {
  float: left;
  width: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.inventory-name {
  float: left;
  width: 250px;
  padding-right: 15px;
}

.inventory-actions {
  float: left;
  width: 230px;
  text-align: center;
  padding: 5px;
  border: 1px solid #62B800;
  background-color: #F3FFE6;
}

.inventory-primary-action {

}

.inventory-secondary-action {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #62B800;
}

.inventory-equipped {
  padding: 0px;
  color: #3C7000;
  font-size: 10pt;
  font-weight: bold;
}

/*** FACEBOOK OFFERS ***/
.offer-row {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.offer-image {
  float: left;
  width: 50px;
  padding-right: 25px;
}

.offer-name {
  float: left;
  width: 450px;
  font-size: 10pt;
  font-weight: bold;
  color: #1D5800;
}

.offer-details {
  padding: 5px;
  font-size: 9pt;
  color: #000;
  font-weight: normal;
}

.offer-redeem {
  padding-top: 5px;
  float: right;
  text-align: center;
  width: 150px;
}

.inputsubmit-epw-offer {
  border-width: 2px;
  border-color: #4AA01F;
  background-color: #1D5800;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
}

#respect-points-container {
  font-weight: bold;
  width: 500px;
  margin: 10px auto;
  border: 2px double #006B9C;
  background-color: #EEFAFF;
  padding: 10px;
  font-size: 16pt;
  text-align: center;
}

.rewards-countdown-container {
  color: #911f10;
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #911f10;
  padding: 3px 8px;
  background-color: #FFEDEB;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*** FACEBOOK SETUP ***/

.adopt-name-box {
  width: 350px;
  text-align: center;
  padding: 5px;
  border: 1px solid #62B800;
  background-color: #F3FFE6;
  margin: 10px auto;
}

.adopt-name-primary-action {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #62B800;
}

.adopt-pet-cell {
  float: left;
  width: 150px;
  margin: 15px 1px;
  padding: 14px;
  text-align: center;
  line-height: 1.5em;
  font-size: 14pt;
  font-weight: bold;
}

.adopt-pet-cell-short {
  float: left;
  width: 150px;
  margin: 5px 1px 0px 1px;
  padding: 0px 12px;
  text-align: center;
  line-height: 1.5em;
  font-size: 14pt;
  font-weight: bold;
  cursor:pointer;
}

/*** GENERAL PURPOSE ***/

.page-header {
  text-align: center;
  font-size: 22pt;
  font-weight: bold;
  color: #114D00;
  margin: 20px 0 10px 0;
  letter-spacing: 0.1em;
}

.page-header-color {
  color: #114D00;
}

#auto-revive-timer {
  color: #000;
  font-weight: bold;
}

#hp-refresh-timer-block {
  display: inline;
  color:#333;
}

#hp-refresh-timer {
  color: #000;
}

#energy-refresh-timer {
  color: #000;
  font-weight: bold;
}

#money-refresh-timer {
  color: #000;
}

#footer {
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  font-size: 8pt;
  color: #999;
}

.header {
  padding: 5px;
  font-size: 16pt;
  color: #444;
  border-bottom: 1px solid #aaa;
  margin-bottom: 5px;
}

.suggestion-container {
  border: 1px solid #F1DE62;
  background-color: #FFFCE9;
  color: #524700;
  font-size: 9pt;
  padding: 10px 10px 10px 30px;
  margin: 20px 0 10px 0;
  line-height: 1.5em;
}

.important-suggestion-container {
  border: 2px solid #CC3300;
  background-color: #FFEEEE;
  color: #000000;
  font-size: 12pt;
  padding: 10px;
  margin: 20px 0 10px 0;  
  line-height: 1.3em;
}

.suggestion-lightbulb {
  float: left;
  position: relative;
  right: 20px;
  bottom: 20px;
}

.pagination {
  font-size: 14pt; 
  margin: 20px 0px;
  text-align: center;
}

.note {
  font-size: 9pt;
  font-style: italic;
}  

.steps-container {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px;
  color: #aaa;
}

.steps-container em {
  font-style: normal;
  color: #5E9C00;
}


.sa-sub-header {
  color: #363636;
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
}

.form-container {
  border-top: 2px solid #56A200;
  border-bottom: 2px solid #56A200;
  background-color: #F1FFE0;
  padding: 10px;
  font-size: 11pt;
}


.equipment-container {
  float: left;
  padding: 10px;
  width: 50px;
  height: 75px;
  border: 1px solid #bbb;
  background: #f6f6f6 url(http://image.epicpetwars.com/epw/gradients/stats_fieldset_gradient.png) scroll repeat-x bottom left;
  margin: 0px 5px 5px 0px;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  overflow: hidden;
  line-height: 1em;
}

.equipment-container-nameless {
  float: left;
  padding: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #bbb;
  background: #f6f6f6 url(http://image.epicpetwars.com/epw/gradients/stats_fieldset_gradient.png) scroll repeat-x bottom left;
  margin: 0px 5px 5px 0px;
  text-align: center;
  overflow: hidden;
}

.existing-animal-container {
  float: left;
  margin: 0px 12px 12px 0px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
  font-size: 10pt;
  width: 110px;
  height: 175px;
}
  

.health {
  color: #47991E;
  font-weight: bold;
}

.energy {
  color: #BE7500;
  font-weight: bold;
}  

.money {
  color: #217400;
  font-weight: bold;
}

.posse {
  color: #cc3300;
  font-weight: bold;
}

.exp {
  color: #0E4D91;
  font-weight: bold;
}

.positive {
  color: #1A5C00;
  font-weight: bold;
}

.negative {
  font-weight: bold;
  color: #B50000;
}


.action-result-box {
  padding: 10px 20px;
  margin: 10px 0;
  line-height: 1.2em;
  font-size: 12pt;
  border: 1px solid #669FD8;
  /* -moz-border-radius: 5px; */
}

.action-result-normal {
  border-color: #004285;
  background: #E7F3FF url(http://image.epicpetwars.com/epw/action_result_normal_bg.png) repeat-x scroll bottom left;
  color: #000;  
}

.action-result-failure {
  border-color: #8F0C0C;
  background: #ffe7e7 url(http://image.epicpetwars.com/epw/action_result_failure_bg.png) repeat-x scroll bottom left;
  color: #520303;
}

.action-result-box strong {
  color: #188D00;
}

.action-result-box em {
  font-style: normal;
  font-weight: bold;
  color: #B50000;
}

.action-result-box h1 {
  font-size: 18pt;
}

.action-result-box h2 {
  font-size: 16pt;
}

.action-result-box-message {
  margin: 5px 0px;
  font-weight: bold;
}

.action-result-box-sub-message {
  padding: 10px;
  font-size: 9pt;
  font-weight: normal;
}

.action-result-requires-item-container {
  margin: 20px auto 0px auto;
  width: 365px;
}

.action-result-requires-item-image {
  float: left;
  width: 50px;
  padding-right: 15px;
}

.action-result-requires-item-shop {
  float: left;
  width: 290px;
  padding-top: 5px;
}

.attention-box {
  border: 1px solid #e2c822;
  /* -moz-border-radius: 5px; */
  background-color: #fff9d7;
  color: #524700;
  font-size: 10pt;
  padding: 10px;
  margin: 10px 0px;
  line-height: 1.5em;
}

.green-box {
  border-color: #56AF13;
  background-color: #EEFFE0;
  color: #1E4200;
}

.notice-large {
  padding: 30px;
  text-align: center;
  font-size: 16pt;
  color: #999;
  line-height: 1.5em;
}

.note-box {
  border: 1px solid #999;
  /* -moz-border-radius: 5px; */
  background-color: #f0f0f0;
  color: #111;
  font-size: 9pt;
  padding: 8px;
  line-height: 1.4em;
  margin: 10px 0px;  
}

.table-header-row {
  font-weight: bold;
  text-align: center;
  color: #0e1f5b;
}

.table-column-category {
  text-align: right;
  font-weight: bold;
  color: #666;
  padding-right: 10px;
}

.sub-menu {
  padding: 10px;
  border: 1px solid #048500;
  /* -moz-border-radius: 5px; */
  background-color: #E2F8E1;
  margin-bottom: 25px;
  font-size: 12pt;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0em;
}

.blog-image-right {
  float: right;
  width: 75px;
  margin: 0px 0px 15px 15px;
}

.legal-info {
  font-size: 8pt;
  color: #333;
  font-style: italic;
  text-align: center;
  margin: 10px 0px;
}

#loading_overlay {
  display:none;
  width:320px;
  position:absolute;
  left:220px;
  top:200px;
  background-color:#fff;
  border:1px solid #000;
  text-align:center;
  background: #fff url(http://image.epicpetwars.com/epw/background_facebook_profile/backgrounds/binoland.png);  
  -moz-border-radius: 10px;
}

#levelup_overlay {
  width:600px;
  position:absolute;
  left:80px;
  top:150px;
  background-color:#fff;
  border:2px solid #000;
  padding:10px;
  background: #fff url(http://image.epicpetwars.com/epw/img/background_facebook_profile/backgrounds/clouds.png);
  -moz-border-radius: 10px;  
}

#refresh_button {
  display:none;
  border-top:1px solid #000;
  font-size:14pt;
  cursor:pointer;
  text-decoration:underline;
  padding:10px;
}

.sale-notice {
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: bold;
  color: #253D00;
  background: #DAFFA3 url(http://image.epicpetwars.com/epw/sale_container_bg.png) repeat-x scroll bottom left;
  text-align: center;
  border: 1px solid #325300;
  margin: 10px auto;
  width: 600px;
  padding: 10px 5px 6px 5px;
  letter-spacing: 0.2em;
  -moz-border-radius: 20px;
}

/* HUD */
#status-header-container {
  height:50px;
}

#status-header-action-links {
  float: right;
  width: 200px;
  text-align: right;
  padding-top: 20px;
  margin-right: 20px;
}

#status-data-container {
  border: 1px solid #999;
  background-color: #f6f6f6;
  padding: 5px 10px;
  /* -moz-border-radius: 5px; */
}

#hp-container {
  float:left;
  width: 140px;
}

#money-container {
  float:left;
  width: 190px;
}

#energy-container {
  float:left;
  width: 130px;
}

#mood-container {
  float: left;
  width: 85px;
}

#exp-container {
  float: left;
  width: 170px;
}

#hospital-container {
  float: left;
  width: 75px;
}

#hospital-info-container {
  float: left;
  width: 250px;
}

.hud-single-column-row {
  padding: 3px;
  font-size: 10pt;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
}

.hud-bar-container {
  padding: 3px;
  margin-right: 10px;
}

.hud-text-key {
  float: left;
  width: 44px;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  padding: 3px;
}

.hud-text-value {
  float: right;
  width: 80px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 10pt;
  padding: 3px;
}

.hud-footer-container {
  padding: 3px;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 3px;
}

.hud-footer-key {
  float: left;
  width: 180px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}

.hud-footer-value {
  float: left;
  width: 160px;
  text-align: left;
}

