#account-menu {
    width: 850px;
}

.total_quantity {  
  font: bold 12px Arial;  
}
.pager_links a {  
    font: bold 14px Arial;    
}
.pager_links span {  
    font: bold 17px Arial;
    color: orange;    
    padding: 3px 2px;
    padding-left: 3px;   
    padding-bottom: 1px;
    background-color: #535353;    
}

/* User Layout part ***********************************************************/
.page_title {
    width: 280px; 
    padding-top: 22px; 
    padding-bottom: 19px; 
    text-align: center;
}
.data_title {
    font: 18px Arial;
    padding: 10px 0px;
}
h2, .block_title {
  font: 17px Arial;
  font-weight: bold;
  padding-bottom: 20px;
}

.cancel_apply_container p { 
    float: right;
    margin: 0px;
    margin-right: 15px;
    font: 12px Tahoma;
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  text-align: left;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.field_description {
    font: 11px Arial;
    color: gray;
}

input.validation-failed, textarea.validation-failed, select.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color : #000;
}

.validation-advice {
    color: #FF3300;
    font: 11px Arial;
}
.validation-success-msg {
    color: #00CC00;
    font: 11px Arial;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.temp_ {
color: red;
background-color:#E8ECF5;
/*border:2px solid #E8ECF5;*/
}
#places {
  display:inline;
}
#districts {
  display:inline;
}
#view {
   background-color:#F2F3F7;
   border:1px solid #899aba;
   width:30em;
   height:15em;
   padding-left: 30px;
   padding-top:5px;
}

/* Entrance *******************************************************************/
#success-registration {
    width: 515px;
}
/******************************************************************************/

/* LoginController ************************************************************/
#activation-code-sending{  
  width: 350px;
}
#send-activation-code-button {
  width: 80px;
  height: avto;
  float: right;  
}
#activation-result {
  width: 400px;
}
/******************************************************************************/
/* AccountController */
#cur_account #account {
  display: inline;
}
/* end */
#redmessage {
  color:red;
}

.greenmessage {
  color:green;
}
#errorclass {
  padding: 1em;
  border: 1px red solid;
  border-top: 12px red solid;
}

.header_row {
  background:#c6c6c6;
}

.increase_account, .unusedCode {
   background-color:#CCFFCC; 
}
.decrease_account, .usedCode {
   background-color:#FFFFCC;
}

/* Purce **********************************************************************/
.purse_blocks {
    width: 355px;
}
.purse_blocks .field_name {
    width: 135px;
    white-space: nowrap; 
}
.purse_blocks label {
    font: 11px Arial;
}
.purse_blocks input {
    margin-left: 0px;    
}
.purce_block {
    margin-top: 20px;    
}
.account_state, .account_state_title {
    font: 20px Arial;    
}
.account_state_title {
    padding-left: 10px;    
}
.account_state {
    color: white;
}
.purce_field {
   width: 175px;
}

.success_result {
  background-color:#CCFFCC;
  border: 1px solid green;  
  padding: 10px;
}

.failure_result {
  background-color:#FFFF00;
  border: 1px solid red;
  padding: 10px;
}

.bannerview_il {
  display:block;
  overflow:scroll;
  height:125px;
  border:solid 1px black;
  padding:5px;
}

#housekeeping_information { 
  padding-top: 20px;
  width: 840px;
  border: 0px solid black;
}

.warning-body {
  color: green;
  border:green 1px solid;
  width:400px;
  padding:2px;
}
.warning-head {
  color:white;
  background-color:green;
  width:400px;
  border:green 1px solid;
  padding:2px;
}

/* Partner ********************************************************************/
/* tabs */
.current_tab { font-weight:bold; }

.other_tab { font-weight:normal; }
/******************************************************************************/

/* User Info Form *************************************************************/
#user_info_form { width:690px; }
#user_info_form label {
  display:block;
  font-weight:bold;
  padding-top: 10px;
}
#user_info_form .description {
  color: green;
  font-size: 12px;
}
#user_info_form .error {
  color: red;
  font-size: 12px;
}
#user_info_form .buttons {
  text-align:right;
  margin-right:2px;
}

.subgroups { width:300px; } /* Activity */

.object_error_block {
    border: solid 2px red;
    width: 300px;
    margin: 4px;
}
.object_error_block  .object_error_header {
    background-color: red;
    color: white;
    padding: 4px;
    font-weight: bold;
}
.object_error_block .object_error_body {
    padding: 4px;
    color: green;
}
/* helper classes *************************************************************/
.pointed { cursor: pointer; }
.error { color: red; }
.warning { color: yellow; }
.success { color: green; }

div.gray_point {
    width: 20px;
    height: 18px;
    color: #ffD800;
    text-align: center;
    background: url("/images/_gui/gray_index_point.jpg") no-repeat;
}

/* Styles for partners ********************************************************/
.partner_table td {
    vertical-align: top;
}
.partner_table .partner_table_title {
}
.partner_table .partner_table_comment {
    color: #666;
}

/* Store list on user's side **************************************************/
.store_logo {    
    float: left;
}
.store_logo .div {
    padding-top: 30px;
}
.stores_list {
    width: 800px;
}
/******************************************************************************/

#bread_crumbs {
    padding-top: 10px;
    padding-left: 7px;
}
#bread_crumbs span { color: #e75714; }

/* User login form ************************************************************/
#login_form {
    width: 180px;
    margin: 0 auto;
    text-align: left;
}
#login_form table { width: 100%; }
#login_form table td { 
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}
#login_form table td.label {
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
    text-align: left;
}
#login_form table td#forgot_password { text-align: left; }
#login, #password {
    width: 136px;
}
#login_form span.submit input { width: 70px; }
.center_login_form {
    text-align: center;
}
.main_center_top #login_form table td.label { 
    color: white;
}

#news_date { 
    padding-top: 10px;
    padding-bottom: 15px;
}
#news_date span { 
    color: white;
    background: url("/images/news/day_item_background.jpg") no-repeat;    
    padding-left: 3px;
    padding-right: 2px;
    padding-bottom: 4px;
}
#news_content {
    text-align: justify;
    margin-bottom: 20px;
}

h1 em { 
    font-size: 24px;
    font-style: normal;
}
.banner { margin: 20px 0; }
.banner .image {
    float: left;
    width: 140px;    
}
.vertical .image { width: 220px; }
.banner .info { 
    float: left;
    width: 700px;
    text-align: justify;
}
.vertical .info { width: 620px; }

  #club-card-info {
    width:860px;
    padding-top: 20px;
  }
  #club-card-info h1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #club-card-info p {
    text-align: justify;
    margin-top: 10px;
  }
  #main-account-locked {
    font-size: 14px;
    color: red;
    padding-top: 10px; 
    padding-bottom: 10px;
  }

.operation-result-description p {
  margin-bottom: 16px;
  text-align: justify;
  font: 14px Tahoma;
}
.operation-result-description p a { font: 14px Tahoma; }
.operation-result-description p.links { color: #666; }
.operation-result-description p.links, p.links a { font: 12px Tahoma; }
  