/* ********************************* */
/*    FLAG LIST                      */

.flag_label:hover{
  background-color:#F2F8FB;
}

#flags .flag{
  float:left;
  display:inline;
  clear:left;
  width:100%;
  cursor:pointer;
  height:55px;
  padding: 10px 0px 0 5px;
  background-color:#F7FAFA;
  margin-top:4px;
}
#flags .blank_flag{
  float:left;
  display:inline;
  clear:left;
  width:100%;
  height:55px;
  padding: 10px 0 0 0px;
  background-color:#F7FAFA;
  margin-top:4px;
  color: #385169;
  font-weight:bold;
  text-align:center;
  font-size:13px;
  line-height:40px;
}

#summary #flags .flag,#summary #flags .blank_flag{
  width:340px;
  padding: 10px 0 0 10px;
}

/*
 * Make sure that highlighted flag comes before active flag so it gets
 * overidden when a flag is both active and highlighted.
 */

#flags div.highlighted_flag {
  background-color: #F0F5F7 !important;
}
#flags div.active_flag {
  background-color: #FFFFE3;
}

#flags .flag .point{
  display:none;
}
#flags .flag .title{
  float:left;
  display:inline;
  height:20px;
  width:auto;
  margin-right:7px;
  font-size:13px;
  line-height:20px;
  font-weight:bold;
  color: #0AF;
}
#flags .flag .location{
  float:left;
  display:inline;
  width:110px;
  height:20px;
  text-align:left;
  font-size:11px;
  line-height:20px;
  font-weight:bold;
  color: #999;
  overflow:hidden;
}
#flags .flag  .avatar{
  float:left;
  display:inline;
  clear:left;
  height: 16px;
  width: 16px;
  margin-top:4px;
}
#flags .flag .login{
  float:left;
  display:inline;
  color:#333333;
  font-weight:bold;
  line-height:24px;
  margin-left:5px;
}
#flags .flag .subtext{
  float:left;
  display:inline;
  line-height:24px;
  margin:1px 0 0 7px;
}
#flags .flag .icons{
  float:right;
  display:inline;
  text-align:right;
  width: auto;
  margin:3px 15px 0 0;
}
#flags .flag:hover{
  /* mozilla only */
  background-color: #F0F5F7;
}

/* LIMBO FLAG STYLES */

#flags .limbo{
  background-color: #F7F7F7;
}
#flags .limbo:hover{
  /* mozilla only */
  background-color: #F3F3F3;
}
#flags .limbo .title{
  color: #666;
}
#flags .limbo .login,#flags .limbo .time{
  color: #CCC;
}
#flags div.limbo .sm{
  color:#999;
  font-size:11px;
}

