/*

$Id$

ProgPress

Copyright 2010  Jason Penney (email : jpenney[at]jczorkmid.net )

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation using version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

div.jcp_pp {
  margin : 0 auto;
  padding : 0;
  text-align : center;
  width : 200px
}

div.jcp_pp_title {
  font-weight : bold
}

div.jcp_pp_meter {
  overflow : hidden;
  width : 100%;
  height : 20px;
  border : 1px solid #000;
  padding : 2px
}

div.jcp_pp_meter div {
  height : 100%;
  float : left;
  background-color : #000
}

.widget_text div.jcp_pp {
  width : 90%
}
