.stats-bar
{
  text-align: left;
  margin: 2px 0;
  overflow: hidden;
}

.stats-bar .label
{
  color: blue;
}

.stats-row
{
  float: right;
}

#toggle-stats
{
  margin-right: 100px;
  float: left;
}

.stats-table
{
  margin-bottom: 15px;
}

.stats-table td
{
  padding: 0px 0px 5px 5px;
}

.stats-table td.bars
{
  width: 100px
}

.stats-table td.name
{
  font-weight: bold;
}

.stats-table .free td.name
{
  color: #32CCFE;
}
.stats-table .free .chart_bar
{
  background-color: #32CCFE;
}

.stats-table .paid td.name
{
  color: #0099FF;
}
.stats-table .paid .chart_bar
{
  background-color: #0099FF; 
}



.stats-table .free.average td.name
{
  color: #00CC65;
}
.stats-table .free.average .chart_bar
{
  background-color: #00CC65;
}

.stats-table .paid.average td.name
{
  color: #006D0A;
}
.stats-table .paid.average .chart_bar
{
  background-color: #006D0A;
}



.stats-table td.rank
{
  color: blue;
  font-weight: bold;
  width: 30px;
  text-align: center;
}

.stats-table td.entries
{
  text-align: right;
  width: 40px;
}

.editable-block a.edit
{
  font-size: 14px;
  display: none;
}

.editable-block
{
  margin-bottom: 15px;
  border-bottom: 1px solid #79A8DF;
}

.object-full
{
  z-index: 1;
}

.tooltip.inline
{
  display: inline;
}

.tooltip.inline .context
{
  display: inline;
}

.tooltip .content
{
  background-color: #FFEE69;
  border-width: 1px;
  border-left-color: #A6982B;
  border-style: solid;
  border-right-color: #A6982B;
  border-bottom-color: #A6982B;
  border-top-color: #D4C237;
  float: left;
  display: none;
  padding: 5px;
  -moz-box-shadow: 2px 2px 11px #666;
  -webkit-box-shadow: 2px 2px 11px #666;
  z-index: 999;
  /* since tooltip may appear in different context - try to reset styles here */
  font-size: 13px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: black;
}

.users .new label,
  .sessions .new label 
{
  font-size: 14px;
  font-weight: bold;
  color: gray;
  padding: 10px 0px;
}

.users .new .field,
  .sessions .new .field
{
  margin-bottom: 5px;
}

.facebook
{
  text-align: left;
  margin-left: 2px;
}

.facebook #toggle-stats
{
  margin-right: 0px;
}

.facebook #main-content
{
  width: 758px;
  color: dark;
}

#global-navigation .scrollplay_button
{
  display: block;
  float: left;
  width: 71px;
  height: 20px;
  background-image: url(/images/bt_Scrollplay_hover.gif);

}

#global-navigation .scrollplay_button:hover
{
  background-image: url(/images/bt_scrollplay.gif);
}

#global-navigation .upload_button
{
  display: block;
  float: right;
  width: 71px;
  height: 20px;
  background-image: url(/images/bt_upload_hover.gif);
}

#global-navigation .upload_button:hover
{
  background-image: url(/images/bt_upload.gif);
}

.admin-facebook-applications .edit h3
{
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}